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

body {
	padding: 0;
	/* font-family: Roboto, sans-serif; */
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: 400;
	font-size: 16px;
	height: 100%;
	background: #fff;
	color: #353535;
}

.hkaWrapper {
  background: #fff;
  padding: 0px 0 0;
  color: #202020;
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 100vh;
}
.hkaWrapperSection {
  width: 100%;
  margin: 0 auto 0px;
  padding: 0 10px;
}

html {
  scroll-padding-top: 200px;
}
svg {
  max-width: 50px;
  max-height: 50px;
  height: 100%;
  width: 100%;
}

.siteMaxW {
  width: 100%;
  max-width: 1000px;
  /* 	background: #555; */
  margin: 0 auto;
}

.siteLogoGrid {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 10px;
}
.siteLogo {
	max-height: 50px;
	/* width: 50px; */
}
.siteNameDesc {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
  color: #ff5100;
  text-decoration: none;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}
.siteName a {
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}
.siteDesc {
	font-weight: normal;
}
#svgLogo {
  max-width: 100%;
  max-height: 100%;
  fill: #25257b;
  width: 200px;
}



.mapIframe {
  height: 500px;
}

.greenBtn {
  background: #c29958;
  border: 1px solid #c29958;
}
.greenBtn:hover {
  background: #a37d40;
  border: 1px solid #977031;
}
.redBtn {
  background: #f00;
  border: 1px solid #ca0000;
}
ol {
  margin: 0 0 10px 20px;
  padding: 10px 0 0;
}

.logoNavBFullRow {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 99;
  margin: 0 0 0px;
  transition: background-color 500ms ease-in-out;
  background-color: #fff; 

}

.thisIsIndex .logoNavBFullRow {
  opacity: 1;
}

.deff .logoNavBFullRow {
  box-shadow: 0 0 4px 0 #ca3b0f; 
 /* background-color: #fff;  */
}



.logoNavB {
  margin: 0 auto;
  padding: 8px 0px;
  max-width: 1000px;
  display: grid;
  /* grid-template-columns: 200px 1fr; */
  gap: 20px;
}
.fixTop {
  opacity: 1;
}

.topRow {
	opacity: 1;
	padding: 6px 0;
	color: #fff;
	min-height: 50px;
	justify-content: space-between;
	align-items: center;
	display: flex;
}

.deff .topRow {
  background: #ff7319; 
}

.thisIsIndex .topRow {
   background: #ff7319; 
}

.topRInn {
	/* max-width: 1000px; */
	margin: 0 auto;
	padding: 0 8px;
	/* min-height: 72px; */
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#topRCont {
	display: flex;
	gap: 5px 20px;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 0;
	width: 100%;
}

#topRCont .lSide {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px 15px;
}

#topRCont .lSide a,
#topRCont .rSide a {
	display: flex;
	align-items: center;
	gap: 5px 5px;
	text-decoration: none;
	font-weight: normal;
	/*letter-spacing: 1px;*/
	letter-spacing: initial;
  font-size: 14px;

}

#topRCont .lSide a > svg,
#topRCont .rSide a > svg {
  height: 17px;
}

#topRCont a,
#topRCont a > svg {
/*   color: #d7b18d;
  fill: #d7b18d; */
  color: #fff;
  fill: #fff;
}




.trCon {
	display: flex;
  align-items: center;
	gap: 10px;
}


.trCon a {
  display: flex;
  align-items: center;
}

.trCon svg {
  fill: #fff;
  height: 20px;
}

.trPhone svg {
  fill: #fff;
  height: 20px;
}

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

.mainFlex {
  padding: 0;
  margin: 0 0 10px;
  display: block;
}

.content-mid {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px;
  margin: 0;
  /*  order: 2; */
}
.leftSide {
  opacity: 1;
  /*  order: 1; */
}

.contentItemList {
	display: grid;
	gap: 10px 30px;
	grid-template-columns: 1fr 1fr 1fr;
}

.contentItemImgDivInner img {
  width: 100%;
  height: auto;
}

.contentInfoBox {
	padding: 5px;
	text-align: center;
}

.contentItemBox a {
  text-decoration: none;
}

main {
	background: #fff;
	/* border: 1px solid #ccc; */
	margin: 0 0 10px;
	padding: 10px 0 20px;
}


table {
  margin: 10px 0 20px;
}
table tr {
  opacity: 1;
}
table tr td {
  border: 1px solid #eee;
  vertical-align: top;
  padding: 5px 10px;
}
textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 50px;
  min-height: 30px;
  max-height: 100px;
}

a {
  font-weight: normal;
  color: #ff5100;
}

button {
  cursor: pointer;
}

p {
  margin: 0 0 20px;
}

.noWrap {
  white-space: nowrap;
}

.contentItemPageMainImg {
	margin: 0 0 20px;
}

.alert {
	background: hsla(240, 38%, 97%, 0.692);
	/* border: 1px solid #a0d2fd; */
	padding: 10px;
	margin: 0 0 20px;
	border-left: 4px solid #25257b;
	border-radius: 2px;
	font-size: 17px;
	line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  font-weight: 600;
  color: #ff5100;
}
h1 {
	font-size: 17px;
}

h2 {
  font-size: 17px;
}
h3 {
  font-size: 16px;
}

.hidden {
  display: none !important;
}

.error {
  background: #ffe0e0;
  color: #b70101;
  border: 1px solid #f04949;
}
.error td {
  background: #ffe0e0 !important;
  color: #b70101 !important;
  border: 1px solid #f04949 !important;
}

.pos65 {
	padding: 10px;
}


button[type="submit"] {
	background: #ff5100;
	color: #fff;
	padding: 5px 15px;
	border: 0;
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: 400;
	transition: all 200ms;
	text-decoration: none;
	border-radius: 2px;
}

button[type="submit"]:hover {
  background: #664422;
  color: #dfdfdf;
}



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

.fullBGRowContent {
  padding: 0 20px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  bottom: 2%;
  width: 100%;
  font-size: 35px;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .fullBGRowContent {
    font-size: 25px;
  }
  .contentItemList {
	grid-template-columns: 1fr 1fr;
	}
}

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

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

