/* Generated by less 2.5.1 */
@charset 'UTF-8';
.kenyerszoveg {
  font-family: 'Roboto Condensed', sans-serif;
}
/*********************************************************************************/
/* Alapok                                                                        */
/*********************************************************************************/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-overflow-scrolling: touch;
}
body,
input,
textarea {
  font-family: 'Roboto Condensed', sans-serif;
}
body {
  font-size: 15px;
  line-height: 1.35;
  font-weight: 400;
}
.pageContent {
  line-height: 1.25;
}
.pageContent p {
  margin-bottom: 1.1em;
}


html {
  height: 100%;
}
body {
  min-height: 100%;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}
.wrapper {
  flex: 1;
}


footer {
  position: relative;
}

.copyright {
  opacity: 0.3;
  float: right;
  margin: 0 20px 10px 0;
  padding: 0;
  text-align: right;
}
.whiteBox {
  background: white;
  padding: 30px 0;
}
.clr {
  clear: both;
  display: block;
}
p,
ul,
ol,
dl,
table {
  margin-bottom: 1em;
}
ul,
ol {
  padding-left: 20px;
}
section {
  margin-bottom: 3em;
}
section > :last-child,
article > :last-child {
  margin-bottom: 0;
}
section:last-child,
article:last-child {
  margin-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
}
#map_canvas1 img {
  border: none !important;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.alignright {
  float: right;
  margin-left: 15px;
}
.alignleft {
  float: left;
  margin-right: 15px;
}
.aligncenter {
  display: block;
  margin: 0 auto;
  float: none;
}
#mobilMenu,
.almenuMobilGomb {
  display: none;
}
.blogListaKep {
  padding: 10px;
  border: solid 1px #bababa;
}
.bejegyzes h2 {
  margin-bottom: 5px;
}
/*********************************************************************************/
/* Tipográfia                                                                    */
/*********************************************************************************/
a {
  text-decoration: none;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: #3a3a3a;
}
a:hover,
a:active,
a:focus {
  color: #000;
  text-decoration: underline;
  outline: none;
}
a img {
  border: 0;
}
a.read-more {
  text-transform: uppercase;
  font-size: 0.9em;
}
a.noHref {
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.25em 0;
  font-family: 'Roboto Condensed', sans-serif;
}
h1 {
  font-size: 1.6em;
  text-transform: uppercase;
  margin-bottom: 25px;
}
h2 {
  font-size: 1.4em;
  margin: 35px 0 15px 0;
}
h3 {
  font-size: 1em;
  margin: 35px 0 15px 0;
}
h3.widgetTitle {
  font-size: 1.2em;
  padding: 12px 8px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
ol li,
ul li {
  margin-bottom: 0.35em;
}
ul li {
  display: block;
  position: relative;
}
ul li:before {
  content: "\f111";
  font-family: "FontAwesome";
  font-size: 0.4em;
  position: absolute;
  left: -12px;
  top: 10px;
}
hr {
  border: none;
  display: block;
  margin: 10px 0 20px 0;
  border-bottom: solid 2px #ddd;
  clear: both;
}
hr.cikkSeparator {
  margin-left: 15px;
  margin-right: 15px;
}
/*********************************************************************************/
/* Űrlap                                                                         */
/*********************************************************************************/
form input,
form select,
form textarea {
  -webkit-appearance: none;
}
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form textarea,
form select {
  border: 0;
  padding: 10px 10px 8px 10px;
  font-size: 1.1em;
  border: solid 1px #222;
  width: 100%;
  transition: 200ms;
  font-weight: bold;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form textarea:focus,
form select:focus {
  outline: none !important;
}
form textarea {
  height: 5.2em;
}
form.search {
  display: inline-block;
}
form.search button {
  background: none;
  border: none;
  padding: 4px;
  width: 15%;
  transition: 200ms;
}
form.search input {
  width: 80%;
  background: none;
  border: none;
  padding: 0;
  padding-top: 5px;
}
form.search input:focus {
  outline: none;
}
select {
  padding: 5px !important;
  border: solid 1px #222;
  background: #444444 url(../images/select.png) right center no-repeat;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  appearance: none;
  text-overflow: '';
  color: #bbb;
}
select:focus,
select:active {
  outline: none;
  background: #ffffff url(../images/select.png) right center no-repeat;
}
select::-ms-expand {
  display: none;
}
select option {
  padding: 6px 12px;
}
html.ua-firefox select {
  padding: 0 6px !important;
}
form ::-webkit-input-placeholder {
  color: #eee !important;
}
form :-moz-placeholder {
  color: #eee !important;
}
form ::-moz-placeholder {
  color: #eee !important;
}
form :-ms-input-placeholder {
  color: #eee !important;
}
form ::-moz-focus-inner {
  border: 0;
}
/*********************************************************************************/
/* Gombok                                                                        */
/*********************************************************************************/
.button,
.more-link,
a.submitbutton,
input[type=submit] {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2em;
  outline: 0;
  cursor: pointer;
  overflow: hidden;
  padding: 15px;
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  border: solid 2px white;
}
.button:before,
.more-link:before,
a.submitbutton:before,
input[type=submit]:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.button:hover,
.more-link:hover,
a.submitbutton:hover,
input[type=submit]:hover,
.button:focus,
.more-link:focus,
a.submitbutton:focus,
input[type=submit]:focus,
.button:active,
.more-link:active,
a.submitbutton:active,
input[type=submit]:active {
  text-decoration: none !important;
}
.more-link {
  padding: 8px 16px;
  text-decoration: none !important;
  margin: 0 0;
  clear: both;
  display: inline-block;
  text-align: center;
}
.button-big {
  font-size: 1.2em !important;
  padding: 12px 20px !important;
}
.small {
  padding: 10px 15px;
  font-size: 1em;
}
/*********************************************************************************/
/* Navigáció                                                                     */
/*********************************************************************************/
#nav ul > li {
  display: inline-block;
  padding: 0;
}
#nav ul {
  display: block;
  position: relative;
  margin-bottom: 9px;
  /* For IE, the outcast */
  zoom: 1;
  *display: inline;
  text-align: center;
  padding: 0;
}
#nav ul li {
  display: inline-block;
}
#nav ul li a {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: none;
  padding: 0 30px;
  transition: 300ms;
  text-transform: uppercase;
  font-size: 1.15em;
  font-weight: 300;
  color: #c0c0c0;
}
#nav ul li:hover a,
#nav ul li:focus a,
#nav ul li.current-page-ancestor a,
#nav ul li.current-menu-item a,
#nav ul li.current-menu-parent a,
#nav ul li.current-post-parent a {
  text-decoration: none;
  color: #3a3a3a;
}
#nav ul li:before {
  display: none;
}
#nav ul li:first-child a {
  padding-left: 0;
}
#nav ul li:last-child a {
  padding-right: 0;
}
#nav ul li ul {
  position: absolute;
  display: none;
}
#nav .container {
  position: relative;
}
#categoryLinkek {
  margin-bottom: 40px;
  font-size: 0;
}
#categoryLinkek a {
  color: #c0c0c0;
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-block;
  width: auto;
  padding: 0 10px;
  margin-bottom: 0;
  font-size: 14px;
}
#categoryLinkek a:hover {
  text-decoration: none;
  color: #3a3a3a;
}
#socialHeader {
  right: 14px;
  position: absolute;
  z-index: 50;
}
#socialHeader a {
  font-size: 18px;
  color: #c0c0c0;
  display: inline-block;
  margin-left: 8px;
}
#socialHeader a:hover,
#socialHeader a:focus,
#socialHeader a:active {
  color: #3a3a3a;
}
header #socialHeader #gombWrap {
  margin-top: -7px;
}
body.page #nav ul {
  margin-bottom: 72px;
}
body.home #nav ul {
  margin-bottom: 9px;
}
body.home #logo,
body.home #nav,
body.home #langSwitcher,
body.home #categoryLinkek,
body.home .pageContentBottom,
body.home .caption,
body.home #kategoriaNavigacio,
body.home #kezdoSliderNavigacio {
  opacity: 0;
}
body.archive #categoryLinkek a:first-child {
  color: #3a3a3a;
}
body #categoryLinkek a.active {
  color: #3a3a3a;
}
body.contact #logo,
body.about #logo,
body.contact #nav,
body.about #nav {
  opacity: 1;
}
/*********************************************************************************/
/* Oldalfelépítés                                                                */
/*********************************************************************************/
#kategoriaSlider,
#kezdolapSlider {
  position: relative;
  opacity: 0;
  transition: 200ms;
  margin-bottom: 14px !important;
}
#kategoriaSlider .item .kepDoboz,
#kezdolapSlider .item .kepDoboz {
  position: relative;
}
#kategoriaSlider .item .videoDoboz,
#kezdolapSlider .item .videoDoboz {
  background: #fff;
  position: relative;
  height: auto;
}
#kategoriaSlider .item .videoDoboz video,
#kezdolapSlider .item .videoDoboz video {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: -5px;
}
#kategoriaSlider .item .caption,
#kezdolapSlider .item .caption {
  background: white;
  text-align: center;
  padding: 10px 5px 5px 5px;
  text-transform: uppercase;
  height: 35px;
}
#kategoriaSlider .item:focus,
#kezdolapSlider .item:focus,
#kategoriaSlider .item:active,
#kezdolapSlider .item:active {
  outline: none !important;
}
#kategoriaNavigacio,
#kezdolapNavigacio {
  text-align: center;
  margin-left: -10px;
  margin-right: -10px;
}
#kategoriaNavigacio a,
#kezdolapNavigacio a {
  display: inline-block;
  margin: 5px 3px;
  opacity: 0.3;
  transition: 200ms;
  width: 92px;
  position: relative;
}
#kategoriaNavigacio a:hover,
#kezdolapNavigacio a:hover,
#kategoriaNavigacio a.active,
#kezdolapNavigacio a.active {
  opacity: 1;
}
#kategoriaNavigacio a img,
#kezdolapNavigacio a img {
  border: solid 2px #3a3a3a;
}
#kategoriaNavigacio a .playButtonOver,
#kezdolapNavigacio a .playButtonOver {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/play.png) center center no-repeat;
}
.nagyitoGomb {
  opacity: 0.3;
  transition: 200ms;
  right: 5px;
  margin-top: 0;
  position: absolute;
}
.nagyitoGomb:hover {
  opacity: 1;
}
.audioPlayButton {
  opacity: 0.3;
  border: none;
  background: none;
  padding: 0;
  margin-top: -1px;
  position: absolute;
  right: 30px;
}
.audioPlayButton:focus,
.audioPlayButton:active {
  outline: none !important;
}
header > .text-center {
  position: relative;
  max-width: 930px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  header > .text-center {
    max-width: 750px;
  }
}
#langSwitcher {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  list-style: none;
  margin: 0;
  padding: 0;
}
#langSwitcher li {
  display: inline-block;
  margin-left: 5px;
}
#langSwitcher li:before {
  display: none;
}
#langSwitcher a {
    text-transform: uppercase;
	color: #c0c0c0;
	font-weight: 300;
	transition: 300ms;
	text-decoration: none !important;	
}
#langSwitcher a:hover, 
#langSwitcher .current-lang a {
	color: #3a3a3a;
    text-decoration: none !important;	
}
#logo {
  margin-top: 19px;
  margin-bottom: 8px;
  display: block;
  color: #c0c0c0;
  /*font-size: 2.26em;*/
  font-size: 2.2em;
