@charset "UTF-8";
/**
@author: Ján Priskin
@copyright www.priskin.sk
**/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap");
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}
html,
body {
  height: 100%;
  width: 100%;
  font: normal 400 16px "Poppins", sans-serif;
  color: #472784;
}

body {
  margin: 0;
  overflow-x: hidden;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
}

* {
  scroll-margin-top: 114px;
}

@media screen and (min-width: 3000px) {
  body {
    zoom: 166.6666666667%;
  }
}
/* ------ */
ul, ol, p {
  line-height: 1.5;
}

p {
  margin-bottom: 0.9rem;
}

small {
  line-height: 1.4;
  font-size: 14px;
  font-size: 0.875rem;
}

/* ------ */
hr {
  border: 0;
  background: #472784;
  display: block;
  height: 1px;
  margin: 20px 0;
  opacity: 1;
}

/* ------ */
a, a:hover, a:focus,
button, button:hover, button:focus,
input[type=submit], input[type=submit]:hover, input[type=submit]:focus {
  text-decoration: none;
  outline: 0;
}

a, [type=submit] {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

a {
  text-decoration: underline;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: #f39000;
}

b, strong {
  font-weight: 700;
}

/* ------ */
/* HEADINGS */
h1, h2, h3, h4, h5 {
  font-weight: 800;
}

h1 {
  margin-bottom: 0;
  font-size: 26px;
  font-size: 1.625rem;
}

h2 {
  margin-bottom: 1.5rem;
  font-size: 24px;
  font-size: 1.5rem;
}

h3 {
  font-size: 22px;
  font-size: 1.375rem;
}

@media screen and (min-width: 576px) {
  h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
  [lang=de] h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 34px;
    font-size: 2.125rem;
  }
  h2 {
    margin-bottom: 2.1rem;
    font-size: 30px;
    font-size: 1.875rem;
  }
  [lang=de] h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 38px;
    font-size: 2.375rem;
  }
  h2,
  .article h2 {
    font-size: 34px;
    font-size: 2.125rem;
  }
  [lang=de] h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1180px) {
  h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
  [lang=de] h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1300px) {
  h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  [lang=de] h2 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
@media screen and (min-width: 1600px) {
  h1 {
    line-height: 1.25;
    font-size: 75px;
    font-size: 4.6875rem;
  }
  h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
  [lang=hu] h1 {
    font-size: 62px;
    font-size: 3.875rem;
  }
  [lang=de] h2 {
    font-size: 48px;
    font-size: 3rem;
  }
}
/* ------ */
/* BOOTSTRAP GRID */
.container {
  max-width: none;
  padding: 0;
  position: relative;
}

/* ------ */
/* FORM ELEMENTS */
.form-control {
  border-radius: 30px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 2px solid #f1edf9;
  min-height: 40px;
  padding: 8px 18px;
  outline: none !important;
  font-weight: bold;
  font-size: 1rem;
  color: #472784;
}
.form-control::-webkit-input-placeholder {
  color: #472784;
}
.form-control::-moz-placeholder {
  color: #472784;
}
.form-control:-ms-input-placeholder {
  color: #472784;
}
.form-control::-ms-input-placeholder {
  color: #472784;
}
.form-control::placeholder {
  color: #472784;
}
.form-control:focus {
  border-color: #472784;
  color: inherit;
}

.btn {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 30px !important;
  border: 0;
  line-height: 1;
  padding: 0.5rem 15px;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  color: #472784;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  outline: none !important;
}
.btn img {
  margin-right: 10px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.btn:focus, .btn:hover {
  background: #472784;
  color: #FFF;
}

.btn-default {
  background: #f39000;
  color: #FFF;
}
.btn-default:focus, .btn-default:hover {
  background: #472784 !important;
  color: #FFF !important;
}

.btn-secondary {
  background: #FFF;
  color: #f39000;
}
.btn-secondary:focus, .btn-secondary:hover {
  background: #472784 !important;
  color: #FFF !important;
}

@media screen and (min-width: 992px) {
  .btn {
    padding: 0.65rem 28px;
  }
  .btn-default {
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/* ------ */
/* MENU - TOGGLE */
#menu-toggle {
  width: 23px;
  height: 23px;
  padding: 0px;
  position: absolute;
  top: 19px;
  right: 15px;
  z-index: 9;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
}
#menu-toggle .nav-icon {
  position: relative;
}
#menu-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #f39000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#menu-toggle span:nth-child(1) {
  top: 0;
}
#menu-toggle.open span:nth-child(1), #menu-toggle.open span:nth-child(4),
#menu-toggle span:nth-child(2),
#menu-toggle span:nth-child(3) {
  top: 10px;
}
#menu-toggle span:nth-child(4) {
  top: 20px;
}
#menu-toggle.open span:nth-child(1), #menu-toggle.open span:nth-child(4) {
  width: 0%;
  left: 50%;
}
#menu-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#menu-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 1180px) {
  #menu-toggle {
    display: none;
  }
}

/* ------ */
/* NAVBAR */
#navbar {
  background: #472784;
  width: 100%;
  height: 60px;
  color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#navbar:before {
  content: "";
  background: #472784;
  height: calc(100% + 1px);
  position: absolute;
  inset: 0;
  z-index: 1;
}
#navbar h1 {
  display: inline-block;
  line-height: 0.9;
}
#navbar .logo {
  height: 25px;
  display: inline-block;
  position: relative;
  top: 16px;
  left: 15px;
  z-index: 9;
  -webkit-transition: none;
  transition: none;
}
#navbar .logo img {
  max-width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#navbar .logo:focus {
  border-radius: 5px;
  outline: 3px solid #9c89c0;
  outline-offset: 10px;
}
#navbar .menu-bar {
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
#navbar .navbar-top {
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#navbar .navbar-top .opening {
  padding: 16px 0 0;
  display: none;
}
#navbar .navbar-top .opening span {
  display: inline-block;
  margin: 0 0 0 15px;
}
#navbar .opening {
  padding: 8px 30px;
}
#navbar .opening span {
  display: block;
  margin: 10px 0;
}
#navbar .opening em {
  border-radius: 50%;
  background: #9c89c0;
  width: 13px;
  height: 13px;
  display: inline-block;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
#navbar .opening em.green {
  background: #97b214;
}
#navbar .opening em.red {
  background: #ff6565;
}
#navbar .languages {
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  top: 16px;
  right: 160px;
  z-index: 1;
}
#navbar .languages .dropdown-menu {
  -webkit-box-shadow: 0 0 5px 0 #472784;
          box-shadow: 0 0 5px 0 #472784;
  border-radius: 25px;
  border: 0;
  background: #9c89c0;
  min-width: auto;
  margin: 10px 0 0 -8px !important;
  padding: 0;
  color: #FFF;
  overflow: hidden;
}
#navbar .languages .dropdown-menu .active {
  display: none;
}
#navbar .languages .dropdown-menu a {
  padding: 8px;
  color: inherit;
}
#navbar .languages .dropdown-menu a:hover, #navbar .languages .dropdown-menu a:focus {
  background: #8068ae;
  color: #f39000;
}
#navbar .languages .dropdown-menu img {
  -webkit-box-shadow: 0 0 4px 0px #472784;
          box-shadow: 0 0 4px 0px #472784;
}
#navbar .languages .dropdown-toggle {
  border: 0;
  border-radius: 50%;
  background: none;
  padding: 0;
  text-transform: uppercase;
}
#navbar .languages .dropdown-toggle:after {
  display: none;
}
#navbar .languages .dropdown-toggle:focus {
  outline: 2px solid #9c89c0;
  outline-offset: 3px;
}
#navbar .languages img {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
#navbar .social {
  position: absolute;
  top: 18px;
  right: 88px;
}
#navbar .social .icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin: 0 0 0 8px;
  padding: 0;
}
#navbar .social .icon:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
}
#navbar .social .icon.fb:before {
  background-image: url('data:image/svg+xml,<svg fill="%23fff" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.7 9.7"><path d="M6.6,0H3C1.4,0,0,1.4,0,3v3.6c0,1.7,1.4,3.1,3,3.1h3.6c1.7,0,3.1-1.5,3.1-3.1V3C9.8,1.4,8.3,0,6.6,0z M8.8,6.6 c0,1.2-0.9,2.1-2.1,2.1H5.9V5.5h0.9l0.4-1.1H5.9V3.5C5.9,3.2,6.1,3,6.3,3h0.4V1.9H5.9c-0.7,0-1.3,0.6-1.3,1.3v1.1h-1v1.1h0.9v3.3H3 c-1.2,0-2.1-1-2.1-2.1V3c0-1.2,0.9-2.1,2.1-2.1h3.6c1.2,0,2.2,0.9,2.2,2.1V6.6L8.8,6.6z"/></svg>');
}
#navbar .social .icon.ig:before {
  background-image: url('data:image/svg+xml,<svg fill="%23fff" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.7 9.7"><path d="M8.8,6.6c0,1.2-0.9,2.1-2.1,2.1H3c-1.2,0-2.1-0.9-2.1-2.1V3c0-1.2,0.9-2.1,2.1-2.1h3.6c1.2,0,2.2,0.9,2.2,2.1 V6.6L8.8,6.6z M6.6,0H3C1.4,0,0,1.4,0,3v3.6c0,1.7,1.4,3.1,3,3.1h3.6c1.7,0,3.1-1.5,3.1-3.1V3C9.8,1.4,8.3,0,6.6,0 M4.8,6.3 C4,6.3,3.3,5.7,3.3,4.8C3.3,4,4,3.3,4.8,3.3S6.3,4,6.3,4.8C6.3,5.7,5.7,6.3,4.8,6.3 M4.8,2.4c-1.3,0-2.4,1.1-2.4,2.4 s1.1,2.4,2.4,2.4s2.4-1.1,2.4-2.4C7.3,3.5,6.2,2.4,4.8,2.4 M7.4,1.9C7.2,1.9,7.1,2,7.1,2.2s0.1,0.3,0.3,0.3c0.2,0,0.3-0.1,0.3-0.3 S7.6,1.9,7.4,1.9"/></svg>');
}
#navbar .social .icon.fb:hover:before {
  background-image: url('data:image/svg+xml,<svg fill="%23f39000" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.7 9.7"><path d="M6.6,0H3C1.4,0,0,1.4,0,3v3.6c0,1.7,1.4,3.1,3,3.1h3.6c1.7,0,3.1-1.5,3.1-3.1V3C9.8,1.4,8.3,0,6.6,0z M8.8,6.6 c0,1.2-0.9,2.1-2.1,2.1H5.9V5.5h0.9l0.4-1.1H5.9V3.5C5.9,3.2,6.1,3,6.3,3h0.4V1.9H5.9c-0.7,0-1.3,0.6-1.3,1.3v1.1h-1v1.1h0.9v3.3H3 c-1.2,0-2.1-1-2.1-2.1V3c0-1.2,0.9-2.1,2.1-2.1h3.6c1.2,0,2.2,0.9,2.2,2.1V6.6L8.8,6.6z"/></svg>');
}
#navbar .social .icon.ig:hover:before {
  background-image: url('data:image/svg+xml,<svg fill="%23f39000" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.7 9.7"><path d="M8.8,6.6c0,1.2-0.9,2.1-2.1,2.1H3c-1.2,0-2.1-0.9-2.1-2.1V3c0-1.2,0.9-2.1,2.1-2.1h3.6c1.2,0,2.2,0.9,2.2,2.1 V6.6L8.8,6.6z M6.6,0H3C1.4,0,0,1.4,0,3v3.6c0,1.7,1.4,3.1,3,3.1h3.6c1.7,0,3.1-1.5,3.1-3.1V3C9.8,1.4,8.3,0,6.6,0 M4.8,6.3 C4,6.3,3.3,5.7,3.3,4.8C3.3,4,4,3.3,4.8,3.3S6.3,4,6.3,4.8C6.3,5.7,5.7,6.3,4.8,6.3 M4.8,2.4c-1.3,0-2.4,1.1-2.4,2.4 s1.1,2.4,2.4,2.4s2.4-1.1,2.4-2.4C7.3,3.5,6.2,2.4,4.8,2.4 M7.4,1.9C7.2,1.9,7.1,2,7.1,2.2s0.1,0.3,0.3,0.3c0.2,0,0.3-0.1,0.3-0.3 S7.6,1.9,7.4,1.9"/></svg>');
}
#navbar .search-toggle {
  border: 0;
  background: none;
  position: absolute;
  bottom: 19px;
  right: 55px;
}
#navbar .search-toggle svg {
  height: 20px;
  fill: #9c89c0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#navbar .search-toggle:hover svg, #navbar .search-toggle:focus svg {
  fill: #f39000;
}
#navbar .search-toggle:focus {
  border-radius: 5px;
  outline: 2px solid #9c89c0;
  outline-offset: 3px;
}
#navbar a {
  text-decoration: none;
}
#navbar .search-container {
  background: #f1edf9;
  padding: 10px 30px;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#navbar .search-container.open {
  -webkit-transform: none;
          transform: none;
}
#navbar .search-container form {
  margin: auto;
}
#navbar .search-container .form-control {
  border-radius: 0 !important;
  border: 0;
  background: #f1edf9;
  padding: 0 50px 0 0;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  color: #472784;
}
#navbar .search-container .form-control::-webkit-input-placeholder {
  color: #9c89c0;
}
#navbar .search-container .form-control::-moz-placeholder {
  color: #9c89c0;
}
#navbar .search-container .form-control:-ms-input-placeholder {
  color: #9c89c0;
}
#navbar .search-container .form-control::-ms-input-placeholder {
  color: #9c89c0;
}
#navbar .search-container .form-control::placeholder {
  color: #9c89c0;
}
#navbar .search-container .search-toggle {
  height: 100%;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap column;
          flex-flow: wrap column;
  place-content: center;
  font-weight: 300;
  font-size: 40px;
  font-size: 2.5rem;
  color: #9c89c0;
  bottom: 0 !important;
  right: 0;
  -webkit-transition: all 0.25s ease, outline 0;
  transition: all 0.25s ease, outline 0;
  cursor: pointer;
}
#navbar .search-container .search-toggle:hover, #navbar .search-container .search-toggle:focus {
  color: #f39000;
}
@media screen and (min-width: 375px) {
  #navbar .logo {
    height: 35px;
    top: 12px;
  }
}
@media screen and (min-width: 414px) {
  #navbar .logo {
    height: 35px;
  }
}
@media screen and (min-width: 768px) {
  #navbar .languages {
    font-size: inherit;
    top: 19px;
  }
}
@media screen and (min-width: 992px) {
  #navbar .navbar-top {
    padding: 20px 135px 0 0;
    text-align: right;
  }
  #navbar .navbar-top .opening {
    display: inline-block;
    padding: 0 30px 0 0;
  }
  #navbar .languages {
    display: inline-block;
    margin: 0 40px 0 0;
    position: static;
  }
}
@media screen and (min-width: 1180px) {
  #navbar {
    height: 114px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #navbar .logo {
    height: 45px;
    top: 0;
    left: 40px;
  }
  #navbar .menu-bar {
    width: auto;
    height: 100%;
    text-align: right;
    position: relative;
  }
  #navbar .navbar-top {
    width: auto;
    height: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 20px;
    padding: 0 40px 0 0;
    position: static;
  }
  #navbar .languages {
    margin: -2px 25px 0 0;
  }
  #navbar .social {
    display: inline-block;
    position: static;
  }
  #navbar .social .icon {
    width: 18px;
    height: 18px;
  }
  #navbar .search-toggle {
    bottom: 26px;
    right: 40px;
  }
  #navbar .search-toggle svg {
    fill: #FFF;
  }
  #navbar .search-container {
    padding: 27px;
    top: 114px;
  }
  #navbar .search-container form {
    max-width: 55%;
    position: relative;
  }
  #navbar .search-container .form-control {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .sp #navbar, #navbar.fixed {
    height: 114px;
  }
  .sp #navbar .navbar-top, #navbar.fixed .navbar-top {
    margin-top: 21px;
  }
  .sp #navbar #main-menu, #navbar.fixed #main-menu {
    height: 40px;
    margin-top: 14px;
  }
  .sp #navbar .search-toggle, #navbar.fixed .search-toggle {
    bottom: 26px;
  }
  .sp #navbar .search-container, #navbar.fixed .search-container {
    top: 114px;
  }
}
@media screen and (min-width: 1600px) {
  #navbar {
    height: 153px;
  }
  #navbar .logo {
    height: 78px;
  }
  #navbar .navbar-top {
    margin-top: 44px;
  }
  #navbar .navbar-top .opening span {
    margin-left: 30px;
  }
  #navbar .languages {
    margin-right: 4px;
  }
  #navbar .social .icon {
    margin-left: 26px;
  }
  #navbar .search-toggle {
    bottom: 40px;
  }
  #navbar .search-container {
    padding: 27px;
    top: 153px;
  }
  #navbar .search-container form {
    max-width: 55%;
  }
  #navbar .search-container .form-control {
    padding-right: 80px;
    font-size: 40px;
    font-size: 2.5rem;
  }
  #navbar .search-container .search-toggle {
    font-size: 64px;
    font-size: 4rem;
  }
  .sp #navbar .logo, #navbar.fixed .logo {
    height: 54px;
  }
}

