*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.anchorka {
  scroll-margin-top: 100px;
}

.imgToCenter {
  /* text-align: center; */
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.imgToLeft {
  float: left;
  margin: 4px 12px 12px 0;
  max-width: 50%;
}
.imgToRight {
  float: right;
  margin: 4px 0 12px 12px;
  max-width: 50%;
}

.deskMobFix100 {
  width: 100%;
}

.deskMobFix30 {
  max-width: 30% !important;
}
.deskMobFix40 {
  max-width: 40% !important;
}
.deskMobFix50 {
  max-width: 50% !important;
}
.desk30Mob50 {
  max-width: 30% !important;
}
@media only screen and (max-width: 768px) {
  .desk30Mob50 {
    max-width: 40% !important;
  }
}
@media only screen and (max-width: 568px) {
  .desk30Mob50 {
    max-width: 50% !important;
  }
}

@font-face {
  font-family: "comic-sans";
  src: url("./fonts/comic/COMIC.TTF");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

p {
  margin: 0 0 20px;
  text-align: justify;
}

body {
  color: rgb(0, 150, 50);
  font-family: "comic-sans", sans-serif;
  font-size: 16px;
  color: #424242 !important;
  height: 100%;
  padding: 0;
  margin: 0;
  background: #f5f5dc url(./images/machu-picchu.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
}
h1 {
  font-size: 22px;
  text-align: center;
  margin: 0 0 35px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 17px;
}
.phoneNumber {
  color: #424242 !important;
}

.fullBGRow {
  width: 100%;
  height: 100vh;
  height: 99.99vh;
  background: #ceb0a5;
}

.fullBGRowContent {
  padding: 0 20px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  bottom: 2%;
  width: 100%;
  font-size: 35px;
  font-family: Caveat;
  color: #6c41be;
  opacity: 0.9;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .fullBGRowContent {
    font-size: 25px;
  }
  .contForm {
    max-width: 100%;
    padding: 15px;
  }
}

.fullBGRowContent .mess {
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  padding: 0px 15px 0px 5px;
  border-radius: 3px;
}

.smallBGRow {
  width: 100%;
  height: 100px;
  background: #ceb0a5;
  display: none;
}

.mobMenu ul li.specLink {
  opacity: 1;
}
.mobMenu ul li.specLink a {
  opacity: 1;
}

/* .videoDiv {
  height: 256px;
  width: 1920px;
} */

video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hka-wrapper-inner a {
  color: #1a90df;
  font-weight: bold;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.2s ease;
  padding-bottom: 1px;
}
.hka-wrapper-inner a:hover {
  text-decoration: none;
  background-size: 100% 2px;
}

.contactPage {
  margin: 0 0 25px;
}

.errorBox {
  background: #ffeaea;
  padding: 5px;
  border: 1px solid #ff7d7d;
  border-radius: 2px;
}
.errorBox ul {
  margin-bottom: 0;
}
.errorBox p:last-of-type {
  margin-bottom: 0;
}

.contForm {
  background: #f3fbff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  border: 1px solid #a5e1fe;
  margin: 0 0 20px;
  max-width: 300px;
  border-radius: 2px;
}

.inputRow.aszf label {
  font-size: 14px;
}

.contForm a {
  color: #0886e1;
}

#contSubmitBtn {
  background: #0886e1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  max-width: 300px;
  border: 1px solid #035e9f;
  color: #fff;
  padding: 4px 10px;
  font-weight: bold;
  border-radius: 5px;
  letter-spacing: 1px;
  cursor: pointer;
}

.contForm input[type="text"],
.contForm textarea {
  width: 100%;
  height: 25px;
  padding: 3px;
}

.contForm textarea {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  min-height: 25px;
  height: 80px;
  max-height: 250px;
}

/* .featCat {
  opacity: 0;
} */

hr {
  margin: 0 0 10px;
  background: url("./images/hr-02.png") center center no-repeat;
  height: 84px;
  border: 0;
  /* padding: 10px 0; */
}

.videoPageImgDiv {
  display: flex;
  /*  background: rebeccapurple; */
  justify-content: center;
}

.videoPageImgDiv .imgToIframe {
  width: 480px;
  max-width: 100%;
  height: 270px;
}

.videoPageImgDiv .imgToIframe iframe {
  width: 480px;
  max-width: 100%;
  height: 270px;
}

.videoItemList {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  /* justify-content: ; */
  padding: 10px 0;
}
.videoItemBox {
  width: 330px;
}

.imgToIframe {
  background: #000;
  width: 330px;
  height: 180px;
  position: relative;
}
.playBtnLbl {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("./images/play-btn-2.png") center center no-repeat;
  cursor: pointer;
}
.uniqueVidInfo {
  position: absolute;
  background: red;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 5px;
}

main ul {
  margin: 0 0 20px 20px;
}

.mb-30 {
  margin: 0 0 30px !important;
}
.gally {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#omgOmg {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 50px;
  text-align: right;
}
#x2 {
  color: #c2272d;
  font-size: 35px;
}
@media only screen and (max-width: 768px) {
  #omgomg,
  #x2 {
    font-size: 25px;
  }
}

#leftRed {
  width: 100%;
  min-height: 10px;
  background: #c2272d;
}

#leftRed {
  transform: translateX(80px);
  animation: omg01 1000ms;
  animation-fill-mode: forwards;
}
@keyframes omg01 {
  0% {
    transform: translateX(80px);
  }
  100% {
    transform: translateX(0px);
  }
}

#rightRed {
  width: 100%;
  min-height: 10px;
  background: #c2272d;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-direction: column;
  font-size: 2.5vw;
}

#rightRed {
  transform: translateX(-80px);
  animation: omg02 1000ms;
  animation-fill-mode: forwards;
}
@keyframes omg02 {
  0% {
    transform: translateX(-80px);
  }
  100% {
    transform: translateX(0px);
  }
}