/*  text-indent: -18px;*/
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300 !important;
}
#logo:hover,
#logo:active,
#logo:focus {
  text-decoration: none;
}
.modal-header {
  display: none !important;
}
.modal-body {
  border-radius: 0;
  border: solid 4px #17c5cc;
}
/*.fancybox-wrap {
    &:after { display: block; width: 27px; height: 27px; content: " "; position: absolute; bottom: -27px; right: 0; pointer-events: none;
        background: url(../images/fancy/close.png) center center no-repeat; cursor: pointer; transition: 500ms; opacity: 0;
    }
}*/
.fancybox-close {
  opacity: 0;
  transition: 200ms;
}
.audioPlayButtonFancy {
  opacity: 0;
  border: none;
  background: none;
  padding: 0;
  position: absolute;
  bottom: -27px;
  right: 32px;
  transition: 200ms;
  width: 27px;
  height: 27px;
}
.audioPlayButtonFancy:focus,
.audioPlayButtonFancy:active {
  outline: none !important;
}
.fancybox-overlay:hover .fancybox-close,
.fancybox-overlay:hover .audioPlayButtonFancy {
  opacity: 0.4;
}
footer {
  padding: 0;
}
footer p {
  margin: 0;
}
footer #socialHeader {
  right: auto;
  position: relative;
}
aside.sidebar {
  margin-left: -15px;
  padding-left: 15px;
}
.gallery-item a {
  display: block;
}
.gallery-item a img {
  padding: 5px;
  border: none !important;
}
/*********************************************************************************/
/* Táblázat                                                                      */
/*********************************************************************************/
table {
  width: 100%;
}
table td,
table th {
  border: none;
  padding: 2px 0;
}