/* ------ */
/* MAIN MENU */
#main-menu {
  -webkit-box-shadow: -3px 3px 8px -3px rgba(71, 39, 132, 0.75);
          box-shadow: -3px 3px 8px -3px rgba(71, 39, 132, 0.75);
  background: #6443a5;
  width: 100%;
  max-height: calc(100vh - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  overflow: auto;
}
.open #main-menu {
  opacity: 1;
  visibility: visible;
}
#main-menu > li {
  border-bottom: 1px solid #9c89c0;
  width: 100%;
  padding: 5px 0;
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#main-menu > li:last-of-type {
  border: 0;
}
#main-menu a {
  padding: 10px 30px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: inherit;
  position: relative;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  word-break: normal;
}
#main-menu a:hover, #main-menu a:focus, #main-menu a.active {
  color: #f39000;
}
#main-menu a:focus {
  border-radius: 5px;
  outline: 2px solid #9c89c0;
  outline-offset: 3px;
  -webkit-transition: none;
  transition: none;
}
@media screen and (min-width: 568px) {
  #main-menu {
    max-width: 350px;
  }
}
@media screen and (min-width: 992px) {
  #main-menu .opening {
    display: none;
  }
}
@media screen and (min-width: 1180px) {
  #main-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
    width: 100%;
    max-width: none;
    height: 60px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 4px;
    padding-right: 78px;
    font-size: 15px;
    font-size: 0.9375rem;
    position: static;
    overflow: visible;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    opacity: 1;
    visibility: visible;
  }
  #main-menu > li {
    border: 0;
    width: auto;
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
    position: relative;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
  #main-menu > li a {
    display: block;
    padding: 9px 0;
  }
}
@media screen and (min-width: 1300px) {
  #main-menu {
    font-size: 16px;
    font-size: 1rem;
  }
  #main-menu > li {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1600px) {
  #main-menu {
    font-size: 18px;
    font-size: 1.125rem;
  }
  #main-menu > li {
    padding: 0 20px;
  }
}
/* ------ */
/* HEADER */
#header {
  background: #472784;
  position: relative;
}

/* ------ */
/* HOME - HEADER */
#home {
  background: #FFF;
  margin-top: 60px;
  display: block;
  position: relative;
  z-index: 3;
}
.hp #home:before {
  content: "";
  background: transparent;
  width: 100%;
  height: calc(50% - 1px);
  position: absolute;
  inset: 0;
  z-index: -1;
}
.sp #home {
  height: auto;
  padding: 30px;
  overflow: visible;
}
.blog-article #home .container {
  max-width: 900px;
}
.blog-article #home h1 {
  margin-bottom: 41px;
}
.blog-article #home .date {
  margin-bottom: 30px;
  line-height: 1em;
  font-weight: 700;
  color: #f39000;
  -ms-flex-item-align: start;
      align-self: start;
}
#home.disabled .arrow {
  display: none;
}
#home .row > div {
  position: relative;
}
#home [class^=col] h1 {
  margin-bottom: 20px;
}
#home [class^=col] .btn {
  height: auto;
}
#home [class^=col] .btn img {
  margin-right: 19px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
#home .header-grid {
  border: 0;
  background: #f1edf9;
  display: grid;
  grid-gap: 1px;
}
#home .grid-item {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}
#home .grid-item:first-child .gradient-light:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.54)), color-stop(31%, rgba(255, 255, 255, 0.4)), color-stop(57%, transparent), to(transparent));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.54) 0%, rgba(255, 255, 255, 0.4) 31%, transparent 57%, transparent 100%);
}
#home .grid-item:first-child .gradient-dark:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.54)), color-stop(31%, rgba(0, 0, 0, 0.4)), color-stop(57%, transparent), to(transparent));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.4) 31%, transparent 57%, transparent 100%);
}
#home .grid-item:first-child .title {
  font-weight: bold;
}
#home .grid-item img,
#home .grid-item video {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
#home .grid-item img {
  -o-object-fit: cover;
     object-fit: cover;
}
#home a.item {
  display: block;
  color: inherit;
  overflow: hidden;
}
#home a.item:hover .caption {
  background: rgba(0, 0, 0, 0.2);
}
#home a.item:hover img {
  scale: 1.1;
}
#home a.item:focus {
  outline: 4px solid #f39000;
  outline-offset: -4px;
  -webkit-transition: none;
  transition: none;
}
#home .item {
  position: relative;
}
#home .item.white-text {
  color: #FFF;
}
#home .gradient-light:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(43%, transparent), color-stop(69%, rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.54)));
  background: linear-gradient(to bottom, transparent 0%, transparent 43%, rgba(255, 255, 255, 0.4) 69%, rgba(255, 255, 255, 0.54) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
}
#home .gradient-dark:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(43%, transparent), color-stop(69%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.54)));
  background: linear-gradient(to bottom, transparent 0%, transparent 43%, rgba(0, 0, 0, 0.4) 69%, rgba(0, 0, 0, 0.54) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
}
#home .caption {
  background: transparent;
  width: 100%;
  padding: 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap column;
          flex-flow: wrap column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: left;
  position: absolute;
  bottom: 0;
  z-index: 2;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
#home .caption .btn {
  display: none;
}
#home .title {
  margin: 0;
  line-height: 1.25;
  font-weight: bold;
  font-size: 26px;
  font-size: 1.625rem;
  color: inherit;
}
#home .perex {
  display: block;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  color: inherit;
}
#home .splide__track {
  height: 100%;
}
#home .arrow {
  border-radius: 0 50px 50px 0;
  border: 0;
  background: #472784;
  width: 30px;
  height: 60px;
  text-indent: -999em;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#home .arrow:before {
  content: "";
  background: url('data:image/svg+xml,<svg fill="%23ffffff" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.6 40"><path d="M1.9,0L0,1.9l17.8,17.8L0,38.1L1.9,40l19.7-20.3L1.9,0z"/></svg>') 15px 50%/auto 14px no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
#home .arrow-prev {
  left: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