.main_02 .main_omg {
  transform: translateY(-100%);
  animation: omg03 1000ms;
  animation-fill-mode: forwards;
}
@keyframes omg03 {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

.main_03 {
  display: flex;
  justify-items: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .mainSlider {
    display: flex;
    margin: 0 0 50px;
    position: relative;
  }
  .main_01,
  .main_03 {
    width: 0;
  }
  #leftRed {
    position: absolute;
    z-index: 3;
    width: 30%;
    top: -5px;
    left: 5px;
  }
  #rightRed {
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-direction: column;
    font-size: 4.5vw;
    position: absolute;
    width: 45vw;
    right: 5px;
    bottom: -5px;
  }
}
.hPageBlock {
  padding: 10px;
  margin: 0 0 50px;
  text-align: center;
}
.hPageBlock h2 {
  font-size: 32px;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.hPageBlock p {
  margin: 0 0 15px;
}

.hPageBlock hr {
  margin: 0 0 10px;
  background: bisque;
  border: 2px solid #8a1111;
  width: 50%;
  margin: 0 auto;
  border-bottom: 1px solid #8a1111;
}

#catFlex {
  display: flex;
  gap: 20px;
  margin: 0 0 50px;
}
#catFlex .featCat {
  max-width: 330px;
}
#catFlex .featCat a {
  display: block;
  text-decoration: none;
  text-align: center;
}
#catFlex .featCat a img {
  width: 100%;
  margin: 0 0 10px;
  padding: 3px;
  border: 1px solid #ccc;
}
#catFlex .featCat a h3 {
  font-size: 23px;
  color: #c2272d;
}

#iconFlex {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 50px;
}
#iconFlex .icon {
  text-align: center;
  transform: scale(0);
}
#iconFlex .icon.grooow {
  transform: scale(0);
  animation: togrow 400ms;
  animation-fill-mode: forwards;
}
@keyframes togrow {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
#iconFlex h3 {
  font-weight: normal;
  padding: 20px 0 10px;
}
#iconFlex p {
  font-size: 15px;
}

#bemutatoT {
  margin: 0px 0 80px;
  text-align: center;
}
.arrowLink {
  /* display: inline-block; */
  border: 2px solid #c2272d;
  background: #c2272d;
  padding: 5px 15px;
  border-radius: 5px;
  border-right: 2px solid #840c11;
  border-bottom: 2px solid #840c11;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  letter-spacing: 1px;
}

#contMap {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 3fr 4fr;
  padding: 0 20px;
}
#contMap h3 {
  font-size: 24px;
  text-align: left;
  padding-left: 10px;
  margin: 0 0 0px;
}

#footCont tr td {
  padding: 10px 10px;
}
#footCont tr td:last-of-type {
  font-size: 20px;
}

#videoFlex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
.video {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

@media only screen and (max-width: 768px) {
  .hPageBlock hr {
    width: 90%;
  }
  #catFlex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #iconFlex {
    flex-direction: column;
  }
  #contMap {
    grid-template-columns: 1fr;
  }
  #videoFlex {
    grid-template-columns: 1fr;
  }
}

/* MENU ******************************** */
/* MENU ******************************** */
/* MENU ******************************** */
/* MENU ******************************** */

nav.slideIn {
  background: #ffffff;
  box-shadow: 0 0 10px 1px #ddd;
  position: fixed;
  animation-name: slide-in;
  animation-duration: 450ms;
  animation-timing-function: ease;
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
nav.slideOut {
  background: #ffffff;
  box-shadow: 0 0 10px 1px #ddd;
  position: fixed;
  animation-name: slide-out;
  animation-duration: 450ms;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
@keyframes slide-out {
  0% {
    opacity: 1;
    position: fixed;
    transform: translateY(0%);
  }
  99% {
    opacity: 1;
    position: fixed;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    position: absolute;
    transform: translateY(0%);
  }
}

.logoHref {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #0474c6;
  letter-spacing: 0.5px;
}

header {
  position: relative;
  /* margin: 0 0 20px; */
}
nav {
  padding: 0;
  margin: 0 0 25px;
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  min-height: 60px;
  box-shadow: 0px 0px 3px 1px #fff;
  background: #fff;
}
.mobMenu {
  display: grid;
  max-width: 750px;
  padding: 0 15px;
  margin: 0 auto;
  grid-template-columns: 120px auto;
  grid-gap: 30px;
}
#menuTextOut {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .mobMenu ul {
} */

/* desktop */

.mobMenu ul {
  display: flex;
  /* background: #ffffff; */
  gap: 5px;
  flex-flow: row wrap;
}

.mobMenu ul li ul {
  min-width: 200px;
  position: absolute;
  top: 55px;
  display: none;
  animation-name: ul-in;
  animation-duration: 450ms;
  animation-timing-function: ease;
  z-index: 12;
  border: 1px solid #ccc;
  border-radius: 2px;
}
@keyframes ul-in {
  0% {
    opacity: 0;
    left: 40px;
  }
  100% {
    opacity: 1;
    left: 0px;
  }
}

.mobMenu ul li.clicked > ul {
  display: block;
}

.mobMenu ul li ul li {
  display: block;
  white-space: nowrap;
  padding: 0px;
  position: relative;
}
/* .mobMenu ul li:hover {
  background: #000;
} */

.mobMenu ul li ul li ul {
  position: absolute;
  top: 0px;
  display: none;
  animation-name: ul-ul-in;
  animation-duration: 450ms;
  animation-timing-function: ease;
}
@keyframes ul-ul-in {
  0% {
    opacity: 0;
    top: 40px;
  }
  100% {
    opacity: 1;
    top: 5px;
  }
}

.mobMenu ul li ul li ul {
  position: absolute;
  top: 5px;
  left: 180px;
  border: 1px solid #888;
  padding: 5px;
  border-radius: 2px;
  min-width: 200px;
}
.mobMenu ul li ul li ul li ul {
  position: absolute;
  top: 5px;
  left: 180px;
  border: 1px solid #888;
  padding: 5px;
  border-radius: 2px;
  min-width: 200px;
}
.mobMenu ul li {
  padding: 0;
  border: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}

li.kiemelt a {
  background-color: #ffc7c3 !important;
}

.mobMenu ul li ul li {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #eee;
}
.mobMenu ul li ul li ul li {
  display: flex;
  flex-direction: column;
}
.mobMenu ul li ul li ul li ul li {
  display: flex;
  flex-direction: column;
}

.slimmed .mobMenu ul li a {
  height: 30px;
}

.mobMenu ul li a {
  height: 60px;
  padding: 0 5px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #202020;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
  font-size: 16px;
  /*  text-transform: uppercase; */
  /*   background: #ffffff;
  border-bottom: 2px solid rgb(255, 255, 255); */
}
/*
 .mobMenu ul li a:hover {
  border-bottom: 2px solid #d3b296;
  color: #333;
}
.mobMenu ul li.active > a {
  border-bottom: 2px solid #bf9a7b;
  color: #333;
}
*/
/* Underline styles */

/* Fade in */
.mobMenu ul li a span.menuAni {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding: 3px;
}
.mobMenu ul li a span.menuAni::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: 1;
  transition: opacity 500ms, transform 500ms;
}
.mobMenu ul li a:hover span.menuAni::after,
.mobMenu ul li a:focus span.menuAni::after {
  opacity: 1;
}
.mobMenu ul li a span.menuAni::after {
  opacity: 0;
  transform: scale(0);
  transform-origin: center;
}
.mobMenu ul li a:hover span.menuAni::after,
.mobMenu ul li a:focus span.menuAni::after {
  transform: scale(1);
}