.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;
}

.contactPage {
  margin: 0 0 25px;
}

.errorBox {
  background: #ffeaea;
  padding: 5px;
  border: 1px solid #ff7d7d;
  border-radius: 2px;
  margin: 0 0 15px;
}

.errorBox ul {
  margin: 0;
}

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

.hkaInput {
  height: 26px !important;
  padding: 3px !important;
}
.hkaSelect {
  height: 26px !important;
}

input[type="text"], input[type="date"] {
	width: 100%;
	border: 1px solid #ced4da;
	padding: 10px;
	height: 34px;
	/* border-radius: 5px; */
}

.contForm {
  display: flex;
  flex-direction: column;
  /* padding: 15px; */
  margin: 0 0 20px;
  max-width: 400px;
  border-radius: 2px;
  /* background: none repeat scroll 0 0 #f2f6fc; */
  /* border: 1px solid #c9d4e6; */
  width: 100%;
  gap: 10px;
}

.contForm .inputRow {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

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

/* .contForm a {
  color: #6c41be;
} */

#contSubmitBtn {
  background: #3f7fcc;
  border: 1px solid #1a5fb3;
  color: #fff;
  padding: 4px 10px;
  font-weight: bold;
  border-radius: 5px;
  letter-spacing: 1px;
  cursor: pointer;
}

#contSubmitBtn:hover {
  background: #2570cc;
  border: 1px solid #0a468f;
}

.contForm input[type="text"] {
  width: 100%;
}
.contForm textarea {
	min-width: 100%;
	width: 100%;
	max-width: 100%;
	min-height: 25px;
	height: 150px;
	max-height: 250px;
	border: 1px solid #ced4da;
	border-radius: 5px;
  padding: 5px;
}

.eventPrices {
  display: flex;
  flex-direction: column;
  gap: 0px;
  width: 100%;
  margin: 0 0 20px;
}
.eventPriceRow {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  justify-content: space-between;
}

.contForm .inputRow select,
.inputRow input[type="date"],
.inputRow input[type="text"] {
  width: 100% !important;
  background: #fff;
  height: 30px !important;
  padding: 0 5px;
}

.eventInfoCont {
	background: aliceblue;
	padding: 15px;
	border: 2px solid #a1c7e8;
	/* margin: 0 0 20px; */
	max-width: 400px;
	/* margin: 0 auto; */
	color: #333;
}
.eventInfoCont .inputRow select {
  border: 2px solid #a1c7e8;
}

.wsDateTime {
  margin: 0 0 15px;
}

#heroKoll {
	width: 100%;
	height: 300px;
	/* background: #ff510033 url("./images/kollazs-02.jpg"); */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	border-bottom: 1px solid #ff5100fc;
	border-top: 1px solid #ff5100fc;
	box-shadow: 0 0 4px 0 #ff5100;
	margin: 0 0 10px;
}

#heroKollCont {
	position: relative;
	/* max-width: 990px; */
	height: 100%;
	margin: 0 auto;
	padding: 30px 20px 220px;
}

.heroText {
	padding: 30px;
	/* text-align: center; */
	font-size: 24px;
	color: #1d6603;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.heroText > div:first-of-type {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

#heroText h1 {
  font-size: 24px;
  margin: 0;
}

.thisIsIndex .hkaa {
	position: absolute;
	z-index: 22;
	top: 0;
	width: 100%;
}

.deff .hkaa {
	position: sticky;
}

#heroImg {
	width: 100%;
	/* height: 300px; */
	background: #f5e2d4 url("/kepek/global/hero-01.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	margin: 0 0 10px;
	/* border-bottom: 2px solid #ddd; */
	/* border-top: 2px solid #ddd; */
	min-height: 100vh;
}

#heroImgCont {
	position: relative;
	/* max-width: 990px; */
	height: 100%;
	margin: 0 auto;
	padding: 30px 20px 220px;
}

.heroText {
	padding: 30px;
	/* text-align: center; */
	font-size: 24px;
	color: #ff5100;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.heroText > div:first-of-type {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

#heroText h1 {
  font-size: 24px;
  margin: 0;
}



.introInner {
  margin: 0 auto 80px;
	padding: 0 10px;
}
.introBG {
	background: #0c0e34;
	padding: 20px;
	color: #fff;
}

.introBG a {
	background-color: #0144c1;
	color: #fff;
	padding: 5px 10px;
	border-radius: 3px;
	text-decoration: none;
	letter-spacing: .5px;
}

.introInner .moduleContent {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
} 

.introInner .moduleContent > div:first-of-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  text-align: center;
}

.introInner .moduleContent > div:first-of-type h3,
.introInner .moduleContent > div:first-of-type p {
  margin: 0 0 30px;
}

.introInner .moduleContent > div:first-of-type ul {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0;
}

.introInner .moduleContent > div:first-of-type li {
  text-align: center;
  padding: 0 0 5px;
}




.bold {
  font-weight: bold;
}

main ul {
  margin: 0 0 20px 20px;
}
.p-10 {
  padding: 10px;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.gally {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#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;
}

.resetSrc {
  color: #fff;
  background: #d70000;
  background: #ff0000;
  border: 1px solid #555555;
  display: inline-block;
  border-radius: 3px;
  padding: 2px 10px 2px 15px;
  text-decoration: none;
  font-size: 15px;
  position: relative;
}
.resetSrc::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  clear: both;
  height: 0;
}

/* jogi menu bmax*/
ul.nav.menu {
  list-style-type: none;
}

#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;
  padding: 0 0 25px;
}

.mb10 {
  margin-bottom: 10px;
}

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

nav.slideIn {
  background: #343434;
  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: #343434;
  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%);
  }
}

.zuSmenTbl {
  margin: 0 0 20px;
}
.zuSmenTbl tr td {
  padding: 5 10px;
}
#stripePayNow {
  height: 30px;
  padding: 0 10px;
  border-radius: 5px;
  background: #dd0416;
  border: 1px solid red;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#stripePayNow > div {
  width: 30px;
  height: 30px;
}
#stripePayNow svg {
  opacity: 1;
}
#stripePayNow svg path {
  fill: #fff;
  opacity: 1;
}
.paymentStatusSumm {
  height: 20px;
  display: flex;
  gap: 5px;
}
.paymentStatusSumm svg {
  width: 20px;
  height: 20px;
}
.paymentStatusSumm svg path {
  fill: #01af00;
}