#home .arrow-next {
  right: 0;
  -webkit-transform: translateY(-30px) scaleX(-1);
          transform: translateY(-30px) scaleX(-1);
}
#home .arrow:hover:before {
  background-image: url('data:image/svg+xml,<svg fill="%23f39000" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.6 40"><path d="M1.9,0L0,1.9l17.8,17.8L0,38.1L1.9,40l19.7-20.3L1.9,0z"/></svg>');
  background-position: 16px 50%;
}
#home .arrow:focus {
  background: #f39000;
}
#home .arrow:focus:before {
  background-position: 16px 50%;
}
@media screen and (min-width: 568px) {
  .sp #home {
    padding: 40px;
  }
  #home .grid-item {
    aspect-ratio: 1/0.5;
  }
}
@media screen and (min-width: 576px) {
  .blog-article #home .date {
    height: 100%;
    place-content: center;
    margin: 0;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 768px) {
  #home [class^=col] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #home [class^=col] h1 {
    margin: 0;
  }
  .stores #home [class^=col] h1 {
    margin-bottom: 20px;
  }
  #home .grid-item:first-child .caption {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #home .grid-item:first-child .title {
    margin-bottom: 5px;
    font-size: 32px;
    font-size: 2rem;
  }
  #home .grid-item:first-child .perex {
    font-size: 26px;
    font-size: 1.625rem;
  }
  #home .caption {
    padding: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #home .caption .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  #home .perex {
    margin-bottom: 30px;
  }
  #home .title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 992px) {
  #home {
    overflow: hidden;
  }
  #home [class^=col] h1 {
    margin: 0 !important;
  }
  #home .header-grid {
    grid-template-columns: 66.666% 33.333%;
  }
  #home .grid-item:last-child {
    aspect-ratio: auto;
  }
  #home .header-grid,
  #home .grid-item:first-child {
    height: 500px;
  }
  #home .title {
    font-weight: normal;
  }
  #home .arrow {
    width: 40px;
    height: 80px;
    left: 66.666%;
  }
  #home .arrow:before {
    background-position: 8px 50%;
    background-size: 15px auto;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  #home .arrow-prev {
    -webkit-transform: rotate(-90deg) translate(60px, -20px);
            transform: rotate(-90deg) translate(60px, -20px);
  }
  #home .arrow-next {
    -webkit-transform: rotate(90deg) translate(-20px, 20px);
            transform: rotate(90deg) translate(-20px, 20px);
  }
  #home .arrow:hover:before {
    background-position: 13px 50%;
  }
}
@media screen and (min-width: 1180px) {
  #home {
    margin-top: 114px;
    padding: 0 40px;
  }
  .hp #home:before {
    background: #472784;
  }
  #home .header-grid,
  #home .grid-item:first-child {
    height: 575px;
  }
  #home .arrow-prev {
    -webkit-transform: rotate(-90deg) translate(60px, -34px);
            transform: rotate(-90deg) translate(60px, -34px);
  }
  #home .arrow-next {
    -webkit-transform: rotate(90deg) translate(-20px, 34px);
            transform: rotate(90deg) translate(-20px, 34px);
  }
}
@media screen and (min-width: 1300px) {
  .sp #home {
    padding: 40px 100px 35px;
  }
  #home .header-grid,
  #home .grid-item:first-child {
    height: calc(100vh - (114px + 75px));
  }
  #home .grid-item:first-child .caption {
    padding: 30px 78px;
  }
  #home .grid-item:first-child .title {
    font-size: 50px;
    font-size: 3.125rem;
  }
  #home .grid-item:first-child .perex {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1600px) {
  .hp #home {
    margin-top: 153px;
  }
  .blog-article #home {
    line-height: 75px;
  }
  .blog-article #home h1 {
    font-size: 65px;
    font-size: 4.0625rem;
  }
  #home .header-grid,
  #home .grid-item:first-child {
    height: calc(100vh - (114px + 125px));
  }
  #home .grid-item:first-child .caption {
    padding: 40px 120px;
  }
  #home .grid-item:first-child .title {
    margin-bottom: 22px;
    line-height: 1.2;
    font-size: 75px;
    font-size: 4.6875rem;
  }
  #home .grid-item:first-child .perex {
    margin-bottom: 40px;
  }
  #home .grid-item .title {
    line-height: 1.175;
    font-size: 32px;
    font-size: 2rem;
  }
  #home .caption {
    padding: 40px 58px;
  }
}
@media screen and (min-width: 1920px) {
  .sp #home {
    padding: 48px 160px 35px;
  }
}

/* ------ */
/* AMENITIES */
#amenities {
  background: #FFF;
  padding: 30px;
}
#amenities .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#amenities .item {
  border: 1px solid #ededed;
  border-width: 1px 0 0;
  margin-bottom: 30px;
  padding: 30px 30px 24px;
  text-align: center;
  position: relative;
}
#amenities .item:before {
  content: "";
  background: #f39000;
  width: 62px;
  height: 2px;
  margin: auto;
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
}
#amenities .item:first-of-type {
  border-top: 0;
}
#amenities .thumb {
  height: 86px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#amenities .title {
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 1.25rem;
}
#amenities p {
  margin-bottom: 17px;
  line-height: 1.75;
}
@media screen and (min-width: 576px) {
  #amenities .item {
    border-width: 0 1px 1px 0;
    margin-bottom: 0;
    padding: 15px 30px 44px;
  }
  #amenities .item:before {
    bottom: 34px;
  }
  #amenities .item:nth-of-type(2n) {
    border-right-width: 0;
  }
  #amenities .item:last-of-type {
    border-width: 0;
  }
}
@media screen and (min-width: 992px) {
  #amenities .item {
    border-width: 0 1px 1px 0;
  }
  #amenities .item:nth-of-type(2) {
    border-top: 0;
  }
  #amenities .item:nth-of-type(2n) {
    border-right-width: 1px;
  }
  #amenities .item:nth-of-type(3) {
    border-right-width: 0;
  }
  #amenities .item:nth-of-type(4) {
    border-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  #amenities {
    padding: 53px 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  #amenities .item {
    border-width: 0 1px 0 0 !important;
    padding: 0 15px 24px;
  }
  #amenities .item:before {
    bottom: 14px;
  }
  #amenities .item:last-of-type {
    border: 0 !important;
  }
}
@media screen and (min-width: 1300px) {
  #amenities {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  #amenities .thumb {
    margin-bottom: 31px;
  }
}
@media screen and (min-width: 1600px) {
  #amenities {
    padding: 53px 30px;
    font-size: 1rem;
  }
  #amenities .item {
    padding: 0 20px 24px;
  }
  #amenities .title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1920px) {
  #amenities {
    padding: 53px 40px;
  }
  #amenities .item {
    padding: 0 30px 24px;
  }
}

/* ------ */
/* CATEGORIES */
#categories {
  background: #FFF;
  padding: 0;
}
#categories h2 {
  color: #FFF;
}
#categories .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#categories [class*=category] {
  border: 1px solid #FFF;
  border-width: 1px 0 0;
  background: #991917;
  position: relative;
  overflow: hidden;
}
#categories [class*=category]:first-of-type {
  border-top: 0;
}
#categories [class*=category] img {
  width: 100%;
  height: 100%;
  aspect-ratio: 2/1.33;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
#categories .category-shops .overlay:before {
  background: #6443a5;
}
#categories .category-services .overlay:before {
  background: #97b214;
}
#categories .category-food .overlay:before {
  background: #f39000;
}
#categories .overlay {
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  text-decoration: none;
  position: absolute;
  inset: 0;
  z-index: 1;
}
#categories .overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.6;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
#categories .overlay:hover:before, #categories .overlay:focus:before {
  opacity: 0.3;
}
#categories .overlay:hover + img, #categories .overlay:focus + img {
  scale: 1.1;
}
#categories .overlay:focus {
  outline: 5px solid #472784;
  outline-offset: -5px;
  -webkit-transition: none;
  transition: none;
}
@media screen and (min-width: 576px) {
  #categories {
    padding: 0 40px;
  }
  #categories [class*=category] {
    border-width: 0 0 1px 1px;
  }
}
@media screen and (min-width: 768px) {
  #categories [class*=category] {
    border-width: 0 0 0 1px;
  }
  #categories .overlay {
    padding: 30px 37px;
  }
}
@media screen and (min-width: 992px) {
  #categories .overlay {
    padding: 41px 47px;
  }
}

/* ------ */
/* SHOPS CAROUSEL */
.shops-carousel {
  margin: 15px 0;
  padding: 0;
  position: relative;
}
.shops-carousel .item {
  height: 70px;
}
.shops-carousel .item a, .shops-carousel .item span {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shops-carousel .item img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0 10px;
}
.shops-carousel .item a:focus {
  border-radius: 5px;
  outline: 2px solid #472784;
  outline-offset: -2px;
  -webkit-transition: none;
  transition: none;
}
@media screen and (min-width: 992px) {
  .shops-carousel .item {
    height: 100px;
  }
}
@media screen and (min-width: 1180px) {
  .shops-carousel .item img {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1300px) {
  .shops-carousel .item img {
    max-width: 200px;
    max-height: 60px;
  }
}
@media screen and (min-width: 1440px) {
  .shops-carousel {
    margin: 40px 0;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1600px) {
  .shops-carousel .item img {
    padding: 0 30px;
  }
}
@media screen and (min-width: 2560px) {
  .shops-carousel .item img {
    padding: 0 30px;
  }
}

/* ----------- */
/* KONTAKT */
#location {
  position: relative;
}
#location .text-block {
  background: #f1edf9;
  padding: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}
#location .text-block hr {
  background: #FFF;
  margin: 37px 0 42px;
}
#location .text-block p {
  max-width: 75%;
  margin: 0 auto 21px;
}
#location .text-block p:last-of-type {
  margin-bottom: 0;
}
#location .text-block a:focus {
  border-radius: 5px;
  color: #f39000;
  outline: 2px solid #9c89c0;
  outline-offset: 5px;
  -webkit-transition: none;
  transition: none;
}
#location h2 {
  margin-bottom: 13px;
}
#location h3 {
  margin-bottom: 20px;
}
#location address {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  #location {
    padding: 30px;
  }
  #location .text-block {
    width: 50%;
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) {
  #location .text-block {
    padding: 53px 75px 62px;
  }
}
@media screen and (min-width: 1300px) {
  #location {
    padding: 56px 100px;
  }
}
@media screen and (min-width: 1600px) {
  #location h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1920px) {
  #location {
    padding: 56px 160px;
  }
}
@media screen and (min-width: 2560px) {
  #location {
    padding: 100px 160px;
  }
}

#map {
  background: #ededed;
  height: 100%;
  min-height: 300px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #map {
    position: absolute !important;
    inset: 0;
    z-index: 0;
  }
}

/* ------ */
/* CONTACTS */
#contacts {
  padding: 30px;
}
#contacts .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#contacts .item {
  border: 1px solid #ededed;
  border-width: 1px 0 0;
  padding: 30px 0;
  text-align: center;
  position: relative;
}
#contacts .item:first-child {
  border-top: 0;
}
#contacts .title {
  display: block;
  margin-bottom: 17px;
}
#contacts p {
  margin-bottom: 17px;
  line-height: 1.75;
}
#contacts p:last-of-type {
  margin: 0;
}
#contacts a {
  text-decoration: none;
}
#contacts a:hover {
  text-decoration: underline;
}
#contacts a:focus {
  border-radius: 5px;
  color: #f39000;
  outline: 2px solid #9c89c0;
  outline-offset: 5px;
  -webkit-transition: none;
  transition: none;
}
#contacts article p + h3 {
  margin-top: 30px;
}
@media screen and (min-width: 576px) {
  #contacts .item {
    border-width: 0 1px 1px 0;
    margin-bottom: 0;
    padding: 30px 15px;
  }
  #contacts .item:nth-of-type(2n) {
    border-right-width: 0;
  }
  #contacts .item:last-child {
    border-width: 0;
  }
}
@media screen and (min-width: 992px) {
  #contacts .item {
    border-width: 0 1px 1px 0;
    padding: 21px 30px 12px;
  }
  #contacts .item:nth-of-type(2) {
    border-top: 0;
  }
  #contacts .item:nth-of-type(2n) {
    border-right-width: 1px;
  }
  #contacts .item:nth-of-type(3) {
    border-right-width: 0;
  }
  #contacts .item:nth-of-type(4) {
    border-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  #contacts {
    padding: 50px 40px;
  }
  #contacts .row {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
  #contacts .item {
    border-width: 0 0 0 1px !important;
    margin-bottom: 48px;
  }
  #contacts .item:nth-child(4n), #contacts .item:last-child {
    border-right-width: 1px !important;
  }
}
@media screen and (min-width: 1300px) {
  #contacts {
    padding: 50px 100px;
  }
}
@media screen and (min-width: 1920px) {
  #contacts {
    padding: 50px 160px;
  }
}
@media screen and (min-width: 2560px) {
  #contacts .row-cols-xl-4 > * {
    width: 20%;
  }
}

