html {
  font-size: 1rem; }

font {
  font-size: inherit !important; }

html {
  font-size: 13px; }

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fedra Sans Book", Arial, sans-serif;
  font-variant-numeric: lining-nums; }

.row {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap; }

.justify-content-between {
  -webkit-justify-content: space-between !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal !important;
  font-family: "Fedra Sans Demi", Arial, sans-serif; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    font-size: inherit !important; }

h3 {
  margin-bottom: 0.5em !important; }

a {
  color: #4C9B31 !important;
  text-decoration: none !important; }
  a:hover {
    text-decoration: underline !important; }
  a.ibc6lglcf2 {
    text-decoration: underline !important; }
    a.ibc6lglcf2:hover {
      text-decoration: underline !important; }
  a.underlineOnHover:hover {
    text-decoration: underline !important; }

.a-inherit-color a, .ik9z5ddjq a, a.a-inherit-color, a.ik9z5ddjq {
  color: inherit !important; }

.bb4c4m25xs a:hover, .ik9z5ddjq a:hover, a.bb4c4m25xs:hover, a.ik9z5ddjq:hover {
  text-decoration: none !important; }

.hidden {
  display: none !important; }

.nocss-display-inline {
  display: inline !important; }

.tyy9eway5g {
  display: block !important; }

.aw97l8c6u4 {
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important; }

.gj64gi > svg {
  width: 100%;
  height: 100%; }

.svg-white > svg path {
  fill: white; }

.svg-white > svg polygon {
  fill: white !important; }

/* lightbox-able images */
img[class*="wp-image-"], img.pswipe, .gallery img {
  cursor: pointer; }

/* COLORS */
/* MIXINS */
/* GLOBAL */
span.nybwvz17zo {
  display: inherit !important;
  font-size: inherit !important; }

#loaderGif {
  position: fixed;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  height: 70px;
  width: 70px;
  display: none;
  animation: spin 1s linear infinite;
  z-index: 1000; }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.tmpBorder {
  border: solid 1px; }