/*********************************************************************************/
/* Egyedi grid                                                                   */
/*********************************************************************************/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-25,
.col-sm-25,
.col-md-25,
.col-lg-25,
.col-xs-35,
.col-sm-35,
.col-md-35,
.col-lg-35 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
.col-xs-25 {
  width: 40%;
  float: left;
}
.col-xs-35 {
  width: 60%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
  .col-sm-25 {
    width: 40%;
    float: left;
  }
  .col-sm-35 {
    width: 60%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
  .col-md-25 {
    width: 40%;
    float: left;
  }
  .col-md-35 {
    width: 60%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
  .col-lg-25 {
    width: 40%;
    float: left;
  }
  .col-lg-35 {
    width: 60%;
    float: left;
  }
}
@media only screen and (max-width: 1199px) {
  .button,
  .more-link,
  a.submitbutton,
  input[type=submit] {
    font-size: 1.1em;
  }
  strong.freeOptin {
    margin-top: 15px;
    margin-bottom: 25px;
    display: block;
  }
  strong.freeOptin span {
    font-size: 24px !important;
    line-height: 1.4em !important;
  }
}
@media only screen and (max-width: 991px) {
  #nav ul li a {
    padding: 20px 10px 5px 10px;
  }
  #kategoriaSlider .item .videoDoboz,
  #kezdolapSlider .item .videoDoboz {
    background: #000;
    position: relative;
  }
  #kategoriaSlider .item .videoDoboz video,
  #kezdolapSlider .item .videoDoboz video {
    position: relative;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #langSwitcher {
    right: 55px;
  }
  #mobilMenu {
    display: block;
    position: fixed;
    top: 20px;
    right: 15px;
    cursor: pointer;
    transition: 200ms;
    padding: 1px;
    border-radius: 4px;
    z-index: 100;
    font-size: 2em;
  }
  #nav {
    margin-top: 15px;
  }
  #nav ul {
    display: none;
  }
  #nav ul li {
    display: block;
    margin: 0;
  }
  #nav ul li a {
    padding: 10px 10px 10px 5px;
    border-bottom: solid 1px #eee;
  }
  #nav #socialHeader {
    float: none;
    left: 5px;
    right: auto;
    position: absolute !important;
    top: -70px;
  }
  #kategoriaSlider .item .caption,
  #kezdolapSlider .item .caption {
    height: auto;
  }
  .slick-prev,
  .slick-next {
    display: none !important;
  }
  #kategoriaSlider .item .videoDoboz,
  #kezdolapSlider .item .videoDoboz {
    position: relative;
    height: auto;
  }
}
@media only screen and (max-width: 500px) {
  .xxs100 {
    width: 100%;
    float: none;
  }
  .xxs100 img {
    width: 100%;
  }
}
@media only screen and (max-width: 460px) {
  body {
    font-size: 14px;
  }
  form.search {
    display: block;
    margin-right: 60px;
  }
}
/* Slider */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #ffffff url("../img/ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  transition: 300ms;
  top: 0;
  bottom: 150px;
  width: 20%;
  padding: 0;
  border: none;
  outline: none;
  opacity: 1;
  box-shadow: none;
  background: transparent;
  text-align: center;
  z-index: 50;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:active,