/* ------ */
.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.tags .tag {
  border-radius: 30px;
  border: 2px solid var(--bg);
  background: var(--bg);
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10.4px 36px;
  gap: 24.93px;
  line-height: 16px;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #FFF;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.tags .tag:hover, .tags .tag:focus, .tags .tag.active {
  background: transparent;
  color: var(--bg);
}
.tags .tag:focus {
  outline: 3px solid #472784;
  outline-offset: 3px;
  -webkit-transition: outline 0s;
  transition: outline 0s;
}
.tags .household {
  --bg: #97B214;
}
.tags .fashion {
  --bg: #25AFFF;
}
.tags .entertainment {
  --bg: #D58BD4;
}
.tags .family {
  --bg: #F39000;
}
.tags .health {
  --bg: #32C26D;
}
.tags .food {
  --bg: #FF6565;
}
.tags .review {
  --bg: #ECC737;
}
.tags .blog {
  --bg: #472784;
}

.blog-list {
  display: grid;
  gap: 40px;
}

.blog-item {
  gap: 20px;
  height: 100%;
  text-decoration: none;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  padding-bottom: 13px;
}
.blog-item:hover .thumb:after {
  opacity: 0.2;
}
.blog-item:hover .thumb img {
  scale: 1.1;
}
.blog-item:focus {
  color: #f39000;
}
.blog-item:focus .thumb {
  outline: 5px solid #f39000;
  outline-offset: -5px;
}
.blog-item .thumb {
  background: #F2EDFA;
  display: grid;
  position: relative;
  overflow: hidden;
}
.blog-item .thumb:after {
  content: "";
  grid-area: 1/-1;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.blog-item .thumb img {
  grid-area: 1/-1;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/0.7081;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.blog-item .tags {
  --margin-y: 20px;
  grid-area: 1/-1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap column;
          flex-flow: wrap column;
  place-self: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
  margin: var(--margin-y) 0;
  z-index: 1;
  pointer-events: none;
}
.blog-item .tags span {
  border-radius: 0 30px 30px 0;
  height: 37px;
  padding: 5px 35px 5px 28px;
}
.blog-item .tags span:before {
  opacity: 0.9;
}
.blog-item .title {
  margin: 0;
  letter-spacing: -0.01em;
}
.blog-item .link {
  background: url("../img/icons/triangle.svg") 100% 50%/6px 8px no-repeat;
  padding-right: 23px;
  text-decoration: none;
  font-weight: 700;
  color: #f39000;
  place-self: start;
}
@media screen and (min-width: 420px) {
  .blog-item .tags {
    --margin-y: 40px;
  }
}
@media screen and (min-width: 800px) {
  .blog-item .title {
    line-height: 34px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/* BLOG - latest/popular */
#blog-popular {
  --padding-x: 30px;
  padding: 0 var(--padding-x) 35px;
}
#blog-popular h1 {
  margin-top: -8px;
  line-height: 75px;
  letter-spacing: -0.01em;
}
#blog-popular .row {
  --bs-gutter-x: 80px;
}
#blog-popular .col-left .blog-item {
  grid-row: span 4;
}
#blog-popular .col-left .blog-item p {
  margin: 0 0 -3px;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
}
#blog-popular .col-right {
  padding-top: 21px;
}
#blog-popular .col-right > h2 {
  margin-bottom: 26px;
}
#blog-popular .col-right .blog-item {
  padding: 0;
}
@media screen and (min-width: 568px) {
  #blog-popular {
    --padding-x: 40px;
  }
}
@media screen and (min-width: 768px) {
  #blog-popular .col-left .blog-item p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px), (min-width: 1440px) {
  #blog-popular .col-right .blog-item {
    grid-template-columns: 370px 1fr;
    grid-row: span 3;
    gap: 28px 30px;
  }
  #blog-popular .col-right .blog-item .thumb {
    grid-row: span 3;
  }
  #blog-popular .col-right .blog-item .title {
    margin-top: 22px;
  }
}
@media screen and (min-width: 992px) {
  #blog-popular {
    --padding-x: 80px;
  }
  #blog-popular h1 {
    margin-bottom: 23px;
  }
  #blog-popular .col-left .blog-item {
    gap: 40px;
  }
  #blog-popular .col-left .blog-item .caption {
    gap: 39px;
  }
  #blog-popular .col-left .blog-item .caption p {
    font-size: 22px;
    font-size: 1.375rem;
  }
  #blog-popular .col-left .blog-item .title {
    line-height: 64px;
    font-size: 48px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1400px) {
  #blog-popular .col-left .blog-item .thumb img {
    aspect-ratio: 1/0.671;
  }
}
@media screen and (min-width: 1600px) {
  #blog-popular h1 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 2560px) {
  #blog-popular .col-right {
    margin-bottom: 25px;
  }
  #blog-popular .col-right .blog-item {
    grid-template-columns: 518px 1fr;
  }
}

/* BLOG - zoznam */
#blog {
  --padding-x: 30px;
  background: #F2EDFA;
  padding: 60px var(--padding-x);
}
#blog .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
  place-content: center;
}
#blog .blog-list {
  --columns: 1;
  grid-template-columns: repeat(var(--columns), 1fr);
}
#blog .load-more {
  min-width: 180px;
  place-content: center;
}
@media screen and (min-width: 568px) {
  #blog {
    --padding-x: 40px;
  }
  #blog .blog-list {
    --columns: 2;
  }
}
@media screen and (min-width: 992px) {
  #blog {
    --padding-x: 80px;
  }
}
@media screen and (min-width: 1150px) {
  #blog .blog-list {
    --columns: 3;
  }
}
@media screen and (min-width: 2560px) {
  #blog .blog-list {
    --columns: 4;
  }
}

/* ------ */
/* BLOG - detail */
#blog-detail {
  --padding-x: 30px;
  max-width: 1200px;
  margin: 0 auto 19px;
  padding: 0 var(--padding-x);
}
#blog-detail .container {
  max-width: 900px;
}
#blog-detail .perex {
  margin-bottom: 39px;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
}
#blog-detail .perex p {
  font-size: inherit;
}
#blog-detail .blog-header {
  display: grid;
  margin: 0 calc(0px - var(--padding-x));
}
#blog-detail .blog-header .tags {
  grid-area: 1/-1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap column;
          flex-flow: wrap column;
  place-self: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
  margin-top: 20px;
  z-index: 1;
  pointer-events: none;
}
#blog-detail .blog-header .tags span {
  border-radius: 0 30px 30px 0;
  height: 37px;
  padding: 5px 35px 5px 28px;
}
#blog-detail .blog-header .tags span:before {
  opacity: 0.9;
}
#blog-detail .blog-header img {
  max-width: 100%;
  aspect-ratio: 1/0.6333;
  grid-area: 1/-1;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 0;
}
#blog-detail h2 {
  letter-spacing: -0.01em;
}
#blog-detail p, #blog-detail ul, #blog-detail ol {
  margin-bottom: 26px;
  letter-spacing: 0;
  font-size: 18px;
  font-size: 1.125rem;
}
#blog-detail img {
  max-width: 100%;
  margin: 15px 0 41px;
}
@media screen and (min-width: 420px) {
  #blog-detail .blog-header .tags {
    margin-top: 40px;
  }
}
@media screen and (min-width: 576px) {
  #blog-detail {
    --padding-x: 40px;
  }
  #blog-detail .perex {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 992px) {
  #blog-detail h2 {
    line-height: 55px;
    font-size: 40px;
    font-size: 2.5rem;
  }
}

/* ------ */
/* HP PROMOTIONS */
#promotions {
  background: #f1edf9;
  padding: 41px 40px 87px;
  position: relative;
}
#promotions > h2 {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#promotions .promo-carousel {
  margin-bottom: 30px;
}
#promotions .btn {
  position: absolute;
  bottom: 55px;
}
@media screen and (min-width: 576px) {
  #promotions .news-slider {
    margin: 0;
  }
  #promotions .btn {
    top: 36px;
    bottom: auto;
    right: 40px;
  }
}
@media screen and (min-width: 768px) {
  #promotions > h2 {
    margin-left: 30px;
  }
  #promotions .btn {
    top: 43px;
    right: 70px;
  }
}
@media screen and (min-width: 1180px) {
  #promotions > h2 {
    margin-left: 60px;
  }
  #promotions .btn {
    right: 120px;
  }
}
@media screen and (min-width: 1600px) {
  #promotions .btn {
    top: 57px;
    right: 156px;
  }
}
@media screen and (min-width: 1920px) {
  #promotions > h2 {
    margin-left: 120px;
  }
}