.mobMenu ul li.active a span.menuAni::after {
  opacity: 1;
  transform: scale(1);
  background-color: #4fa1d2;
  height: 2px;
}

.mobMenu ul li ul li a {
  height: 40px;
  background: #fff;
  padding: 0 10 0 10px;
  text-transform: unset;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 0;
  border-left: 2px solid #fff;
}

.mobMenu ul li ul li.active > a {
  border-left: 2px solid #bf9a7b;
  border-bottom: 0;
}
.mobMenu ul li ul li > a:hover {
  border-bottom: 0;
  border-left: 2px solid #bf9a7b;
}

.mobMenu ul li ul li ul li a {
  background: #fff;
  color: #111;
}
.mobMenu ul li ul li ul ul li a {
  background: #fff;
  color: #111;
}

#closeMobMenu {
  display: none;
}

.menuArrow {
  display: block;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-right: 1px solid #252525;
  border-bottom: 1px solid #252525;
  transform: rotate(45deg);
}
ul li ul li .menuArrow {
  transform: rotate(-45deg);
  border-right: 1px solid #252525;
  border-bottom: 1px solid #252525;
  margin: 0;
}

#mobMenuLayer {
  display: none;
}

/* innentől mobil */
/* innentől mobil */
/* innentől mobil */

@media only screen and (max-width: 768px) {
  .logoHref img {
    height: 50px;
    max-width: 120px;
  }

  /* override ID */
  .mobMenuLayer {
    position: fixed;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);

    -webkit-animation: layerFadeIn 0.5s ease-in-out;
    animation: layerFadeIn 0.5s ease-in-out;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @-webkit-keyframes layerFadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes layerFadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  .menuArrow {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
  }

  ul li ul li .menuArrow {
    transform: rotate(45deg);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  nav {
    height: 60px;
    min-height: initial;
  }
  .mobMenu {
    margin: 0 auto;
    display: flex;
    height: 60px;
    gap: 20px;
  }

  #menuText {
    height: 60px;
    line-height: 40px;
  }
  #closeMobMenu {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 10px;
  }
  #closeMobMenu .x {
    cursor: pointer;
    width: 28px;
    height: 28px;
    /* background: #0d0d0d; */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border: 1px solid #4790c5;
    color: #4790c5;
    font-weight: bold;
  }

  #menuUlBox {
    position: fixed;
    display: flex;
    /* background: rgba(0, 0, 0, 0.73); */
    padding-right: 0px;
    flex-direction: column;
    z-index: 25;
    height: 100%;
    width: 270px;
    overflow-x: hidden;
    left: -290px;
    top: 0;
  }

  .stickyClass {
    padding: 10px 10px 50px;
    min-height: 100vh;
    width: 270px;
    /* overflow-x: hidden; */
    position: relative;
    background: #fbfbfb;
    z-index: 30;
  }

  .menuToRight {
    -webkit-animation: menuToRight 0.5s ease-in-out;
    animation: menuToRight 0.5s ease-in-out;
    animation-fill-mode: forwards;
  }
  @-webkit-keyframes menuToRight {
    0% {
      left: -290px;
    }
    100% {
      left: 0;
    }
  }
  @keyframes menuToRight {
    0% {
      left: -290px;
    }
    100% {
      left: 0;
    }
  }

  .menuToLeft {
    -webkit-animation: menuToLeft 0.5s ease-in-out;
    animation: menuToLeft 0.5s ease-in-out;
    animation-fill-mode: forwards;
  }
  @-webkit-keyframes menuToLeft {
    0% {
      left: 0;
    }
    100% {
      left: -290px;
    }
  }
  @keyframes menuToLeft {
    0% {
      left: 0;
    }
    100% {
      left: -290px;
    }
  }

  #menuTextOut {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
  }

  .burgerMenu {
    cursor: pointer;
    z-index: 99;
    position: relative;
    background: rgb(255, 255, 255);
    padding: 0;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menuDott {
    border: 1px dotted #4790c5;
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bar1,
  .bar2,
  .bar3 {
    width: 20px;
    height: 3px;
    background-color: #4790c5;
    /* margin: 4px 0; */
    transition: 0.5s;
    /* box-shadow: 1.5px 1.5px #0e0d0d; */
  }
  .bar2 {
    margin: 4px 0;
  }
  .change .bar1 {
    /*  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px); */
    -webkit-transform: rotate(-45deg) translate(-5px, 4px);
    transform: rotate(-45deg) translate(-5px, 4px);
  }
  .change .bar2 {
    opacity: 0;
  }
  .change .bar3 {
    /*    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px); */
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
    transform: rotate(45deg) translate(-5px, -5px);
  }

  .mobMenu ul {
    margin: 0;
    background: #cfcfcf;
    display: flex;
    flex-direction: column;
    position: initial;
    width: 250px;
    gap: 0;
    border: 2px solid #4790c5;
  }
  .mobMenu ul li ul {
    position: initial;
    width: initial;
    padding-left: 3px;
    background: #4790c5;
    border-left: 0;
    border-radius: 0;
  }
  .mobMenu ul li ul li ul {
    position: initial;
    width: initial;
    padding-left: 5px;
    background: #222;
  }
  .mobMenu ul li ul li ul li ul {
    position: initial;
    width: initial;
    padding-left: 5px;
    background: #333;
  }
  .mobMenu ul li {
    padding: 0;
    border: 0;
    display: flex;
    flex-direction: column;
  }
  .mobMenu ul li ul li {
    display: flex;
    flex-direction: column;
  }
  .mobMenu ul li ul li ul li {
    display: flex;
    flex-direction: column;
  }
  .mobMenu ul li ul li ul li ul li {
    display: flex;
    flex-direction: column;
  }
  .mobMenu ul li a {
    height: 40px;
    font-size: 15px;
    padding: 0 10px 0 10px;
    width: 100%;
    background: #fff;
    color: #333;
    text-decoration: none;
    font-weight: normal;
    border: none;
  }
  .mobMenu ul li a:hover {
    background: #c0e4fd;
  }
  .mobMenu ul li.active a {
    /* border-bottom: 2px solid #bf9a7b; */
    background: #4790c5;
    color: #fff;
  }
  .mobMenu ul li.active a span.menuAni::after {
    height: 0;
  }
  .mobMenu ul li a:hover span.menuAni::after,
  .mobMenu ul li a:focus span.menuAni::after {
    transform: scale(0);
  }

  .mobMenu ul li ul li a {
    padding: 0 10px 0 10px;
    /* background: #111; */
    /* color: #fff; */
  }
  .mobMenu ul li ul li ul li a {
    padding: 0 5px 0 10px;
    background: #222;
    color: #fff;
  }
  .mobMenu ul li ul li ul ul li a {
    padding: 0 5px 0 10px;
    background: #333;
    color: #fff;
  }
}

/* <===== MENU ******************************** */
/* <===== MENU ******************************** */
/* <===== MENU ******************************** */

/* ************************************************ */
/* ************************************************ */
/* ************************************************ */
/* ************************************************ */
table {
  border-collapse: collapse;
}

.footer-mod {
  text-align: center;
  margin: 0;
  padding: 0;
}
.footerPositions {
  padding: 20px 15px;
  /* background: red; */
  color: #fff;
  font-size: 14px;
  text-align: left;
  max-width: 1070px;
  margin: 0 auto;
}

.footer {
  color: #555;
  font-weight: 400;
}
.footer h3 {
  font-size: 24px;
  margin: 0 0 10px;
}

.footer-inner {
  opacity: 1;
}

.three3 {
  font-size: 16px;
  line-height: 25px;
  display: grid;
  grid-gap: 15px 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.three3 ul {
  margin: 0 0 20px 20px;
}
.footerPositions h3 {
  margin: 0 0 15px;
  font-size: 23px;
}
.footerPositions a {
  color: #fff;
}
.footerPositions img {
  max-width: 220px;
  padding: 3px;
  border: 1px solid #563498;
  border: 1px solid #515151;
}

@media only screen and (max-width: 768px) {
  .three3 {
    grid-template-columns: 1fr 1fr;
  }
  .footerPositions img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 468px) {
  .three3 {
    grid-template-columns: 1fr;
  }
}

.footerLogo {
  height: 35px;
}

.footerTable tr td:first-of-type {
  font-weight: bold;
}

.copyRight {
  padding: 15px 10px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.copyRight a {
  color: #ffffff;
  letter-spacing: 0.5px;
  font-weight: normal;
}
.copyRight a:hover {
  font-weight: bold;
}

.underLine {
  text-decoration: underline;
}

.docRow {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
}

.docRow h3 a {
  color: #c10e0e;
  font-size: 17px;
  text-decoration: none;
}
.docRow h3 a:hover {
  color: #860505;
  text-decoration: underline;
}

.docRow img {
  height: 25px;
}
.docRow span {
  color: #777;
  font-size: 15px;
}

.footerDocRow h4 {
  margin: 0 0 5px;
}
.footerDocRow h4 a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  text-transform: capitalize;
}
.footerDocRow h4 a:hover {
  color: #fff;
  text-decoration: underline;
}

.blogItemList {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 0 0 25px;
}
@media only screen and (max-width: 960px) {
  .blogItemList {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .blogItemList {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 576px) {
  .blogItemList {
    grid-template-columns: 1fr;
  }
}

.blogItemBox {
  background: white;
}

.blogItemImgDiv {
  position: relative;
  margin: 0 0 10px;
  background: #1a90df;
  overflow: hidden;
}
.blogItemImgDivInner {
  position: relative;
  display: block;
}

.blogItemImgDiv img {
  width: 100%;
  scale: 1.1;
  transform: translateX(-4%);
  transition: all 500ms;
}
.blogItemImgDiv:hover img {
  transform: translateX(4%);
}

.blogItemCat {
  position: absolute;
  bottom: -12px;
  height: 24px;
  left: 21px;
  border-radius: 3px;
  padding: 0 10px;
}

.blogInfoBox {
  padding: 5px 5px;
}

.blogInfoTitle h3 {
  font-size: 17px;
  color: #000;
}

.blogItemPageMainImg {
  padding: 3px;
  border: 1px solid #eee;
  margin: 0 0 20px;
  max-width: 600px;
}

/* ************************************************ */
/* ************************************************ */
/* ************************************************ */
/* ************************************************ */

.infoBox {
  margin: 0 0 25px;
  background: #e8f6ff;
  border-left: 3px solid #1a90df;
  border-radius: 3px;
  padding: 15px 15px 15px 20px;
  color: #222;
}

.infoBox p:last-of-type {
  margin-bottom: 0;
}

button {
  cursor: pointer;
}

img {
  /* ne legyen width auto */
  max-width: 100%;
  height: auto;
  max-height: 100%;
  vertical-align: middle;
  padding: 3px;
  border: 1px solid #eee;
}

.center {
  text-align: center;
}

.dreamList {
  margin: 0 0 20px;
}

.pagination {
  padding: 10px;
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}

.pagination a {
  padding: 3px;
  font-size: 15px;
  font-weight: normal;
}

.pagination span.selected {
  background: #e6e6e6;
  display: block;
  padding: 3px 5px;
  border-radius: 3px;
}

td.kep img {
  min-width: 100px;
  min-height: 100px;
}

.mainFlex {
  display: flex;
  gap: 20px;
  margin: 0;
  width: 100%;
  flex-direction: column;
  padding: 0 40px;
  min-height: 100vh;
}

.mainFlex.white {
  background: #fff;
}

.hka-wrapper {
  padding: 0;
  margin: 0 auto;
}

.hka-wrapper-inner {
  max-width: 750px;
  margin: 0 auto 0px;
  padding: 0 20px;
}
.hka-wrapper-inner-inner {
  max-width: 750px;

  background: #fff;
  box-shadow: 0 0 3px 0px #777;
}

.footer-inner {
  margin: 0 auto;
}

.content-mid {
  padding: 20px 0;
}

a {
  font-weight: normal;
}

.focim {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  gap: 5px 20px;
  margin-bottom: 15px;
}

.fejlec-h2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.fejlec-h2 a {
  text-transform: uppercase !important;
  font-size: 17px;
  color: #323232;
  text-decoration: none;
  letter-spacing: 1px;
}
.headImg {
  max-width: 20%;
}
.fejlec-mobilszam {
  padding: 15px;
  background: #fff;
  border: 2px solid #333;
  border-radius: 2px;
}

.breadcrumbs {
  margin: 0 0 20px;
}

.breadcrumbs a {
  border: 1px solid #c6c6c6;
  display: inline-block;
  background: #f7f7f7;
  color: #424242;
  border-radius: 5px;
  padding: 3px 10px;
  font-weight: normal;
  text-decoration: none;
}

.breadcrumbs a span {
  font-weight: bold;
  text-decoration: underline;
}

/*diavetito ---*/
#slider {
  width: 100%;
  background: #c7c7c7;
  position: relative;
  border: 1px solid #1f1f1f;
  overflow: hidden;
  box-shadow: 0 0 2px 0 #555;
  border-radius: 2px;
}
.diavetito {
  max-width: 940px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 3px 0 #999;
}
#slider > div {
  width: 100%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  position: absolute;
  top: 0;
  left: 100%;
}
.diaLink {
  border: 0 !important;
  padding: 0 !important;
}
#diablokk {
  display: flex;
  margin: 0 0 20px;
}
#fiximg {
  max-width: 290px;
  position: relative;
  border: 2px solid #343434;
  border-radius: 5px;
}
#fiximg img {
  width: 100%;
  vertical-align: middle;
}
#fixspan {
  background: none repeat scroll 0 0 #df1b1b;
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  height: 48px;
  left: 50%;
  letter-spacing: 0.7px;
  line-height: 22px;
  opacity: 0.9;
  padding: 1px 0;
  position: absolute;
  text-align: center;
  bottom: 10px;
  transform: translate(-50%);
  width: 90%;
}
#slider picture {
  display: block;
}
#slider img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
#slider > div#bg {
  position: static;
}