.existingOrder {
  max-width: 800px;
  border: 2px solid #b3d8ff;
  background: aliceblue;
  padding: 0px;
}
.existingOrderInn {
  border: 2px solid #a1cfff;
  background: rgb(255, 255, 255);
  padding: 10px;
}
.existingOrder table {
  margin: 0 !important;
}

.logoHref, .logoHref p {
	color: #ff5100;
	display: flex;
	height: 100%;
	justify-content: flex-start;
	align-items: center;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	gap: 10px;
	font-size: 16px;
	/* text-transform: uppercase; */
	margin: 0;
}

.logoHref > * {
  margin: 0;
}

.logoHref svg {
	margin: 0;
	fill: #0b4414;
	height: 50px;
	width: 50px;
	min-height: 50px;
	min-width: 50px;
}

header {
	/* position: -webkit-sticky; */
	/* position: sticky; */
	/* padding: 0; */
	/* top: 0; */
	/* left: 0; */
	width: 100%;
	background: #fff;
	/* z-index: 199; */
  margin: 0 0 20px;
}

nav {
  padding: 0 10px;
  margin: 0 0 0px;
  z-index: 5;
  min-height: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /* background: red; */
}

.mobMenu {
  display: flex;
  /* max-width: 980px; */
  padding: 0px 0px;
  margin: 0 auto;
  align-items: center;
  width: 100%;
  gap: 10px;
  justify-content: flex-start
}
#menuTextOut {
	/* display: none; */
	/* justify-content: center; */
	/* align-items: center; */
	padding: 5px 0;
}

.logoHref img {
  height: 50px;
}

.logoText {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.logoText h2 {
  margin: 0;
}

.pos50 {
	background: #1448a9;
	padding: 30px 0;
	color: #fff;
	padding: 50px 10px;
}

.pos50 .moduleContent {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  justify-content: space-between;
}

.pos50 .moduleContent > div {
   display: flex;
   flex-direction: column;
   justify-content: center;
}

.pos50 .siteMaxW.posInn {
  padding: 0 40px;
}

.pos50 p:last-of-type,
.pos50 h2:last-of-type,
.pos50 h3:last-of-type {
  margin: 0;
}

.pos50 a {
	background: #fff;
	border-radius: 10px;
	text-decoration: none;
	color: #1448a9;
	/* height: 30px; */
	display: block;
	padding: 10px 15px;
	text-transform: uppercase;
	letter-spacing: .5px;
}

/* desktop */

.mobMenu ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  gap: 5px 0;
}

.mobMenu ul li ul {
	min-width: 200px;
	position: absolute;
	top: 30px;
	display: none;
	animation-name: ul-in;
	animation-duration: 450ms;
	animation-timing-function: ease;
	z-index: 12;
	background: #fff;
	border: 1px solid #ff5100;
	border-radius: 2px;
	/* border-top: 0; */
	padding: 5px 10px;
}
@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 #9b7539; */
  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;
  /*  border-right: 1px solid #eee; */
}

.mobMenu ul li:hover {
	background: rgba(255,255,255,.2);
}
.mobMenu ul li.active {
	background: rgba(255,255,255,.2);
}

.mobMenu ul li ul li {
  display: flex;
  flex-direction: column;
  border: 0;
  /* border-bottom: 1px solid #eee; */
}
.mobMenu ul li ul li:last-of-type {
  border: 0;
}

.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: 30px;
	padding: 0 10px;
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	/* text-transform: uppercase; */
	text-decoration: none;
	color: #1a1a1a;
	font-weight: 400;
	font-size: 17px;
	letter-spacing: .5px;
	text-align: center;
	/* background: #ffffff; */
	/* border-bottom: 2px solid rgb(255, 255, 255); */
}

/* .mobMenu ul li.active > a {
  color: #0fa89d;
} */
/* 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;
  width: 100%;
}

.mobMenu ul li ul li a {
  height: 36px;
  min-height: initial;
  /* background: #fff; */
  padding: 0 10px 0 10px;
  text-transform: unset;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 0;
  color: #212529;
  /* 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 {
	/* background: #fff; */
	color: #1e1e1e;
	text-decoration: underline;
}
.mobMenu ul li ul li > a:hover .menuArrow {
  border-right: 2px solid #33312d;
  border-bottom: 2px solid #33312d;
}

.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: 2px solid #1d1d1d;
  border-bottom: 2px solid #1d1d1d;
  transform: rotate(45deg);
}
ul li ul li .menuArrow {
  transform: rotate(-45deg);
  border-right: 2px solid #1d1d1d;
  border-bottom: 2px solid #1d1d1d;
  margin: 0;
}

#mobMenuLayer {
  display: none;
}

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

@media only screen and (max-width: 568px) {

  .heroText {
    padding: 10px;
    /* text-align: center; */
    font-size: 20px;
    color: #ff5100;
    display: grid;
    grid-template-columns:  1fr;
    gap: 30px;
  }
  
  .contentItemList {
	grid-template-columns: 1fr;
	}
}


@media only screen and (max-width: 768px) {
  #heroKoll {
    height: 170px;
  }


  .introInner .moduleContent {
    grid-template-columns: 1fr;
    gap: 30px;
  }