.bg-white {
  background-color: #fff !important; }

.bg-silver {
  background-color: #efefef !important; }

.bg-blue {
  background-color: #0075BB !important; }
  .bg-blue-light {
    background-color: #a2dcff; }

.bg-green {
  background-color: #4C9B31 !important; }
  .bg-green-light {
    background-color: #dff3d8; }

.bg-red {
  background-color: #d52b1e !important; }

.bg-header-turista {
  position: relative; }

.bg-padding-top {
  padding-top: 2em; }

.ipmubulrl {
  font-family: "Fedra Sans Medium", "Arial Black", sans-serif !important; }

.font-blue {
  color: #0075BB !important; }

.bw5uhcfob5 {
  color: #4C9B31 !important; }

.gp2rr7on0m {
  color: #fff !important; }

.font-grey {
  color: #686868 !important; }

.jrj4ymlqo2 {
  color: #000 !important; }

.font-red {
  color: #d52b1e !important; }

.font-dark {
  color: #404040 !important; }

input {
  width: 100%;
  border: none;
  border-bottom: solid 1px #fff;
  padding-bottom: 5px;
  padding-right: 2em;
  background-color: transparent;
  color: #fff; }
  input::placeholder {
    color: inherit; }
  input.grey {
    color: #686868;
    border-color: #686868; }
  input.yf3838 {
    color: #686868;
    border-color: #0075BB; }
  input.green {
    color: #686868;
    border-color: #4C9B31; }
  input.newsletter {
    width: 15px;
    margin-right: 5px; }
  input.login {
    color: #686868;
    border: 1px solid #4C9B31; }

textarea {
  width: 100%;
  border: none;
  border-bottom: solid 1px #fff;
  padding-bottom: 5px;
  background-color: transparent;
  color: #fff; }
  textarea::placeholder {
    color: inherit; }

.select-wrap {
  width: 100%;
  position: relative;
  white-space: nowrap; }
  .select-wrap .fa {
    position: absolute;
    right: 0.5em;
    top: 0.5em; }

select {
  width: 100%;
  border: none;
  border-bottom: solid 1px #fff;
  border-radius: 0;
  -webkit-appearance: none;
  padding-bottom: 5px;
  padding-right: 1em;
  background-color: transparent;
  color: #fff; }
  select.grey {
    color: #686868;
    border-color: #686868; }
  select.yf3838 {
    color: #686868;
    border-color: #0075BB; }
  select.green {
    color: #686868;
    border-color: #4C9B31; }

select::-ms-expand {
  display: none; }

/* CHECKBOX */
.checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.5em;
  width: 1.5em;
  background-color: #fff;
  border-radius: 2px; }
  .checkbox-container {
    display: block;
    position: relative;
    padding-left: 2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .checkbox-container input {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
      .checkbox-container input:checked ~ .checkbox {
        background-color: #fff; }
      .checkbox-container input:checked ~ .checkbox:after {
        display: block; }
  .checkbox:after {
    content: "";
    position: absolute;
    display: none;
    left: 0.4em;
    top: 0.2em;
    width: 0.7em;
    height: 1em;
    border: solid #0075BB;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

/* BUTTONS */
.q4edbu {
  width: auto;
  padding: 0.5em 1em 0.5em 1em;
  border: 1px inherit;
  border-radius: 4px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
  cursor: pointer;
  white-space: normal; }
  .q4edbu i {
    padding-left: 1em; }
  .q4edbu:hover {
    opacity: .85;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.15); }
  .button-margin {
    margin: 5px 0px;
    text-align: left; }
  .v478wkd0td {
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    min-width: 230px; }
    .v478wkd0td p {
      margin: auto 0; }
  .cdlqfrhq9b {
    width: 100%; }
  .button-left {
    float: left;
    margin-right: 100%; }
  .azcri4omur {
    float: right;
    margin-left: 100%; }
  .button-center {
    margin: 1em auto;
    min-width: 130px; }
  .button-square {
    border-radius: 0;
    border: none; }
  .button-profile {
    margin: 1em 0.2em 2em;
    min-width: 180px; }
  .button-newsletter {
    border: 1px solid;
    cursor: pointer;
    color: #686868;
    background-color: transparent;
    width: 100%;
    padding-bottom: 5px;
    padding-right: 2em; }

.text-none {
  margin-right: 5px; }

@media (max-width: 767px) {
  .azcri4omur {
    width: 100%; } }

/* IMG */
.bxw6hijif {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

/* LIST */
ul.inline {
  list-style: none;
  padding: 0px !important; }
  ul.inline li {
    display: inline-block; }

/* HEADERS */
.q1majo48lv {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: -999; }

.phe60c2fxt {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .header-main-bg-obcan {
    min-height: 25em; }
  .gnwxp5qb70 {
    padding: 0;
    overflow: hidden; }
    .gnwxp5qb70 .pe8z01v2c3 {
      min-height: 32em;
      position: relative; }

.xgqoe63o5g {
  height: 6.5em;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden; }
  @media (min-width: 990px) {
    .xgqoe63o5g {
      padding-left: 50px;
      padding-right: 50px; } }

.y4tl7bddt9 .row {
  height: 3.25em; }

.y4tl7bddt9 .search-search, .y4tl7bddt9 .qecnxr5kd, .y4tl7bddt9 .search-yt, .y4tl7bddt9 .k4su0njyp7, .y4tl7bddt9 .ttismig7k3, .y4tl7bddt9 .search-logout, .y4tl7bddt9 .b6j5cg9ltd, .y4tl7bddt9 .search-field {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #fff;
  cursor: pointer; }
  .y4tl7bddt9 .search-search .fa, .y4tl7bddt9 .qecnxr5kd .fa, .y4tl7bddt9 .search-yt .fa, .y4tl7bddt9 .k4su0njyp7 .fa, .y4tl7bddt9 .ttismig7k3 .fa, .y4tl7bddt9 .search-logout .fa, .y4tl7bddt9 .b6j5cg9ltd .fa, .y4tl7bddt9 .search-field .fa {
    font-size: 1.8em; }
  .y4tl7bddt9 .search-search span, .y4tl7bddt9 .qecnxr5kd span, .y4tl7bddt9 .search-yt span, .y4tl7bddt9 .k4su0njyp7 span, .y4tl7bddt9 .ttismig7k3 span, .y4tl7bddt9 .search-logout span, .y4tl7bddt9 .b6j5cg9ltd span, .y4tl7bddt9 .search-field span {
    font-size: 1.3em; }

.y4tl7bddt9 .qecnxr5kd {
  background-color: #0075BB; }
  .y4tl7bddt9 .qecnxr5kd:hover {
    background-color: #006fb1; }

.y4tl7bddt9 .search-yt {
  background-color: #d52b1e; }
  .y4tl7bddt9 .search-yt:hover {
    background-color: #cc291d; }

.y4tl7bddt9 .k4su0njyp7 {
  background-color: #e1306c; }
  .y4tl7bddt9 .k4su0njyp7:hover {
    background-color: #e02766; }

.y4tl7bddt9 .ttismig7k3 {
  background-color: #fed100; }
  .y4tl7bddt9 .ttismig7k3:hover {
    background-color: #f4c900; }
  .y4tl7bddt9 .ttismig7k3.t7dgkp {
    background-position: center center;
    background-size: cover; }

.y4tl7bddt9 .search-logout {
  background-color: #3c3c3c; }
  .y4tl7bddt9 .search-logout:hover {
    background-color: #373737; }

.y4tl7bddt9 .b6j5cg9ltd {
  background-color: #4C9B31;
  padding: 0; }
  .y4tl7bddt9 .b6j5cg9ltd a {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center; }
  .y4tl7bddt9 .b6j5cg9ltd:hover {
    background-color: #48932f; }

.y4tl7bddt9 .search-field {
  background-color: #fff;
  border-bottom: #686868 0.5px solid;
  position: relative; }
  .y4tl7bddt9 .search-field input {
    border: none;
    width: 100%;
    padding-right: 2em; }
  .y4tl7bddt9 .search-field .fa {
    position: absolute;
    top: 0.4em;
    right: 0.5em;
    color: #404040;
    font-size: 1.8em;
    cursor: pointer; }

.y4tl7bddt9 .hwofid6fcf {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  color: #404040;
  white-space: nowrap;
  overflow: hidden; }
  .y4tl7bddt9 .t7w1i8twjc {
    background-color: #efefef;
    padding-right: 20px;
    position: relative; }
  .y4tl7bddt9 .hwofid6fcf a {
    margin-left: 8px;
    color: #686868 !important; }
    .y4tl7bddt9 .hwofid6fcf a:after {
      content: ","; }
    .y4tl7bddt9 .hwofid6fcf a:last-child:after {
      content: ""; }
  .y4tl7bddt9 .hwofid6fcf:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    box-shadow: inset -30px 0 20px #efefef;
    pointer-events: none; }

.un9kysnhrx {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  color: #fff; }
  .un9kysnhrx .mlhykcej9g {
    padding-bottom: 2em;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center; }
    .un9kysnhrx .mlhykcej9g h1 {
      font-size: 4em; }
    .un9kysnhrx .mlhykcej9g .q4edbu {
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      -webkit-align-items: center;
      justify-content: center;
      -webkit-justify-content: center;
      padding: 1em 2em;
      margin: 6.5px;
      background-color: #fff;
      color: #1a1a1a !important;
      text-transform: uppercase;
      cursor: pointer;
      font-family: "Fedra Sans Demi", "Arial Black", sans-serif; }
      .un9kysnhrx .mlhykcej9g .q4edbu:hover, .un9kysnhrx .mlhykcej9g .q4edbu.active {
        box-shadow: none;
        opacity: 1;
        text-decoration: none;
        background-color: #4C9B31 !important;
        color: #fff !important; }
      .un9kysnhrx .mlhykcej9g .q4edbu.yf3838 {
        background-color: #1635D6 !important;
        color: #fff !important; }

.tdjnd2kp83 {
  display: none; }
  .tw2zc9tsyz {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    .hsg6kmhxeg {
      min-height: 25vh; }
  .evq6fa7x13 {
    border-bottom: 3px solid #0075BB;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    background-color: #fff; }
    .po88wfgzi3 {
      border-color: #4C9B31; }
    .evq6fa7x13.search-active .s5bgtpasw0,
    .evq6fa7x13.search-active .k3yyhfr9s4 {
      display: none; }
    .evq6fa7x13.search-active .header-main-mobile-input {
      display: block; }
    .evq6fa7x13 .t7dgkp {
      background-position: center center;
      background-size: cover; }
  .s5bgtpasw0, .header-main-mobile-logout, .llserszkd5, .header-main-mobile-input {
    margin: 1em 0.5em;
    text-align: center; }
    .s5bgtpasw0 .fa, .header-main-mobile-logout .fa, .llserszkd5 .fa, .header-main-mobile-input .fa {
      font-size: 2em;
      cursor: pointer; }
  .k3yyhfr9s4 {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    cursor: pointer; }
    .k3yyhfr9s4 img {
      width: 100%;
      max-height: 80%; }
  .header-main-mobile-input {
    display: none;
    text-align: left;
    position: absolute;
    z-index: 999;
    background-color: #fff;
    padding: 1em 20px;
    margin: 0; }
    .header-main-mobile-input input {
      width: 100%; }
  .d4u98qvu8g {
    position: absolute;
    right: 0;
    text-align: center;
    padding: 0; }
    .d4u98qvu8g a {
      font-size: 1.4rem;
      padding: 0.3em;
      display: block;
      text-transform: uppercase; }

.header-sub-title {
  position: absolute;
  bottom: 1em;
  padding-left: 1em;
  color: #fff; }
  .header-sub-title h1 {
    font-size: 4em; }

.header-content {
  width: 100%;
  position: fixed;
  z-index: 999;
  padding: 1em 1em 0; }
  @media (max-width: 992px) {
    .header-content {
      padding: 1em 1em 0.3em; } }
  .header-content-bg {
    min-height: 20em;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .header-content .row {
    margin: 0; }
    @media (max-width: 992px) {
      .header-content .row {
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        -webkit-flex-direction: row;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        align-items: center;
        -webkit-align-items: center; } }
  .header-content-logo {
    min-width: 12em;
    margin-bottom: 0.5em;
    margin-right: 5em;
    cursor: pointer;
    width: 180px; }
    @media (min-width: 993px) {
      .header-content-logo {
        position: absolute; } }
    .header-content-logo img {
      width: 100%; }
    .header-content-logo svg {
      max-height: 21px; }
  .header-content a {
    color: #fff;
    font-weight: normal;
    text-transform: uppercase; }
    .header-content a:hover {
      color: #fff;
      text-decoration: none; }
  .header-content .content-menu-items {
    width: 100%;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center; }
  .header-content .content-menu-desktop {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 0 auto;
    margin-top: -13px; }
    .header-content .content-menu-desktop-item {
      white-space: nowrap;
      cursor: pointer;
      padding: 1em 1em;
      padding-bottom: 0.8em; }
      .header-content .content-menu-desktop-item h5 {
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        height: 25.8px;
        font-size: 1.1em;
        margin-bottom: 0; }
      .header-content .content-menu-desktop-item:hover, .header-content .content-menu-desktop-item.active {
        color: #4C9B31 !important;
        background-color: #fff; }
  .header-content .content-menu-mobile {
    display: none;
    color: #fff;
    font-size: 2em;
    margin-bottom: 0.25em; }
  .header-content .content-menu-collapsed {
    padding: 1em;
    position: absolute;
    top: 3.8em;
    left: 0;
    width: 100%;
    float: right;
    display: none;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center; }

@media (max-width: 767px) {
  .pe8z01v2c3 {
    display: none; }
    .phe60c2fxt {
      display: none; }
    .un9kysnhrx h1 {
      font-size: 2em;
      margin-bottom: 1em; }
    .un9kysnhrx .q4edbu {
      width: 70%;
      display: block;
      text-align: center;
      padding: 1em;
      margin: 0.2em auto; }
    .tdjnd2kp83 {
      display: block;
      padding: 0;
      overflow: hidden; }
      .tw2zc9tsyz {
        margin: 0; }
  .header-sub-title {
    position: absolute;
    bottom: 0.5em;
    left: 5em;
    color: #fff; }
    .header-sub-title h1 {
      font-size: 3em; } }

@media (max-width: 992px) {
  .header-content .row {
    justify-content: space-between;
    -webkit-justify-content: space-between; }
  .header-content .content-menu-desktop {
    display: none; }
  .header-content .content-menu-mobile {
    display: block; }
  .header-content .content-menu-collapsed {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; } }

.row {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

/* MENU MAIN */
.gw3rn9oie.dvddsc7t {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 2em; }
  .gw3rn9oie.dvddsc7t li {
    padding: 6.5px; }
    .gw3rn9oie.dvddsc7t li a {
      margin: 0 !important;
      height: 100%; }

.gw3rn9oie .pg-first {
  list-style: none;
  padding: 0; }
  .gw3rn9oie .pg-first li {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .gw3rn9oie .pg-first li a {
      margin: 0 !important;
      height: 100%; }

.gw3rn9oie .nopmim24b, .gw3rn9oie .pg-second {
  list-style: none;
  margin: 0;
  padding: 0; }
  .gw3rn9oie .nopmim24b li, .gw3rn9oie .pg-second li {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .gw3rn9oie .nopmim24b li a, .gw3rn9oie .pg-second li a {
      margin: 6.5px !important; }

.gw3rn9oie .pg-second {
  padding: 1em 0 !important; }

.gw3rn9oie .nt2q9g6j {
  list-style: none;
  margin: 0;
  padding: 0; }

.gw3rn9oie.p95qyzockv {
  padding-bottom: 50px;
  margin-bottom: -50px; }
  .gw3rn9oie.p95qyzockv .xalhvm78e4 {
    padding: 20px 0; }

.gw3rn9oie.menu-page {
  transition: top 0.5s ease-in-out;
  position: fixed;
  top: 0;
  z-index: 10; }
  .gw3rn9oie.menu-page.scroll-up {
    top: -100px; }
  .gw3rn9oie.menu-page .ctzpbzezbd {
    position: absolute;
    left: 0;
    z-index: 10; }
    .gw3rn9oie.menu-page .xalhvm78e4 {
      margin-bottom: 200px; }
      .gw3rn9oie.menu-page .xalhvm78e4 .fqzfa9nmkb {
        padding: 10px 0; }
  .gw3rn9oie.menu-page .eeh6vlq48g {
    border: none;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center; }
    .gw3rn9oie.menu-page .eeh6vlq48g .vuvnidu2f5 {
      color: #fff; }
    .gw3rn9oie.menu-page .eeh6vlq48g i {
      margin-left: 10px;
      font-size: 1.2rem;
      color: #fff;
      transition: 0.5s transform ease-in-out; }

.yci2repr4 {
  text-align: center;
  padding-top: 2em;
  padding-bottom: 1em;
  cursor: pointer;
  transition: background-color 0.2s;
  box-shadow: none;
  background-color: #fff;
  border-radius: 2px;
  font-weight: bold; }
  .yci2repr4 .fa {
    color: #0075BB;
    font-size: 5em;
    transition: color 0.2s; }
  .yci2repr4 svg {
    fill: #0075BB;
    transition: fill 0.2s; }
  .yci2repr4 p {
    margin-top: 1em;
    text-transform: uppercase;
    color: #404040;
    transition: color 0.2s; }
  .yci2repr4:hover {
    background-color: #4C9B31;
    color: #fff !important; }
    .yci2repr4:hover .fa {
      color: #fff; }
    .yci2repr4:hover svg {
      fill: #fff; }
    .yci2repr4:hover p {
      color: #fff; }

.ctzpbzezbd {
  transition: max-height .2s;
  padding: 0; }
  .ctzpbzezbd.collapsed {
    position: absolute;
    max-height: .5em;
    overflow: hidden; }
  .ctzpbzezbd.zbwjxdnb9g .xalhvm78e4 {
    padding: 0; }
    .ctzpbzezbd.zbwjxdnb9g .xalhvm78e4 .fqzfa9nmkb {
      padding: 20px 0; }
  .ctzpbzezbd.menu-page .xalhvm78e4 .fqzfa9nmkb {
    padding: 20px 0; }
  .ctzpbzezbd .osm48xmc {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    flex-basis: auto; }
  .ctzpbzezbd .u9wbbhl1af {
    padding: 0.5em 1em;
    margin: 0.5em 0.5em;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    color: #0075BB;
    border-radius: 2px; }
    .ctzpbzezbd .u9wbbhl1af:hover, .ctzpbzezbd .u9wbbhl1af.active {
      box-shadow: inset 0 0 0 1.5px #fff;
      background: none !important;
      color: #fff !important; }
  .ctzpbzezbd .uve9i8rgko {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center; }
    .ctzpbzezbd .uve9i8rgko .pioics {
      margin: 0.5em 0.25em; }
      .ctzpbzezbd .uve9i8rgko .pioics a {
        color: #fff;
        font-size: 1.3em;
        cursor: pointer; }
        .ctzpbzezbd .uve9i8rgko .pioics a:after {
          content: "\00B7";
          margin-left: 0.5em;
          font-weight: bold;
          display: inline-block;
          text-decoration: none;
          height: 1em;
          overflow: hidden; }
        .ctzpbzezbd .uve9i8rgko .pioics a:hover {
          text-decoration: underline; }
      .ctzpbzezbd .uve9i8rgko .pioics:last-child a:after {
        content: ""; }
  .ctzpbzezbd .to4y3bd242 {
    clear: both;
    width: 100%;
    margin-top: -10px;
    padding-bottom: 10px; }
    .ctzpbzezbd .to4y3bd242 a {
      text-transform: none;
      text-decoration: none !important; }
    .ctzpbzezbd .to4y3bd242 a:hover {
      text-decoration: underline !important; }
  .ctzpbzezbd #menu-dump {
    display: none; }

.yrba46i8o2 {
  display: none;
  background-color: #efefef;
  border-radius: 4px;
  transform: translate(0px, -1em); }
  .yrba46i8o2.lpc4q3n91r, .yrba46i8o2 .pg-m-first {
    list-style: none;
    padding: 0; }
  .yrba46i8o2 .pg-m-first {
    margin-bottom: 0;
    width: 100%; }
  .yrba46i8o2 .tsrsxlnofk, .yrba46i8o2 .pg-m-second {
    list-style: none; }
    .yrba46i8o2 .tsrsxlnofk li, .yrba46i8o2 .pg-m-second li {
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .yrba46i8o2 .tsrsxlnofk li a, .yrba46i8o2 .pg-m-second li a {
        margin: 0.5em !important; }
  .yrba46i8o2 .p3y0zdcpn5, .yrba46i8o2 .pg-m-third {
    list-style: none;
    padding: 0; }
    .yrba46i8o2 .p3y0zdcpn5 li, .yrba46i8o2 .pg-m-third li {
      display: inline; }
      .yrba46i8o2 .p3y0zdcpn5 li a, .yrba46i8o2 .pg-m-third li a {
        margin: 0 !important;
        margin-right: 0.5em !important; }
  .menu-mobile-top {
    width: 100%;
    padding: 10px 25px 15px; }
  .menu-mobile-item-top {
    float: left;
    display: inline;
    text-transform: none !important;
    margin-right: 1.5em;
    margin-bottom: 5px; }
    .menu-mobile-item-top-lang {
      text-transform: uppercase !important; }
  .eeh6vlq48g {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    padding: 0.5em;
    margin: 0 10px;
    border-bottom: #d6d6d6 solid 1px; }
  .kvlbvvp3xd i {
    margin-left: auto;
    font-size: 1.8rem;
    color: #404040;
    transition: 0.5s transform ease-in-out; }
  .kvlbvvp3xd:last-child .eeh6vlq48g {
    border: none; }
  .kvlbvvp3xd.active i {
    transform: rotate(180deg); }
  .kvlbvvp3xd.active .eeh6vlq48g {
    border: none; }
  .kvlbvvp3xd.active .ii7qmafhdr {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .kvlbvvp3xd.active .w30ncvfie2 {
    color: #fff; }
    .kvlbvvp3xd.active .w30ncvfie2.active {
      background-color: #fff; }
  .kvlbvvp3xd .xl9m568tdp {
    margin: 0.5em;
    text-align: center;
    width: 100%; }
    .kvlbvvp3xd .xl9m568tdp .pioics {
      text-transform: none !important;
      font-size: 1.1rem;
      margin-right: 0.5em;
      color: inherit; }
      .kvlbvvp3xd .xl9m568tdp .pioics:after {
        content: "\00B7";
        margin-left: 0.5em;
        font-weight: bold;
        display: inline-block;
        text-decoration: none !important; }
    .kvlbvvp3xd .xl9m568tdp li:last-child a:after {
      content: ""; }
  .menu-mobile-icon {
    flex-basis: 30%;
    text-align: right;
    padding-right: 15px; }
    .menu-mobile-icon svg {
      height: 2.5em;
      fill: #0075BB; }
  .vuvnidu2f5 {
    color: #404040;
    text-transform: uppercase;
    font-size: 1.2em;
    margin-top: 0.1em; }
  .ii7qmafhdr {
    display: none;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 5px; }
  .w30ncvfie2 {
    padding: 0.5em 1em;
    margin: 0.5em 0.5em;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.85rem; }

#menu-mobile-dump {
  display: none; }

@media (max-width: 767px) {
  .menu {
    display: none; }
    .ctzpbzezbd {
      display: none; }
    .yrba46i8o2 {
      display: block; } }

/* PAGE SEARCHBAR */
.page-searchbar input[type="text"] {
  color: #404040;
  padding: 10px;
  font-size: 1.3rem; }
  .page-searchbar input[type="text"]::placeholder {
    color: #686868; }

.page-searchbar input[type="submit"] {
  clear: both;
  margin: 10px; }

/* GRID */
.p4m2sw {
  margin-top: 4em;
  margin-bottom: 2em;
  padding-bottom: 4em; }
  .p4m2sw h2 {
    margin-bottom: 0.8em; }
    .p4m2sw h2 a {
      color: #686868;
      text-decoration: underline; }
      .p4m2sw h2 a .fa {
        font-size: 0.8em;
        margin-left: 0.5em; }
      .p4m2sw h2 a:hover {
        color: #404040; }
  .uijofkzh0 {
    margin-bottom: 2em;
    cursor: pointer; }
    .uijofkzh0 .t7dgkp {
      position: relative;
      background-color: #000; }
      .uijofkzh0 .t7dgkp img {
        width: 100%;
        height: 170px;
        object-fit: cover; }
      .uijofkzh0 .t7dgkp.gzmnu1o {
        width: 100%;
        position: relative;
        padding-top: 100%; }
        .uijofkzh0 .t7dgkp.gzmnu1o img {
          position: absolute;
          top: 0;
          height: 100%; }
      .uijofkzh0 .v0clr9m950 {
        position: absolute !important;
        width: auto !important;
        max-width: 30% !important;
        height: auto !important;
        max-height: 80px !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
        opacity: 0; }
      .uijofkzh0 .ruqwmmeej4 {
        position: absolute;
        bottom: -1em;
        left: 0;
        background-color: #0075BB;
        color: #fff;
        padding: 3px 10px 5px; }
        .uijofkzh0 .n2v3q8y69r {
          padding: 5px 20px 7px; }
    .uijofkzh0 .pj9av04t6i {
      color: #404040;
      padding: 3px 10px 5px;
      font-size: 1.2rem; }
      .uijofkzh0 .g8xa89ngxr {
        color: #686868;
        font-size: 1rem; }
    .uijofkzh0:hover .t7dgkp img {
      opacity: 0.5; }
    .uijofkzh0:hover .v0clr9m950 {
      opacity: 0.8 !important; }
    .uijofkzh0:hover .pj9av04t6i {
      background-color: #0075BB;
      color: #fff; }
      .uijofkzh0:hover .g8xa89ngxr {
        color: #fff;
        opacity: 0.8; }
  .xatv08jtli .ruqwmmeej4 {
    background-color: #4C9B31; }
  .xatv08jtli .uijofkzh0:hover .pj9av04t6i {
    background-color: #4C9B31; }
  .p4m2sw.article-gallery {
    margin-bottom: 0;
    padding-bottom: 2em; }
    .p4m2sw.article-gallery h3 {
      margin-bottom: 1em !important; }

/* DEFAULT WP GALLERY */
.gallery {
  margin-right: -15px;
  margin-top: 15px;
  margin-bottom: 15px; }
  .gallery-item {
    padding-right: 15px; }
  .gallery-icon {
    height: 200px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-size: cover;
    background-position: center; }
    .gallery-icon a {
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      width: 100%;
      height: 100%; }
    .gallery-icon img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .gallery-caption, .gallery .wp-caption-text {
    background-color: #efefef;
    padding: 10px;
    text-align: center; }

@media (max-width: 991px) {
  .p4m2sw .on7nn7b9u .uijofkzh0 .t7dgkp img.vi7r69qlh6 {
    max-height: 150px; }
  .p4m2sw .on7nn7b9u:nth-child(2) .uijofkzh0 .t7dgkp img.vi7r69qlh6 {
    max-height: 300px; } }

@media (max-width: 767px) {
  .uijofkzh0 .t7dgkp img.vi7r69qlh6 {
    max-height: auto; }
  .uijofkzh0 .t7dgkp .gzmnu1o .ruqwmmeej4 {
    width: 100%;
    text-align: center; }
  .grid-more {
    width: 100%; } }

/* NEWSLETTER MAIN */
.newsletter {
  color: #fff;
  padding-top: 3em;
  padding-bottom: 3em; }
  .newsletter h2 {
    margin-top: 0.5em;
    margin-bottom: 0.5em; }
  .newsletter-bg {
    background: url("../img/newsletter-bg.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .newsletter-column {
    margin-bottom: 2em; }
  .newsletter-input {
    margin: 1em 0;
    padding: 0.5em 1em;
    border-radius: 5px;
    border: none;
    width: 100%;
    line-height: 1.5;
    height: 2.5em; }
  .newsletter-btn {
    margin-top: 1em;
    min-width: 120px;
    border: none;
    border-radius: 5px;
    line-height: 1.5; }
  .newsletter-social {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    margin: 2em 0; }
    .newsletter-social .fa {
      font-size: 2em;
      flex-basis: 1.5em; }
    .newsletter-social p {
      margin: auto 0; }
  .newsletter-mobile {
    display: none;
    justify-content: space-around;
    -webkit-justify-content: space-around; }
    .newsletter-mobile-social {
      margin-top: 1em;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      -webkit-flex-direction: column; }
      .newsletter-mobile-social .fa {
        font-size: 3em;
        text-align: center; }

.mail-sent {
  background-color: #fff9bd !important; }
  .mail-sent h4 {
    margin-top: 0.5em !important; }

.mail-confirmed {
  background-color: #d1ffbd !important; }
  .mail-confirmed h4 {
    margin-top: 0.5em !important; }

.mail-cancelled {
  background-color: #bdd8ff !important; }
  .mail-cancelled h4 {
    margin-top: 0.5em !important; }

@media (max-width: 767px) {
  .newsletter-column p {
    text-align: center; }
  .newsletter-input {
    text-align: center; }
  .newsletter-btn p {
    flex-basis: 90%; }
  .newsletter-social {
    display: none; }
  .newsletter-mobile {
    display: block; } }

/* NEWSLETTER PAGE */
.toggle-line {
  margin: 20px 0 10px; }
  .toggle-line label {
    margin-right: 20px; }

.collapsible-content {
  margin: 14px 0 0 20px; }
  .collapsible-content label {
    margin-right: 20px; }

/* EVENTS */
.event-empty {
  border-top: 2px solid #4C9B31;
  border-bottom: 2px solid #4C9B31;
  background-color: #efefef;
  padding: 20px;
  font-size: 1.4rem;
  font-family: "Fedra Sans Demi Italic", Arial, sans-serif;
  color: #4C9B31;
  text-align: center;
  line-height: 1.5em; }

.events {
  background-color: #efefef; }
  .events .container {
    padding: 4em 0; }
  .events h2 {
    margin-bottom: 0.8em; }
  .events-filter {
    padding: 1em 1.5em;
    margin-bottom: 1em;
    background-color: #0075BB;
    color: #fff; }
    .events-filter h3 {
      margin-bottom: 0 !important; }
    .events-filter.inner {
      padding: 0;
      margin: 0;
      background-color: transparent; }
    .events-filter > * {
      margin-bottom: 1em; }
    .events-filter-more {
      white-space: nowrap;
      font-style: italic;
      color: inherit !important; }
      .events-filter-more .fa {
        font-size: 0.8em;
        margin-left: 0.5em; }
      .events-filter-more:hover {
        opacity: 0.8; }
    .events-filter #events-filter-clear {
      float: right;
      cursor: pointer;
      display: none; }
    .events-filter .nowrap {
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      -webkit-flex-direction: row;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap;
      align-items: center;
      -webkit-align-items: center;
      white-space: nowrap; }
    .events-filter.the-events-filter {
      color: #404040;
      padding: 0; }
      .events-filter.the-events-filter > * {
        margin-bottom: 0; }
      .events-filter.the-events-filter input[type="text"] {
        color: #404040;
        margin-bottom: 1em;
        padding: 0.5em;
        border: 1px solid #bcbcbc;
        background-color: #fff; }
        .events-filter.the-events-filter input[type="text"]::placeholder {
          color: #bcbcbc; }
      .events-filter.the-events-filter input[type="checkbox"] {
        display: none; }
      .events-filter.the-events-filter .row .options {
        margin: -0.2rem;
        margin-bottom: 1em; }
        @media (max-width: 767px) {
          .events-filter.the-events-filter .row .options.hidden {
            display: none; } }
      .events-filter.the-events-filter label, .events-filter.the-events-filter #locations-more {
        float: left;
        cursor: pointer;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin: 0.2rem; }
        .events-filter.the-events-filter label .label-text, .events-filter.the-events-filter #locations-more .label-text {
          padding: 0.2em 0.5em;
          font-size: 0.9rem; }
      .events-filter.the-events-filter #locations-other {
        display: none; }
      .events-filter.the-events-filter .label-text {
        background-color: #fff;
        color: #4C9B31; }
      .events-filter.the-events-filter :checked + .label-text {
        background-color: #4C9B31;
        color: #fff; }
      .events-filter.the-events-filter .events-filter-title {
        padding: 1em 1.5em;
        width: 100%; }
      .events-filter.the-events-filter .events-filter-checkbox-title {
        background-color: #4C9B31;
        color: #fff;
        padding: 0.5em 1em;
        margin-bottom: 0.5em;
        width: 100%;
        font-size: 1.1rem; }
      .events-filter.the-events-filter .events-filter-content {
        padding: 1.5em 1.5em; }
        .events-filter.the-events-filter .events-filter-content .tab-button {
          padding: 0.5em 1em;
          margin-bottom: 0.5em;
          margin-right: 0.5em;
          float: left;
          font-size: 1.1rem;
          background-color: #fff;
          color: #4C9B31; }
          .events-filter.the-events-filter .events-filter-content .tab-button.active {
            background-color: #4C9B31;
            color: #fff; }
        .events-filter.the-events-filter .events-filter-content #locations-dump, .events-filter.the-events-filter .events-filter-content #locations-hidden {
          display: none; }
      .events-filter.the-events-filter label {
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        -webkit-align-items: center; }
  .events-empty {
    border-top: 2px solid #4C9B31;
    border-bottom: 2px solid #4C9B31;
    background-color: #efefef;
    padding: 20px;
    margin-bottom: 50px; }
    .events-empty_ {
      max-width: 350px;
      margin: 0 auto;
      font-size: 1.4rem;
      font-family: "Fedra Sans Demi Italic", Arial, sans-serif;
      color: #4C9B31;
      text-align: center;
      line-height: 1.5em; }
  .events-row {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center; }
  .events-icon {
    flex-basis: 4em; }
    .events-icon .fa {
      font-size: 3em; }
  .events-text {
    padding-top: 0.5em;
    line-height: 0.5em;
    color: #686868;
    white-space: nowrap;
    overflow: hidden; }
    .events-text p:first-child {
      color: #404040; }
    .events-text a {
      color: #404040; }
      .events-text a:hover {
        color: #404040; }

.event {
  padding: 5px;
  margin-bottom: 15px;
  justify-content: space-between;
  -webkit-justify-content: space-between; }
  .event:hover {
    background-color: #efeff194 !important; }
  .event-title {
    font-weight: bold; }
    .event-title-row {
      margin-top: 1.5em;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      -webkit-flex-direction: row;
      align-items: center;
      -webkit-align-items: center; }
      .event-title-row h4 {
        margin-bottom: 0.8em; }
      .event-title-row a {
        text-transform: uppercase;
        margin: 1em;
        padding: 0.2em 0.5em;
        background: #4C9B31;
        font-size: 0.9rem;
        color: white !important;
        text-decoration: none !important; }
        .event-title-row a:hover {
          opacity: 0.8; }
      .event-title-row.categories {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; }
        .event-title-row.categories a {
          margin: 0px;
          margin-right: 1em;
          margin-bottom: 1em; }
  .event-images {
    padding: 0 10px; }
    .event-images-item {
      padding: 0 5px;
      margin-bottom: 10px; }
      .event-images-item_ {
        height: 100px;
        background-size: cover;
        background-position: center;
        cursor: pointer; }
  .event-right-col-img {
    margin-top: 1em;
    margin-bottom: 1em;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .event-right-col-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .event-more, .event-action {
    white-space: nowrap;
    font-style: italic;
    color: inherit !important; }
    .event-more:hover, .event-action:hover {
      opacity: 0.8; }
  .event-more .fa {
    font-size: 0.8em;
    margin-left: 0.5em; }
  .event-action .fa {
    margin-right: 0.5em; }
  .event-right-col {
    margin-bottom: 15px; }
  .event-location {
    overflow: hidden;
    background-color: #fff;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin: 15px 0; }
    .event-location-map {
      flex-basis: 70%; }
      .event-location-map_ {
        min-height: 400px;
        width: 100%;
        height: 100%; }
    .event-location-info {
      flex-basis: 30%; }
      .event-location-info-photo_ {
        background-size: cover;
        background-position: center;
        height: 150px; }
      .event-location-info-text {
        padding: 20px; }
    @media (max-width: 767px) {
      .event-location {
        display: block; }
        .event-location-map_ {
          min-height: 250px; }
        .event-location-info {
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-direction: column-reverse;
          -webkit-flex-direction: column-reverse; } }
  .event-coords {
    display: none; }

@media (max-width: 767px) {
  .events {
    display: none; } }

.loading {
  margin-top: 2em;
  margin-bottom: 4em;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 1.15rem;
  color: #686868;
  text-transform: uppercase; }
  .loading .fa {
    font-size: 1.3rem;
    margin-right: 10px; }

/* PODUJATIA */
.event-video-button {
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  padding-left: 5px;
  padding-right: 5px;
  height: 100px; }

#reservation-modal-response p {
  padding: 20px;
  font-size: 1.5rem;
  margin: 0px; }

/* POHODA MAIN */
.cmxkhd {
  color: #fff;
  padding-top: 4em;
  padding-bottom: 6em; }
  .cmxkhd h2 {
    margin-bottom: 2em; }
  .pohoda-bg {
    background: url("../img/pohoda-bg-obcan.png") no-repeat center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .m7i4e46dre {
    margin-top: 3em;
    text-align: center;
    border: solid 1px #0075BB; }
    .m7i4e46dre p {
      margin: auto 0; }

/* OBCAN VZN TABLE */
.vzn-filter-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  white-space: nowrap; }

.vzn .table {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column; }
  .vzn .table-header {
    white-space: nowrap; }
  .vzn .table-row {
    border-top: solid 1px #cdcdcd; }
    .vzn .table-row:hover {
      background-color: #efefef; }
    .vzn .table-row.more:hover {
      background-color: #fff; }
    .vzn .table-row .btn-primary {
      margin: 1em auto; }
    .vzn .table-row a i {
      margin-right: 5px; }
  .vzn .table-col {
    padding-top: 0.8em;
    padding-bottom: 0.8em; }
    .vzn .table-col.centered {
      text-align: center; }
    .vzn .table-col.right {
      text-align: right; }
    .vzn .table-col a {
      text-decoration: none; }
      .vzn .table-col a:hover {
        color: inherit;
        text-decoration: underline; }

@media (min-width: 992px) and (max-width: 1200px) {
  .table-col.number {
    white-space: nowrap; } }

/* PARTNERS */
.s1qx3uum {
  overflow: hidden;
  padding: 0 30px;
  padding-top: 5em;
  padding-bottom: 6em; }
  .s1qx3uum h2 {
    margin-bottom: 2em; }
  .r0yksuei62 {
    justify-content: center;
    -webkit-justify-content: center; }
    .r0yksuei62 .nvnp6ax {
      height: 120px;
      padding-bottom: 10px; }
      .r0yksuei62 .nvnp6ax a {
        height: 100%;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        padding: 20px; }
      .r0yksuei62 .nvnp6ax img {
        max-width: 200px;
        max-height: 80px;
        height: auto;
        width: auto; }

/* FILE ATTACHMENTS */
.files-box-block {
  overflow: hidden; }

.files-box {
  margin-bottom: 10px;
  padding: 10px;
  padding-bottom: 0;
  background-color: #efefef;
  max-width: 100%; }
  .files-box.align-left {
    float: left; }
  .files-box.align-right {
    float: right; }
  .files-box .file-wrap {
    overflow: hidden;
    margin: 0;
    margin-bottom: 10px;
    text-decoration: none !important;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center; }
    .files-box .file-wrap i {
      font-size: 2.4rem;
      margin-right: 10px; }
    .files-box .file-wrap .file-title {
      font-size: 1rem;
      line-height: 1.3em; }
    .files-box .file-wrap .file-info {
      overflow: hidden; }
      .files-box .file-wrap .file-info .file-name {
        font-size: 1rem; }
        .files-box .file-wrap .file-info .file-name a.post-documents {
          color: #404040 !important;
          font-weight: bold;
          line-height: 1em;
          text-decoration: underline !important; }
      .files-box .file-wrap .file-info .file-size {
        font-size: 0.9rem; }
    .files-box .file-wrap a.file-download {
      color: #404040 !important;
      text-decoration: underline !important; }

/* SITEMAP */
.sitemap {
  padding-top: 4em;
  padding-bottom: 4em; }
  .sitemap h4 {
    margin-bottom: 1.5em;
    color: #404040; }
  .sitemap a {
    color: #686868; }
    .sitemap a:hover {
      color: #686868; }
  .sitemap-bg {
    background-color: #efefef; }

/* FOOTER */
.e28m1s {
  color: #fff;
  padding: 4em 0; }
  .e28m1s a {
    color: #fff; }
    .e28m1s a:hover {
      color: #fff; }
  .p807aw3ryt {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    padding-bottom: 3em; }
    .p807aw3ryt img {
      width: 35%; }
  .euh7x7cwt {
    background-color: #3c3c3c; }
    .euh7x7cwt .svhmcpfxps {
      list-style: none;
      padding: 0; }

@media (max-width: 767px) {
  .p807aw3ryt {
    margin-bottom: 1em; }
    .p807aw3ryt img {
      width: 80%; } }

/* SOCIAL STICKERS */
.stickers {
  position: fixed;
  top: 30vh;
  right: 0;
  z-index: 100;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: flex-end;
  -webkit-align-items: flex-end; }
  .stickers-search, .stickers-fb, .stickers-yt, .stickers-instagram, .stickers-user, .stickers-logout, .stickers-lang {
    width: 4em;
    padding: 10px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    color: #fff;
    transition: width 0.1s linear;
    cursor: pointer; }
    .stickers-search .fa, .stickers-fb .fa, .stickers-yt .fa, .stickers-instagram .fa, .stickers-user .fa, .stickers-logout .fa, .stickers-lang .fa {
      font-size: 1.8em; }
    .stickers-search span, .stickers-fb span, .stickers-yt span, .stickers-instagram span, .stickers-user span, .stickers-logout span, .stickers-lang span {
      font-size: 1.3em; }
    .stickers-fb:hover, .stickers-yt:hover, .stickers-instagram:hover, .stickers-user:hover, .stickers-logout:hover, .stickers-lang:hover {
      width: 6em; }
  .stickers-search {
    background-color: #404040;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-around;
    -webkit-justify-content: space-around; }
    .stickers-search input {
      display: none;
      padding: 5px;
      border: none;
      border-bottom: solid 1px #fff;
      background-color: transparent;
      color: #fff;
      width: 15em; }
      .stickers-search input::placeholder {
        color: #686868; }
    .stickers-search:hover, .stickers-search:focus {
      width: 20em; }
      .stickers-search:hover input, .stickers-search:focus input {
        display: block; }
  .stickers-fb {
    background-color: #0075BB; }
  .stickers-yt {
    background-color: #d52b1e; }
  .stickers-instagram {
    background-color: #e1306c; }
  .stickers-user {
    background-color: #fed100; }
    .stickers-user.t7dgkp {
      background-position: center center;
      background-size: cover; }
      .stickers-user.t7dgkp i {
        visibility: hidden; }
  .stickers-logout {
    background-color: #3c3c3c; }
  .stickers-lang {
    background-color: #4C9B31;
    padding: 0; }
    .stickers-lang a {
      padding: 10px;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      width: 100%;
      height: 100%;
      justify-content: center;
      -webkit-justify-content: center;
      align-items: center;
      -webkit-align-items: center; }
.stickers-search.open {
  width: 20em;
}
.stickers-search.open input {
  display: block;
}

/* LOCATION CONTENT */
.location {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between; }
  .location-path {
    text-align: left; }
  .location-actions {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .location-actions p {
      margin-left: 1em !important;
      margin-right: 0 !important; }
  .location p {
    margin-bottom: 0;
    color: #686868;
    cursor: pointer;
    margin-right: 1em; }
    .location p a {
      white-space: nowrap; }
    .location p .fa {
      color: #404040; }

@media (max-width: 767px) {
  .location-path {
    flex-basis: 100%;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center; }
  .location-actions {
    display: none; } }

/* LOCATION PAGE */
.location-page {
  padding-top: 30px;
  padding-bottom: 30px; }
  .location-page h1 {
    margin-bottom: 15px; }
  .location-page-images {
    padding: 0 20px; }
  .location-page-image {
    height: 150px;
    padding: 0 10px;
    margin-bottom: 20px; }
    .location-page-image:nth-child(1) {
      height: 300px; }
    .location-page-image_ {
      height: 100%;
      background-size: cover;
      background-position: center;
      cursor: pointer; }
  .location-page-map {
    margin: 20px 0;
    height: 300px; }

/* CONTENT GRID */
.content {
  color: #404040;
  margin-top: 2em;
  margin-bottom: 2em;
  line-height: 1.7; }
  .content h1 .fa,
  .content h3 .fa,
  .content h4 .fa,
  .content h5 .fa {
    font-size: inherit; }
  .content h2 .select-wrap {
    font-size: 0.7em;
    width: auto;
    display: inline-block; }
  .content a {
    color: inherit;
    text-decoration: underline; }
    .content a:hover {
      color: #686868; }
  .content ul.guidepost {
    list-style-type: none;
    padding: 0px;
    line-height: 36px; }
    .content ul.guidepost i {
      margin-left: 10px; }
  .content-wrap {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start; }
    @media (max-width: 767px) {
      .content-wrap {
        flex-direction: column;
        -webkit-flex-direction: column; } }
    .content-wrap .pg-side-first {
      list-style: none; }
    .content-wrap .pg-side-second {
      list-style: none;
      padding: 0; }
  .content-main {
    flex-basis: 65%;
    overflow: hidden; }
    .content-main-source {
      color: #686868; }
    .content-main .article-content {
      letter-spacing: 0.01em;
      word-spacing: 0.02em;
      font-size: 1.2rem; }
    .content-main :not(.q4edbu) > p {
      margin-top: 0;
      margin-bottom: 1rem; }
    .content-main span, .content-main strong, .content-main a {
      font-size: inherit; }
  .content-side {
    flex-basis: 30%;
    flex-shrink: 0; }
    .content-side .uijofkzh0 {
      width: 90%;
      margin: 1em auto; }
  .content-menu {
    flex-basis: 30%;
    flex-shrink: 0; }
    .content-menu-wrap {
      padding: 1em 2em 2em; }
    .content-menu-section {
      margin-top: 1em;
      text-transform: uppercase;
      font-weight: bold;
      margin-bottom: 0; }
      .content-menu-section a {
        color: inherit; }
        .content-menu-section a:hover {
          color: inherit;
          opacity: 0.8; }
    .content-menu-options {
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      -webkit-flex-direction: row;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
      .content-menu-options .pioics {
        margin-right: 0.5em;
        color: inherit; }
        .content-menu-options .pioics:after {
          content: "\00B7";
          margin-left: 0.5em;
          font-weight: bold;
          display: inline-block;
          text-decoration: none !important; }
        .content-menu-options .pioics:hover {
          color: inherit;
          opacity: 0.8; }
      .content-menu-options li:last-child a:after {
        content: ""; }
  .content-news {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    margin-bottom: 1em; }
    .content-news a {
      text-decoration: none; }
      .content-news a:hover {
        color: inherit; }
    .content-news h3 {
      font-weight: bold; }
    .content-news :not(.q4edbu) > p {
      margin-bottom: 0.5em !important; }
    .content-news-left {
      padding: 1em 1.5em 1em;
      flex-basis: 70%; }
    .content-news-right {
      padding: 1em 1.5em 1em 0;
      flex-basis: 30%; }
      .content-news-right img {
        width: 100%;
        margin-bottom: 1em;
        height: 175px;
        object-fit: cover; }
    @media (max-width: 1200px) {
      .content-news {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; }
        .content-news-left {
          flex-basis: 100%;
          max-width: 100% !important; }
        .content-news-right {
          flex-basis: 100%;
          max-width: 100% !important;
          padding: 0 1.5em 1em; } }
  .content-social {
    border-top: 2px solid #efefef;
    margin-top: 2em; }
    .content-social.event-share {
      border: none !important;
      margin-top: 1em !important; }
    .content-social p {
      margin: 0.5rem 0rem !important; }
    .content-social .btn-fb, .content-social .btn-twitter, .content-social .btn-google, .content-social .btn-mail {
      width: 40px;
      height: 40px;
      display: inline-flex;
      justify-content: center;
      -webkit-justify-content: center;
      align-items: center;
      -webkit-align-items: center;
      margin-right: 3px;
      cursor: pointer; }
      .content-social .btn-fb:hover, .content-social .btn-twitter:hover, .content-social .btn-google:hover, .content-social .btn-mail:hover {
        text-decoration: none !important; }
      .content-social .btn-fb .fa, .content-social .btn-twitter .fa, .content-social .btn-google .fa, .content-social .btn-mail .fa {
        color: white;
        font-size: 1.5em;
        margin-top: 3px; }
    .content-social .btn-fb {
      background-color: #3b5998; }
    .content-social .btn-twitter {
      background-color: #0075BB; }
    .content-social .btn-google {
      background-color: #d52b1e; }
    .content-social .btn-mail {
      background-color: #3c3c3c; }
      .content-social .btn-mail i {
        font-size: 2em !important;
        margin-top: -2px !important;
        font-weight: bold; }
  .content .img-fullWidth {
    width: 100%; }
  .content .block-left {
    float: left;
    clear: left;
    margin-right: 15px;
    padding: 0.5em 0;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center; }
    .content .block-left-topSpace {
      float: left;
      width: 0px;
      height: 5em; }
  .content .block i {
    font-size: 2em; }
  .content .block p {
    margin: 0; }
    .content .block p a {
      font-size: 1.2em; }
  .content-qa {
    padding: 1em;
    margin-bottom: 1em;
    text-align: justify; }
    .content-qa .icon {
      text-align: center; }
      .content-qa .icon .fa {
        font-size: 5em;
        color: #0075BB; }
    .content-qa .map {
      text-align: right; }
  .content.searchbar-page {
    min-height: 150px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center; }
    .content.searchbar-page .content-wrap {
      justify-content: space-around;
      -webkit-justify-content: space-around;
      width: 100%; }

/* TABLE */
.content-main table, .location-page table {
  display: block;
  table-layout: fixed;
  max-width: 100% !important;
  border-collapse: collapse;
  margin-bottom: 15px; }
  .content-main table a, .location-page table a {
    word-break: break-word; }
  .content-main table tbody td, .location-page table tbody td {
    border: 1px solid #fff;
    background-color: #efefef; }
    .content-main table tbody td:first-child, .location-page table tbody td:first-child {
      border-left: none; }
    .content-main table tbody td:last-child, .location-page table tbody td:last-child {
      border-right: none; }
  .content-main table td, .content-main table th, .location-page table td, .location-page table th {
    width: auto !important;
    padding: 0.5em;
    overflow: hidden;
    word-break: break-word; }
  .content-main table th, .content-main table thead td, .location-page table th, .location-page table thead td {
    background-color: #4C9B31;
    color: #fff;
    font-weight: normal !important; }
  @media (max-width: 767px) {
    .content-main table, .location-page table {
      overflow-x: auto;
      width: auto !important; }
      .content-main table td, .content-main table th, .location-page table td, .location-page table th {
        min-width: 100px !important; }
      .content-main table.fullwidth, .location-page table.fullwidth {
        display: table;
        width: 100% !important; } }

/* GOOGLE TRANSLATE SELECT */
#google_translate_element_ {
  width: 150px;
  padding: 5px;
  background-color: #efefef;
  box-shadow: 0 0 10px -4px #000;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px; }
  #google_translate_element_ .skiptranslate {
    display: block !important;
    text-align: right; }
    #google_translate_element_ .skiptranslate div, #google_translate_element_ .skiptranslate span {
      clear: both;
      display: block !important; }
    #google_translate_element_ .skiptranslate div {
      margin-bottom: 5px;
      position: relative; }
  #google_translate_element_ select {
    color: #686868;
    margin: 0;
    padding: 2px;
    border: 1px solid #686868; }
    #google_translate_element_ select option {
      color: #686868; }
  #google_translate_element_ a {
    color: #000; }

/* GOOGLE TRANSLATE BAR */
html.translated-ltr .tooltip {
  top: -40px !important; }

html.translated-ltr .gw3rn9oie.menu-page {
  top: 39px; }

@media (max-width: 767px) {
  body, .menu-page {
    top: 0 !important; }
  iframe.skiptranslate {
    display: none; }
  .content-main {
    flex-basis: 100%;
    max-width: 100% !important; }
  .content-side, .content-menu {
    display: none; }
  .content-filter {
    display: block;
    margin-bottom: 30px; }
  .content .block {
    width: 100%;
    margin-bottom: 0.5em; } }

/* USER SETTINGS */
.user-settings-page .content-menu {
  flex-basis: 20%; }

.user-settings-page .content-main {
  flex-basis: 75%; }

.user-settings-page .cancel-button {
  margin-top: 14px; }

@media (max-width: 767px) {
  .user-settings-page .content-wrap {
    flex-direction: column;
    -webkit-flex-direction: column; }
    .user-settings-page .content-wrap .content-menu,
    .user-settings-page .content-wrap .content-main {
      display: block; } }

ul.user-setting-menu {
  list-style: none;
  margin: 0px;
  padding: 0px; }
  ul.user-setting-menu li {
    margin-bottom: 14px;
    border: 2px solid #4C9B31;
    text-align: center; }
    @media (max-width: 767px) {
      ul.user-setting-menu li {
        border: none;
        padding: 0.2em 0.5em;
        box-shadow: none !important;
        float: left; } }
  @media (max-width: 767px) {
    ul.user-setting-menu {
      overflow: hidden;
      margin-bottom: 1em; } }

.user-setting-block {
  background: #efefef;
  padding: 20px; }
  .user-setting-block i {
    cursor: pointer; }
  .user-setting-block table {
    border: 1px solid #4C9B31;
    display: inline-table;
    width: 100% !important; }
    .user-setting-block table tbody tr {
      background-color: white;
      font-weight: bold; }
      .user-setting-block table tbody tr td {
        border: none;
        background-color: unset; }
        .user-setting-block table tbody tr td a {
          color: black !important; }
    .user-setting-block table tbody tr:nth-of-type(odd) {
      background-color: #a7e293; }
    .user-setting-block table td {
      border-top: none; }
  .user-setting-block h1 {
    margin-bottom: 15px;
    font-size: 2rem;
    font-weight: bold !important; }
  .user-setting-block p {
    margin: 0px !important; }
  .user-setting-block form input {
    margin: 0px;
    padding: 5px 10px;
    background: white;
    border: 1px solid #4c9b31;
    font-weight: 800;
    font-size: 1.1rem;
    color: #7b7b7b;
    margin-bottom: 14px; }
  .user-setting-block form label {
    font-family: "Fedra Sans Medium", "Arial Black", sans-serif !important; }
  .user-setting-block form img {
    background: white;
    width: 100%; }
  .user-setting-block form i.deleteDocumentButton {
    position: absolute;
    top: 0;
    right: 17px;
    font-size: 2rem;
    cursor: pointer; }
  .user-setting-block .pj9av04t6i {
    margin-left: 20px !important; }
  .user-setting-block-row {
    margin-top: 14px; }
  .user-setting-block .email {
    margin-bottom: 14px !important; }
  .user-setting-block span label {
    font-size: 1.2rem; }
  .user-setting-block .message h4 {
    margin: 0 0 1em 0; }

/* WATCHDOG */
.watchdog-button {
  padding: 9px 17px;
  margin-top: 1px; }

.watchdog-table td {
  vertical-align: middle; }

/* GALLERY */
.my-gallery {
  justify-content: space-between;
  -webkit-justify-content: space-between; }
  .my-gallery:after {
    content: "";
    flex: auto; }
  .my-gallery figure {
    padding-right: 0px; }
    .my-gallery figure .t7dgkp {
      position: relative;
      background: #000;
      padding-top: 75%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      .my-gallery figure .t7dgkp img {
        width: 100%;
        object-fit: cover; }
      .my-gallery figure .v0clr9m950 {
        position: absolute !important;
        width: auto !important;
        max-width: 80px !important;
        height: auto !important;
        max-height: 80px !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
        opacity: 0; }
    .my-gallery figure:hover .t7dgkp img {
      opacity: 0.5; }
    .my-gallery figure:hover .v0clr9m950 {
      opacity: 0.8 !important; }

/* SKIP CONTENT */
.cbabqebf39:focus {
  position: absolute;
  z-index: 9999;
  padding: 3px 6px;
  background: white;
  color: #4C9B31 !important;
  border-radius: 9px;
  top: 5px;
  left: 5px; }

/* SEARCH */
.search-page .badge {
  padding: 5px 6px;
  margin-left: 10px;
  font-size: 0.9rem;
  letter-spacing: 1px; }

.search-page .content-main {
  flex-basis: 100%; }

.search-page form .search-panel {
  border: 1px solid #eaeaea;
  outline: none;
  height: 44px;
  vertical-align: top;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
  background-color: white;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .search-page form .search-panel:hover {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #c6c6c6;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
  .search-page form .search-panel input {
    display: inline-block;
    width: calc(100% - 30px);
    border: none;
    height: 100%;
    padding-left: 20px;
    padding-bottom: 2px;
    margin-left: 0px; }
  .search-page form .search-panel button {
    display: inline-block;
    height: 100%;
    background: none;
    border: none;
    cursor: pointer;
    margin-left: -10px; }

.search-page .search-results {
  margin-top: 10px; }

.search-item {
  margin-bottom: 10px; }
  .search-item h3 {
    margin-bottom: 0px !important; }
    .search-item h3 strong {
      font-size: 1.3rem; }
  .search-item .date {
    font-weight: bold; }

/* INFO FORM */
.dempnd {
  padding-top: 5em;
  padding-bottom: 5em; }
  .mi82wn14re {
    width: 100%;
    position: relative;
    margin-bottom: 1.5em; }
  .t7gu15vdvw p {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center; }
    .t7gu15vdvw p i {
      margin-right: 10px;
      font-size: 1.4rem;
      width: 20px;
      text-align: center; }
  .dempnd input {
    border: none;
    border-radius: 5px;
    background-color: #fff;
    color: inherit;
    padding: 0.5em 0.8em;
    margin-bottom: 1em; }
    .dempnd input::placeholder {
      color: #686868; }
  .dempnd textarea {
    border: none;
    border-radius: 5px;
    background-color: #fff;
    color: inherit;
    padding: 0.5em 0.8em;
    margin-bottom: 1em;
    resize: none; }
    .dempnd textarea::placeholder {
      color: #686868; }
  .wb2qmb0krg {
    text-align: justify; }
  .dempnd .q4edbu {
    margin-bottom: 1em; }

/* BREAKPOINT GLOBAL */
@media (min-width: 768px) {
  .vdzvmdy9h2 {
    display: none; } }

@media (max-width: 767px) {
  .sitemap,
  .e28m1s {
    text-align: center; }
  .tuhs6potqa {
    display: none; }
  .vdzvmdy9h2 {
    display: block; } }

/* IE STYLES */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .content-news-right {
    flex-basis: auto; } }

/* PRINT STYLES */
@media print {
  .ikg7rvo {
    display: none; } }

/* ADIN EDIT BUTTON */
.admin-edit-button {
  position: fixed;
  z-index: 9999;
  bottom: 0px; }
  .admin-edit-button i {
    padding: 10px;
    background: #404040;
    color: white; }

.jotform-feedback-link {
  color: #fff !important; }

/* Login */
#loginModal .modal-header, #shareModal .modal-header, #infoModal .modal-header {
  background-color: #4C9B31;
  color: white; }
  #loginModal .modal-header button, #shareModal .modal-header button, #infoModal .modal-header button {
    opacity: 1; }
    #loginModal .modal-header button i, #shareModal .modal-header button i, #infoModal .modal-header button i {
      color: white;
      cursor: pointer; }
  #loginModal .modal-header .modal-title, #shareModal .modal-header .modal-title, #infoModal .modal-header .modal-title {
    margin-top: 0; }

#loginModal .modal-body .weuu2nocur, #shareModal .modal-body .weuu2nocur, #infoModal .modal-body .weuu2nocur {
  margin: 0 10px; }
  #loginModal .modal-body .weuu2nocur .text-center, #shareModal .modal-body .weuu2nocur .text-center, #infoModal .modal-body .weuu2nocur .text-center {
    margin-bottom: 10px; }

#loginModal .modal-body .rwvzrqv7fq, #shareModal .modal-body .rwvzrqv7fq, #infoModal .modal-body .rwvzrqv7fq {
  margin-top: 14px; }
  #loginModal .modal-body .rwvzrqv7fq .col-12, #shareModal .modal-body .rwvzrqv7fq .col-12, #infoModal .modal-body .rwvzrqv7fq .col-12 {
    padding: 0 25px; }
  #loginModal .modal-body .rwvzrqv7fq .reg-terms-toggle, #shareModal .modal-body .rwvzrqv7fq .reg-terms-toggle, #infoModal .modal-body .rwvzrqv7fq .reg-terms-toggle {
    cursor: pointer; }
  #loginModal .modal-body .rwvzrqv7fq #reg-terms, #shareModal .modal-body .rwvzrqv7fq #reg-terms, #infoModal .modal-body .rwvzrqv7fq #reg-terms {
    border: 1px solid #4C9B31;
    padding: 10px 15px;
    line-height: 1.7;
    margin-bottom: 15px;
    max-height: 200px;
    overflow-y: scroll;
    display: none; }
    #loginModal .modal-body .rwvzrqv7fq #reg-terms.active, #shareModal .modal-body .rwvzrqv7fq #reg-terms.active, #infoModal .modal-body .rwvzrqv7fq #reg-terms.active {
      display: block; }

#loginModal .modal-body .bottom-row, #shareModal .modal-body .bottom-row, #infoModal .modal-body .bottom-row {
  border-top: 1px solid #b4b4b4;
  padding-top: 14px;
  margin-top: 14px; }
  #loginModal .modal-body .bottom-row .ig1w1dsjdf, #shareModal .modal-body .bottom-row .ig1w1dsjdf, #infoModal .modal-body .bottom-row .ig1w1dsjdf {
    padding: 0 25px; }
    #loginModal .modal-body .bottom-row .ig1w1dsjdf .row, #shareModal .modal-body .bottom-row .ig1w1dsjdf .row, #infoModal .modal-body .bottom-row .ig1w1dsjdf .row {
      margin-top: 14px; }
    @media (max-width: 575px) {
      #loginModal .modal-body .bottom-row .ig1w1dsjdf .dg9aw5, #shareModal .modal-body .bottom-row .ig1w1dsjdf .dg9aw5, #infoModal .modal-body .bottom-row .ig1w1dsjdf .dg9aw5 {
        margin-bottom: 14px; } }

#infoModal .font-h4 {
  font-size: 1.2rem; }

.hm826ihhi5 {
  background-color: #21599d;
  color: white;
  padding: 8px;
  cursor: pointer; }

.fa-facebook-square {
  font-size: 1.9rem; }

.hm826ihhi5 span.icon {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px; }

.hm826ihhi5 span.pxyhx7w2yo {
  display: inline-block;
  vertical-align: middle;
  padding-left: 42px;
  padding-right: 42px;
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: -8px; }

.qxl38qvb8d {
  background-color: #0086f9;
  color: white;
  padding: 8px;
  cursor: pointer; }

.fa-google {
  font-size: 1.9rem; }

.qxl38qvb8d span.icon {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px; }

.qxl38qvb8d span.pxyhx7w2yo {
  display: inline-block;
  vertical-align: middle;
  padding-left: 42px;
  padding-right: 42px;
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: -8px; }

/* mapModal */
#mapModal-map {
  height: 400px; }

/* COOKIE BAR */
#catapult-cookie-bar {
  padding: 5px 0 !important; }
  #catapult-cookie-bar button {
    padding: 2px 4px !important; }

/* Popoover */
.popover {
  width: 100%; }

.popover-body input {
  padding-right: 0; }

/* Cursor classes */
.clickable {
  cursor: pointer !important; }

.non-clickable {
  cursor: auto !important; }
  .non-clickable:hover {
    text-decoration: none !important; }

/* event */
.purchase-link {
  display: block;
  text-align: center; }
  .purchase-link:hover {
    text-decoration: none !important; }

blockquote, .blockquote {
  border: 2px solid #EDEDED;
  border-left: 0;
  border-right: 0;
  color: #4C9B31;
  font-size: 1.5rem !important;
  padding: 1rem 0;
  margin: 1rem 0;
  display: block; }
  blockquote p, .blockquote p {
    margin: 0 !important; }

/* Protected page */
.post-password-form label{
  color: #fff;
  background-color: #4C9B31;
  width: 60%;
  padding: 0 7px; }
  .post-password-form label input[type=password]{
    color: #404040;
    border: 1px solid #4C9B31;
    width: 103.2% !important;
    padding-left: 8px !important;
    background-color: white;
    margin: 0 -7px; }

.post-password-form input[type=submit]{
    color: #fff;
    background-color: #4C9B31 !important;
    width: 60%; }
    
/* AUDIO SPRIEVODCA */

.visit-audio-guide {
  margin: 1.5rem 0 2rem;
  padding: 0;
  background: #fff;
  color: var(--wp--preset--color--contrast, #404040);
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

/* Zelená hlavička */
.visit-audio-guide__header {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 42px;
  padding: 0 1.2rem;
  background: var(--wp--preset--color--primary, #4C9B31);
  color: #fff;
  line-height: 1;
}

.visit-audio-guide__header::before {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 9v6h4l5 4V5L7 9H3Zm13.5 3a4.5 4.5 0 0 0-2.5-4.03v8.06A4.5 4.5 0 0 0 16.5 12Zm-2.5-9.5v2.06a8 8 0 0 1 0 14.88v2.06a10 10 0 0 0 0-19Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 9v6h4l5 4V5L7 9H3Zm13.5 3a4.5 4.5 0 0 0-2.5-4.03v8.06A4.5 4.5 0 0 0 16.5 12Zm-2.5-9.5v2.06a8 8 0 0 1 0 14.88v2.06a10 10 0 0 0 0-19Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.visit-audio-guide__header-text {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
}

/* Telo boxu */
.visit-audio-guide__body {
  padding: 1.35rem 1.45rem 1.65rem;
  background: #fff;
}

.visit-audio-guide__title {
  margin: 0 0 1rem;
  padding: 0;
  color: #222;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 700;
}

/* Obal prehrávača bez linky a bez vlastného pozadia */
.visit-audio-guide__player-wrap {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

/* Natívny audio prehrávač – ponechané predvolené farby prehliadača */
.visit-audio-guide__player {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
}

/* Viditeľný focus pre klávesnicu */
.visit-audio-guide__player:focus-visible {
  outline: 3px solid var(--wp--preset--color--primary, #4C9B31);
  outline-offset: 4px;
}

/* Mobil */
@media (max-width: 767px) {
  .visit-audio-guide {
    margin: 1rem 0 1.5rem;
    border-radius: 4px;
  }

  .visit-audio-guide__header {
    min-height: 40px;
    padding: 0 1rem;
    gap: 0.6rem;
  }

  .visit-audio-guide__header::before {
    width: 1.15rem;
    height: 1.15rem;
  }

  .visit-audio-guide__header-text {
    font-size: 1rem;
  }

  .visit-audio-guide__body {
    padding: 1rem;
    background: #fff;
  }

  .visit-audio-guide__title {
    margin-bottom: 0.9rem;
    font-size: 1rem;
  }

  .visit-audio-guide__player-wrap {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
  }

  .visit-audio-guide__player {
    height: 40px;
  }
}