#eloreBtn,
#hatraBtn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  color: #fff;
  font-weight: 700;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  padding: 3px 0;
  border: 0;
  display: block;
  height: 30px;
  width: 30px;
  left: 5px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
}
#eloreBtn {
  left: initial;
  right: 5px;
}
.hka-disabled {
  opacity: 0.3;
}
#eloreBtn:hover,
#hatraBtn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.pic-title {
  display: block;
  position: relative;
}
.pic-title > span {
  position: absolute;
  width: 100%;
  background: rgba(255, 0, 0, 0.85);
  color: #f7f7ff;
  bottom: 5px;
  left: 0;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 10px;
  font-size: 18px;
  text-align: center;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-weight: 700;
  letter-spacing: 1px;
}
.diaLink {
  border: 1px solid #b5b5b5;
  display: block;
  padding: 3px;
  border-radius: 3px;
}
/*--- diavetito*/

/* kiemelt leftbottom ---- */
#kiemelt {
  transition: 2000ms all;
  position: fixed;
  left: 10px;
  bottom: 10px;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 5px #000;
  border: 2px solid #c23910;
  min-width: 250px;
  z-index: 88;
}
#kiemelt h3 {
  margin: 0 0 10px;
  cursor: pointer;
  background: url(./images/close-2.png) no-repeat right center;
}
#kiemelt > div > div {
  display: flex;
  justify-content: center;
  border-top: 1px solid #c23910;
  padding: 5px 0 0;
}