.promo-carousel .item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.promo-carousel .item a {
  line-height: 1.25;
  text-decoration: none;
}
.promo-carousel .item a:hover .thumb:after {
  opacity: 0.2;
}
.promo-carousel .item a:hover .thumb img {
  scale: 1.1;
}
.promo-carousel .item a:focus {
  color: #f39000;
}
.promo-carousel .item a:focus .thumb {
  outline: 5px solid #f39000;
  outline-offset: -5px;
}
.promo-carousel .item .thumb {
  background: #f1edf9;
  display: block;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.promo-carousel .item .thumb:after {
  content: "";
  background: #000;
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.promo-carousel.splide--slide .splide__arrows {
  display: none;
}
.promo-carousel .splide__arrow {
  background: #f1edf9;
  width: 60px;
  height: 60px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  opacity: 1 !important;
}
.promo-carousel .splide__arrow--prev {
  left: -30px;
}
.promo-carousel .splide__arrow--next {
  right: -30px;
}
.promo-carousel .splide__arrow svg {
  width: auto;
  height: 20px;
  fill: #472784;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.promo-carousel .splide__arrow:hover svg {
  fill: #f39000;
}
.promo-carousel .splide__arrow:focus {
  outline-color: #f39000 !important;
  outline-offset: 0 !important;
  -webkit-transition: none;
  transition: none;
}
@media screen and (min-width: 1180px) {
  .promo-carousel .item .thumb {
    margin-bottom: 27px;
  }
  .promo-carousel .item a {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .promo-carousel .splide__arrow {
    width: 80px;
    height: 80px;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  .promo-carousel .splide__arrow--prev {
    left: -40px;
  }
  .promo-carousel .splide__arrow--next {
    right: -40px;
  }
  .promo-carousel .splide__arrow svg {
    height: 30px;
  }
}
@media screen and (min-width: 1300px) {
  .promo-carousel .item a {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

/* ------ */
/* NOVINKY */
.square-block {
  padding: 0 30px;
}
.square-block .col {
  margin-bottom: 39px;
  text-align: left;
  position: relative;
}
.square-block .thumb {
  background: #f1edf9;
  display: block;
  aspect-ratio: 1/1;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.square-block .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.square-block a.thumb:after {
  content: "";
  background: #000;
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.square-block a.thumb:hover:after {
  opacity: 0.2;
}
.square-block a.thumb:hover img {
  scale: 1.1;
}
.square-block a.thumb:hover + .title {
  color: #f39000;
}
.square-block a.thumb:focus {
  color: #f39000;
  outline: 5px solid #f39000;
  outline-offset: -5px;
  -webkit-transition: none;
  transition: none;
}
.square-block a.thumb:focus + .title {
  color: #f39000;
  -webkit-transition: none;
  transition: none;
}
.square-block .title {
  margin: 0;
  font-weight: normal;
  font-size: 18px;
}
.square-block a {
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 568px) {
  .square-block {
    padding: 0 40px 38px;
  }
}
@media screen and (min-width: 992px) {
  .square-block .col {
    --bs-gutter-x: 39px;
    margin-bottom: 56px;
  }
  .square-block .thumb {
    margin-bottom: 27px;
  }
  .square-block .title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 2560px) {
  .square-block .col {
    max-width: 20%;
  }
}

/* ------ */
/* NOVINKA - DETAIL */
.news-detail {
  margin-bottom: 30px;
  padding: 0 30px;
}
.news-detail article {
  padding-top: 30px;
}
.news-detail .perex {
  font-size: 20px;
  font-size: 1.25rem;
}
.news-detail p {
  margin-bottom: 26px;
  line-height: 1.6;
}
.news-detail p a {
  text-decoration: none;
  font-weight: bold;
  color: #f39000;
}
.news-detail p a:hover {
  text-decoration: underline;
}
.news-detail p a:focus {
  border-radius: 5px;
  color: #f39000;
  outline: 2px solid #9c89c0;
  outline-offset: 5px;
  -webkit-transition: none;
  transition: none;
}
.news-detail .grid {
  background: #FFF;
  display: grid;
  grid-gap: 1px;
  grid-template-columns: repeat(2, 1fr);
}
.news-detail .grid .thumb {
  aspect-ratio: 1/1;
}
.news-detail .thumb {
  text-decoration: none;
  position: relative;
  color: inherit;
}
.news-detail .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-detail a.thumb:hover:before {
  opacity: 0.2;
}
.news-detail a.thumb:before {
  content: "";
  background: #000;
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.news-detail a.thumb:focus {
  outline: 4px solid #f39000;
  outline-offset: -4px;
  -webkit-transition: none;
  transition: none;
}
.news-detail a.thumb:focus:before {
  opacity: 0.2;
}
@media screen and (min-width: 568px) {
  .news-detail {
    padding: 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .news-detail {
    margin-bottom: 50px;
  }
  .news-detail article {
    padding-top: 0;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1300px) {
  .news-detail {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1600px) {
  .news-detail article {
    padding: 0 130px 0 60px;
  }
}
@media screen and (min-width: 1600px) {
  .news-detail article {
    padding: 0 150px 0 120px;
  }
}

/* ------ */
/* RELATED STORE */
.related-store {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-top: 26px;
}
.related-store .thumb {
  border: 1px solid #f1edf9;
  background: #f1edf9;
  width: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap column;
          flex-flow: wrap column;
  place-content: center;
  place-items: center;
  text-align: center;
  aspect-ratio: 1/0.861;
  position: relative;
}
.related-store .thumb img {
  max-width: 66%;
  max-height: 75%;
  -o-object-fit: contain;
     object-fit: contain;
}
.related-store .thumb strong {
  padding: 25px;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .related-store .thumb {
    max-width: 338px;
  }
  .related-store .thumb strong {
    padding: 25px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/* ------ */
/* CLANKY - DETAIL */
body.article #header,
body.search #header {
  background: #FFF;
}
@media screen and (min-width: 2560px) {
  body.article #home,
  body.search #home {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

section.article {
  padding: 0 30px 30px;
}
section.article article h2 {
  margin-bottom: 20px;
}
section.article article p, section.article article ol, section.article article ul {
  margin-bottom: 26px;
}
section.article article p + h2, section.article article ol + h2, section.article article ul + h2 {
  margin-top: 30px;
}
section.article ol {
  padding-left: 0;
  list-style: none;
  counter-reset: item;
}
section.article ol > li {
  padding: 4px 0 4px 30px;
  counter-increment: item;
  position: relative;
}
section.article ol > li:before {
  content: counter(item) ".";
  width: 25px;
  font-weight: bold;
  position: absolute;
  left: 0;
}
section.article ol[style*=lower-alpha] {
  list-style: none !important;
}
section.article ol[style*=lower-alpha] > li:before {
  content: counter(item, lower-alpha) ")";
}
section.article table {
  border: 1px solid #472784;
  margin-bottom: 30px;
}
section.article table th, section.article table td {
  border: 1px solid #472784;
  padding: 10px;
}
section.article table th {
  background: #f1edf9;
  font-weight: bold;
}
section.article table p:last-of-type {
  margin: 0;
}
@media screen and (min-width: 568px) {
  section.article {
    padding: 0 40px 40px;
  }
  section.article h1 {
    padding: 40px 0;
  }
}
@media screen and (min-width: 992px) {
  section.article [class^=col] {
    padding-right: 30px;
  }
}
@media screen and (min-width: 1300px) {
  section.article {
    padding: 0 100px 100px;
  }
  section.article h1 {
    padding: 40px 0 35px;
  }
}
@media screen and (min-width: 1920px) {
  section.article {
    padding: 0 160px 100px;
  }
  section.article h1 {
    padding: 48px 0 35px;
  }
}
@media screen and (min-width: 2560px) {
  section.article {
    max-width: 70%;
    margin: auto;
  }
}

/* ------ */
/* OBCHODY */
#stores {
  padding: 0 30px;
}
@media screen and (min-width: 568px) {
  #stores {
    padding: 0 40px;
  }
}

/* ------ */
/* FILTER */
.stores-filter .form-control {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23472784' width='38.712' height='38.846' viewBox='0 0 38.712 38.846'%3e%3cpath d='M38.712 34.988l-8.361-8.5a16.642 16.642 0 003.149-9.739C33.5 7.514 25.986 0 16.75 0S0 7.514 0 16.75 7.514 33.5 16.75 33.5a16.64 16.64 0 009.707-3.125l8.333 8.471 3.922-3.858zM16.75 28C10.547 28 5.5 22.953 5.5 16.75S10.547 5.5 16.75 5.5 28 10.547 28 16.75 22.953 28 16.75 28z'/%3e%3c/svg%3e") calc(100% - 15px) 50%/18px no-repeat;
  padding-right: 45px;
}
.stores-filter .btn {
  border: 2px solid #f1edf9;
  background: #FFF !important;
  width: 100%;
  min-height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  padding: 8px 40px 8px 18px;
  color: #472784;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
.stores-filter .btn:before {
  content: "";
  background: url("../img/icons/arrow2.svg") 0 0/15px 9px no-repeat;
  width: 15px;
  height: 9px;
  position: absolute;
  top: calc(50% - 4.5px);
  right: 16px;
  z-index: 1;
}
.stores-filter .btn:focus {
  border: 2px solid #472784;
}
.stores-filter .btn:focus:before {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.stores-filter .dropdown-menu {
  border-radius: 0;
  -webkit-box-shadow: 0 0 6px -3px rgba(71, 39, 132, 0.75);
          box-shadow: 0 0 6px -3px rgba(71, 39, 132, 0.75);
  border: 1px solid #6443a5;
  background: #f1edf9;
  width: 100%;
  padding: 0;
  color: #472784;
  inset: calc(100% + 5px) 0 auto auto !important;
  position: absolute !important;
  z-index: 1;
  -webkit-transform: none !important;
          transform: none !important;
}
.stores-filter .dropdown-menu .list-categories {
  margin: 0;
  padding: 0;
  list-style: none;
}
.stores-filter .dropdown-menu .list-categories li {
  border-bottom: 1px solid #FFF;
}
.stores-filter .dropdown-menu .list-categories li:last-of-type {
  border: 0;
}
.stores-filter .dropdown-menu .list-categories a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: inherit;
}
.stores-filter .dropdown-menu .list-categories .active a,
.stores-filter .dropdown-menu .list-categories a:hover,
.stores-filter .dropdown-menu .list-categories a:focus {
  background: #6443a5;
  color: #FFF;
}
.stores-filter .show {
  position: relative;
}
.stores-filter .show .btn:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media screen and (min-width: 576px) {
  .stores-filter .btn {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .stores-filter .row {
    margin: 0;
  }
  .stores-filter .col {
    padding: 0;
    padding-left: 20px;
  }
  .stores-filter .btn,
  .stores-filter .form-control {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .stores-filter .btn,
  .stores-filter .form-control {
    width: 269px;
  }
}

/* ------ */
/* OBCHODY - seznam */
.list-letters {
  margin: 0 0 36px;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  text-align: left;
  font-size: 18px;
  font-size: 1.125rem;
}
.list-letters li {
  display: inline-block;
  margin: 4px;
}
.list-letters a {
  border-radius: 50%;
  background: #f1edf9;
  width: 39px;
  height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap column;
          flex-flow: wrap column;
  place-content: center;
  place-items: center;
  text-decoration: none;
  font-weight: bold;
  color: #472784;
}
.list-letters .active a,
.list-letters a:hover,
.list-letters a:focus,
.list-letters a.active {
  background: #472784;
  color: #FFF;
}
.list-letters a:focus {
  outline: 3px solid #f39000;
  outline-offset: -3px;
  -webkit-transition: none;
  transition: none;
}
@media screen and (min-width: 992px) {
  .list-letters {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1300px) {
  .list-letters {
    margin: 0 60px 36px;
  }
  .list-letters li {
    margin: 0 10px 0 0;
  }
}
@media screen and (min-width: 1600px) {
  .list-letters li {
    margin: 0 25px 0 0;
  }
}
@media screen and (min-width: 1920px) {
  .list-letters {
    margin: 0 120px 36px;
  }
}

.list-stores {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.list-stores .item {
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  aspect-ratio: 1/0.861;
  position: relative;
}
.list-stores .item .thumb {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  text-decoration: none !important;
  color: inherit;
  overflow: hidden;
}
.list-stores .item .thumb:hover:before {
  opacity: 0.2;
}
.list-stores .item .thumb:hover img {
  scale: 1.1;
}
.list-stores .item .thumb:before {
  content: "";
  background: #000;
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.list-stores .item .thumb strong {
  text-align: center;
}
.list-stores .item .thumb:focus {
  outline: 4px solid #f39000;
  outline-offset: -4px;
  -webkit-transition: none;
  transition: none;
}
.list-stores .item img {
  max-width: 70%;
  max-height: 75%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 480px) {
  .list-stores {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 667px) {
  .list-stores {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .list-stores {
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1180px) {
  .list-stores {
    grid-gap: 30px;
  }
  .list-stores .item .thumb strong {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 1300px) {
  .list-stores {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1600px) {
  .list-stores {
    grid-gap: 40px;
  }
  .list-stores .item .thumb strong {
    padding: 30px;
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 2560px) {
  .list-stores {
    grid-template-columns: repeat(7, 1fr);
  }
}

/* ------ */
/* SHOP DETAIL */
.store-detail {
  margin-bottom: 30px;
  padding: 0 30px;
}
.store-detail article {
  padding: 30px 0 0;
}
.store-detail p {
  margin-bottom: 26px;
  line-height: 1.6;
}
.store-detail p a {
  text-decoration: none;
  font-weight: bold;
  color: #f39000;
}
.store-detail p a:hover {
  text-decoration: underline;
}
.store-detail table {
  width: 100%;
  margin-bottom: 30px;
}
.store-detail table thead th {
  border-bottom: 1px solid #472784;
}
.store-detail table td:last-of-type {
  text-align: right;
}
.store-detail .grid {
  background: #FFF;
  display: grid;
  grid-gap: 1px;
}
.store-detail .grid .grid-item {
  background: #f2f2f2;
}
.store-detail .shop-logo {
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  min-height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.store-detail .shop-logo .wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap column;
          flex-flow: wrap column;
  place-content: center;
  place-items: center;
}
.store-detail .shop-logo img {
  max-width: 66%;
  max-height: 75%;
}
.store-detail .shop-logo strong {
  padding: 30px;
  font-size: 22px;
  font-size: 1.375rem;
}
.store-detail .shop-contacts {
  background: #472784;
  aspect-ratio: auto;
  padding: 15px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
.store-detail .shop-contacts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.store-detail .shop-contacts li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 29px;
  margin-bottom: 19px;
  padding-left: 40px;
  line-height: 1.2;
  position: relative;
}
.store-detail .shop-contacts li:last-of-type {
  margin: 0;
}
.store-detail .shop-contacts .icon {
  width: 29px;
  height: 29px;
  min-height: auto;
  margin-right: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  inset: 0;
}
.store-detail .shop-contacts .icon img {
  max-height: 24px;
}
.store-detail .shop-contacts a {
  text-decoration: none;
}
.store-detail .shop-contacts a.map {
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  color: #f39000;
}
.store-detail .shop-contacts a:hover, .store-detail .shop-contacts a:focus {
  text-decoration: underline;
}
.store-detail .shop-contacts a:focus {
  border-radius: 5px;
  color: #f39000;
  outline: 2px solid #9c89c0;
  outline-offset: 5px;
  -webkit-transition: none;
  transition: none;
}
.store-detail .shop-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.store-detail .shop-gallery.disabled .splide__list {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.store-detail .shop-gallery.disabled .splide__arrow {
  opacity: 0 !important;
}
.store-detail .splide--slide .splide__arrows {
  display: none;
}
.store-detail .splide__arrow {
  background: #FFF;
  width: 60px;
  height: 60px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  opacity: 1 !important;
}
.store-detail .splide__arrow--prev {
  left: -30px;
}
.store-detail .splide__arrow--prev svg {
  left: 50%;
}
.store-detail .splide__arrow--next {
  right: -30px;
}
.store-detail .splide__arrow--next svg {
  right: 50%;
}
.store-detail .splide__arrow:hover svg {
  fill: #f39000;
}
.store-detail .splide__arrow svg {
  width: auto;
  height: 14px;
  fill: #472784;
  position: absolute;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (min-width: 568px) {
  .store-detail {
    padding: 0 40px;
  }
}
@media screen and (min-width: 576px) {
  .store-detail .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .store-detail .shop-gallery {
    grid-column: span 2;
  }
  .store-detail .shop-gallery img {
    aspect-ratio: 1/0.5;
  }
}
@media screen and (min-width: 768px) {
  .store-detail .shop-contacts {
    padding: 30px;
  }
}
@media screen and (min-width: 992px) {
  .store-detail {
    margin-bottom: 50px;
  }
  .store-detail article {
    padding-top: 0;
    padding-right: 50px;
  }
  .store-detail .grid {
    grid-template-columns: 1fr;
  }
  .store-detail .shop-contacts {
    padding: 20px;
  }
  .store-detail .shop-gallery {
    grid-column: 1;
  }
}
@media screen and (min-width: 1180px) {
  .store-detail .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .store-detail .shop-gallery {
    grid-column: span 2;
  }
}
@media screen and (min-width: 1280px) {
  .store-detail .shop-logo .wrapper {
    aspect-ratio: 1/0.861;
  }
  .store-detail .shop-logo img {
    max-height: 50%;
  }
}
@media screen and (min-width: 1300px) {
  .store-detail {
    margin-bottom: 100px;
  }
  .store-detail article {
    padding: 0 60px;
  }
}
@media screen and (min-width: 1600px) {
  .store-detail article {
    padding: 0 130px 0 60px;
  }
  .store-detail .shop-logo strong {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .store-detail .shop-contacts {
    padding: 61px 56px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .store-detail .shop-contacts li {
    padding-left: 56px;
  }
  .store-detail .shop-contacts a.map {
    font-size: 1rem;
  }
  .store-detail .shop-contacts .icon img {
    max-height: none;
  }
}
@media screen and (min-width: 1920px) {
  .store-detail article {
    padding: 0 150px 0 120px;
  }
}

/* ------ */
/*
 * Mapplic - Custom Interactive Map Plugin by @sekler
 * Version 3.1
 * http://www.mapplic.com
 */
.mapplic-element a {
  color: #472784;
  text-decoration: none !important;
}

.mapplic-element input,
.mapplic-element button {
  outline: none;
}

.mapplic-element * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mapplic-element {
  background-color: #fff;
  font-size: 0;
  overflow: hidden;
}

/* Fullscreen */
:-webkit-full-screen {
  width: 100%;
  height: 100% !important;
}

:-webkit-full-screen .mapplic-fullscreen-button {
  background-image: url(../img/mapplic/fullscreen-exit.png);
}

/* Preloader */
.mapplic-element.mapplic-loading {
  background: #f4f4f4 url(../img/mapplic/loader.gif) no-repeat center;
}

.mapplic-element.mapplic-error {
  background: #f4f4f4 url(../img/mapplic/error-icon.png) no-repeat center;
}

.mapplic-element > * {
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.mapplic-element.mapplic-loading > * {
  opacity: 0;
}

/* Main elements */
.mapplic-container {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 70%;
  height: 100%;
}

:-webkit-full-screen .mapplic-container {
  width: 80%;
}

.mapplic-map {
  position: absolute;
  left: 0;
  top: 0;
  overflow: visible !important;
}

/* Map layer */
.mapplic-layer {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.mapplic-layer img {
  width: 100%;
}

.mapplic-map .mapplic-map-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mapplic-map.mapplic-zoomable .mapplic-map-image {
  cursor: url(../img/mapplic/openhand.cur), default;
}

.mapplic-map.mapplic-zoomable.mapplic-dragging .mapplic-map-image {
  cursor: url(../img/mapplic/closedhand.cur), move;
}

.mapplic-locations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mapplic-pin {
  background-image: url(../img/mapplic/pin.png);
  background-size: 18px 24px;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 24px;
  margin-top: -23px;
  margin-left: -9px;
  position: absolute;
}

.mapplic-pin.iconpin {
  background-image: url(../img/mapplic/pin-large.png);
  background-size: 30px 42px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 36px;
  text-align: center;
  width: 30px;
  height: 42px;
  margin-top: -42px;
  margin-left: -15px;
}

.mapplic-pin.orange {
  background-image: url(../img/mapplic/pin-orange.png);
}

.mapplic-pin.yellow {
  background-image: url(../img/mapplic/pin-yellow.png);
}

.mapplic-pin.green {
  background-image: url(../img/mapplic/pin-green.png);
}

.mapplic-pin.blue {
  background-image: url(../img/mapplic/pin-blue.png);
}

.mapplic-pin.purple {
  background-image: url(../img/mapplic/pin-purple.png);
}

.mapplic-pin.iconpin.orange {
  background-image: url(../img/mapplic/pin-orange-large.png);
}

.mapplic-pin.iconpin.yellow {
  background-image: url(../img/mapplic/pin-yellow-large.png);
}

.mapplic-pin.iconpin.green {
  background-image: url(../img/mapplic/pin-green-large.png);
}

.mapplic-pin.iconpin.blue {
  background-image: url(../img/mapplic/pin-blue-large.png);
}

.mapplic-pin.iconpin.purple {
  background-image: url(../img/mapplic/pin-purple-large.png);
}

.mapplic-pin.circular {
  background-image: none;
  background-color: #fb7575;
  border-radius: 6px;
  -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -6px;
}

.mapplic-pin.transparent {
  background-image: none;
  background-color: #fb7575;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0.5 !important;
}

.mapplic-pin.mapplic-animate {
  -webkit-animation: bounce-in 0.4s forwards;
  animation: bounce-in 0.4s forwards;
}

@-webkit-keyframes bounce-in {
  0% {
    margin-top: -120px;
    opacity: 0;
  }
  33% {
    margin-top: -25px;
    opacity: 1;
  }
  66% {
    margin-top: -30px;
  }
  100% {
    margin-top: -23px;
    opacity: 1;
  }
}
/* Minimap */
.mapplic-minimap {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  position: absolute;
  width: 140px;
  margin: 10px;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  overflow: hidden;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mapplic-minimap img {
  width: 100%;
}

.mapplic-minimap-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mapplic-minimap .mapplic-minimap-active {
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0;
  -webkit-transition: clip 0.1s;
  transition: clip 0.1s;
}

.mapplic-minimap-background {
  -webkit-filter: blur(2px);
}

/* Clear Button */
.mapplic-clear-button {
  background-color: #fff;
  background-image: url(../img/mapplic/reset.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #eee;
  border-bottom: 1px solid #ddd;
  border-radius: 3px;
  margin: 10px;
  width: 28px;
  height: 28px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.mapplic-clear-button:active {
  background-color: #eee;
}

/* Zoom Buttons */
.mapplic-zoom-buttons {
  margin: 10px;
  position: absolute;
  left: 0;
  bottom: 40px;
}

.mapplic-zoom-buttons a {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #eee;
  border-bottom: 1px solid #ddd;
  color: #fff !important;
  display: block;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  line-height: 24px;
  width: 28px;
  height: 28px;
}

.mapplic-zoom-buttons a:active {
  background-color: #f4f4f4;
}

.mapplic-zoom-buttons a.mapplic-disabled {
  background-color: #eee;
  cursor: default;
}

a.mapplic-zoomin-button {
  background-image: url(../img/mapplic/plus.png);
  background-size: 10px 10px;
  border-radius: 3px 3px 0 0;
}

a.mapplic-zoomout-button {
  background-image: url(../img/mapplic/minus.png);
  background-size: 10px 10px;
  border-radius: 0 0 3px 3px;
  border-top: none;
}

/* Fullscreen Button */
.mapplic-fullscreen-button {
  background-color: #fff;
  background-image: url(../img/mapplic/fullscreen.png);
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #eee;
  border-bottom: 1px solid #ddd;
  border-radius: 2px;
  margin: 10px;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
}

/* Levels */
.mapplic-levels {
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px;
  overflow: hidden;
}

.mapplic-levels > * {
  border: 1px solid #eee;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mapplic-levels-select {
  border: 0;
  background-color: #ededed;
  height: 43px;
  margin: 12px 0;
  line-height: 1;
  color: #000;
  padding: 7px 10px 8px;
  font-weight: bold;
  font-size: 16px;
  outline: none;
}

.mapplic-levels a {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  height: 24px;
  width: 100%;
}

.mapplic-levels a:active {
  background-color: #f8f8f8;
}

.mapplic-levels .mapplic-levels-up {
  background-image: url(../img/mapplic/arrow-up.png);
  background-size: 8px 4px;
  border-radius: 3px 3px 0 0;
}

.mapplic-levels .mapplic-levels-down {
  background-image: url(../img/mapplic/arrow-down.png);
  background-size: 8px 4px;
  border-top: none;
  border-radius: 0 0 3px 3px;
}

.mapplic-levels a.mapplic-disabled {
  background-color: #eee;
  cursor: default;
}

/* Sidebar */
.mapplic-sidebar {
  width: 30%;
  height: 100%;
  float: left;
  position: relative;
}

:-webkit-full-screen .mapplic-sidebar {
  width: 20%;
}

/* Search */
.mapplic-search-form {
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mapplic-search-input {
  background-color: #FFF;
  background-image: url('data:image/svg+xml,<svg fill="%23472784" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.8 15.6"><path d="m15.4 13.1-2.5-2.5c-.3-.3-.6-.4-1-.4.7-1 1.1-2.3 1.1-3.6C13 2.9 10.1 0 6.5 0S0 2.9 0 6.5 2.9 13 6.5 13c1.4 0 2.8-.5 3.8-1.3 0 .3.2.7.4.9l2.5 2.5c.5.4 1.4.6 2.1 0 .7-.5.7-1.5.1-2M6.5 11C4 11 2 9 2 6.5S4 2 6.5 2 11 4 11 6.5 9 11 6.5 11"/></svg>');
  background-size: 17px 16px;
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) 50%;
  border: 2px solid #f1edf9;
  border-radius: 50px;
  font-weight: bold;
  font-size: 14px;
  font-family: inherit;
  line-height: 20px;
  height: 43px;
  margin: 0;
  padding: 8px 15px;
  width: 100%;
  color: #472784;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.1s;
  transition: border-color 0.1s;
}
.mapplic-search-input::-webkit-input-placeholder {
  color: #FFF;
}
.mapplic-search-input::-moz-placeholder {
  color: #FFF;
}
.mapplic-search-input:-ms-input-placeholder {
  color: #FFF;
}
.mapplic-search-input::-ms-input-placeholder {
  color: #FFF;
}
.mapplic-search-input::placeholder {
  color: #FFF;
}

.mapplic-search-input:focus {
  border-color: #f39000;
}

.mapplic-search-clear {
  border-radius: 0 50% 50% 0;
  background-image: url(../img/mapplic/cross.png);
  background-size: 8px 8px;
  background-repeat: no-repeat;
  background-color: #ededed;
  background-position: center;
  border: none;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 2px;
  right: 4px;
  margin: 2px 0;
  width: 34px;
  height: 34px;
}

.mapplic-not-found {
  color: #bbb;
  display: none;
  font-size: 13px;
  padding: 0 30px;
  position: absolute;
  text-align: center;
  top: 100px;
}

/* List */
.mapplic-list-container {
  padding-top: 43px;
  height: 100%;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mapplic-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  height: 100%;
}

.mapplic-list-container ol {
  border: 1px solid #6443a5;
  list-style: none;
  padding: 0;
  margin: 0;
}

.mapplic-list-container li {
  border-color: #FFF;
}

.mapplic-list-category > a {
  background-color: #888;
  -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.05) inset;
          box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.05) inset;
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 26px;
  padding: 10px 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mapplic-list-category > a:focus {
  outline: 2px solid #f39000;
  outline-offset: -2px;
  -webkit-transition: none;
  transition: none;
}

.mapplic-list-category ol {
  border-bottom: 2px solid #eee !important;
}

.mapplic-list-thumbnail {
  border-radius: 2px;
  float: left;
  margin-right: 10px;
}

.mapplic-list-category > a .mapplic-list-count {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  float: right;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  padding: 0 6px;
  margin-left: 10px;
  text-align: center;
  margin-top: 4px;
  -webkit-transition: border-radius 0.2s;
  transition: border-radius 0.2s;
}

.mapplic-list-location {
  border-bottom: 1px solid #FFF;
  margin: 0;
}

.mapplic-list-location > a {
  background-color: #f1edf9;
  display: block;
  font-size: 14px;
  padding: 10px 14px;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
}

.mapplic-list-location > a:hover {
  background-color: #6443a5;
  border-color: inherit;
  color: #FFF !important;
}

.mapplic-list-location h4 {
  color: inherit;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  text-align: left;
}

.mapplic-list-location span { /* 42 -20 13 30*/
  color: #bbb;
  font-size: 13px;
  font-weight: normal;
}

/* Tooltip */
.mapplic-tooltip {
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  display: none;
  max-width: 260px;
  min-width: 120px;
  margin-top: -76px;
  padding: 16px;
  position: absolute;
  -webkit-transition: margin 0.1s;
  transition: margin 0.1s;
}

.mapplic-tooltip-title {
  color: #333;
  font-size: 20px;
  font-weight: normal;
  margin: 0 30px 12px 0;
}

.mapplic-hovertip {
  min-width: 30px;
  padding: 6px 14px;
  pointer-events: none;
}

.mapplic-hovertip .mapplic-tooltip-title {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.mapplic-bottom .mapplic-tooltip-triangle {
  border-color: transparent transparent #fff transparent;
  border-width: 0 7px 8px 7px;
  top: 0;
  margin-top: -8px;
}

.mapplic-tooltip-content {
  max-height: 160px;
  overflow-y: auto;
}

.mapplic-tooltip-content p {
  margin-top: 0;
}

.mapplic-tooltip-image {
  width: 46%;
  height: 100%;
  /*margin: 5px 20px 5px 0;*/
  margin: -16px 16px -16px -16px;
  float: left;
}

.mapplic-tooltip-description,
.mapplic-tooltip p {
  color: #aaa;
  font-size: 13px;
  line-height: 20px;
}

.mapplic-tooltip-link {
  background-color: #6CB5F4;
  border-radius: 2px;
  color: #fff !important;
  float: right;
  font-size: 14px;
  line-height: 32px;
  padding: 0 12px;
  margin-top: 10px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.mapplic-tooltip-link:hover {
  background-color: #888;
}

.mapplic-tooltip img {
  max-width: 100%;
}

.mapplic-tooltip-close {
  background-image: url(../img/mapplic/cross.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px 8px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  float: right;
  margin: -10px -14px 0 0;
  padding: 10px 12px;
  width: 10px;
  height: 10px;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.mapplic-tooltip-close:hover {
  opacity: 1;
}

.mapplic-tooltip-triangle {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: -8px;
  margin-left: -7px;
  -webkit-transition: left 0.1s;
  transition: left 0.1s;
}

/* Tooltip down */
.mapplic-tooltip-down .mapplic-tooltip-triangle {
  border-width: 0 7px 8px 7px;
  border-color: transparent transparent #fff transparent;
  top: 0;
  margin-top: -8px;
}

/* Coordinates */
.mapplic-coordinates {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  position: absolute;
  margin: 10px;
  margin-left: -80px;
  padding: 4px 6px;
  font-weight: bold;
  font-size: 20px;
  top: 40px;
  left: 50%;
  pointer-events: none;
}

/* Responsive layout */
@media all and (max-width: 667px) {
  .mapplic-container,
  .mapplic-sidebar {
    width: 100%;
  }
  .mapplic-tooltip {
    max-width: 240px;
  }
  .mapplic-minimap {
    width: 120px;
  }
  .mapplic-element {
    height: auto !important;
  }
  .mapplic-fullscreen-button {
    display: none;
  }
  .mapplic-search-form {
    border-right: none;
  }
}
/* RETINA */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .mapplic-search-clear,
  .mapplic-tooltip-close {
    background-image: url(../img/mapplic/cross@2x.png);
  }
  .mapplic-levels .mapplic-levels-up {
    background-image: url(../img/mapplic/arrow-up@2x.png);
  }
  .mapplic-levels .mapplic-levels-down {
    background-image: url(../img/mapplic/arrow-down@2x.png);
  }
  a.mapplic-zoomin-button {
    background-image: url(../img/mapplic/plus@2x.png);
  }
  a.mapplic-zoomout-button {
    background-image: url(../img/mapplic/minus@2x.png);
  }
  .mapplic-pin {
    background-image: url(../img/mapplic/pin@2x.png);
  }
  .mapplic-pin.orange {
    background-image: url(../img/mapplic/pin-orange@2x.png);
  }
  .mapplic-pin.yellow {
    background-image: url(../img/mapplic/pin-yellow@2x.png);
  }
  .mapplic-pin.green {
    background-image: url(../img/mapplic/pin-green@2x.png);
  }
  .mapplic-pin.blue {
    background-image: url(../img/mapplic/pin-blue@2x.png);
  }
  .mapplic-pin.purple {
    background-image: url(../img/mapplic/pin-purple@2x.png);
  }
  .mapplic-pin.iconpin {
    background-image: url(../img/mapplic/pin-large@2x.png);
  }
  .mapplic-pin.iconpin.orange {
    background-image: url(../img/mapplic/pin-orange-large@2x.png);
  }
  .mapplic-pin.iconpin.yellow {
    background-image: url(../img/mapplic/pin-yellow-large@2x.png);
  }
  .mapplic-pin.iconpin.green {
    background-image: url(../img/mapplic/pin-green-large@2x.png);
  }
  .mapplic-pin.iconpin.blue {
    background-image: url(../img/mapplic/pin-blue-large@2x.png);
  }
  .mapplic-pin.iconpin.purple {
    background-image: url(../img/mapplic/pin-purple-large@2x.png);
  }
  .mapplic-clear-button {
    background-image: url(../img/mapplic/reset@2x.png);
  }
}
/* Map */
.mapplic-element svg {
  width: 100%;
  height: 100%;
}

.mapplic-element svg a {
  cursor: pointer;
}

.mapplic-clickable:not(g),
g.mapplic-clickable > * {
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.mapplic-map-image *[id^=nopointer] {
  pointer-events: none;
}

[id^=landmarks] .mapplic-clickable {
  cursor: pointer;
}
[id^=landmarks] .mapplic-clickable:focus {
  -webkit-transition: none;
  transition: none;
}
[id^=landmarks] .mapplic-clickable:focus > *:not(.logo) {
  fill: #6443a5;
}

/* ------ */
/* MAPA */
#map-wrapper {
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
  position: relative;
}
#map-wrapper .mapplic-element {
  background: none;
  height: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#map-wrapper .mapplic-container {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#map-wrapper .mapplic-sidebar {
  width: auto;
  height: auto;
  max-height: 195px;
  margin: 0 30px 15px;
  top: 0;
  z-index: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  overflow: hidden;
}
#map-wrapper .mapplic-sidebar:hover .mapplic-list-container {
  height: 195px;
  opacity: 1;
}
#map-wrapper .mapplic-list-container {
  height: 0;
  opacity: 0;
}
#map-wrapper .mapplic-zoom-buttons {
  text-align: center;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}
#map-wrapper .mapplic-zoom-buttons > a {
  border-radius: 50%;
  border: 0;
  background: #f39000;
  width: 36px;
  height: 36px;
  margin: 0 6px;
  text-align: center;
  color: #FFF;
  display: inline-block;
  position: relative;
}
#map-wrapper .mapplic-zoom-buttons > a:before, #map-wrapper .mapplic-zoom-buttons > a:after {
  content: "";
  background: #FFF;
  width: 20px;
  height: 2px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#map-wrapper .mapplic-zoomin-button:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#map-wrapper .mapplic-levels {
  width: 90px;
  margin: 0;
  top: 0;
  right: 0;
}
#map-wrapper .mapplic-levels a {
  border-radius: 50%;
  border: 0;
  background: #535252;
  width: 36px;
  height: 36px;
  margin: 0 auto;
  position: relative;
}
#map-wrapper .mapplic-levels a:before, #map-wrapper .mapplic-levels a:after {
  content: "";
  background: #000;
  width: 10px;
  height: 2px;
  margin: auto;
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  -webkit-transform: rotate(45deg) translate(4px);
          transform: rotate(45deg) translate(4px);
}
#map-wrapper .mapplic-levels a:before {
  -webkit-transform: rotate(-45deg) translate(-4px);
          transform: rotate(-45deg) translate(-4px);
}
#map-wrapper .mapplic-levels .mapplic-levels-down {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
#map-wrapper .mapplic-levels-select,
#map-wrapper .mapplic-levels a {
  border: 1px solid #ededed;
}
#map-wrapper .mapplic-disabled {
  pointer-events: none;
  opacity: 0.35;
}
#map-wrapper .mapplic-clear-button,
#map-wrapper .mapplic-tooltip-close {
  display: none;
}
#map-wrapper .mapplic-tooltip {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  background: #6443a5;
  min-width: 196px;
  padding: 10px 10px 7px;
}
#map-wrapper .mapplic-tooltip a {
  display: none !important;
  text-decoration: underline !important;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 16px;
  color: #000;
}
#map-wrapper .mapplic-tooltip-triangle {
  border-top-color: #6443a5;
}
#map-wrapper .mapplic-tooltip-title {
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 18px;
  color: #FFF;
}
@media screen and (min-width: 667px) {
  #map-wrapper .mapplic-sidebar {
    width: 250px;
    position: absolute;
  }
}
@media screen and (min-width: 768px) {
  #map-wrapper {
    border: 0;
    height: 80vh;
    margin-top: 30px;
  }
  #map-wrapper .mapplic-sidebar {
    max-height: 272px;
  }
  #map-wrapper .mapplic-sidebar:hover .mapplic-list-container {
    height: 272px;
  }
}
@media screen and (min-width: 1300px) {
  #map-wrapper {
    padding: 0 78px;
  }
}
@media screen and (min-width: 1920px) {
  #map-wrapper {
    padding: 0 160px;
  }
}

/* ------ */
/* SOCIAL MEDIA */
#social-media {
  padding: 40px;
}
#social-media .text-block {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap column;
          flex-flow: wrap column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#social-media .handle {
  display: block;
  margin-bottom: 27px;
  font-weight: normal;
  font-size: 22px;
  font-size: 1.375rem;
  color: #f39000;
}
#social-media .buttons {
  margin-bottom: 15px;
}
#social-media .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5px 15px 0;
}
@media screen and (min-width: 768px) {
  #social-media .text-block {
    max-width: 90%;
    padding: 28px 45px 35px 0;
  }
  #social-media .handle {
    font-size: 26px;
    font-size: 1.625rem;
  }
  #social-media .buttons {
    margin: 0;
  }
}
@media screen and (min-width: 860px) {
  #social-media .btn {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 900px) {
  #social-media .handle {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 992px) {
  #social-media .text-block {
    padding-right: 0;
  }
  #social-media .btn {
    height: 62px;
  }
}
@media screen and (min-width: 1280px) {
  #social-media {
    padding: 70px 40px 71px;
  }
}
@media screen and (min-width: 1366px) {
  #social-media .handle {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1600px) {
  #social-media .col-left {
    width: 560px;
  }
  #social-media .col-right {
    width: calc(100% - 560px);
  }
  #social-media .text-block {
    margin-left: 60px;
  }
  #social-media .handle {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1920px) {
  #social-media .col-left {
    width: 684px;
  }
  #social-media .col-right {
    width: calc(100% - 684px);
  }
  #social-media .text-block {
    margin-left: 120px;
  }
  #social-media .handle {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