/*   .introInner .moduleContent {
    grid-template-columns: 1fr;
    gap: 30px;
  } */

  .pos50 .moduleContent {

    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
  }

  .fixTop {
    /* grid-template-columns: 60px 1fr; */
    padding: 0;
  }
  .fixTopRight {
    flex-direction: row;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 35px;
  }
  body {
    padding: 0px 0 0;
  }

  .logoHref img {
    /* width: 60px; */
    height: 50px;
  }
  /* override ID */
  .mobMenuLayer {
    position: fixed;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    -webkit-animation: layerFadeIn 0.5s ease-in-out;
    animation: layerFadeIn 0.5s ease-in-out;
    animation-fill-mode: forwards;
    opacity: 0;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    transition: all 500ms;
  }
  @-webkit-keyframes layerFadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes layerFadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  /*   .mobMenuLayer::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);  
  }
 */
  .menuArrow {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
  }

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

  nav {
    /* height: 35px; */
    min-height: initial;
    justify-content: flex-end;
  }
  .mobMenu {
    margin: initial;
    display: flex;
    height: 60px;
    gap: 20px;
    justify-content: space-between;
  }

  #menuText {
    opacity: 1;
    /*  height: 60px;
    line-height: 40px; */
  }
  #closeMobMenu {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 10px;
  }
  .xXy {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #eee;
    padding: 3px;
    cursor: pointer;
  }
  .xXy svg {
    fill: #eee;
  }

  #menuUlBox {
    position: fixed;
    display: flex;
    background: #e6e6e6;
    padding-right: 0px;
    flex-direction: column;
    z-index: 44;
    height: 100%;
    width: 290px;
    overflow-x: hidden;
    top: 0;
    left: -300px;
  }

  .stickyClass {
    padding: 10px 10px 50px;
    min-height: 100vh;
    /* width: 270px; */
    /* overflow-x: hidden; */
    position: relative;
    background: #262626;
    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%;
    /* background: #222; */
    padding: 0;
  }

  .logoHref {
    opacity: 1;
  }

  .burgerMenu {
    cursor: pointer;
    z-index: 9;
    position: relative;
    border-radius: 3px;
    padding: 0;
    width: 50px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    /* border: 1px solid #ff5100; */
    padding: 5px;
  }
  .menuDott {
    /* border: 1px dotted #c96; */
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bar1,
  .bar2,
  .bar3 {
    width: 30px;
    height: 3px;
    background-color: #ff5100;
    /* 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: 1px solid #6b6b6b; */
  }
  .mobMenu ul li ul {
    position: initial;
    width: initial;
    padding-left: 3px;
    background: #fff;
    border: 0;
    border-radius: 0;
  }
  .mobMenu ul li ul li {
    white-space: initial;
  }
  .mobMenu ul li ul li ul {
    position: initial;
    width: initial;
    /* background: #212e37; */
    padding: 0 0 0 20px;
    border: 0;
    /* border-left: 20px solid; */
  }
  .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;
    border: 0;
    padding: 7px 0;
  }
  .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;
    min-height: initial;
    font-size: 16px;
    padding: 0 10px 0 10px;
    width: 100%;
    /* background: #fff; */
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    border: none;
  }
  /*  .mobMenu ul li a:hover {
    color: #c29958;
  }
  .mobMenu ul li.active > a {
    color: #c29958;
  } */
  .mobMenu ul li > a:hover .menuArrow {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }

  .mobMenu ul li ul li a {
    padding: 0 10px 0 10px;
    /* background: #111; */
    /* color: #fff; */
    text-align: left;
    justify-content: flex-start;
    height: auto;
    min-height: 25px;
  }
  .mobMenu ul li ul li ul li a {
    padding: 0 5px 0 10px;
    background: none;
    color: #fff;
  }
  .mobMenu ul li ul li ul ul li a {
    padding: 0 5px 0 10px;
    background: none;
    color: #fff;
  }
}

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

.gyikItemList {
  opacity: 1;
}

.gyikItemList h3 {
  margin: 0 0 0px;
}

.referenceItemBox {
  background: #f8f8f8;
	margin: 0 0 15px;
	padding: 15px;
	border: 1px solid #dbdbdb;
}

.referenceItemBox.grid {
  
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 10px 20px;
}



.referenceItemImgDiv {
	display: flex;
	justify-content: center;
	align-items: center;
	max-height: 100%;
	max-width: 100%;
	/* border: 4px solid red; */
}

.referenceItemImgDivInner {
	/* height: 100px; */
	max-height: 100px;
	/* border-left: 10px solid blue; */
	display: contents;
}

.referenceItemImgDivInner img {
	border: 2px solid #664422;
	max-height: 220px;
	height: auto !important;
}

.referenceRates {
  opacity: 1;
  margin: 0 0 10px;
}
.referenceRates svg {
	opacity: 1;
	height: 20px;
	width: 20px;
	fill: #664422;
}


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

footer {
  text-align: center;
  margin: 0;
  padding: 0;
/*   min-height: 300px; */
  color: #979797;
  background: #252525;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.footerPositions {
  font-size: 15px;
  text-align: left;
  max-width: 1070px;
  margin: 0 auto;
}


.footer-inner {
	opacity: 1;
  padding: 10px;
}

.pos95 {
  padding: 10px 0 30px;
  text-align: justify;
}

.footerPositions h3 {
  margin: 0 0 15px;
  font-size: 21px;
}

.footerMenu {
  opacity: 1;
}
.footerMenu ul {
  opacity: 1;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style-type: none;
  gap: 10px 0;
}
.footerMenu ul li {
  opacity: 1;
  position: relative;
  padding: 0 15px 0 14px;
}
.footerMenu ul li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 60%;
  background: #fff;
  opacity: 1;
  top: 50%;
  right: 0px;
  transform: translateY(-40%);
}
.footerMenu ul li:last-of-type::after {
  display: none;
}

.footerMenu ul li a {
  color: #fff;
  opacity: 1;
}

.animGrid3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 55px 30px;
	margin: 0 0 20px;
	padding: 35px 0 10px;
}

.animGrid3 div {
	text-align: center;
	/* box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 12%); */
	padding: 0px 20px 20px;
	display: flex;
	flex-direction: column;
	gap: 25px;
  /*border: 1px solid #ededed;*/
   background: #fafafa; 
  transition: all 300ms;
}

.animGrid3 h3 {
  margin: 0;
  font-size: 20px;
}

.animGrid3 p {
  margin: 0;
 }

.animGrid3 div:hover h3 {
  opacity: 1;
/* color: #9fdfa9; */
}



.animGrid3 div:hover {
  /* background: #ff5100; */
  /* color: #fff; */
  z-index: 1;
}