.zarva > div > div {
  display: none !important;
}
.zarva h3 {
  margin-bottom: 0px !important;
  background: url(./images/open-2.png) no-repeat right center !important;
}
/* --- kiemelt leftbottom */

#hka-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  margin: 0 0 20px;
}
.gall-item {
  margin: 0;
}
.gall-item a {
  padding: 4px;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 5px #888;
  background: #fff;
  display: block;
}
.gall-item a:hover {
  border: 1px solid #464646;
  background: #e8e8e8;
}
.gall-img {
  max-width: 200px;
  max-height: 100px;
  vertical-align: middle;
}
.row > .column {
  padding: 0 8px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.column {
  float: left;
  width: 25%;
}
#felso-sav {
  height: 10vh;
  background: #3f3f3f;
}
.modal-content {
  height: 70vh;
}
#also-sav {
  height: 20vh;
  background: #413d3d;
}
.modal-content img {
  width: auto;
  height: auto;
  max-height: 70vh;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999901;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 30px;
}
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border-radius: 5px;
  width: auto;
  max-width: 90vw;
  height: auto;
  max-height: 90vh;
  display: flex;
  justify-content: center;
}
.inner {
  position: relative;
  height: auto;
  display: inline-flex;
  background: #f5f5f5;
  padding: 6px;
  flex-direction: column;
  border-radius: 5px;
}
.close {
  color: #fff;
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 25px;
  font-weight: 700;
  background: #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  border: 2px solid #fff;
}
.close:focus,
.close:hover {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.cursor {
  cursor: pointer;
}
.next,
.prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 16px;
  color: #fff;
  font-weight: 700;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgb(0, 0, 0, 0.3);
  transform: translate(0, -50%);
  width: 40px;
}
.next {
  right: 6px;
  border-radius: 3px 0 0 3px;
}
.next:hover,
.prev:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.caption-container {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 2px 16px;
  color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
}
.demo {
  opacity: 0.6;
}
.active,
.demo:hover {
  opacity: 1;
}
img.hover-shadow {
  transition: 0.3s;
}
.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.focim h2 {
  font-size: 18px;
  margin: 0;
  padding: 0;
  /* color: #3f0102; */
}