@media screen and (min-width: 2560px) {
  #social-media .col-left {
    width: 784px;
  }
  #social-media .col-right {
    width: calc(100% - 784px);
  }
}

.social-carousel {
  overflow: hidden;
}
.social-carousel .item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.social-carousel.splide--slide .splide__arrows {
  display: none;
}
.social-carousel .splide__arrow {
  background: #535252;
  width: 60px;
  height: 60px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  opacity: 1 !important;
}
.social-carousel .splide__arrow--prev {
  left: -30px;
}
.social-carousel .splide__arrow--prev svg {
  left: 50%;
}
.social-carousel .splide__arrow--next {
  right: -30px;
}
.social-carousel .splide__arrow--next svg {
  right: 50%;
}
.social-carousel .splide__arrow:hover {
  background: #FFF;
}
.social-carousel .splide__arrow:hover svg {
  fill: #472784;
}
.social-carousel .splide__arrow svg {
  width: auto;
  height: 14px;
  fill: #ededed;
  position: absolute;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.social-carousel.disabled .splide__list {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* ------ */
/* SEARCH */
#search-results h2 {
  margin-bottom: 15px;
}
#search-results ul {
  margin-bottom: 50px;
  margin-left: 10px;
}
#search-results .search-group {
  margin-bottom: 50px;
}