.animGrid3 div.svgDIV {
	padding: 0;
	justify-content: center;
	align-items: center;
	border: 0;
	margin: -40px 0 0;
  background: none;
}

.animGrid3 div.svgDIV:hover {
  background: none;
}

.svgDIV svg {
  opacity: 1;
  position: relative;
  z-index: 2;

}

.svgDIV svg path {
  fill: #664422;
  fill: #ff5100;

}

.animGrid3 div.svgDIVinner {
	justify-content: center ;
	align-items: center ;
	border: 0 ;
	padding: 0px;
	background: #9fdfa9;
	border-radius: 50%;
	height: 70px;
  position: relative;
}

.animGrid3 div.svgDIVinner:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 85px;
  height: 85px;
  background: #fff;
  border-radius: 50%;
}

.animGrid3 div.svgDIVinner:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 85px;
  height: 85px;
  background: #fff;
  border-radius: 50%;
  transition: all 200ms;
}

@keyframes pulse-border {
0% {
  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  opacity: 1;
}
100% {
  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
  opacity: 0;
}
}


#animGrid3 {
	text-align: center;
	font-size: 25px;
	/* border-bottom: 2px solid red; */
	/* display: inline-block; */
	position: relative;
}

.animGrid3 img {
  width: 100px;
}




.moveFBottCont {
  opacity: 1;
}
.moveFBottCont .moveFBott {
  opacity: 0;
  transition: opacity 800ms ease-in-out, transform 800ms ease-in-out;
  transform: translateY(40%);
}
.moveFBottCont .moveFBott:nth-child(2n) {
  transition-delay: 0.1s;
}
.moveFBottCont .moveFBott:nth-child(3n) {
  transition-delay: 0.2s;
}
.moveFBottCont .moveFBott:nth-child(4n) {
  transition-delay: 0.3s;
}
.moveFBottCont .moveFBott:nth-child(5n) {
  transition-delay: 0.4s;
}
.moveFBottCont .moveFBott:nth-child(6n) {
  transition-delay: 0.5s;
}

.moveFBottCont .moveFBott.visible {
  opacity: 1;
  transform: translateY(0);
}

.pos70 {
	margin: 0 0 0px;
	background: #f4f7f3;
	padding: 40px 0 30px;
}

.pos70 .moduleHead h3 span {
  background: #f4f7f3;
}

.moduleHead.siteMaxW {
	margin: 0 auto 20px;
	text-align: center;
}

.moduleHead h3 {
	display: inline-block;
	margin: 0 30px;
	margin-bottom: 5px;
	position: relative;
	font-size: 16px;
	font-weight: 600;
	background: #fff;
	color: #ae0000;
}
  
.moduleHead h3 span {
	background: #fff;
	padding: 0 10px;
	z-index: 4;
	position: relative;
	display: block;
	letter-spacing: .5px;
}

.moduleHead h3::after {
	position: absolute;
	content: "";
	height: 2px;
	top: 11px;
	right: -30px;
	left: -30px;
	background: #ae0000;
}

.moduleHead h4 {
	color: #ff5100;
	font-size: 24px;
}
  
.moduleHead h3, .moduleHead h4 {
  opacity: 0;
  transform: scale(0);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.moduleHead.in-view h3, .moduleHead.in-view h4 {
  opacity: 1;
  transform: scale(1);
}

.referenceBlck {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	padding: 10px 10px 0;
}

.referenceBlck div {
	text-align: center;
	padding: 15px 15px 15px;
	display: flex;
	flex-direction: column;
	border: 1px solid #c4c4c4;
	transition: all 300ms;
	position: relative;
	color: #464646;
	font-size: 16px;
	background: #fff;
}

.referenceBlck h3 {
  margin: 0;
  font-size: 20px;
}


/* .referenceBlck div:hover {
  background: #ff5100;
  color: #fff;
} */

.referenceBlck div.svgDIV {
	padding: 0 ;
	justify-content: center ;
	align-items: center ;
	border: 0 ;
}
.referenceBlck div.svgDIVinner {
	justify-content: center ;
	align-items: center ;
	border: 0 ;
	padding: 15px;
	background: #9fdfa9;
	border-radius: 50%;
	height: 70px;
}

.referenceBlck img {
	width: 110px;
	height: 110px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 0;
	border: 1px solid #ededed;
	border-radius: 50%;
	padding: 10px;
	background: #fff;
}

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

.refHName {
	margin: 0 0 10px;
  color: #664422;
  font-size: 20px;
}
.refHCity {
  margin: 0;
	font-size: 16px;
}



.pos80.posInn {
	padding: 0px 0 40px;
}


.blogModBlck {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
	padding: 0px 10px 0;
}

.blogModBlck div {
	opacity: 1;
}

.blogModBlck h3 {
  margin: 0;
  font-size: 20px;
}


/* .blogModBlck div:hover {
  background: #ff5100;
  color: #fff;
} */

.blogModBlck div.svgDIV {
	padding: 0 ;
	justify-content: center ;
	align-items: center ;
	border: 0 ;
}
.blogModBlck div.svgDIVinner {
	justify-content: center ;
	align-items: center ;
	border: 0 ;
	padding: 15px;
	background: #9fdfa9;
	border-radius: 50%;
	height: 70px;
}

.blogModBlck img {
  opacity: 1;
}







.hupiZ {

  background: #9fdfa9;
  color: #2f2c41;
  padding: 50px 10px;
  margin: 0 0 20px;
  letter-spacing: 0.5px;
}
.hupiZInn {
  opacity: 1;
}
.hupiZInn h1 {
	margin: 0;
	font-weight: 700;
	font-size: 35px;
	color: #ff5100;
	text-align: center;
}

.pos90.posInn {
  padding: 40px 0 20px;
}

.footerMenu4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px 20px;
  /* margin: 0 0 30px; */
}

.footerMenu4 a {
  color: #ff5100;
  text-decoration: none;
}

.footerMenu4 tr {
	display: grid;
	grid-template-columns: 30px 1fr;
}

.footerMenu4 tr td {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0;
	min-height: 30px;
	border: 0;
}

.footerMenu4 svg {
	max-width: 25px;
	max-height: 20px;
	fill: #ff5100;
}