.zarva > div > div {
  display: none !important;
}
.zarva h3 {
  margin-bottom: 0px !important;
  background: url(./images/open-2.png) no-repeat right center !important;
}

hr {
  margin: 0 0 10px;
}

div.kutyanevlista {
  padding: 5px 0;
}
div.kutyanevlista.kan {
  background: #ceedff;
}
div.kutyanevlista.szuka {
  background: #fbdff8;
}
div.kutyanevlista.uniszex {
  padding: 5px 0;
}

.dogNameBlock {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

div.kutyanevlista h2 {
  padding: 0 5px;
  font-size: 15px;
}

div.kutyanevlista div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 5px;
  font-size: 14px;
  color: #333;
  margin: 0 0 2px;
  /* background: red; */
  padding: 2px 0 2px 5px;
}

div.kutyanevlista.kan div:hover {
  background: #b1e1fd;
}

/* div.kutyanevlista div h3 {
} */
div.kutyanevlista h3 a {
  font-size: 16px;
  color: #00f;
  text-decoration: none;
}

.loaderBox {
  width: 60px;
  margin: 30px auto;
}
.loader {
  border: 4px solid #fff;
  border-radius: 50%;
  border-top: 4px solid red;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#aform {
  max-width: 400px;
}
#aform h3 {
  padding: 5px 15px;
  margin: 0 0 20px;
  font-size: 18px;
}
#aform-inner p {
  margin: 0 0 20px;
}
#aform-inner ul {
  padding: 5px 0 5px 40px;
  margin: 0 0 15px;
}
#aform-inner ul li {
  margin: 0 0 5px;
}
.fr-blk {
  padding: 5px 10px;
  margin: 0 0 5px;
}
.fr-blk input,
.fr-blk textarea {
  width: 100%;
  max-width: 100%;
  min-width: 50%;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 2px 0px #d7d7d7;
}
.fr-blk textarea {
  min-height: 40px;
}
.fr-blk.b {
  display: none;
}
.fr-blk input[type="checkbox"] {
  width: initial;
  min-width: initial;
}
.fr-blk input[type="button"] {
  width: initial;
  min-width: initial;
  color: #fff;
  background: #04c;
  font-weight: 700;
  letter-spacing: 1.2px;
  padding: 6px 12px;
  cursor: pointer;
}
.fr-blk input[type="button"]:hover {
  background: #0037a5;
  text-decoration: underline;
}
.lable {
  padding: 0 0 2px 3px;
}
.gdpr-A {
  color: #222 !important;
}
.form-error {
  background: #fdcdc9;
}
.form-error input {
  border: 1px solid red;
  box-shadow: 0 0 2px red;
  background: #ffeded;
}
.fr-error {
  color: #c60000 !important;
  font-weight: 700;
  font-size: 15px !important;
  padding: 5px 0 5px !important;
}
.msgback {
  padding: 20px;
  background: rgb(247, 247, 255);
  border: 1px solid rgb(158, 158, 255);
  margin: 0 0 25px;
}
.msgback p:last-of-type {
  margin: 0 !important;
}
.fr-error {
  display: none;
}
.form-error .fr-error {
  display: block;
}
.fs-14 {
  font-size: 14px;
}

.terkep {
  background: #ededee;
  border: 2px solid #222;
  border-radius: 2px;
  margin: 0;
  min-height: 100px;
  height: 308px;
}

.honlap-ajanlo {
  background: #fff;
  text-align: left;
  padding: 15px;
  border: 2px solid #333;
}

.honlap-ajanlo p {
  margin: 0;
}

.honlap-ajanlo a {
  white-space: nowrap;
}

.hka-kiemeles {
  margin: 0 0 20px;
  background: #f7f7f7;
  border-left: 5px solid #f86d18;
  border-radius: 3px;
  padding: 5px 0 5px 10px;
}

.goToList {
  display: inline-block;
  background: #abe63c;
  text-decoration: none;
  font-size: 15px;
  padding: 2px 10px;
  color: #000;
  border-radius: 5px;
  border-bottom: 2px solid #2f670b;
  letter-spacing: 1.5px;
  margin: 0 0 1px;
}

.goToList:hover {
  background: #99cc00;
  border-right: 1px solid #2f670b;
  border-bottom: 3px solid #2f670b;
  margin: 0;
}

.kereso {
  background: #ffffff;
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px 20px;
  box-shadow: 0 0 3px 1px #555;
}