.list-arrow {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-arrow li {
  background: url('data:image/svg+xml,<svg fill="%23472784" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13.5 18.2"><path d="M0,2v14.2c0,1.6,1.8,2.6,3.2,1.6l9.5-6.8c1.1-0.8,1.1-2.4,0.1-3.2L3.2,0.4C1.9-0.6,0,0.3,0,2z"/></svg>') 0 9px/auto 8px no-repeat;
  margin-bottom: 13px;
  padding-left: 15px;
}
.list-arrow a {
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  color: #f39000;
}
.list-arrow a:hover {
  color: #472784;
}
.list-arrow a:focus {
  border-radius: 5px;
  outline: 2px solid #9c89c0;
  outline-offset: 5px;
  -webkit-transition: none;
  transition: none;
}

/* ------ */
/* FOOTER */
#footer {
  font-size: 14px;
  font-size: 0.875rem;
  color: #FFF;
  position: relative;
  /* WIDGET - google */
}
#footer .footer-top {
  background: #472784;
  padding: 30px 40px;
}
#footer .footer-bottom {
  background: #6443a5;
  padding: 25px 40px;
  text-align: center;
}
#footer .footer-bottom .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer .footer-bottom .logo {
  display: inline-block;
  margin: 15px;
}
#footer .footer-bottom .logo svg {
  width: auto;
  height: 25px;
  fill: #FFF;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#footer .footer-bottom .logo:hover svg {
  fill: #f39000;
}
#footer .grid .grid-item {
  border: 1px solid #6443a5;
  border-width: 1px 0 0;
  padding: 30px 0;
}
#footer .grid .grid-item:nth-of-type(1) {
  border: 0;
}
#footer .title {
  margin-bottom: 11px;
  font-size: 16px;
  font-size: 1rem;
}
#footer .opening p {
  margin-top: -2px;
  line-height: 1.8;
}
#footer .social a {
  margin-right: 14px;
}
#footer .social a svg {
  height: 19px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#footer .social a:hover svg {
  fill: #f39000;
}
#footer a {
  text-decoration: none;
}
#footer a:focus {
  border-radius: 5px;
  outline: 2px solid #9c89c0;
  outline-offset: 5px;
  color: #f39000;
  -webkit-transition: none;
  transition: none;
}
#footer p {
  margin-bottom: 30px;
}
#footer p:last-of-type {
  margin-bottom: 0;
}
#footer ul {
  margin-bottom: 0;
  padding-top: 2px;
  line-height: 1.2;
}
#footer ul li {
  margin-bottom: 13px;
}
#footer ul li:last-of-type {
  margin: 0;
}
#footer .newsletter p {
  line-height: 1.5;
}
#footer .newsletter .input-group {
  position: relative;
  margin-top: 27px;
  margin-bottom: 35px;
}
#footer .newsletter .form-control {
  border-radius: 0 !important;
  border: 0;
  border-bottom: 1px solid #f39000;
  background: none;
  min-height: auto;
  padding: 2px 35px 0 0;
  color: #f39000;
}
#footer .newsletter .form-control::-webkit-input-placeholder {
  color: #f39000;
}
#footer .newsletter .form-control::-moz-placeholder {
  color: #f39000;
}
#footer .newsletter .form-control:-ms-input-placeholder {
  color: #f39000;
}
#footer .newsletter .form-control::-ms-input-placeholder {
  color: #f39000;
}
#footer .newsletter .form-control::placeholder {
  color: #f39000;
}
#footer .newsletter .btn {
  border: none !important;
  border-radius: 0 !important;
  background: none;
  width: 20px;
  height: 100%;
  min-height: auto;
  padding: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  right: -5px;
}
#footer .newsletter .btn img {
  width: 7px;
  height: 8px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-filter: none;
          filter: none;
}
#footer .newsletter .btn:hover img {
  opacity: 0.5;
}
#footer .newsletter .btn:focus {
  border-radius: 5px !important;
  outline: 2px solid #9c89c0 !important;
  outline-offset: 3px;
  -webkit-transition: none;
  transition: none;
}
#footer .newsletter small {
  display: block;
  line-height: 1.25;
  font-size: 12px;
  font-size: 0.75rem;
}
#footer .newsletter small a {
  text-decoration: underline;
  color: inherit;
}
#footer .es-rating-value {
  color: #FFF !important;
}
#footer .es-badge-total-reviews {
  text-decoration: none !important;
  font-size: 11px !important;
  color: #FFF !important;
}
@media screen and (min-width: 576px) {
  #footer .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 2;
  }
  #footer .grid .grid-item {
    border: 1px solid #6443a5;
    border-width: 1px 0 0 1px;
    padding: 30px;
  }
  #footer .grid .grid-item:nth-of-type(2), #footer .grid .grid-item:nth-of-type(3) {
    border-left-width: 0;
    grid-column: 1;
  }
  #footer .grid .grid-item:nth-of-type(4) {
    border-top: 0;
    grid-column: 2;
    grid-row: 1;
  }
  #footer .grid .grid-item:nth-of-type(5) {
    grid-column: 2;
    grid-row: 2;
  }
  #footer .grid .grid-item:nth-of-type(6) {
    grid-column: 2;
  }
}
@media screen and (min-width: 992px) {
  #footer .footer-top {
    padding: 30px 0;
  }
  #footer .footer-bottom .row {
    max-width: 80%;
    margin: auto;
  }
  #footer .footer-bottom .logo svg {
    height: 32px;
  }
  #footer .grid {
    grid-template-columns: repeat(4, 1fr);
  }
  #footer .grid .grid-item {
    border-width: 0 0 0 1px !important;
    padding: 6px 30px 9px;
  }
  #footer .grid .grid-item:nth-of-type(1) {
    grid-row: span 2;
  }
  #footer .grid .grid-item:nth-of-type(2) {
    grid-column: 2;
    grid-row: 1;
  }
  #footer .grid .grid-item:nth-of-type(3) {
    grid-column: 2;
    grid-row: 2;
  }
  #footer .grid .grid-item:nth-of-type(4) {
    grid-column: 3;
    grid-row: 1;
  }
  #footer .grid .grid-item:nth-of-type(5) {
    grid-column: 3;
    grid-row: 2;
  }
  #footer .grid .grid-item:nth-of-type(6) {
    grid-column: 4;
    grid-row: span 2;
  }
  #footer ul {
    margin-bottom: 42px;
  }
}
@media screen and (min-width: 1366px) {
  #footer .footer-top {
    padding: 56px 15px 53px;
  }
  #footer .footer-bottom {
    padding: 50px 40px;
  }
  #footer .footer-bottom .logo {
    margin: 0;
  }
}
@media screen and (min-width: 1600px) {
  #footer .footer-top {
    padding: 56px 40px 53px;
  }
  #footer .grid .grid-item {
    padding: 6px 60px 9px;
  }
}
@media screen and (min-width: 1920px) {
  #footer .grid .grid-item {
    padding: 6px 60px 9px 120px;
  }
  #footer .grid .grid-item:last-of-type {
    padding-right: 100px;
  }
}
@media screen and (min-width: 2560px) {
  #footer .footer-top {
    padding: 75px 40px;
  }
}