.footerMenu4 h3 {
	margin: 0 0 15px;
	font-size: 15px;
	position: relative;
	padding: 0 0 0px;
	letter-spacing: 0.5px;
}

/* .footerMenu4 h3::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 50%;
  background: #0fa89d;
  left: 0;
  bottom: 0;
} */

.footerMenu4 ul {
  opacity: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style-type: none;
  padding: 0;
}

.footerMenu4 ul li {
  opacity: 1;
}

.pos95.posInn {
  padding: 20px 0 0;
  border-top: 1px solid #283751;
}

.copyRight {
  padding: 15px 0px 15px;
  text-align: center;
  color: #979797;
  font-size: 15px;
  letter-spacing: 0.5px;
  /* border-top: 1px solid #d9d9d9; */
  display: flex;
  justify-content: space-between;
}
.copyRightInn {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.copyRight a {
  color: #d7d7d7;
  letter-spacing: 0.5px;
  font-weight: normal;
  text-decoration: none;
}
.copyRight a:hover {
  text-decoration: underline;
}
.underLine {
  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) {
  
  .referenceItemBox.grid {
    grid-template-columns: 1fr 250px;
  }
  .blogItemList {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {

  .referenceItemBox.grid {
    grid-template-columns: 1fr 120px;
  }

  .animGrid3 {
    padding: 30px 10px 10px;
    grid-template-columns: 1fr;
  }
  .referenceBlck {
    grid-template-columns: 1fr;
    gap: 20px 20px;
  }
  .blogModBlck {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  
  .referenceBlck div {
    text-align: center;
  }




  .copyRightInn {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .blogItemList {
    grid-template-columns: 1fr 1fr;
  }
  .footerMenu4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 576px) {
  .animGrid3 {
    gap: 45px 20px;
  }
  .animGrid3 h3 {
    margin: 0;
    font-size: 16px;
  }
  .animGrid3 div {
    padding: 10px;
  }

  .blogItemList {
    grid-template-columns: 1fr;
  }
  .footerMenu4 {
    grid-template-columns: 1fr;
  }
}

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

.minminList {
  /*   background: #eebdbd; */
  opacity: 1;
}
.minminListInner {
  opacity: 1;
  display: flex;
  gap: 10px;
}
.minminListInner h3 {
  margin: 0;
}
.minminListInner .subCatImgDiv {
  opacity: 1;
  width: 40px;
  height: 40px;
  background: #f0f0f0;
  border-radius: 50%;
  overflow: hidden;
}
.smallCount {
  font-size: 14px;
}
.minminList a {
  color: #856c37;
  color: #4f3500;
}

.infoBox {
  margin: 0 0 25px;
  background: #e5f0ff;
  border-left: 4px solid #0170ff;
  border-radius: 3px;
  padding: 10px 10px 10px 10px;
  color: #222;
}
.infoBox p:last-of-type {
  margin-bottom: 0;
}

img {
  /* ez ne legyen ---> width: auto; miert ??*/
   width: auto;
  max-width: 100%;
 /*  height: auto; */
  max-height: 100%;
  vertical-align: middle;
}

.center {
  text-align: center;
}

.dreamList {
  margin: 0 0 20px;
}

.categoryView {
  opacity: 1;
  margin: 0 0 20px;
}

.categoryView h1 {
  color: #222;
  margin: 0px 0px 10px;
  text-align: left;
  font-size: 20px;
}

.subCatBlock {
  margin: 0 0 30px;
}

.mainIntro {
  margin: 0 0 30px;
}

h3.center {
  margin: 0 0 2px;
  font-size: 18px;
}

.grBackTo {
  background: #e6e6e6;
  padding: 5px 10px;
  border-radius: 4px;
  letter-spacing: 1px;
  display: flex;
  gap: 5px;
  align-items: center;
  margin: 0 0 20px;
}
.grBackTo svg {
  height: 15px;
  width: 15px;
  fill: #555;
}
.grBackTo.withA {
  padding: 0;
}
.grBackTo a {
  padding: 5px 10px;
  color: #111;
  display: flex;
  gap: 5px;
  align-items: center;
  text-decoration: none;
}

.pagiTop {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  margin: 0 0 0px;
}

.pagination {
	padding: 10px;
	display: inline-flex;
	flex-flow: row wrap;
	gap: 10px;
	border: 0;
	box-shadow: 0 0 2px 0 #aaa;
	border-radius: 5px;
}

.pagiUl {
	display: flex;
	list-style-type: none;
  margin: 0;
  padding: 0;
}

.pagiUl li {
	list-style-type: none;
}

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



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

.socIcons .modCustom {
  display: flex;
  align-items: center;
  gap: 10px;
}

td.kep img {
  min-width: 100px;
  min-height: 100px;
}
a {
  font-weight: 400;
}

#csomagkezbesites {
  background: #ffffff;
  border: 1px solid #a64646;
  line-height: 17px;
  padding: 15px;
}

.postapontModul {
  background: #ffffff;
  border: 1px solid #a64646;
  line-height: 17px;
  padding: 15px;
}

.adatkezelesModul {
  background: #ffffff;
  border: 1px solid #ccc;
  padding: 15px;
}

.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 ---*/

/*--- diavetito*/

.solidOK {
  background: #daffda;
  border: 1px solid #71ee71;
  padding: 10px;
  margin: 0 0 20px;
  border-left: 2px solid #71ee71;
  border-radius: 3px;
}

.solidError {
  background: #ffe6e6;
  border: 1px solid #f73737;
  padding: 10px;
  margin: 0 0 20px;
  color: #860000;
  border-left: 5px solid red;
  border-radius: 3px;
}

/* 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;
}
#also-sav {
  height: 20vh;
  background: #413d3d;
}


.imgGallery {
	display: flex;
	flex-flow: row wrap;
	gap: 10px;
  margin: 0 0 20px;
}

.imageGalleryFix.imgGallery {
  justify-content: center;
}

.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;
}

.modalPopUpBlock {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.modalPopUpInner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 5px;
  overflow: hidden;
  max-width: 500px;
  z-index: 1;
  background: #fff;
  padding: 10px 10px 10px;
  max-height: 80vh;
  overflow-y: auto;
}

.modalPopUpInnerHeader {
  display: grid;
  grid-template-columns: 1fr 28px;
  gap: 10px;
  /* padding: 5px 10px; */
  background: #fff;
  /*  min-height: 38px;
  line-height: 28px; */
  font-size: 16px;
  font-weight: bold;
}

.destroyModalP {
  background: white;
  display: inline-flex;
  height: 28px;
  width: 28px;
  float: right;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid red;
  cursor: pointer;
}

.modalPopUpInner img {
  max-width: 40%;
  width: 120px;
  float: right;
  margin: 4px 0 12px 12px;
}

.modalPopUpBlock ol {
  margin: 0 0 10px 20px;
  padding: 10px 0 0;
  gap: 10px;
  font-size: 15px;
}
.modalPopUpBlock ol li {
  margin: 0 0 10px;
}

@media only screen and (max-width: 768px) {
  .mobilon-hivas {
    background: #ff0000;
    border-radius: 3px;
    color: #fff !important;
    display: inline-block;
    /* margin: 0 0 5px; */
    padding: 5px 5px 5px 5px !important;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  .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: 450px;
	border: 2px solid #ff5100 !important;
	border-radius: 0px;
}

#palyazatLogo {
  width: 275px;
  height: 192px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 150;
  background:  url("./images/szechenyi-2020-topright.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#palyazatLogo a {
  display: block;
  width: 100%;
  height: 100%;
}

#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: 40px;
	bottom: 30%;
	right: 10px;
	cursor: pointer;
	padding: 0;
	z-index: 200;
	opacity: 1;
	/* border-radius: 50%; */
	border: 0;
	overflow: hidden;

	background: #ff5100;
  opacity: 0.8;
  transition: all 400ms;
}
#toTop:hover {
   opacity: 1;

}
.topC {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 2px solid #fff; */
}
.topArrow {
  border: 3px solid #fff;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  border-right: 0;
  border-bottom: 0;
  margin: 5px 0 0;
}
#toTop:hover .topArrow {
  /*   opacity: 1; */
  border: 3px solid #ffffff;
  border-right: 0;
  border-bottom: 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 {
  display: inline-block;
  position: relative;
}
.gallery_A img {
	padding: 3px;
	background: #fff;
	box-shadow: 0px 0px 3px #ca3a3a;
	/* border: 1px solid #ca3a3a; */
  max-height: 120px;
}

.gallery_A:hover img {
  background: #ff5100;
}
.gall-img {
  max-width: 200px;
  max-height: 100px;
  vertical-align: middle;
}

.gallImgCount {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: calc(100% - 8px);
	text-align: center;
	background: #ffffffcc;
	left: 4px;
	padding: 2px 0;
	color: #664422;
}

.gallery_A:hover .gallImgCount {
  background: #ffffff;
}

.row > .column {
  padding: 0 8px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.column {
  float: left;
  width: 25%;
}
#felso-sav {
  height: 10vh;
  background: #3f3f3f;
}

#also-sav {
  height: 20vh;
  background: #413d3d;
}

.modal-content img {
  width: auto;
  height: auto;
  max-height: 80vh;
  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;
  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);
}

