/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
p,
ol,
ul,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
/* A elements that don't have a class get default styles */
a {
  color: currentColor;
  text-decoration: none;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
/* Make images easier to work with */
img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}
input {
  width: 100%;
}
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1y4n.ttf) format('truetype');
}
html {
  font-family: 'Open Sans', sans-serif;
  /* Base (vw 1280+) vertical rhythm */
  font-size: 24px;
}
@media (min-width: 1700px) {
  html {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  html {
    font-size: 23px;
  }
}
@media (min-width: 540px) and (max-width: 767px) {
  html {
    font-size: 22px;
  }
}
@media (max-width: 539px) {
  html {
    font-size: 21px;
  }
}
html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  background-color: #DFDFDF;
}
html.disabled-scroll,
.disabled-scroll body {
  overflow: hidden;
}
body {
  font-size: 0.66667rem;
  line-height: 1rem;
}
h1:not([class]),
h1[class="text-indent"],
.h1,
.title {
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  display: block;
}
p:not([class]),
p[class*=font-],
p[class="text-indent"] {
  margin-bottom: 1rem;
}
h2:not([class]),
h2[class="text-indent"],
.h2,
.trip__title,
.content__block--views_block\:related_content-block_1 h2 {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.75rem;
  display: block;
}
h3:not([class]),
h3[class="text-indent"],
.h3,
.social-icons {
  font-size: 0.83333rem;
  font-weight: 700;
  line-height: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.75rem;
  display: block;
}
h4:not([class]),
h4[class="text-indent"],
.h4 {
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.75rem;
  display: block;
}
h5:not([class]),
h5[class="text-indent"],
.h5 {
  font-size: 0.66667rem;
  font-weight: 800;
  line-height: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.75rem;
  display: block;
}
.font-small {
  font-size: 0.58333rem;
}
.font-normal {
  font-size: 0.66667rem;
}
.font-large {
  font-size: 0.75rem;
}
.font-extra-large {
  font-size: 0.83333rem;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
ul:not([class]),
.bullet:not(.highlights),
ul.normal,
ul[class="text-indent"] {
  margin-bottom: 1rem;
}
ul:not([class]) li,
.bullet:not(.highlights) li,
ul.normal li,
ul[class="text-indent"] li {
  position: relative;
  padding-left: 0.7rem;
  overflow: hidden;
}
ul:not([class]) li::before,
.bullet:not(.highlights) li::before,
ul.normal li::before,
ul[class="text-indent"] li::before {
  content: '';
  display: block;
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  top: 0.35rem;
  left: 0;
  background-color: #e64600;
  border-radius: 0.1rem;
}
ol:not([class]) {
  margin-left: 0.7rem;
  margin-bottom: 1rem;
}
ol:not([class]) li {
  position: relative;
  list-style: decimal;
  padding-left: 0.2rem;
}
a:not([class]),
a[class="text-indent"],
a.ico-external,
a.ico-map,
a.ico-info {
  color: #276CAD;
  font-weight: bold;
  text-decoration: underline;
}
a:not([class]):hover,
a[class="text-indent"]:hover,
a.ico-external:hover,
a.ico-map:hover,
a.ico-info:hover {
  text-decoration: underline;
}
table {
  margin-bottom: 1rem;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
td,
th {
  text-align: left;
  padding: 0.5rem 0 calc(0.5rem - 1px);
  vertical-align: top;
}
tr > td,
tr > th {
  border-bottom: 1px solid #DADADA;
}
td:not(:last-child),
th:not(:last-child) {
  padding-right: 1rem;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.clear {
  clear: both;
}
.page {
  max-width: 1280px;
  margin: auto;
  background-color: white;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1700px) {
  .page {
    max-width: 1420px;
  }
}
.main {
  display: flex;
  align-items: flex-start;
}
.left-column {
  display: block;
  min-width: 22.5%;
  max-width: 22.5%;
}
@media (min-width: 768px) and (max-width: 1279px), (max-width: 767px) {
  .left-column {
    display: none;
  }
}
/* Simple grid system */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.row > * {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  min-width: calc(100% - 1rem);
  max-width: calc(100% - 1rem);
}
.col-1\/2 {
  min-width: calc(50% - 1rem);
  max-width: calc(50% - 1rem);
}
.col-1\/3 {
  min-width: calc(33.3333333% - 1rem);
  max-width: calc(33.3333333% - 1rem);
}
.col-2\/3 {
  min-width: calc(66.6666666% - 1rem);
  max-width: calc(66.6666666% - 1rem);
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1279px) {
  .col-1\/1-tablet {
    min-width: calc(100% - 1rem);
    max-width: calc(100% - 1rem);
  }
  .col-1\/2-tablet {
    min-width: calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
  .col-1\/3-tablet {
    min-width: calc(33.3333333% - 1rem);
    max-width: calc(33.3333333% - 1rem);
  }
  .col-2\/3-tablet {
    min-width: calc(66.6666666% - 1rem);
    max-width: calc(66.6666666% - 1rem);
  }
}
@media (max-width: 767px) {
  .col-1\/1-mobile {
    min-width: calc(100% - 1rem);
    max-width: calc(100% - 1rem);
  }
  .col-1\/2-mobile {
    min-width: calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
  .col-1\/3-mobile {
    min-width: calc(33.3333333% - 1rem);
    max-width: calc(33.3333333% - 1rem);
  }
  .col-2\/3-mobile {
    min-width: calc(66.6666666% - 1rem);
    max-width: calc(66.6666666% - 1rem);
  }
}
.content {
  flex: 1;
}
@media (min-width: 768px) and (max-width: 1279px), (max-width: 767px) {
  .content {
    width: 100%;
  }
}
.content__block--content {
  padding-left: 3.5%;
  padding-right: 3.5%;
  position: relative;
}
html:target .content__block--content::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  background-size: 1rem 1rem;
  background-image: linear-gradient(to bottom, black 0%, black 5.555%, transparent 5.555%, transparent 100%);
  z-index: 1000;
  opacity: 0.1;
  pointer-events: none;
}
.content__block--content > .contextual-region {
  padding-left: 3.5%;
  padding-right: 3.5%;
  margin-left: -3.5%;
  margin-right: -3.5%;
}
.content__region--content-middle,
.content__region--content-bottom {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1.75%;
}
.content__region--content-middle {
  background: linear-gradient(to bottom, #EEEEEE, #FFFFFF);
}
.content__block--content-middle,
.content__block--content-bottom {
  width: 96.5%;
  margin: 0 1.75%;
  position: relative;
}
html:target .content__block--content-middle::after,
html:target .content__block--content-bottom::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  background-size: 1rem 1rem;
  background-image: linear-gradient(to bottom, black 0%, black 5.555%, transparent 5.555%, transparent 100%);
  z-index: 1000;
  opacity: 0.1;
  pointer-events: none;
}
.content--gradient {
  background-image: linear-gradient(to bottom, #EEEEEE, #FFFFFF);
  background-size: 100% 80vh;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 1279px), (min-width: 1280px) {
  .content__block--half {
    width: 46.5%;
  }
  .content__block--2\/5 {
    width: 36.5%;
  }
  .content__block--3\/5 {
    width: 56.5%;
  }
}
.mb025 {
  margin-bottom: 0.25rem;
}
.mb05 {
  margin-bottom: 0.5rem;
}
.mb1 {
  margin-bottom: 1rem;
}
.mb2 {
  margin-bottom: 2rem;
}
.mb3 {
  margin-bottom: 3rem;
}
.mt025 {
  margin-top: 0.25rem;
}
.mt05 {
  margin-top: 0.5rem;
}
.mt1 {
  margin-top: 1rem;
}
.mt2 {
  margin-top: 2rem;
}
.mt3 {
  margin-top: 3rem;
}
.ratio-16-9 {
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  display: block;
}
.ratio-16-9 > * {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.ratio-3-2 {
  overflow: hidden;
  height: 0;
  padding-top: 66.66666667%;
  position: relative;
  display: block;
}
.ratio-3-2 > * {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.ratio-4-3 {
  overflow: hidden;
  height: 0;
  padding-top: 75%;
  position: relative;
  display: block;
}
.ratio-4-3 > * {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.unstyled {
  font: inherit;
  line-height: inherit;
}
.hidden {
  display: none !important;
}
@media (min-width: 1700px) {
  .minh-1-desktop-large {
    box-sizing: content-box;
    min-height: 1rem;
  }
  .minh-2-desktop-large {
    box-sizing: content-box;
    min-height: 2rem;
  }
  .minh-3-desktop-large {
    box-sizing: content-box;
    min-height: 3rem;
  }
  .minh-4-desktop-large {
    box-sizing: content-box;
    min-height: 4rem;
  }
  .minh-5-desktop-large {
    box-sizing: content-box;
    min-height: 5rem;
  }
  .minh-6-desktop-large {
    box-sizing: content-box;
    min-height: 6rem;
  }
}
@media (min-width: 1280px) and (max-width: 1699px) {
  .minh-1-desktop-small {
    box-sizing: content-box;
    min-height: 1rem;
  }
  .minh-2-desktop-small {
    box-sizing: content-box;
    min-height: 2rem;
  }
  .minh-3-desktop-small {
    box-sizing: content-box;
    min-height: 3rem;
  }
  .minh-4-desktop-small {
    box-sizing: content-box;
    min-height: 4rem;
  }
  .minh-5-desktop-small {
    box-sizing: content-box;
    min-height: 5rem;
  }
  .minh-6-desktop-small {
    box-sizing: content-box;
    min-height: 6rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .minh-1-desktop-large {
    box-sizing: content-box;
    min-height: 1rem;
  }
  .minh-2-desktop-large {
    box-sizing: content-box;
    min-height: 2rem;
  }
  .minh-3-desktop-large {
    box-sizing: content-box;
    min-height: 3rem;
  }
  .minh-4-desktop-large {
    box-sizing: content-box;
    min-height: 4rem;
  }
  .minh-5-desktop-large {
    box-sizing: content-box;
    min-height: 5rem;
  }
  .minh-6-desktop-large {
    box-sizing: content-box;
    min-height: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .minh-1-tablet-small {
    box-sizing: content-box;
    min-height: 1rem;
  }
  .minh-2-tablet-small {
    box-sizing: content-box;
    min-height: 2rem;
  }
  .minh-3-tablet-small {
    box-sizing: content-box;
    min-height: 3rem;
  }
  .minh-4-tablet-small {
    box-sizing: content-box;
    min-height: 4rem;
  }
  .minh-5-tablet-small {
    box-sizing: content-box;
    min-height: 5rem;
  }
  .minh-6-tablet-small {
    box-sizing: content-box;
    min-height: 6rem;
  }
}
@media (min-width: 540px) and (max-width: 767px) {
  .minh-1-mobile-large {
    box-sizing: content-box;
    min-height: 1rem;
  }
  .minh-2-mobile-large {
    box-sizing: content-box;
    min-height: 2rem;
  }
  .minh-3-mobile-large {
    box-sizing: content-box;
    min-height: 3rem;
  }
  .minh-4-mobile-large {
    box-sizing: content-box;
    min-height: 4rem;
  }
  .minh-5-mobile-large {
    box-sizing: content-box;
    min-height: 5rem;
  }
  .minh-6-mobile-large {
    box-sizing: content-box;
    min-height: 6rem;
  }
}
@media (max-width: 539px) {
  .minh-1-mobile-small {
    box-sizing: content-box;
    min-height: 1rem;
  }
  .minh-2-mobile-small {
    box-sizing: content-box;
    min-height: 2rem;
  }
  .minh-3-mobile-small {
    box-sizing: content-box;
    min-height: 3rem;
  }
  .minh-4-mobile-small {
    box-sizing: content-box;
    min-height: 4rem;
  }
  .minh-5-mobile-small {
    box-sizing: content-box;
    min-height: 5rem;
  }
  .minh-6-mobile-small {
    box-sizing: content-box;
    min-height: 6rem;
  }
}
.button,
.caption a,
#translation-box input {
  background: none;
  border: 0;
  display: inline-flex;
  align-items: center;
  border-radius: 2px;
  font-weight: 700;
  cursor: pointer;
  line-height: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.8rem;
  padding-bottom: 0.7rem;
  font-size: 0.66667rem;
  background-color: #EBEBEB;
  color: black;
  text-decoration: none;
}
.button:disabled,
.button.button--disabled,
.caption a:disabled,
.caption a.button--disabled,
#translation-box input:disabled,
#translation-box input.button--disabled {
  cursor: default;
  opacity: 0.7;
  filter: grayscale(0.5);
}
.button:hover,
.caption a:hover,
#translation-box input:hover {
  text-decoration: none;
}
.button--orange,
.caption a,
#translation-box input {
  background: linear-gradient(to top, #e64600, #ff6617);
  color: white;
}
.button--blue {
  background: linear-gradient(to top, #276CAD, #277FC7);
  color: white;
}
.button--small,
#translation-box input {
  font-size: 0.58333rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  padding-top: 0.525rem;
  padding-bottom: 0.475rem;
}
.button--large,
.caption a {
  font-size: 0.75rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding-top: 1.05rem;
  padding-bottom: 0.95rem;
}
.button--right-arrow::after,
.caption a::after {
  content: "";
  height: 1em;
  min-width: 1em;
  max-width: 1em;
  background-image: url("../images/icons/arrow-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 0.5em;
  position: relative;
  top: 0.05em;
}
/* This CSS will prefer to wrap text on more lines. This is useful when there is floating element around. */
.button--fluid,
#translation-box input {
  display: flex;
  max-width: -moz-max-content;
  max-width: -webkit-max-content;
  max-width: max-content;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  margin: -0.125rem;
}
.flex > * {
  margin: 0.125rem;
}
.property {
  margin-bottom: 0.5rem;
}
.property__label {
  font-weight: 700;
}
.property--label-inline .property__label {
  display: inline;
}
.property--label-inline .property__label::after {
  content: ":";
}
.property--label-inline .property__value {
  display: inline;
}
.menu {
  font-weight: 600;
}
.menu button,
.menu a {
  text-decoration: none;
  color: #ff6617;
}
.menu button:hover,
.menu a:hover {
  text-decoration: underline;
}
.menu button {
  padding: 0;
  border: 0;
  font: inherit;
  font-weight: bold;
  appearance: none;
  background: transparent;
  cursor: pointer;
  line-height: normal;
}
.header {
  height: 5rem;
  display: flex;
  align-items: stretch;
  width: 100%;
}
.header__navigation {
  background: linear-gradient(to top, rgba(0, 83, 153, 0.85), rgba(0, 102, 189, 0.85));
  flex: 1;
  position: relative;
  z-index: 5;
  color: white;
  min-width: 77.5%;
  max-width: 77.5%;
}
.hamburger {
  width: 0.9em;
  height: 0.8em;
  margin-right: 0.35em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hamburger__line {
  width: 100%;
  height: 14%;
  background: white;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transform-origin: 0px 50%;
  display: block;
}
.hamburger__line:nth-child(2) {
  transform-origin: 50% 50%;
}
#menu-visible:checked ~ .header__mobile-menu .hamburger__line:nth-child(1) {
  transform: rotate(45deg) scale(1.15, 1);
}
#menu-visible:checked ~ .header__mobile-menu .hamburger__line:nth-child(2) {
  opacity: 0;
  transform: scale(0.2, 0.2);
}
#menu-visible:checked ~ .header__mobile-menu .hamburger__line:nth-child(3) {
  transform: rotate(-45deg) scale(1.15, 1);
}
@media (min-width: 1700px) {
  .header {
    height: 5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .header {
    height: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header {
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .header__navigation {
    position: static;
  }
}
@media (min-width: 540px) and (max-width: 767px) {
  .header {
    height: 3rem;
    margin-bottom: 3rem;
  }
  .header__navigation {
    min-width: 65%;
    max-width: 65%;
  }
}
@media (max-width: 539px) {
  .header {
    height: 3rem;
    margin-bottom: 3rem;
  }
  .header__navigation {
    min-width: 55%;
    max-width: 55%;
  }
}
.header__logo {
  min-width: 22.5%;
  max-width: 22.5%;
  background-image: url("../images/logo-ckmundo-cs.png");
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
}
@media (min-width: 540px) and (max-width: 767px) {
  .header__logo {
    min-width: 35%;
    max-width: 35%;
  }
}
@media (max-width: 539px) {
  .header__logo {
    min-width: 45%;
    max-width: 45%;
  }
}
.header__logo--cs {
  background-image: url("../images/logo-ckmundo-cs.png");
}
.header__logo--sk {
  background-image: url("../images/logo-ckmundo-sk.png");
}
.header__mobile-menu {
  display: flex;
  align-items: center;
}
.header__menu-toggle {
  text-transform: uppercase;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  background: none;
  display: flex;
  align-items: center;
  outline: 0;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .header__mobile-menu {
    position: absolute;
    bottom: 0;
    right: 0.75rem;
    width: 20%;
    height: 3rem;
  }
  .header__menu-toggle {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1279px), (max-width: 767px) {
  .header__mobile-menu {
    height: 100%;
    justify-content: flex-end;
    padding: 0 0.375rem;
  }
  .header__mobile-menu-item {
    margin: 0 0.375rem;
  }
  .header__menu-toggle {
    font-size: 0.83333rem;
    font-weight: 700;
  }
}
.header__search {
  border-radius: 3px;
  border: 1px solid #7F9EBD;
  box-shadow: 0 0 2px #0E4A80;
  background: white;
  display: flex;
  align-items: stretch;
  box-sizing: content-box;
  /* ignore borders in this case */
  height: calc(1.75rem - 2px);
  width: 100%;
  font-size: 0.58333rem;
}
.header__search .form-item {
  flex: 1;
  margin-left: 0.5rem;
}
.header__search .form-text {
  outline: none;
  color: black;
  font-weight: 600;
  width: 100%;
  height: 100%;
  line-height: 1rem;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: inherit;
  transition: background-color 5000s ease-in-out 0s;
  display: block;
  margin-bottom: 0;
}
.header__search .form-submit {
  border: 0;
  padding: 0;
  font-size: 0;
  background-color: transparent;
  background-image: url("../images/icons/icon-search.png");
  background-size: 40%;
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
  height: 100%;
  min-height: 0;
  min-width: calc(1.75rem - 2px);
  max-width: calc(1.75rem - 2px);
}
.header__mobile-menu-item--search {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .header__mobile-menu-item--search {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .header__mobile-menu-item--search {
    position: absolute;
    top: 3rem;
    left: 0;
    right: 0;
    padding: 0.625rem 0.75rem;
    margin: 0;
    background: linear-gradient(to top, #e64600, #ff6617);
    width: auto;
  }
  .header__search {
    border: 1px solid #ff6617;
    box-shadow: 0 0 2px #e64600;
  }
}
.header__language-switcher {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
}
@media (min-width: 1280px) {
  .header__language-switcher {
    bottom: 3.5rem;
    position: absolute;
    right: 0;
  }
}
.header__language-switcher--cs {
  background-image: url("../images/icons/flag-cs.png");
}
.header__language-switcher--sk {
  background-image: url("../images/icons/flag-sk.png");
}
@media (min-width: 1280px) {
  .header__menu {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.header__menu__in-hamburger {
  display: none;
}
.header__menu__in-hamburger .orange-menu,
.header__menu__in-hamburger .left-column .category-list {
  background: none;
  margin: 0;
  padding: 0;
  margin-top: 1rem;
}
.header__menu__in-hamburger div.orange-menu__item,
.header__menu__in-hamburger div.left-column .category-list ul li {
  border-bottom: 0;
  padding-bottom: 0.375rem;
  position: relative;
}
.header__menu__in-hamburger div.orange-menu__item:not(:last-child)::after,
.header__menu__in-hamburger div.left-column .category-list ul li:not(:last-child)::after {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(to right, rgba(0, 63, 97, 0.6), transparent);
  position: absolute;
  right: 1px;
  left: 0;
  bottom: 0px;
}
.header__menu__in-hamburger div.orange-menu__item:not(:first-child)::before,
.header__menu__in-hamburger div.left-column .category-list ul li:not(:first-child)::before {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(to right, rgba(65, 130, 175, 0.6), transparent);
  position: absolute;
  right: 1px;
  left: 0;
  top: 0;
}
/* Hide top gradient line (because there is extra title tag before) */
.header__menu__in-hamburger .orange-menu__title + div.orange-menu__item::before,
.header__menu__in-hamburger .left-column .category-list header + div.orange-menu__item::before,
.header__menu__in-hamburger .left-column .category-list h2 + div.orange-menu__item::before,
.header__menu__in-hamburger .orange-menu__title + div.left-column .category-list ul li::before {
  display: none;
}
@media (min-width: 768px) and (max-width: 1279px), (max-width: 767px) {
  .header__menu {
    width: 300px;
    padding: 1rem 1rem 3rem 1rem;
    height: calc(100vh - 3rem);
    overflow: auto;
    margin-left: auto;
    line-height: 1rem;
    font-size: 0.66667rem;
    background-color: rgba(3, 69, 134, 0.95);
    transform: translateX(100%);
    transition: transform 0.3s, opacity 0.3s;
  }
  #menu-visible:checked ~ .header__menu {
    transform: none;
    /*opacity: 1;*/
  }
  .header__menu__in-hamburger {
    display: block;
  }
}
@media (max-width: 539px) {
  .header__menu {
    width: 100vw;
    position: absolute;
    right: 0;
  }
}
@media (min-width: 540px) and (max-width: 767px) {
  .header__menu {
    height: calc(100vh - 3rem - 3rem);
    margin-top: 3rem;
  }
}
.header__menu-top a {
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
}
.header__menu-top a:hover {
  text-decoration: underline;
}
@media (min-width: 1280px) {
  .header__menu-top-wrapper {
    display: flex;
    align-items: stretch;
    margin-top: auto;
    height: 2rem;
    font-size: 0.58333rem;
    font-weight: 600;
  }
  .header__menu-top {
    display: flex;
    align-items: center;
    padding: 0 0.375rem;
    margin-right: 1.75rem;
  }
  .header__menu-top--left {
    margin-left: 0;
  }
  .header__menu-top--right {
    margin-left: auto;
  }
  .header__menu-top-item {
    padding: 0 0.375rem;
  }
}
@media (min-width: 768px) and (max-width: 1279px), (max-width: 767px) {
  .header__menu-top {
    margin-bottom: 1rem;
  }
  .header__menu-top-item {
    display: block;
  }
  .header__menu-top--right {
    display: flex;
  }
  .header__menu-top--right .header__menu-top-item {
    font-size: 0;
  }
  .header__menu-top--right .icon {
    width: 1rem;
    height: 1rem;
    background-size: 66.666666%;
    background-position: center;
    margin-right: 0.25rem;
  }
}
@media (min-width: 540px) and (max-width: 767px) {
  .header__menu-top--right .icon {
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 539px) {
  .header__menu-top--right .icon {
    width: 1rem;
    height: 1rem;
  }
  .header__menu-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
/* This is the main menu (located in bottom part of the header) */
.header__menu-bottom a {
  color: inherit;
  text-decoration: inherit;
}
.header__menu-bottom a:hover {
  text-decoration: underline;
}
@media (min-width: 1280px) {
  /* On desktop is menu displayed in header horizontally */
  .header__menu-bottom {
    display: flex;
    align-items: stretch;
    height: 3rem;
    margin-top: auto;
    font-size: 0.66667rem;
    font-weight: 700;
    width: 100%;
    padding-right: calc(20% + 0.75rem);
  }
  .header__menu-bottom li {
    padding: 0 0.75rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .header__menu-bottom li:not(:last-child)::after {
    content: "";
    display: block;
    width: 1px;
    background: linear-gradient(to top, rgba(0, 63, 97, 0.6), transparent);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 1px;
  }
  .header__menu-bottom li:not(:last-child)::before {
    content: "";
    display: block;
    width: 1px;
    background: linear-gradient(to top, rgba(65, 130, 175, 0.6), transparent);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 1px;
  }
}
@media (min-width: 768px) and (max-width: 1279px), (max-width: 767px) {
  .header__menu-bottom li {
    display: block;
    position: relative;
    line-height: 3em;
    font-weight: 700;
  }
  .header__menu-bottom li:not(:last-child)::after {
    content: "";
    display: block;
    height: 1px;
    background: linear-gradient(to right, rgba(0, 63, 97, 0.6), transparent);
    position: absolute;
    right: 1px;
    left: 0;
    bottom: 0px;
  }
  .header__menu-bottom li:not(:first-child)::before {
    content: "";
    display: block;
    height: 1px;
    background: linear-gradient(to right, rgba(65, 130, 175, 0.6), transparent);
    position: absolute;
    right: 1px;
    left: 0;
    top: 0;
  }
}
.orange-menu,
.left-column .category-list {
  background: linear-gradient(to right, #e64600, #ff6617);
  color: white;
  margin-bottom: 1.11111111%;
  padding: 1rem;
}
.orange-menu a,
.left-column .category-list a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}
.orange-menu a span,
.left-column .category-list a span {
  white-space: nowrap;
}
.orange-menu a:hover,
.left-column .category-list a:hover {
  text-decoration: underline;
}
.orange-menu__title,
.left-column .category-list header,
.left-column .category-list h2 {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1rem;
}
.orange-menu__title:not(:last-child),
.left-column .category-list header:not(:last-child),
.left-column .category-list h2:not(:last-child) {
  margin-bottom: 0.5rem;
}
.orange-menu__item,
.left-column .category-list ul li {
  font-size: 0.58333rem;
  display: block;
  line-height: 0.75rem;
  font-weight: 600;
  padding: 0.375rem 0;
}
.orange-menu__item:not(:last-child),
.left-column .category-list ul li:not(:last-child) {
  border-bottom: 1px solid rgba(37, 5, 0, 0.15);
  padding-bottom: calc(0.375rem - 1px);
}
/*@media @vw-desktop-large {
  .orange-menu__title {
    font-size: 1.3vw;
    line-height: 1.8vw;
  }

  .orange-menu__item {
    font-size: 0.9vw;
    line-height: 1.3vw;
    padding: 0.5 * 100 / @left-column-width 0;
  }
}*/
/* Legacy code for old theme markup */
.left-column .category-list header,
.left-column .category-list h2 {
  padding: 0;
}
.left-column .category-list ul {
  margin: 0;
}
.left-column .category-list ul li:before {
  display: none;
}
@media (min-width: 1280px) {
  .content .category-list {
    display: none;
  }
}
.content__block--block_content\:b8614236-db7c-4728-bfae-95025ef57b70,
.content__block--simple_block\:hp_slider {
  padding: 0;
}
.content__block--block_content\:b8614236-db7c-4728-bfae-95025ef57b70::after,
.content__block--simple_block\:hp_slider::after {
  display: none;
}
.homepage-slider {
  height: 23rem;
  margin-top: -5rem;
  background-size: 100%;
  transition: background-image 0.5s, background-position 0.5s;
  background-color: rgba(0, 0, 0, 0.6);
  height: auto;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  display: block;
}
.homepage-slider[data-slide="1"] {
  /*background-position: center bottom;*/
  background-image: url("../images/slides/slide1.jpg");
}
@supports (background-image: url("../images/slides/slide1.webp")) {
  .homepage-slider[data-slide="1"] {
    background-image: url("../images/slides/slide1.webp");
  }
}
.homepage-slider[data-slide="2"] {
  /*background-position: center center;*/
  background-image: url("../images/slides/slide2.jpg");
}
@supports (background-image: url("../images/slides/slide2.webp")) {
  .homepage-slider[data-slide="2"] {
    background-image: url("../images/slides/slide2.webp");
  }
}
.homepage-slider[data-slide="3"] {
  /*background-position: center top;*/
  background-image: url("../images/slides/slide3.jpg");
}
@supports (background-image: url("../images/slides/slide3.webp")) {
  .homepage-slider[data-slide="3"] {
    background-image: url("../images/slides/slide3.webp");
  }
}
.homepage-slider[data-slide="4"] {
  /*background-position: center center;*/
  background-image: url("../images/slides/slide4.jpg");
}
@supports (background-image: url("../images/slides/slide4.webp")) {
  .homepage-slider[data-slide="4"] {
    background-image: url("../images/slides/slide4.webp");
  }
}
.homepage-slider > * {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.homepage-slider__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 66.6666%);
  height: 100%;
}
.homepage-slider__title {
  color: white;
  font-weight: 800;
  line-height: 2.5rem;
  text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.5);
  padding-left: 3.5%;
  padding-right: 3.5%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 2rem;
}
/*@media @vw-tablet {
  .homepage-slider {
    height: auto;
    .ratio(16/9);
  }
}

@media @vw-mobile-large {
  .homepage-slider {
    height: auto;
    .ratio(16/9);
  }
}

@media @vw-mobile-small {
  .homepage-slider {
    height: auto;
    .ratio(16/9);
  }
}*/
@media (min-width: 1700px) {
  .homepage-slider {
    margin-top: -5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .homepage-slider {
    margin-top: -3rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .homepage-slider {
    margin-top: -3rem;
  }
}
@media (min-width: 540px) and (max-width: 767px) {
  .homepage-slider {
    margin-top: 0;
  }
}
@media (max-width: 539px) {
  .homepage-slider {
    margin-top: 0;
  }
  .homepage-slider__title {
    line-height: 1.5rem;
    font-size: 1.25rem;
  }
}
.homepage-slider__button-wrapper {
  position: relative;
}
.homepage-slider__button-wrapper a {
  position: absolute;
  right: 3.5%;
  bottom: 1.25rem;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
}
.homepage-slider[data-slide="1"] .homepage-slider__button-wrapper a:nth-child(1),
.homepage-slider[data-slide="2"] .homepage-slider__button-wrapper a:nth-child(2),
.homepage-slider[data-slide="3"] .homepage-slider__button-wrapper a:nth-child(3),
.homepage-slider[data-slide="4"] .homepage-slider__button-wrapper a:nth-child(4) {
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 768px) and (max-width: 1279px), (max-width: 767px) {
  .homepage-slider__button-wrapper {
    height: 4rem;
  }
  .homepage-slider__button-wrapper a {
    right: auto;
    left: 3.5%;
    bottom: 1.25rem;
  }
}
@media (max-width: 539px) {
  .homepage-slider__button-wrapper {
    height: 3rem;
  }
  .homepage-slider__button-wrapper a {
    bottom: 1rem;
    min-height: 2rem;
    padding-top: 0.05rem;
    padding-bottom: 0;
    font-size: 0.58333rem;
  }
}
.homepage-slider__tabs {
  height: 3rem;
  display: flex;
  align-items: stretch;
  counter-reset: tab;
}
.homepage-slider__tab {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to top, rgba(253, 253, 253, 0.99), rgba(240, 240, 240, 0.85));
  color: #262626;
  white-space: nowrap;
  padding: 0px 4%;
  font-size: 0.66667rem;
  position: relative;
  font-weight: bold;
}
.homepage-slider__tab:hover {
  text-decoration: underline;
}
.homepage-slider__tab:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  height: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  background-color: #BDBDBD;
}
.homepage-slider[data-slide="1"] .homepage-slider__tab:nth-child(1),
.homepage-slider[data-slide="2"] .homepage-slider__tab:nth-child(2),
.homepage-slider[data-slide="3"] .homepage-slider__tab:nth-child(3),
.homepage-slider[data-slide="4"] .homepage-slider__tab:nth-child(4) {
  background: none;
  color: white;
}
.homepage-slider[data-slide="1"] .homepage-slider__tab:nth-child(1)::after,
.homepage-slider[data-slide="2"] .homepage-slider__tab:nth-child(2)::after,
.homepage-slider[data-slide="3"] .homepage-slider__tab:nth-child(3)::after,
.homepage-slider[data-slide="4"] .homepage-slider__tab:nth-child(4)::after {
  display: none;
}
.homepage-slider[data-slide="2"] .homepage-slider__tab:nth-child(1)::after,
.homepage-slider[data-slide="3"] .homepage-slider__tab:nth-child(2)::after,
.homepage-slider[data-slide="4"] .homepage-slider__tab:nth-child(3)::after {
  display: none;
}
.homepage-slider__tab a {
  color: inherit;
  text-decoration: inherit;
}
@media (min-width: 1280px) {
  .homepage-slider__tab:nth-child(1) {
    /*min-width: 319px;*/
  }
}
@media (min-width: 768px) and (max-width: 1279px), (max-width: 767px) {
  .homepage-slider__tab {
    font-size: 0;
  }
  .homepage-slider__tab::before {
    counter-increment: tab;
    content: counter(tab);
    display: inline-block;
    font-size: 0.83333rem;
    color: #FFFFFF;
    padding: 0 0.4em;
  }
  .homepage-slider__tabs {
    position: absolute;
    right: 3.5%;
    bottom: 2rem;
    height: auto;
  }
  .homepage-slider__tab {
    background: none;
    padding: 0;
    line-height: 1rem;
    height: 1rem;
  }
  .homepage-slider__tab:not(:last-child)::after {
    display: none;
  }
  .homepage-slider[data-slide="1"] .homepage-slider__tab:nth-child(1)::before,
  .homepage-slider[data-slide="2"] .homepage-slider__tab:nth-child(2)::before,
  .homepage-slider[data-slide="3"] .homepage-slider__tab:nth-child(3)::before,
  .homepage-slider[data-slide="4"] .homepage-slider__tab:nth-child(4)::before {
    color: #ff6617;
  }
}
@media (max-width: 539px) {
  .homepage-slider__tabs {
    bottom: 1.5rem;
  }
}
.article {
  position: relative;
}
/*.news-article__title {
  .font-size-header3();
  font-weight: 800;
  line-height: 1.5rem;
}*/
.news-article__published {
  font-size: 0.58333rem;
  padding-bottom: 0.5rem;
  color: #828282;
  margin-top: -0.5rem;
}
.content__block--views_block\:novinky-block_1 .view-novinky__rows {
  columns: 2;
  column-gap: 2rem;
  column-rule: 1px solid #DADADA;
}
@media (max-width: 767px) {
  .content__block--views_block\:novinky-block_1 .view-novinky__rows {
    columns: 1;
  }
}
.news-article {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.view-novinky .more-link a {
  color: #ff6617;
  font-weight: 700;
  text-decoration: none;
}
.view-novinky .more-link a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 1em;
  width: 1em;
  background-image: url("../images/icons/arrow-orange.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 0.5em;
}
.view-novinky .more-link a:hover {
  text-decoration: underline;
}
.highlights {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 1rem 0;
}
.highlights--in-content {
  padding: 0;
  margin-bottom: 1rem;
}
.highlights--in-content .highlights__item:last-child {
  margin-bottom: 0rem;
}
.highlights__item {
  width: 50%;
  line-height: 1rem;
  font-size: 0.75rem;
  padding: 0.5rem 1% 0.5rem calc(3rem + 1%);
  margin-bottom: 1rem;
  min-height: 3rem;
  min-width: 350px;
  flex: 1;
  background-size: 2.5rem 2.5rem;
  background-repeat: no-repeat;
  background-position: 0.25rem 0.25rem;
}
.highlights__item--small {
  font-size: 0.66667rem;
  padding: 0.25rem 1% 0.25rem calc(2.5rem + 1%);
  margin-bottom: 0.5rem;
  min-height: 2.5rem;
  background-size: 2rem 2rem;
}
.highlights__item--armwrestling {
  background-image: url("../images/icons/hp/armwrestling.svg");
}
.highlights__item--backpack {
  background-image: url("../images/icons/hp/backpack.svg");
}
.highlights__item--confirm {
  background-image: url("../images/icons/hp/confirm.svg");
}
.highlights__item--direction {
  background-image: url("../images/icons/hp/direction.svg");
}
.highlights__item--heart {
  background-image: url("../images/icons/hp/heart.svg");
}
.highlights__item--safety {
  background-image: url("../images/icons/hp/safety.svg");
}
@media (min-width: 1700px), (min-width: 1024px) and (max-width: 1279px) {
  .highlights__item {
    width: 33.333333%;
  }
}
@media (max-width: 767px) {
  .highlights__item {
    width: 100%;
    background-position: 0 center;
    min-width: 100%;
  }
}
.card__image {
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  display: block;
  width: 100%;
  /*height: 11rem;*/
  background-size: cover;
  background-position: center;
}
.card__image > * {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.card__image--poznavaci {
  background-image: url("../images/slides/slide1-460.jpg");
}
.card__image--letecke {
  background-image: url("../images/slides/slide2-460.jpg");
}
.card__image--cyklo {
  background-image: url("../images/slides/slide3-460.jpg");
}
.card__image--skolni {
  background-image: url("../images/slides/slide4-460.jpg");
}
.card__title {
  font-size: 0.83333rem;
  padding-top: 0.5rem;
  padding-bottom: 0;
  line-height: 1rem;
  font-weight: 800;
}
.card__text {
  padding: 0.5rem 0;
  font-size: 0.58333rem;
}
.cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
  padding: 0.5rem 0;
}
.cards > * {
  flex: 1;
  margin: 0.5rem;
  min-width: calc(33.333% - 1rem);
}
@media (max-width: 539px) {
  .cards > * {
    min-width: calc(100% - 1rem);
  }
}
/* Fixed heights for text */
.newsletter-box {
  padding: 1.5rem;
  background-color: #EBEBEB;
}
.mundo-newsletter-form .form-email {
  min-width: 220px;
}
.mundo-newsletter-form-wide .form-email {
  min-width: 220px;
}
.content__block--simple_block\:facebook_likebox_hp {
  padding-top: 1.5rem;
  display: flex;
  align-items: center;
}
.gallery {
  display: flex;
  margin: -0.25rem;
  flex-wrap: wrap;
}
.gallery__item {
  margin: 0.25rem;
  position: relative;
  width: calc(33.333333% - 0.5rem);
  max-width: 460px;
}
@media (min-width: 540px) and (max-width: 767px) {
  .gallery__item {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 539px) {
  .gallery__item {
    width: calc(100% - 0.5rem);
  }
}
.gallery__image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
}
.gallery__image-underlay {
  background-size: cover;
  background-position: center;
  filter: blur(5px);
  transform: scale(1.5);
}
.gallery__image-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent 25%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 3% 4%;
  color: white;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.gallery__image-overlay--center {
  background: rgba(0, 102, 189, 0.85);
  align-items: center;
  justify-content: center;
}
.gallery__image-overlay--dark {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent 40%);
}
.gallery__gallery-title {
  font-size: 0.8rem;
  line-height: 1em;
  font-weight: 800;
}
@media (min-width: 1700px) {
  .gallery__gallery-title {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .gallery__gallery-title {
    font-size: 0.7rem;
  }
}
.gallery__gallery-subtitle {
  line-height: 0.8rem;
  font-weight: 700;
  margin-top: 0.5rem;
  text-transform: uppercase;
}
.gallery__photo-title {
  font-weight: 600;
  line-height: 0.8rem;
  font-size: 0.58333rem;
}
@media (max-width: 539px) {
  .gallery__photo-title {
    font-size: 0.66667rem;
    line-height: 0.9rem;
  }
}
.view-recenze p:not([class]) {
  font-style: italic;
}
.view-recenze p:not([class])::before {
  content: '„';
}
.view-recenze p:not([class])::after {
  content: '“';
}
p.recenze-author {
  font-size: 0.58333rem;
  color: #828282;
}
p.recenze-author strong {
  color: black;
  font-weight: 700;
}
.view-recenze__rows {
  display: flex;
  margin: 0 -0.5rem 1rem;
  flex-wrap: wrap;
}
.view-recenze__rows .views-row {
  margin: 0 0.5rem;
  min-width: calc(50% - 1rem);
  max-width: calc(50% - 1rem);
}
@media (max-width: 767px) {
  .view-recenze__rows .views-row {
    min-width: calc(100% - 1rem);
    max-width: calc(100% - 1rem);
  }
}
.view-recenze--block_2 {
  display: flex;
  flex-direction: column;
}
.view-recenze--block_2 .view-recenze__rows {
  order: -1;
}
.view-recenze .arrow-link {
  color: #ff6617;
  font-weight: 700;
  text-decoration: none;
}
.view-recenze .arrow-link::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 1em;
  width: 1em;
  background-image: url("../images/icons/arrow-orange.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 0.5em;
}
.view-recenze .arrow-link:hover {
  text-decoration: underline;
}
.view-recenze h2 {
  display: none;
}
.view-recenze--page_1 .views-row {
  border-bottom: 1px solid #DADADA;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  min-width: calc(100% - 1rem);
  max-width: calc(100% - 1rem);
}
.footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-image: url("../images/footer-bg.png");
  background-repeat: no-repeat;
  background-position: center 0;
  margin-top: 3rem;
  padding-top: 6rem;
  padding-bottom: 2rem;
  padding-left: calc(3.5% - 1rem);
  padding-right: calc(3.5% - 1rem);
}
html:target .footer::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  background-size: 1rem 1rem;
  background-image: linear-gradient(to bottom, black 0%, black 5.555%, transparent 5.555%, transparent 100%);
  z-index: 1000;
  opacity: 0.1;
  pointer-events: none;
}
@supports (background-image: url("../images/footer-bg.webp")) {
  .footer {
    background-image: url("../images/footer-bg.webp");
  }
}
.footer > * {
  margin: 1rem;
}
.footer__associations {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 2rem -1rem -0.5rem;
  font-size: 0.58333rem;
}
.footer__association {
  display: inline-flex;
  align-items: center;
  margin: 0.5rem;
}
.footer__association-logo {
  display: block;
  margin-right: 0.5rem;
}
.logo-accka {
  background: url('../images/logo_accka.png');
  width: 60px;
  height: 36px;
}
.logo-cpp {
  background: url('../images/logo_cpp.png');
  width: 64px;
  height: 34px;
}
.social-icons {
  text-align: right;
}
.social-icons__icon {
  width: 1.5rem;
  display: inline-block;
  text-align: center;
}
.mundo-logo {
  width: 100%;
  height: 48px;
  background-image: url('../images/logo-ckmundo.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
/* For SK language - if social is on the first place, put it after newsletter */
.footer__block--simple_block\:footer_social:first-child {
  order: 10;
  align-self: center;
}
.footer__block--mundo_newsletter_wide_block {
  width: calc(45% - 2rem);
}
.footer__block--simple_block\:associations {
  width: calc(55% - 2rem);
}
.footer__associations {
  justify-content: flex-end;
}
.footer__block--simple_block\:footer_social {
  width: 210px;
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 1279px), (max-width: 767px) {
  .footer {
    justify-content: space-between;
  }
  .footer__block--mundo_newsletter_wide_block,
  .footer__block--simple_block\:associations {
    width: calc(100% - 2rem);
  }
  .footer__block--simple_block\:associations {
    order: 10;
  }
  .footer__block--mundo_newsletter_wide_block {
    order: 11;
  }
  .footer__associations {
    justify-content: space-evenly;
  }
  .footer__block--simple_block\:footer_social {
    display: none;
  }
  .footer__associations {
    margin-top: 0;
  }
}
/*@media @vw-tablet-small {
  .footer__block--simple_block\:mundo_contact {
    order: 1;
    width: calc(30% - 2rem);
  }

  #block-mundo2020-budevaszajimat {
    order: 2;
    width: calc(35% - 2rem);
  }

  .footer__block--simple_block\:footer_social {
    width: 225px;
    margin-left: auto;
    order: 3;
  }

  #block-mundo2020-nabidkazajezdu {
    order: 4;
    width: calc(30% - 2rem);
  }

  #block-mundo2020-onas {
    order: 5;
    width: calc(30% - 2rem);
  }

  .footer__block--simple_block\:associations {
    order: 6;
    width: calc(40% - 2rem);
  }

  .footer__block--mundo_newsletter_wide_block {
    order: 7;
  }

  .footer__associations {
    justify-content: flex-end;
  }

  .footer__association {
    flex-direction: column;
  }

  .footer__association-logo {
    margin-bottom: 0.5rem;
    margin-right: 0;
  }

  .footer__block--mundo_newsletter_wide_block {
    width: calc(100% - 2rem);
  }
}*/
/*
@media @vw-mobile {
  .footer__block--simple_block\:footer_social {
    display: none;
  }
  .footer__block--mundo_newsletter_wide_block,
  .footer__block--simple_block\:associations {
    width: calc(100% - 2rem);
  }

  .footer__associations {
    justify-content: flex-start;
  }
}*/
@media (min-width: 540px) and (max-width: 767px) {
  .footer__block--simple_block\:mundo_contact {
    width: calc(50% - 2rem);
  }
  #block-mundo2020-budevaszajimat {
    width: calc(50% - 2rem);
  }
  #block-mundo2020-nabidkazajezdu {
    width: calc(50% - 2rem);
  }
  #block-mundo2020-onas {
    width: calc(50% - 2rem);
  }
}
@media (max-width: 539px) {
  .footer__block--simple_block\:mundo_contact {
    width: calc(100% - 2rem);
  }
  #block-mundo2020-budevaszajimat {
    width: calc(100% - 2rem);
  }
  #block-mundo2020-nabidkazajezdu {
    width: calc(100% - 2rem);
  }
  #block-mundo2020-onas {
    width: calc(100% - 2rem);
  }
}
.icon {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-top: -0.2em;
}
.icon--left {
  margin-right: 0.5em;
}
.icon--right {
  margin-right: 0.5em;
}
.icon--fb {
  background-image: url("../images/icons/icon-fb.png");
}
.icon--fb-blue {
  background-image: url("../images/icons/icon-fb-blue.png");
}
.icon--fs {
  background-image: url("../images/icons/icon-foursquare.png");
}
.icon--fs-blue {
  background-image: url("../images/icons/icon-foursquare-blue.png");
}
.icon--ig {
  background-image: url("../images/icons/icon-ig.png");
}
.icon--ig-blue {
  background-image: url("../images/icons/icon-ig-blue.png");
}
.icon--yt {
  background-image: url("../images/icons/icon-yt.png");
}
.icon--yt-blue {
  background-image: url("../images/icons/icon-yt-blue.png");
}
.icon--bus {
  background-image: url("../images/icons/ico-travel-bus.svg");
}
.icon--fly {
  background-image: url("../images/icons/ico-travel-fly.svg");
}
.icon--bus-fly {
  background-image: url("../images/icons/ico-doprava-nebo.svg");
  width: 2rem;
}
.icon--indoor {
  background-image: url("../images/icons/ico-indoor.svg");
}
.icon--outdoor {
  background-image: url("../images/icons/ico-outdoor.svg");
}
.icon--in-out-door {
  background-image: url("../images/icons/ico-in-plus-out.svg");
  width: 2rem;
}
.icon--out-in-door {
  background-image: url("../images/icons/ico-out-plus-in.svg");
  width: 2rem;
}
.icon--in-or-out-door {
  background-image: url("../images/icons/ico-in-or-out.svg");
  width: 2rem;
}
.icon--out-or-in-door {
  background-image: url("../images/icons/ico-out-or-in.svg");
  width: 2rem;
}
.icon--breakfast {
  background-image: url("../images/icons/ico-breakfast.svg");
}
.icon--lunch {
  background-image: url("../images/icons/ico-lunch.svg");
}
.icon--breakfast-lunch {
  background-image: url("../images/icons/ico-breakfast-lunch.svg");
  width: 2rem;
}
.title {
  display: flex;
  align-items: center;
}
@media (max-width: 539px) {
  .title {
    display: block;
  }
}
.title__button {
  margin-left: auto;
  white-space: nowrap;
}
.title__secondary {
  border-left: 0.125rem solid #276CAD;
  margin-left: 1rem;
  padding-left: 1rem;
  color: #276CAD;
}
.perex {
  font-size: 0.75rem;
  margin-top: -0.5rem;
  padding-bottom: 1rem;
  font-weight: 600;
}
.box,
#translation-box {
  background: #EBEBEB;
  border-radius: 5px;
  padding: 0.5rem 0.75rem;
  box-shadow: 3px 0 0 0 #DADADA inset;
  /*@media @vw-desktop-large {
    padding: 1rem;
  }*/
  /*a:not([class]) {
    color: @color-orange-text;
    text-decoration: none;
  }

  a:not([class]):hover {
    text-decoration: underline;
  }*/
}
.box:after,
#translation-box:after {
  content: '';
  display: table;
  clear: both;
}
.box__title {
  font-weight: 800;
}
.box--small {
  padding: 0.25rem 0.5rem;
  /*@media @vw-desktop-large {
    padding: 0.5rem 0.75rem;
  }*/
}
.box--small .box__title {
  font-size: 0.58333rem;
}
.box--large {
  padding: 1rem;
  /*@media @vw-desktop-large {
    padding: 2rem;
  }*/
}
.box--large .box__title {
  font-size: 0.75rem;
}
/*
.trip-event__date {
  font-size: @fsr-small;
  font-weight: 800;
}

.trip-event__price {
  display: flex;
  align-items: baseline;
  height: 1rem;
}

.trip-event__price-prefix {
  display: inline-block;
  font-size: @fsr-extra-small;
  font-weight: 800;
  margin-right: 0.25rem;
}

.trip-event__price-amount {
  display: inline-block;
  color: @color-orange-text;
  font-size: @fsr-large;
  font-weight: 800;
}

.trip-event__price-note {
  color: @color-gray;
  font-size: @fsr-extra-small;
  font-weight: 400;
  line-height: 0.5rem;
}
*/
.trip {
  display: flex;
  margin: 0 0 2rem;
  /*min-height: 11rem;*/
}
.trip__image {
  /*width: 356px;*/
  margin-right: 1rem;
  width: calc(1.33 * 10rem);
}
.trip__summary {
  flex: 1;
}
.trip__title {
  line-height: 1rem;
  padding-bottom: 0;
  padding-top: 0;
}
.trip__tags {
  padding-top: 0.5rem;
}
.trip__description {
  margin-bottom: 0.5rem;
  font-size: 0.58333rem;
}
.trip__events {
  display: flex;
  flex-wrap: wrap;
  margin: -0.125rem;
}
.trip__events > * {
  margin: 0.125rem;
}
.trip__events-button {
  margin-left: auto;
  align-self: flex-end;
}
/* temporary */
.trip-list {
  margin-top: 1rem;
}
.no-trip-text {
  font-size: 0.83333rem;
  font-weight: 700;
  line-height: 1rem;
  padding: 1rem 0;
}
.trip-list--passed .trip__image,
.trip-list--passed .trip__title,
.trip-list--passed .trip-tags__tag,
.trip-list--passed .trip__description,
.trip-list--passed .trip-event {
  opacity: 0.7;
}
.trip-list--passed .trip-event__price,
.trip-list--passed .trip-event__price-note,
.trip-list--passed .trip__spots,
.trip-list--passed .trip__spots_mobile {
  display: none;
}
.trip__spots,
.trip__spots_mobile {
  font-size: 0.58333rem;
  color: #f26522;
}
.trip__spots {
  float: right;
  max-width: 320px;
  margin-left: 0.5rem;
}
.trip__spots_mobile {
  display: none;
  margin-bottom: 0.5rem;
}
.form-item-nahradnik-note {
  margin-bottom: 0.5rem;
}
.form-item-nahradnik-note .form-textarea,
.form-item-nahradnik-note #translation-box textarea {
  height: 4.5rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .trip {
    display: block;
  }
  .trip__image {
    float: right;
    margin-right: 0rem;
    margin-left: 0.5rem;
    max-width: 30%;
  }
  .trip__image img {
    max-height: 8rem;
    max-width: 100%;
  }
  .trip__spots {
    display: none;
  }
  .trip__spots_mobile {
    display: block;
  }
}
.trip-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.trip-tags__tag {
  display: flex;
  align-items: center;
  font-size: 0.58333rem;
  font-weight: 600;
  color: #828282;
  margin-right: 0.6rem;
}
.trip-tags__tag .icon {
  margin-top: 0;
  margin-right: 0.2rem;
  font-size: 0.75rem;
}
.trip-event {
  max-width: 300px;
}
.trip-price {
  display: flex;
  align-items: baseline;
  height: 1rem;
}
.trip-price__prefix {
  display: inline-block;
  font-size: 0.5rem;
  font-weight: 800;
  margin-right: 0.25rem;
}
.trip-price__amount {
  display: inline-block;
  color: #f26522;
  font-size: 0.75rem;
  font-weight: 800;
}
.trip-price-note {
  color: #828282;
  font-size: 0.5rem;
  font-weight: 400;
  line-height: 0.5rem;
}
.trip-price-wrapper {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.trip-price-wrapper .trip-price {
  margin-right: 0.25rem;
}
.trip-price-wrapper--large .trip-price__prefix {
  font-size: 0.58333rem;
}
.trip-price-wrapper--large .trip-price__amount {
  font-size: 0.83333rem;
}
.trip-price-wrapper--large .trip-price-note {
  font-size: 0.58333rem;
  line-height: 0.7rem;
}
.trip-price-wrapper--secondary .trip-price__amount {
  color: #000;
}
.passed-event {
  opacity: 0.7;
}
.passed-event .trip-price__amount {
  color: #000;
}
.trip-header {
  display: flex;
  margin-bottom: 0.5rem;
}
.trip-header-image {
  order: -1;
  min-width: calc(50% - 0.5rem);
  max-width: calc(50% - 0.5rem);
  width: calc(50% - 0.5rem);
  margin-right: 1rem;
  margin-bottom: 0rem;
}
.trip-header-image img {
  max-width: 100%;
  height: auto;
}
.trip-basic-info {
  flex: 1;
}
@media (max-width: 539px) {
  .trip-header {
    flex-wrap: wrap;
  }
  .trip-header-image {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}
.share-box {
  float: right;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  margin-left: 1rem;
  width: 100px;
  min-height: 120px;
}
.share-box p {
  font-weight: 700;
  margin-bottom: 0.85rem;
}
.share-box .fb-like,
.share-box span,
.share-box iframe {
  width: 100% !important;
}
.gallery-box-frame-header .button,
.gallery-box-frame-header .caption a,
.gallery-box-frame-header #translation-box input {
  display: none;
}
.fb-long.fb_iframe_widget {
  display: block;
  height: 1rem;
  margin-bottom: 1rem;
  max-width: 100%;
}
.cols-floating::after {
  content: '';
  display: table;
  clear: both;
}
.col-right {
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
  width: calc(50% - 0.5rem);
}
.col-right iframe {
  width: 100%;
}
@media (max-width: 767px) {
  .col-right {
    float: none;
    margin-left: 0;
    width: 100%;
  }
}
.caption {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.form-note {
  display: flex;
  height: 2rem;
  align-items: center;
  padding-right: 1rem;
  font-size: 0.58333rem;
  font-weight: 700;
  color: #828282;
}
@media (max-width: 767px) {
  .fb-long > span {
    width: 100% !important;
  }
}
[data-role="program"] td:first-child {
  text-align: center;
  font-weight: 800;
}
/* Hide "First minute:" on reservation page box */
.box--first-minute .trip-price__prefix {
  display: none;
}
.trip-map {
  width: 100%;
  border: 0;
  margin-bottom: 0.5rem;
  height: 16rem;
  display: block;
}
.trip-info {
  white-space: nowrap;
}
.trip-info > span {
  border-bottom: 1px dotted currentColor;
  cursor: help;
}
.trip-info.trip-info-time::before {
  content: '';
  background-image: url("../images/icons/clock.png");
  margin-right: 0.2rem;
  display: inline-block;
  vertical-align: middle;
  background-size: 100%;
  opacity: 0.8;
  width: 0.6rem;
  height: 0.6rem;
  margin-top: -1px;
}
.trip-info.trip-info-length::before {
  content: '↔ ';
}
.trip-info.trip-info-up::before {
  content: '↑ ';
}
.trip-info.trip-info-down::before {
  content: '↓ ';
}
.imgbox {
  position: relative;
  max-width: 50%;
  width: 12.635rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.imgbox a,
.imgbox a:hover {
  text-decoration: none;
}
.imgbox img {
  margin: auto;
}
.imgbox--right {
  float: right;
  margin-left: 1rem;
}
.imgbox--left {
  float: left;
  margin-right: 1rem;
}
.imgbox__title {
  padding: 0.25rem 0;
  color: #828282;
  font-weight: normal;
}
@media (max-width: 767px) {
  .imgbox--right {
    margin-left: 0.5rem;
  }
  .imgbox--left {
    margin-right: 0.5rem;
  }
}
@media (max-width: 539px) {
  .imgbox {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 346px;
    float: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  h2 + .imgbox,
  .h2 + .imgbox {
    margin-top: 0.25rem;
  }
  h1 + .imgbox,
  .h1 + .imgbox,
  .title + .imgbox {
    margin-top: 0;
  }
  h3 + .imgbox,
  .h3 + .imgbox {
    margin-top: 0;
  }
}
/* alt gallery */
.gallery-box-frame {
  display: flex;
  margin: -0.25rem;
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
.gallery-box {
  margin: 0.25rem;
  position: relative;
}
.gallery-box-frame .gallery-box {
  max-width: calc(33.333333% - 0.5rem);
}
@media (min-width: 540px) and (max-width: 767px) {
  .gallery-box-frame .gallery-box {
    max-width: calc(50% - 0.5rem);
  }
}
@media (max-width: 539px) {
  .gallery-box-frame .gallery-box {
    max-width: calc(100% - 0.5rem);
  }
}
.view-photos-for-place {
  width: 460px;
  max-width: 40%;
  float: right;
  margin-left: 1rem;
}
.view-photos-for-place__rows > div {
  margin-bottom: 0.5rem;
}
@media (max-width: 539px) {
  .view-photos-for-place .gallery__photo-title {
    display: none;
  }
}
.message {
  margin-top: 1rem;
  padding: 1rem;
  color: white;
}
.message.message-status {
  background-color: #276CAD;
}
.message.message-error {
  background-color: #e64600;
  font-size: 0.58333rem;
}
.message.message-warning {
  background-color: #ff6617;
  font-size: 0.58333rem;
}
.message a {
  color: white;
  text-decoration: underline;
}
.message ul {
  list-style: disc inside;
}
.pswp__caption {
  display: flex;
  align-items: center;
}
.pswp__caption__center {
  font-size: 0.66667rem;
  font-weight: 600;
  line-height: 1rem;
  padding: 0.5rem;
  color: white;
  max-width: 1024px;
}
.pswp__counter {
  font-size: 0.58333rem;
  /*line-height: 1rem;
  padding: 0.5rem;*/
  color: white;
}
.filter-status {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0;
  color: #adadad;
  font-weight: 800;
}
.filter-status__active-text {
  color: black;
}
.filter-status__trip-count {
  white-space: nowrap;
}
.filter-status__sort {
  margin-left: auto;
}
.filter-status__link {
  margin-left: 0.5rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .filter-status {
    flex-wrap: wrap;
  }
  .filter-status__sort {
    margin-left: -0.5rem;
    margin-top: 0.5rem;
    width: 100%;
  }
}
.forum__top-links {
  margin-bottom: 1rem;
}
.forum__top-links > .button,
.forum__top-links > .caption a,
.forum__top-links > #translation-box input {
  margin-right: 0.5rem;
}
.forum__top-links:empty {
  display: none;
}
.forum__post {
  border: 1px solid #DADADA;
  margin-bottom: 1rem;
}
.forum__post-header {
  display: flex;
  background: #EBEBEB;
  padding: calc(0.5rem - 1px) 1rem;
  border-bottom: 1px solid #DADADA;
}
.forum__post-info-link {
  margin-left: auto;
}
.forum__post-info-link a {
  font-weight: normal;
  font-size: 0.58333rem;
}
.forum__post-body {
  display: flex;
}
.forum__post-body-left {
  border-right: 1px solid #DADADA;
  min-width: 30%;
  max-width: 30%;
  padding: 0.5rem 1rem;
}
.forum__post-body-main {
  padding: 0.5rem 1rem;
}
.forum__author-name {
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.forum__author-info {
  margin-bottom: 0.5rem;
}
.forum__post-footer {
  display: flex;
  border-top: 1px solid #DADADA;
}
.forum__post-footer-top {
  min-width: 30%;
  max-width: 30%;
  padding: calc(0.5rem - 1px) 1rem;
  border-right: 1px solid #DADADA;
}
.forum__post-footer-top a {
  font-weight: normal;
  font-size: 0.58333rem;
}
.forum__post-footer-links {
  padding: calc(0.5rem - 1px) 1rem;
  margin-left: auto;
}
.comment-form {
  margin-bottom: 1rem;
}
#edit-taxonomy-forums-wrapper,
#edit-comment-body-0-format,
#edit-body-0-format,
.form-item-comment-body-0-value label {
  display: none;
}
#edit-zajezdy-wrapper .js-form-type-select::after {
  display: none;
}
#edit-zajezdy-wrapper .form-select {
  height: 5rem;
}
@media (max-width: 767px) {
  .forum__post-body {
    flex-direction: column;
  }
  .forum__post-body-left {
    min-width: 100%;
    min-width: none;
    border-right: 0;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 0;
  }
}
.pager__items {
  display: flex;
  margin: 0 -0.125rem 1rem;
}
.pager__item {
  margin: 0 0.125rem;
}
.pager__item.is-active a {
  color: black;
  text-decoration: none;
  cursor: default;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0 0;
}
.breadcrumb__link {
  margin-right: 0.5rem;
  font-weight: 600;
}
.breadcrumb__link a {
  color: #f26522;
  text-decoration: none;
  font-weight: inherit;
}
.breadcrumb__link a:hover {
  text-decoration: underline;
}
.breadcrumb__link:not(:last-child):after {
  content: '';
  display: inline-block;
  margin-left: 0.5rem;
  background: url("../images/icons/arrow-black.svg");
  height: 0.5rem;
  width: 0.5rem;
  cursor: default;
}
@media (max-width: 539px) {
  .breadcrumb {
    display: none;
  }
}
.search-result__type {
  font-size: 0.58333rem;
  margin-bottom: 0.5rem;
  margin-top: -0.5rem;
}
.letter-list {
  margin-bottom: 1rem;
}
.letter-list .letter-list {
  margin: 0.5rem 0;
}
.letter-list__item {
  display: flex;
  margin-left: 0.8rem;
}
.letter-list__letter {
  min-width: 0.8rem;
}
.cookies-bar {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #EBEBEB;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 0.5rem 0.75rem;
  max-width: 550px;
  border-radius: 5px;
  bottom: 10px;
  right: 10px;
  display: none;
}
.cookies-bar h4 {
  text-align: center;
}
.cookies-bar__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.js-form-type-select::after {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  background-image: url("../images/icons/arrow-orange.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
}
.js-form-type-date::after {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  background-image: url("../images/icons/calendar.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.form-date-clear {
  display: none;
  position: absolute;
  cursor: pointer;
  top: 1rem;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  background-image: url("../images/icons/mark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  background-color: white;
  z-index: 1;
}
.js-form-type-date.js-form-item-has-value .form-date-clear {
  display: block;
}
.js-form-type-date.js-form-item-has-value::after {
  display: none;
}
.form-date,
.form-email,
.form-text,
.form-textarea,
.form-search,
.form-tel,
.form-number,
.form-select,
#translation-box textarea {
  height: 2.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: calc(0.75rem - 1px) calc(1rem - 1px);
  border: 1px solid #D6D6D6;
  background-color: white;
  color: black;
  border-radius: 4px;
}
/* IE11 */
.form-select::-ms-expand {
  display: none;
}
.form-date,
.form-select {
  cursor: pointer;
}
.form-textarea,
#translation-box textarea {
  height: 8.5rem;
  resize: vertical;
}
.form-item label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.form--small {
  height: 2rem;
  padding: calc(0.5rem - 1px) calc(0.75rem - 1px);
  font-size: 0.58333rem;
}
.form-textarea.form--small,
#translation-box textarea.form--small,
#translation-box textarea {
  height: 6rem;
}
.form-checkbox {
  margin: 0 0.5rem 0 0;
  width: 1rem;
  height: 1rem;
  border: 1px solid #B1B1B1;
  background: transparent;
  border-radius: 3px;
  appearance: none;
  background-color: white;
}
.form-checkbox:checked {
  background-image: url("../images/icons/orange-check.svg");
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center;
}
.form-checkbox:not(:disabled) {
  cursor: pointer;
}
/* Form CSS uses Drupal classes for simplicity */
.filter-form {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: calc(1rem - 1px);
  border-bottom: 1px solid #DADADA;
  row-gap: 0.5rem;
  column-gap: 0.25rem;
  justify-content: space-between;
}
.filter-form > * {
  position: relative;
  height: 2.5rem;
}
.filter-form .form-date,
.filter-form .form-email,
.filter-form .form-text,
.filter-form .form-select {
  height: 100%;
  padding: calc(1.25rem - 1px) calc(2rem - 1px) calc(0.5rem - 1px) calc(0.5rem - 1px);
  border-radius: 2px;
  line-height: 0.75rem;
  font-size: 0.58333rem;
}
.filter-form .js-form-type-date::after,
.filter-form .js-form-type-select::after {
  top: 0.875rem;
  right: 0.75rem;
  width: 0.75rem;
  height: 0.75rem;
}
.filter-form .form-date-clear {
  top: 0.75rem;
  right: 0.625rem;
}
.filter-form .form-item label {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  line-height: 0.75rem;
  font-size: 0.58333rem;
  font-weight: 800;
  pointer-events: none;
  margin-bottom: 0;
}
.filter-form .form-item label::after {
  content: ':';
}
.filter-form .form-item .button,
.filter-form .form-item .caption a,
.filter-form .form-item #translation-box input {
  height: 100%;
  white-space: nowrap;
}
.filter-form__group {
  display: flex;
  margin: 0;
  height: auto;
  column-gap: 0.25rem;
  row-gap: 0.5rem;
  justify-content: space-between;
}
.filter-form__group > * {
  position: relative;
  height: 2.5rem;
}
.mundo-trip-list-filter-form > * {
  flex: 1;
}
.mundo-trip-list-filter-form > *:nth-child(4) {
  flex: 0;
  min-width: 176px;
}
/* Filter form on trip list pages */
.filter-form__group--first {
  width: 100%;
}
.filter-form__group--second {
  width: 46%;
}
.filter-form .form-item-type {
  flex-grow: 1;
}
.filter-form .form-item-accommodation {
  flex-grow: 1;
}
.filter-form .form-item-date-to,
.filter-form .form-item-date-from {
  flex-grow: 1;
}
.filter-form__group--third {
  width: 46%;
}
.filter-form .form-item-days-range,
.filter-form .form-item-price-range {
  width: 190px;
}
.filter-form .form-item-days-range label,
.filter-form .form-item-price-range label {
  left: 0.1rem;
}
.filter-form .form-item-days-range .form-text,
.filter-form .form-item-price-range .form-text {
  border: transparent;
  background: transparent;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  color: #f26522;
  font-weight: 600;
}
.filter-form .form-item-has-free-spots {
  width: 100%;
  display: flex;
  align-items: center;
  height: auto;
}
.filter-form .form-item-has-free-spots label {
  position: static;
}
.filter-form .form-item-has-free-spots label::after {
  display: none;
}
.filter-form__group--fourth {
  align-items: center;
  width: 100%;
}
.filter-form .form-item label[for] {
  cursor: pointer;
  pointer-events: initial;
}
.filter-form .form-submit {
  min-width: 160px;
  justify-content: center;
  height: 2rem;
}
@media (max-width: 767px) {
  .filter-form__group {
    flex-wrap: wrap;
  }
  .filter-form__group--fourth {
    flex-wrap: nowrap;
  }
  .filter-form__group--first *:first-child {
    width: 100%;
  }
  .mundo-trip-list-filter-form > * {
    min-width: 100%;
  }
}
@media (max-width: 539px) {
  .filter-form__group--second {
    width: 100%;
  }
  .filter-form__group--third {
    width: 100%;
  }
  .filter-form .form-item-days-range,
  .filter-form .form-item-price-range {
    margin-bottom: 0;
  }
}
.inline-form {
  display: flex;
  flex-wrap: wrap;
  margin: -0.1rem;
  padding: 0.25rem 0;
}
.inline-form .form-item,
.inline-form .form-actions {
  position: relative;
  height: 2.5rem;
  margin: 0.1rem;
}
.inline-form .form-item {
  flex: 1;
}
.inline-form label {
  display: none;
}
.inline-form .form-date,
.inline-form .form-email,
.inline-form .form-select {
  height: 100%;
  border-radius: 2px;
}
.inline-form .button,
.inline-form .caption a,
.inline-form #translation-box input {
  height: 100%;
}
/* some hacking */
.toolbar-tray a {
  color: #565656;
  cursor: pointer;
  padding: 1em 1.3333em;
  text-decoration: none;
  font-weight: normal;
}
.links.inline {
  display: flex;
  margin: 0 -0.25rem;
}
.links.inline li {
  margin: 0 0.25rem;
}
/* temporarily hide cestopisy */
/*html[lang=cs] .header__menu-bottom :nth-child(4) {
  display: none;
}*/
.reservation-iframe {
  width: 100%;
  height: 570px;
  border: none;
}
.search-form {
  margin-bottom: 1rem;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.25em;
}
.fb-like-box {
  flex: 1;
}
.weather-wrapper {
  padding: 0 0 1rem;
}
.weather-wrapper .forecast-box {
  width: 160px;
}
.weather-wrapper .weather-box .weather-info .temp {
  font-size: 1.5rem;
  line-height: 1.2rem;
}
#translation-box {
  width: calc(50% - 0.5rem);
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
#translation-box strong {
  display: block;
  margin-bottom: 0.5rem;
}
#translation-box textarea {
  display: block;
}
#translation-box input {
  float: right;
}
#translation-box br {
  display: none;
}
@media (max-width: 767px) {
  #translation-box {
    width: 100%;
    margin-left: 0rem;
    float: none;
  }
}
.form-item-nahradnik-zajezd strong {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.form-item-nahradnik-termin strong {
  display: block;
  margin-bottom: 1rem;
  font-weight: 600;
}
.in-iframe .footer,
.in-iframe .breadcrumb,
.in-iframe .left-column,
.in-iframe .content__region--content-bottom,
.in-iframe .header {
  display: none !important;
}
/*# sourceMappingURL=styles.css.map */