.kereso form {
  display: flex;
  gap: 5px;
}

.kereso form input[type="text"] {
  border: 1px solid #ff3737;
  border-radius: 2px;
  padding: 3px;
}

.kereso form input[type="submit"] {
  background: #db0000;
  color: #fff;
  border-radius: 2px;
  border: 1px solid #f00;
  font-weight: bold;
  padding: 1px 10px;
  cursor: pointer;
}

.mobilon-hivas {
  color: #222;
  margin: 0 0 5px;
  padding: 5px 0;
  text-decoration: none;
}

.mobphone .bev {
  margin: 0 0 15;
}
.mobphone .cont {
  margin: 0;
}
.hivaslbl {
  display: none;
}

@media only screen and (max-width: 768px) {
  .mobilon-hivas {
    background: #ff0000;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin: 0 0 5px;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
  }

  .hivaslbl {
    display: initial;
  }
}

.logo-mod {
  padding: 0;
}

.artabla {
  padding: 3px 20px 3px 10px;
}
.artabla tr td:last-of-type {
  text-align: right;
}

.slider {
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
}

.slider img {
  width: 100%;
}

.ez-a-grides {
  display: flex;
  flex-direction: column;
}

.ez-a-grides {
  background: #fff;
  padding: 15px;
  box-shadow: 0 0 3px 1px #555;
  border-radius: 3px;
}
.dupla {
  display: flex;
}

.kiemeles {
  display: flex;
  flex-direction: column;
  padding: 10px 20px 10px 0;
  min-width: 250px;
}

.kiemeles table {
  flex-grow: 1;
}

.kiemeles div {
  flex-grow: 2;
  text-align: left;
  padding: 20px 0 0 00px;
}

.kereso p {
  margin: 0 0 5px;
}

table td {
  border: none;
  padding: 2px 5px;
  vertical-align: top;
}

.hka {
  color: #ccc;
  padding: 15px 0 10px;
  font-size: 15px;
}

.hka a:link,
.hka a:visited {
  color: #ccc;
}
.hka a:hover {
  font-weight: bold;
}

#flexDiv {
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}

.ajanlok-inner {
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 2px 0 #777;
}

iframe {
  max-width: 100%;
  width: 100%;
  height: 400px;
}

#gdprD {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: 0.9em;
  transition: 1s all;
  display: flex;
  flex-wrap: wrap;
  z-index: 8888;
}
.gdprVis {
  opacity: 1;
}
.gdprHid {
  opacity: 0 !important;
}
#gdprD p {
  margin: 5px;
  align-self: center;
}
#gdprD > div {
  display: flex;
}
#gdprD button {
  border-color: transparent;
  border-radius: 5px;
  display: block;
  padding: 0 0.5em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  margin: 0 10px;
  height: 26px;
}
#gdpr-ok {
  color: #000;
  min-width: 140px;
  background-color: #f1d600;
}
#gdpr-ok:hover {
  background-color: #fffc26;
}
#gdprD a:link,
#gdprD a:visited {
  color: #eee;
  text-decoration: none;
}
#gdprInfo {
  color: #eee;
  min-width: 80px;
  background-color: #444;
}

#toTop {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 10px;
  cursor: pointer;
  padding: 0;
  z-index: 105;
  opacity: 0.9;
  border: 0;
  overflow: hidden;
  /* mert button ez a nyomorult, de minek... */
  background: none !important;
  /* mert button ez a nyomorult, de minek... */
}
#toTop svg {
  height: 40px;
  width: 40px;
}

#toTop:hover {
  opacity: 1;
}
.topC {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #bf9a7b;
}
.topArrow {
  border: 2px solid white;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  border-right: 0;
  border-bottom: 0;
  margin: 9px 0 0;
}
html {
  scroll-behavior: smooth;
}

.jobbra {
  float: right;
  margin: 4px 0 12px 12px !important;
}
.balra {
  float: left;
  margin: 4px 12px 12px 0 !important;
}
.gallery_A {
  box-shadow: 1px 1px 3px #888;
  display: inline-block;
}
.gallery_A img {
  padding: 4px;
  border: 1px solid #ccc;
  background: #fff;
}