@media only screen and (max-width: 768px) {

  #palyazatLogo {
    width: 220px;
    height: 166px;
    bottom: 0;
    top: initial; /* important */
    background:  url("./images/szechenyi-2020-bottomright.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .content-mid {
    order: 1;
  }
  .leftSide {
    order: 2;
  }
}

.leftSide {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#sideProdSearch {
  margin: 0;
}
#sideProdSearch .inputRow {
  /*  display: block;
  border: 5px solid #e4eaee;
  background: #e4eaee;
  border-radius: 5px;
 */
  margin: 0;
}
#sideProdSearch .submitRow {
  position: relative;
}
#sideProdSearch input {
  width: 150px;
  height: 28px !important;
  padding: 3px;
  border: 1px solid #90f4d0;
  border-radius: 3px;
}
.searchProdBtn {
  width: 34px;
  height: 26px;
  border-radius: 0;
  border: 0;
  background: #90f4d0;
  border-radius: 0 3px 3px 0;
  position: absolute;
  right: 0px;
  top: 1px;
}
.searchProdBtn:hover {
  background: #6edab2;
}

#hkaProdSearch .submitRow {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 5px;
}

#hkaProdSearch .submitRow button {
  height: 30px;
  padding: 0 10px;
  letter-spacing: 1px;
  background: #2397db;
  border: 1px solid #2a86cb;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}

.searchStockInfo {
  margin: 0 0 5px;
}

.greenOK,
.redError {
  display: inline-block;
  padding: 5px;
  border-radius: 3px;
  background: #aadfb7;
  color: #1f642f;
}
.redError {
  background: #f8d7da;
  color: #721c24;
}
/* WEBSHOP ******************************** */
/* WEBSHOP ******************************** */