.slick-next:active {
  border: none;
  opacity: 1;
  background: none;
  box-shadow: none;
  text-align: center;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before,
.slick-prev:active:before,
.slick-next:active:before {
  transition: 300ms;
}
#kezdoSliderNavigacio {
  opacity: 0;
}
#kezdoSliderNavigacio div.navItem {
  cursor: pointer;
  text-align: center;
  opacity: 0.3;
  transition: 500ms;
}
#kezdoSliderNavigacio div.navItem.slick-current,
#kezdoSliderNavigacio div.navItem:hover {
  opacity: 1;
}
#kezdoSliderNavigacio div.navItem img {
  margin: 0 auto;
}
#kezdoSliderNavigacio div.navItem:focus {
  outline: none !important;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0;
}
/*.slick-prev:before,
.slick-next:before { font-family: 'FontAwesome'; font-size: 52px; line-height: 1; width: 52px; height: 52px; color: #eee; transition: 300ms;
    display: block; opacity: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transition: 300ms; text-align: center;
    text-shadow: 0 2px 4px #000000;
}*/
.slick-prev {
  left: 0;
  margin-left: 0;
}
/*.slick-prev:before { content: "\f104"; }*/
.slick-next {
  right: 0;
  margin-right: 0;
}
/*.slick-next:before { content: "\f105"; }*/
/* Dots */
.slick-dots {
  position: absolute;
  bottom: 15px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 14px;
  width: 14px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f111";
  width: 14px;
  height: 14px;
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  opacity: 0.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
}
/* Slider */
/* Preload images 
body:after {
  content: url(../images/lightbox/close.png) url(../images/lightbox/loading.gif) url(../images/lightbox/prev.png) url(../images/lightbox/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 1;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: black;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  //background: url(../images/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  //background: url(../images/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: none;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 1;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

.lightbox:hover .lb-close {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}*/