/* ------ */
/* ------ */
.skip-link {
  padding: 10px;
  position: absolute;
}
.skip-link:focus {
  border-radius: 5px;
  background: #f39000;
  color: #FFF;
  outline: 2px solid #9c89c0;
  -webkit-transition: none;
  transition: none;
  z-index: 999;
}

#wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
}

/* ------ */
/* CONTENT */
main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* ------ */
/* ERROR PAGE */
body.error {
  padding-top: 60px;
}
body.error #wrapper {
  min-height: 100%;
}
body.error main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
}
body.error #newsletter {
  display: none;
}
body.error #error {
  padding: 68px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
body.error #error p {
  line-height: 2.4;
}
body.error #error a {
  font-weight: 300;
}
body.error #error a:hover {
  color: inherit;
}
body.error .error-no {
  display: block;
  font-size: 55px;
  font-size: 3.4375rem;
}
@media screen and (min-width: 1024px) {
  body.error {
    padding-top: 114px;
  }
  body.error .error-no {
    margin-bottom: 29px;
    font-size: 105px;
    font-size: 6.5625rem;
  }
  body.error p {
    margin-bottom: 39px;
  }
}

/* ------ */
.flash {
  clear: both;
  color: white;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 80px;
  padding: 18px;
}

.flash.info {
  background: #89A02C;
}

.flash.warning {
  background: #ff6600;
}

.flash.error {
  background: #C83737;
}

/* ------ */
a:not([href]).link {
  cursor: pointer;
  text-decoration: underline;
}

/* ------ */
.show-cookie-settings {
  cursor: pointer;
}

/* ------ */
/* WIDGET - instagram */
.eapps-instagram-feed-header-follow-button.es-header-follow-button {
  background: #f39000 !important;
  white-space: nowrap;
}
.eapps-instagram-feed-header-follow-button.es-header-follow-button:focus {
  background: #472784 !important;
}

.eapps-instagram-feed-header-stats-item-label,
.eapps-instagram-feed-header-user-info-caption {
  opacity: 1 !important;
}

.eapps-instagram-feed-header-user a:focus {
  outline: 2px solid #472784;
  -webkit-transition: none;
  transition: none;
}

.eapps-instagram-feed-header-user-picture-wrapper a:focus {
  outline-offset: 8px;
}

.eapps-instagram-feed-header-user-info-name a:focus {
  border-radius: 5px;
  outline-offset: 4px;
}

.eapps-instagram-feed-header-user-info-caption a:focus .es-header-user-username {
  border-radius: 5px;
  outline: 2px solid #472784;
  outline-offset: 3px;
}
/*# sourceMappingURL=style.css.map */