@media only screen and (max-width: 968px) {
  .xn {
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  .respoGridFrom5 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 568px) {
  .respoGridFrom5 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 348px) {
  .respoGridFrom5 {
    grid-template-columns: 1fr;
  }
}

.authRow {
  /* background: antiquewhite; */
  font-size: 19px;
  display: flex;
  gap: 7px;
  margin: 0 0 10px;
}
.authPic {
  width: 45px;
  height: 45px;
  /*  border: 1px solid #8e2a2a; */
  /*   border-radius: 50%; */
}
.authPic img {
  padding: 0;
  /* border: 2px solid #8e2a2a; */
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
.relatedTags {
  border-top: 1px solid #061835;
  padding: 5px 0;
  font-size: 17px;
  display: flex;
  gap: 10px;
}

.relatedTags span,
.relatedTags a {
  white-space: nowrap;
}
.blogItemBox {
	background: white;
	border-left: 3px solid;
	display: grid;
	grid-template-rows: auto 1fr;
	border: 1px solid #ededed;
	/* border-radius: 5px; */
}

.itemInTagPageImg,
.blogItemImgDiv {
  position: relative;
  /* margin: 0 0 10px; */
  /* background: #061835; */
  overflow: hidden;
  /* border-radius: 5px 5px 0 0; */
}
.itemInTagPageImgInner,
.blogItemImgDivInner {
  position: relative;
  display: block;
}

.itemInTagPageImg img,
.blogItemImgDiv img {
  width: 100%;
  height: auto;
  scale: 1;
  image-rendering: optimizeQuality;
  -webkit-transition: transform 0.4s ease-out;
  -moz-transition: transform 0.4s ease-out;
  -o-transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transform: scale(1);
}
.itemInTagPageImg:hover img,
.blogItemImgDiv:hover img {
  transform: scale(1);
}

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

.blogInfoBox {
	padding: 25px 25px;
  color: #797979;
}

.blogItemBox a {
  text-decoration: none;
}
.blogCatPageSDesc {
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* padding: 0px 5px; */
}
.blogInfoTitle h3 {
	/* font-size: 17px; */
	color: #ff5100;
	margin: 0 0 15px;
	font-size: 22px;
	font-weight: 400;
}

.blogItemPageMainImg {
  padding: 3px;
  border: 1px solid #eee;
  margin: 0 0 20px;
  max-width: 600px;
}
.blogItemMainOnly {
  margin: 0 0 10px;
}
.authRowDesc {
  font-size: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #061835;
}
.blogItemSDesc {
  margin: 0 0 15px;
}
.readMoreDiv a {
	height: 26px;
	color: #ff5100;
	/* padding: 0px 10px; */
	border-radius: 0;
	letter-spacing: .2px;
	/* background: #25257b; */
	/* border: 1px solid #25257b; */
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	text-transform: uppercase;
	font-size: 15px;
}

.readMoreDiv a:hover {
  background: #fff;
  color: #9fdfa9;
}

.readMoreDiv a svg {
  opacity: 1;
  height: 12px;
}

.readMoreDiv a:hover svg {
  fill: #9fdfa9;
}

.fullTagList a {
  text-decoration: none;
}

.fullTagList,
.blogItemList {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 868px) {
  .fullTagList,
  .blogItemList {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 568px) {
  .fullTagList,
  .blogItemList {
    grid-template-columns: 1fr;
  }
}
.tagRelCount {
  margin: 0 0 10px;
}
.itemInTagPageImg {
  margin: 0 0 10px;
}
.itemInTagPageImg img {
  width: 100%;
}


/*diavetito*/
#diaVetitoFull {
  padding: 0 10px;
}

#diablokk {
  max-width: 990px;
  margin: 0 auto 10px;
  padding: 0;
}
#slider {
  width: 100%;
  overflow: hidden;
  display: flex;
  gap: 15px;
}
.diavetito {
  width: 100%;
}

#slider > div#bg {
  position: static;
  display: none;
}
#slider > div {
  width: 100%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  position: initial;
  top: 0;
  left: 100%;
}
#eloreBtn,
#hatraBtn {
  display: none !important;
}

#slider picture {
  display: block;
}
#slider img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.pic-title {
  display: block;
  position: relative;
}
.pic-title > h3 {
  font-size: 18px;
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  font-weight: 500;
}
.pic-title > h3 > span {
  background: #fff;
  background: rgb(255, 255, 255, 0.7);
  color: #0f0e00;
  padding: 3px 6px;
  border-radius: 0;
  font-size: 17px;
  font-weight: normal;
  display: block;
  width: calc(100% - 6px);
}
.diaLink:hover h3 span {
  background: rgb(255, 255, 255, 0.9);
  color: #1f0000;
}
.diaLink {
  /* border: 1px solid #B5B5B5;  */
  display: block;
  /* padding: 3px;  */
  /* border-radius: 3px; */
}

.diaLink img {
	padding: 3px;
	background: #ff5100;
}

.diaLink:hover img {
  background: #664422;
}

#sliderEloreBtn, #sliderHatraBtn {
	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; */
	height: 30px;
	width: 30px;
	left: 5px;
	-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: none;
	border-radius: 3px;
	background: rgb(23, 106, 44);
	background: rgba(23, 106, 44, 0.55);
}
#sliderEloreBtn {
  left: initial;
  right: 5px;
}
.hka-disabled {
  opacity: 0.3;
}
#sliderEloreBtn:hover,
#sliderHatraBtn:hover {
	background: rgb(23, 106, 44);
	background: rgba(23, 106, 44, 0.8);
}

@media only screen and (max-width: 768px) {
  #sliderEloreBtn,
  #sliderHatraBtn {
    display: block;
  }
  /* .diavetito {
    border: 2px solid #0000ff;
    border-radius: 5px;
  } */
  /* .diavetito:hover {
    background: #c1998a;
  } */
  #slider > div#bg {
    display: block;
  }
  #slider img {
    border: 0;
  }
  #slider {
    width: 100%;
    /* background: #c7c7c7; */
    position: relative;
    /* border: 2px solid #1f1f1f; */
    overflow: hidden;
    /* box-shadow: 0 0 2px 0px #555; */
    /* border-radius: 5px; */
  }
  #slider > div {
    width: 100%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    position: absolute;
    top: 0;
    left: 100%;
  }
  .pic-title > h3 > span {
    font-size: 18px;
  }

  .diaLink {
    border: 0px !important;
    padding: 0px !important;
  }
}
.fromRight {
  -webkit-animation: fromRight 1s ease-in-out;
  animation: fromRight 1s ease-in-out;
}
.toLeft {
  -webkit-animation: toLeft 1s ease-in-out;
  animation: toLeft 1s ease-in-out;
}
.fromLeft {
  -webkit-animation: fromLeft 1s ease-in-out;
  animation: fromLeft 1s ease-in-out;
}
.toRight {
  -webkit-animation: toRight 1s ease-in-out;
  animation: toRight 1s ease-in-out;
}
@-webkit-keyframes fromRight {
  0% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}
@keyframes fromRight {
  0% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes toLeft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes toLeft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@-webkit-keyframes fromLeft {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@keyframes fromLeft {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes toRight {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes toRight {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

/* Diavetítő */
/* Diavetítő */