/*********************************************************************************/
/* Polylang nyelváltó                                                            */
/*********************************************************************************/
ul.polylang-switcher {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

ul.polylang-switcher li:before {
  display: none; /* téma alapértelmezett li::before bullet kikapcsolása */
}

ul.polylang-switcher li a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 6px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  text-transform: uppercase;
  color: #c0c0c0;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  border-radius: 2px;
}

ul.polylang-switcher li a:hover {
  color: #3a3a3a;
  text-decoration: none;
}

ul.polylang-switcher li.current-lang a {
  color: #3a3a3a;
}

ul.polylang-switcher li a img {
  width: 16px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  opacity: 0.7;
  transition: opacity 0.2s ease-in-out;
}

ul.polylang-switcher li a:hover img,
ul.polylang-switcher li.current-lang a img {
  opacity: 1;
}

.col2 {
  columns: 2;
  column-gap: 0;
  padding: 0;
}

.vj-performances tr td:first-child, 
.kiallitasok tr td:first-child {
	width: 50%;
	padding-bottom: 5px;
}

.vj-performances tr td, 
.kiallitasok tr td {
    vertical-align: top;
}

.col2 li {
  list-style-type: none;	
  break-inside: avoid;
  margin-bottom: 8px;
}

.col2 li:before {
	content: "";
}

@media (max-width: 768px) {
  .col2 {
    columns: 1;
  }
}

@media (min-width: 767px) {
	.mobilToggle {
		margin-left: 30px;
	}
}

@media (min-width: 1025px) {
	.contact-table {
	  width: 260px;
	  margin: 0 auto 0 308px;
	}	
}