.gallery_A:hover img {
  border: 1px solid #910006;
  background: #c2272d;
}
.gall-img {
  max-width: 200px;
  max-height: 100px;
  vertical-align: middle;
}
.row > .column {
  padding: 0 8px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.column {
  float: left;
  width: 25%;
}
#felso-sav {
  height: 10vh;
  background: #3f3f3f;
}
.modal-content {
  height: 70vh;
}
#also-sav {
  height: 20vh;
  background: #413d3d;
}
.modal-content img {
  width: auto;
  height: auto;
  max-height: 70vh;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999901;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 30px;
}
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border-radius: 5px;
  width: auto;
  max-width: 90vw;
  height: auto;
  max-height: 80vh;
  transition: 1s all;
  display: flex;
  justify-content: center;
}
.modal-content .inner {
  position: relative;
  height: auto;
  transition: 1s all;
  display: inline-flex;
  background: #f5f5f5;
  padding: 6px;
  flex-direction: column;
  border-radius: 5px;
  min-width: 150px;
  min-height: 150px;
}
.close {
  color: #fff;
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 25px;
  font-weight: 700;
  background: #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  border: 2px solid #fff;
}
.close:focus,
.close:hover {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.cursor {
  cursor: pointer;
}
.next,
.prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 16px;
  color: #fff;
  font-weight: 700;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgb(0, 0, 0, 0.3);
  transform: translate(0, -50%);
  width: 40px;
}
.next {
  right: 6px;
  border-radius: 3px 0 0 3px;
}
.next:hover,
.prev:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.caption-container {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 2px 16px;
  color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
}
.demo {
  opacity: 0.6;
}
.active,
.demo:hover {
  opacity: 1;
}
img.hover-shadow {
  transition: 0.3s;
}
.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* WEBSHOP ******************************** */
/* WEBSHOP ******************************** */
.subCatBlock {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  padding: 10px;
  /*   background: azure; */
}
.subCat {
  width: 242px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.subCatImgDiv {
  width: 220px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.productsBlock {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  padding: 10px;
}
.prodInCat {
  width: 242px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.prodInCat a {
  font-weight: normal;
  color: #e61c19;
  text-decoration: none;
}
.prodInCatImgDiv {
  width: 220px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prodInCatImgDiv a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prodImgDetails {
  display: flex;
  margin: 0 0 20px;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .prodImgDetails {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.productDetails tr td {
  padding: 20px 10px;
  border-bottom: 1px solid #ccc;
}
.productDetails tr td:first-of-type {
  font-weight: bold;
}

.webshopImgGall {
  display: flex;
  flex-direction: column;
  padding: 5px;
  /*  background: aquamarine; */
  width: 300px;
}

.webshopImgGall .mainThumb {
  display: flex;
  align-items: center;
  justify-content: center;
  /*  background: azure; */
  margin: 0 0 10px;
  width: 290px;
  /* height: 290px; */
  max-height: 290px;
}

.webshopImgGall .mainThumb .gallery_A {
  max-height: 100%;
  display: flex;
  /* background: black; */
  padding: 10px;
  max-width: 100%;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.webshopImgGall .smallThumbs {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}

.smallThumbs .gallery_A {
  height: 70px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.smallThumbs .gallery_A img {
  width: auto;
}

/* WEBSHOP ******************************** */
/* WEBSHOP ******************************** */

/* MEDIABOX ******************************** */
/* MEDIABOX ******************************** */
/*! mediabox v1.1.3 | (c) 2018 Pedro Rogerio | https://github.com/pinceladasdaweb/mediabox */
.stop-scroll {
  height: 100%;
  overflow: hidden;
}

.mediabox-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 999;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: mediabox;
  animation-name: mediabox;
  padding: 10px;
}
@-webkit-keyframes mediabox {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes mediabox {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.mediabox-content {
  max-width: 853px;
  display: block;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.mediabox-content iframe {
  max-width: 100% !important;
  width: 100% !important;
  display: block !important;
  height: 480px !important;
  border: none !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.mediabox-hide {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: mediaboxhide;
  animation-name: mediaboxhide;
}
@-webkit-keyframes mediaboxhide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes mediaboxhide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
.mediabox-close {
  position: absolute;
  top: 0;
  cursor: pointer;
  bottom: 528px;
  right: 0px;
  margin: auto 0;
  width: 24px;
  height: 24px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAMvSURBVHja7Js9aBRBFMd/d1lPY6FiJVjY+Fkoxl7wA1Q0prQRS6tgoZV2MWIRRVHUUq3U+JnESrS2sBXBzipREWMlATXwt8gFznC5nd15M7Nn8uC45nZnfr/dY96+N1uTxFKOOks8lgUU/H2t4tJqIQUcAiaBGeBymcECRgO4B/wBPgJ9zkdKcvkclfRL/8ZtSTXH40N+GpLGF8zth6Q9Lse7DHCsDXxVJLSDLyQhb4B+Sb/VOVJJ6ATfKqGvrIDjDvCpJLjAz8d0JwmLDTBQAD62hIakiYJzm5a021VAfwn4WBLKwLdK2JUnIJP0XX4RSoIP/Hy8W3jeepv1dL3nmjwI3DLOExrAU2DA8zwb8xKhGeCuwYQtJTSAZwbwAHdcEqFM0mPZhO/foSHppdFcrraby2IDV0FCcPi8PCClhCjwLplgCgkrDeGv5I3pcjViSogK7yogloTo8EUEhJaQBL6oAGsJ9yVtkrRD0qsU8JKolagKZ8AD4ETFymFXgPOAQpXE5mMWOAk86XZ4n6pwlSSUhvcti1dBghe8RV8gpYQRX3irxkgKCSPABV94y85QTAlm8NatsRgSTOGBUnmAS57w3KiA0Ro3gHOW8KEEAOwE3hvfXWubFauu6A6vCND07OmW9viq5vpsGT3AtRAN2XoA+BfAwQBiTweoNpMZw48BRwKuAoPN7zNVWwZjwAfpO9S7DN5cQmYAPw4cTvAsYPJ3qHcpvNmdUO9ieBMJZQT0AhMVgfeWUC8BP87cjjHfuA6sATY0c4c0EgpUUHslvTaq3l5aUL1N1oarAnxSCVWBTyYhJvyw41XJJI3GkpAH/yYyfHQJi01gdUL4qBKqCh9NQrtBx4wGvGi0XS6T9MhoTkN5AtZVDN5awlTePsGfwDfPjGwYGDKu3s4Cp4BRz/N8cskED0iaqciVt7wTvkra5roKlJEQGt5HwhdJ24vmAUUkDEV+VyCT9NBxbp/bXXnXTNBFQmz4IhI6wrs+C+zvICEVvIuEKUlbrZ4G97WRkBq+k4RJSVusd4ntlfSheVudrQh8q4SbmntH6K2kzSF3if1Xsfzq7LKAJR5/BwCdAQBJn4egPgAAAABJRU5ErkJggg==")
    no-repeat;
  background-size: 24px 24px;
}
.mediabox-close:hover {
  opacity: 0.5;
}
@media all and (max-width: 768px) {
  .mediabox-content {
    max-width: 99%;
  }
}
@media all and (max-width: 600px) {
  .mediabox-content iframe {
    height: 320px !important;
  }
  .mediabox-close {
    bottom: 362px;
  }
}
@media all and (max-width: 480px) {
  .mediabox-content iframe {
    height: 220px !important;
  }
  .mediabox-close {
    bottom: 262px;
  }
}
.ppRow {
  /* background: rebeccapurple; */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.ppRow > div {
  background: black;
  color: #999;
  border-radius: 4px;
  padding: 2px 5px;
  font-size: 14px;
}
/* MEDIABOX ******************************** */
/* MEDIABOX ******************************** */
