@charset "UTF-8";
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

@font-face {
  font-family: osso;
  font-weight: normal;
  font-style: normal;
  src: url("/fonts/osso.eot");
  src: url("/fonts/osso.eot#iefix") format("embedded-opentype"), url("/fonts/osso.woff") format("woff"), url("/fonts/osso.ttf") format("truetype"), url("/fonts/osso.svg#osso") format("svg"); }

/*
 * CSS3
 */
/*
 * CSS SELECTOR
 */
/*
 * LAYOUT
 */
/*
 * IKONFONTOK
 */
/*
 * WEBOLDALON SZEREPLŐ GOMBOK
 */
.buttonReset {
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  line-height: normal;
  overflow: visible;
  user-select: none;
  appearance: none;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone; }
  .buttonReset::-moz-focus-inner {
    border: 0;
    padding: 0; }

.buttonInit {
  display: inline-block;
  color: inherit;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  white-space: pre;
  user-select: none; }

html {
  font-size: 62.5%;
  height: 100%; }

body {
  background-color: #fff;
  color: #222222;
  margin: 0px;
  padding: 0px;
  font-family: "Merriweather", serif;
  font-size: 1.6rem;
  line-height: 2rem; }

body * {
  box-sizing: border-box; }

body > div.flash {
  position: fixed;
  top: 80px;
  width: 100%;
  left: 0px;
  z-index: 99999; }
  body > div.flash ul {
    list-style-type: none;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    margin: 0px; }
    body > div.flash ul li {
      position: relative;
      cursor: pointer; }
    body > div.flash ul li:after {
      content: "\ea0f";
      font-family: osso;
      position: absolute;
      top: 50%;
      right: 0px;
      transform: translateY(-50%); }
  body > div.flash ul.success {
    background-color: rgba(16, 58, 16, 0.9); }
  body > div.flash ul.error {
    background-color: rgba(171, 11, 23, 0.9); }

.region.header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  width: 100%; }
  .region.header .regionWrapper {
    margin: auto;
    width: 100%;
    max-width: 1140px;
    background-color: #222222; }
    @media (min-width: 1141px) {
      .region.header .regionWrapper {
        position: relative;
        content: 'fullWidthBgHack'; }
        .region.header .regionWrapper:before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: calc(50% - 50vw);
          width: 100vw;
          height: 100%;
          background: inherit;
          box-shadow: inherit;
          border: inherit;
          z-index: -1; } }
    html {
      overflow-x: hidden; }
    .region.header .regionWrapper .gridCol {
      display: flex;
      padding: 0px 20px; }
  .region.header section.logo {
    cursor: pointer;
    flex: 0 0 auto; }
    .region.header section.logo .statBody {
      line-height: 80px;
      font-size: 2rem;
      font-family: "Oswald", sans-serif;
      font-weight: lighter;
      color: #bfbfbf;
      display: flex; }
      .region.header section.logo .statBody:after {
        content: "";
        display: block;
        float: none;
        clear: both; }
      .region.header section.logo .statBody > * {
        margin: 0px; }
      .region.header section.logo .statBody p {
        position: relative; }
      .region.header section.logo .statBody img {
        height: 60px;
        vertical-align: middle;
        display: block;
        flex: 0 0 auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        margin-right: 10px; }
      .region.header section.logo .statBody h1 {
        font-weight: lighter;
        flex: 1 0 auto; }
  .region.header section.mainMenu {
    flex: 1 0 auto;
    padding: 0px 20px;
    height: 80px; }
    .region.header section.mainMenu ul {
      margin: 0px;
      display: flex; }
      .region.header section.mainMenu ul li {
        vertical-align: middle;
        display: block;
        flex: 1 0 auto;
        line-height: 80px;
        font-family: "Oswald", sans-serif;
        font-weight: lighter;
        color: #e6e6e6;
        position: relative;
        text-align: center; }
        .region.header section.mainMenu ul li:after {
          content: "/";
          color: #daa928;
          position: absolute;
          top: 50%;
          right: -3px;
          transform: translateY(-50%); }
        .region.header section.mainMenu ul li h4 {
          display: inline;
          margin: 0px; }
        .region.header section.mainMenu ul li a {
          padding: 0px 10px;
          text-decoration: none;
          text-transform: lowercase;
          color: inherit;
          font-weight: lighter; }
        .region.header section.mainMenu ul li:last-child:after {
          display: none; }
        .region.header section.mainMenu ul li:hover {
          color: #fff; }
        .region.header section.mainMenu ul li.active a {
          font-weight: bold;
          text-decoration: underline; }
    @media (max-width: 960px) {
      .region.header section.mainMenu {
        width: 80px;
        height: 80px;
        padding: 0px;
        position: absolute;
        right: 0px;
        top: 0px;
        line-height: 80px;
        text-align: center;
        cursor: pointer; }
        .region.header section.mainMenu:after {
          content: "\e9bd";
          font-family: osso;
          color: #CBCBCB;
          font-size: 4rem;
          vertical-align: middle; }
        .region.header section.mainMenu nav {
          position: fixed;
          top: 80px;
          height: 0px;
          overflow: hidden;
          width: 100%;
          z-index: 100;
          background-color: #222222;
          left: 0;
          opacity: 0;
          transition: height 0.3s, opacity 0.5s; }
          .region.header section.mainMenu nav ul {
            display: block;
            padding: 0px; }
          .region.header section.mainMenu nav li {
            width: 100%;
            border-bottom: 1px solid rgba(203, 203, 203, 0.3);
            font-size: 2rem; }
            .region.header section.mainMenu nav li:after {
              display: none; }
            .region.header section.mainMenu nav li:first-child {
              border-top: 1px solid rgba(255, 0, 0, 0.3); }
            .region.header section.mainMenu nav li.active {
              background-color: rgba(203, 203, 203, 0.1); }
            .region.header section.mainMenu nav li h4, .region.header section.mainMenu nav li a {
              display: block;
              width: 100%;
              height: 100%; }
        .region.header section.mainMenu.open:after {
          content: "\ea0f"; }
        .region.header section.mainMenu.open nav {
          height: calc(100vh - 80px);
          opacity: 1;
          overflow-y: auto; } }

.region.footer {
  min-height: 50px;
  background-color: #222222; }

.region.content {
  min-height: calc(100vh - 130px);
  background-color: #c9c9c7;
  margin-top: 80px; }
  .region.content .regionWrapper {
    min-height: inherit; }

.region.content .gridRow {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto 20px;
  background-color: #fff;
  padding: 40px 20px;
  box-shadow: 0px 0px 5px #222222; }
  .region.content .gridRow:last-child {
    margin-bottom: 0px; }
  .region.content .gridRow section > header {
    border-bottom: 1px solid #222222;
    margin-bottom: 30px; }
    .region.content .gridRow section > header h1 {
      font-size: 2em;
      line-height: 1.6;
      font-family: "Oswald", sans-serif;
      text-align: center; }
    .region.content .gridRow section > header h2 {
      font-size: 1.6em;
      line-height: 1.6;
      font-family: "Oswald", sans-serif;
      text-align: center; }

.region.content a {
  color: #222222; }
  .region.content a:hover, .region.content a:active {
    color: #f15a29; }

.statBody {
  line-height: 2.4rem; }
  .statBody p {
    margin-bottom: 10px; }
  .statBody em {
    font-style: italic; }
  .statBody u {
    text-decoration: underline; }
  .statBody strong {
    font-weight: bold; }
  .statBody sup {
    vertical-align: super;
    font-size: 60%; }
  .statBody sub {
    vertical-align: sub;
    font-size: 60%; }

section.history .postEntryImagesTitle, section.history .postEntryImageDesc, section.history .postEntrySectionHeader {
  display: none; }

section.history .postEntrySectionContent {
  line-height: 2.4rem; }
  section.history .postEntrySectionContent p {
    margin-bottom: 10px; }
  section.history .postEntrySectionContent em {
    font-style: italic; }
  section.history .postEntrySectionContent u {
    text-decoration: underline; }
  section.history .postEntrySectionContent strong {
    font-weight: bold; }
  section.history .postEntrySectionContent sup {
    vertical-align: super;
    font-size: 60%; }
  section.history .postEntrySectionContent sub {
    vertical-align: sub;
    font-size: 60%; }

section.history .entryGroupIndex {
  overflow: hidden; }

section.history .postEntry {
  position: relative;
  font-size: 0;
  text-align: left; }
  section.history .postEntry > *, section.history .postEntry:before, section.history .postEntry:after {
    font-size: 1.6rem;
    text-align: left; }
  section.history .postEntry .sectionHeader > * {
    margin: 0px; }
  section.history .postEntry .fixBlock, section.history .postEntry .staticBlock {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 40px; }
  section.history .postEntry .fixBlock {
    width: 33.33333%;
    border-right: 1px solid #f15a29;
    position: static; }
    section.history .postEntry .fixBlock .fixBlockInner {
      padding-right: 20px;
      background-color: #fff;
      box-shadow: 60px -40px 40px white;
      padding-bottom: 40px; }
    @media (max-width: 800px) {
      section.history .postEntry .fixBlock {
        width: 100%;
        max-height: 200px;
        overflow: hidden;
        top: 0px !important; }
        section.history .postEntry .fixBlock .fixBlockInner {
          padding-bottom: 0px;
          box-shadow: none; } }
  section.history .postEntry .staticBlock {
    width: 66.66667%;
    padding-left: 20px;
    border-left: 1px solid #f15a29;
    margin-left: -1px;
    position: relative;
    z-index: 1;
    background-color: #fff; }
    @media (max-width: 800px) {
      section.history .postEntry .staticBlock {
        width: 100%;
        margin: 0px;
        padding: 0px;
        padding-right: 20px;
        border-right: 1px solid #f15a29;
        border-left: none; } }
  section.history .postEntry.scrollActive time {
    color: #f15a29; }
  section.history .postEntry.scrollActive .fixBlock .fixBlockInner {
    width: 365.66667px;
    position: fixed;
    top: 80px; }
  @media (max-width: 1140px) {
    section.history .postEntry.scrollActive .fixBlock .fixBlockInner {
      width: calc(((100% -  40px) / 3) - 1px); } }
  @media (max-width: 800px) {
    section.history .postEntry.scrollActive .fixBlock time {
      position: fixed;
      top: 80px;
      right: 41px;
      background-color: #fff;
      width: 100%;
      z-index: 10; }
    section.history .postEntry.scrollActive .fixBlock .fixBlockInner {
      width: 100%;
      position: static; } }
  section.history .postEntry .postDate {
    font-size: 3rem;
    line-height: 4rem;
    font-family: "Oswald", sans-serif;
    text-align: right;
    display: block;
    position: relative; }
    section.history .postEntry .postDate:after {
      content: "";
      display: block;
      position: absolute;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #f15a29;
      right: -25px;
      top: 15px; }
  section.history .postEntry .postEntryImages {
    width: 100%; }
    section.history .postEntry .postEntryImages .postEntryImage {
      width: 100%; }
      section.history .postEntry .postEntryImages .postEntryImage img {
        max-width: 100%; }
  section.history .postEntry header > * {
    font-size: 2.2rem;
    font-family: "Oswald", sans-serif;
    line-height: 4rem;
    color: #f15a29; }

section.tagok {
  padding-bottom: 100px; }
  section.tagok .setup {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: auto;
    border-bottom: 1px solid #222222;
    margin-bottom: 10px; }
    section.tagok .setup:before {
      content: "";
      display: block;
      padding-top: 60%;
      width: 100%; }
    section.tagok .setup .item {
      position: absolute;
      width: 15%;
      cursor: pointer;
      transition: transform 0.5s; }
      section.tagok .setup .item .svg {
        fill: #222222;
        width: 100%; }
      section.tagok .setup .item span {
        position: absolute;
        font-size: 1.2vw;
        display: block;
        text-align: center;
        opacity: 0;
        transition: opacity 0.3s; }
        @media (min-width: 1141px) {
          section.tagok .setup .item span {
            font-size: 1.2rem; } }
        @media (max-width: 680px) {
          section.tagok .setup .item span {
            display: none; } }
      section.tagok .setup .item._dob {
        top: 5%;
        left: 0%; }
        section.tagok .setup .item._dob span {
          top: -23%;
          left: 0px;
          width: 100%; }
      section.tagok .setup .item._szaxofon {
        top: 0%;
        left: 22.5%; }
        section.tagok .setup .item._szaxofon span {
          transform: rotate(-90deg);
          right: 4%;
          bottom: 32%; }
      section.tagok .setup .item._tenorkurt {
        top: 0%;
        left: 42.5%; }
        section.tagok .setup .item._tenorkurt span {
          transform: rotate(12deg);
          top: -9%;
          right: 14%; }
      section.tagok .setup .item._harsona {
        top: 0%;
        right: 22.5%; }
        section.tagok .setup .item._harsona span {
          bottom: 27%;
          right: 0%;
          transform: rotate(-46deg); }
      section.tagok .setup .item._tuba {
        top: 5%;
        right: 0%; }
        section.tagok .setup .item._tuba span {
          top: -14%;
          left: 31%; }
      section.tagok .setup .item._klarinet {
        top: 45%;
        left: 7%; }
        section.tagok .setup .item._klarinet span {
          transform: rotate(-44deg);
          top: 27%;
          left: 18%; }
      section.tagok .setup .item._trombita {
        top: 45%;
        right: 7%; }
        section.tagok .setup .item._trombita span {
          transform: rotate(-47deg);
          top: 30%;
          left: -1%; }
      section.tagok .setup .item._fuvola {
        top: 35%;
        left: 30.5%; }
        section.tagok .setup .item._fuvola span {
          transform: rotate(-47deg);
          bottom: 27%;
          right: 27%; }
      section.tagok .setup .item._oboa {
        top: 35%;
        right: 30.5%; }
        section.tagok .setup .item._oboa span {
          transform: rotate(-47deg);
          bottom: 27%;
          right: 27%; }
      section.tagok .setup .item._karmester {
        left: 42.5%;
        top: 65%; }
        section.tagok .setup .item._karmester span {
          transform: rotate(-90deg);
          left: 16%;
          bottom: 31%; }
      section.tagok .setup .item:hover .svg, section.tagok .setup .item.active .svg {
        fill: #f15a29;
        transform: scale(1.1); }
      section.tagok .setup .item:hover span, section.tagok .setup .item.active span {
        opacity: 1; }
      @media (max-width: 680px) {
        section.tagok .setup .item .svg {
          transform: scale(1.1); } }
  section.tagok .entryGroup {
    font-size: 0;
    text-align: left;
    text-align: center;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.5s, height 0s; }
    section.tagok .entryGroup > *, section.tagok .entryGroup:before, section.tagok .entryGroup:after {
      font-size: 1.6rem;
      text-align: left; }
    section.tagok .entryGroup .entryGroupIndex {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 20px;
      width: 100%;
      justify-content: space-evenly; }
      @media (max-width: 960px) {
        section.tagok .entryGroup .entryGroupIndex {
          grid-template-columns: repeat(2, 1fr); } }
      @media (max-width: 580px) {
        section.tagok .entryGroup .entryGroupIndex {
          grid-template-columns: repeat(1, 1fr); } }
    section.tagok .entryGroup.visible {
      height: auto;
      opacity: 1;
      transition: opacity 0.5s 0.5s, height 0s; }
    section.tagok .entryGroup .groupName {
      line-height: 4rem;
      font-size: 3rem;
      text-align: center;
      font-weight: bold;
      color: #481414; }
  section.tagok .postEntry {
    background-color: #222222;
    opacity: 1;
    margin: 10px;
    transition: opacity 0.5s, height 0s 0.5s, width 0s 0.5s, margin 0s 0.5s;
    padding: 5px; }
    section.tagok .postEntry:after {
      content: "";
      display: block;
      float: none;
      clear: both; }
    section.tagok .postEntry.visible {
      transition: opacity 0.5s 0.6s, height 0s 0.5s, width 0s 0.5s, margin 0s 0.5s; }
    section.tagok .postEntry .postEntryImagesTitle, section.tagok .postEntry .postEntryImageDesc, section.tagok .postEntry .postEntrySectionHeader, section.tagok .postEntry .postDate, section.tagok .postEntry .postEntryPropertiesTitle {
      display: none; }
    section.tagok .postEntry header {
      width: 66.66667%;
      float: right;
      padding: 0px 10px;
      color: #CBCBCB;
      font-family: "Oswald", sans-serif; }
      section.tagok .postEntry header > * {
        line-height: 3.4rem;
        margin-bottom: 0px;
        margin-top: 0px; }
    section.tagok .postEntry .postEntryImages {
      width: 33.33333%;
      padding-top: 33.33333%;
      position: relative;
      float: left; }
      section.tagok .postEntry .postEntryImages .postEntryImage {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px; }
        section.tagok .postEntry .postEntryImages .postEntryImage img {
          max-width: 100%;
          max-height: 100%;
          display: block; }
    section.tagok .postEntry .postEntryProperties {
      width: 66.66667%;
      font-size: 1.2rem;
      padding: 0px 10px;
      display: inline-block;
      font-family: "Lato", sans-serif;
      color: #CBCBCB; }
      section.tagok .postEntry .postEntryProperties ul, section.tagok .postEntry .postEntryProperties li {
        list-style-type: none;
        padding: 0px; }
      section.tagok .postEntry .postEntryProperties li._szolam .propertyName {
        display: none; }

section.gallery {
  padding: 0px; }
  section.gallery .postEntryImagesTitle, section.gallery .postEntryImageDesc, section.gallery .postEntrySectionHeader, section.gallery .postDate, section.gallery .postEntryPropertiesTitle, section.gallery .anchorName {
    display: none; }
  section.gallery .entryGroup {
    font-size: 0;
    text-align: left;
    text-align: center; }
    section.gallery .entryGroup > *, section.gallery .entryGroup:before, section.gallery .entryGroup:after {
      font-size: 1.6rem;
      text-align: left; }
  section.gallery .postEntry {
    display: inline-block;
    position: relative;
    width: 33.33333%;
    border: 5px solid #fff; }
    @media (max-width: 960px) {
      section.gallery .postEntry {
        width: 50%; } }
    @media (max-width: 580px) {
      section.gallery .postEntry {
        width: 100%; } }
    section.gallery .postEntry:before {
      content: "";
      display: block;
      padding-top: 60%; }
    section.gallery .postEntry .postEntryImages {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px; }
      section.gallery .postEntry .postEntryImages .postEntryImage, section.gallery .postEntry .postEntryImages img {
        width: 100%;
        height: 100%; }
      section.gallery .postEntry .postEntryImages img {
        object-fit: cover;
        filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
        filter: gray;
        -webkit-filter: grayscale(100%);
        transition: filter 0.5s; }
    section.gallery .postEntry header {
      position: absolute;
      top: 0px;
      width: 100%;
      left: 0px;
      background-color: rgba(34, 34, 34, 0.9);
      z-index: 10; }
      section.gallery .postEntry header a {
        display: block;
        line-height: 3rem;
        text-decoration: none;
        text-align: center;
        color: #fff;
        font-family: "Oswald", sans-serif; }
    section.gallery .postEntry .postEntrySection {
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      overflow: hidden;
      font-size: 1.4rem;
      color: #fff;
      max-height: 0px;
      transition: max-height 0.5s;
      background-color: rgba(203, 203, 203, 0.95); }
      section.gallery .postEntry .postEntrySection .postEntrySectionContent {
        padding: 5px 10px; }
        section.gallery .postEntry .postEntrySection .postEntrySectionContent p {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
    section.gallery .postEntry:hover .postEntryImages img {
      filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
      -webkit-filter: grayscale(0%); }
    section.gallery .postEntry:hover .postEntrySection {
      max-height: 50px; }

section.galleryBackLink .statBody a {
  text-decoration: none; }

section.galleryFolder nav > ul {
  font-size: 0;
  text-align: left;
  line-height: 0px;
  padding-left: 0px; }
  section.galleryFolder nav > ul > *, section.galleryFolder nav > ul:before, section.galleryFolder nav > ul:after {
    font-size: 1.6rem;
    text-align: left; }
  section.galleryFolder nav > ul li {
    width: 16.66667%;
    display: inline-block;
    border: 2px solid #fff;
    cursor: pointer;
    position: relative; }
    @media (max-width: 1280px) {
      section.galleryFolder nav > ul li {
        width: 20%; } }
    @media (max-width: 960px) {
      section.galleryFolder nav > ul li {
        width: 25%; } }
    @media (max-width: 680px) {
      section.galleryFolder nav > ul li {
        width: 33.33333%; } }
    @media (max-width: 480px) {
      section.galleryFolder nav > ul li {
        width: 50%; } }
    section.galleryFolder nav > ul li:before {
      content: "";
      display: block;
      padding-top: 100%; }
    section.galleryFolder nav > ul li a, section.galleryFolder nav > ul li time {
      display: none; }
    section.galleryFolder nav > ul li div {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      overflow: hidden;
      text-align: center; }
    section.galleryFolder nav > ul li img {
      object-fit: cover;
      display: inline-block;
      opacity: 0.8;
      width: 100%;
      height: 100%;
      transition: opacity 0.3s; }
    section.galleryFolder nav > ul li video {
      display: none; }
    section.galleryFolder nav > ul li:hover img {
      opacity: 1; }

.gridRow.contactsBoxes {
  display: flex; }
  @media (max-width: 680px) {
    .gridRow.contactsBoxes {
      display: block; } }
  .gridRow.contactsBoxes .gridCol {
    padding: 20px;
    flex: 1 0 auto;
    width: 33.33333%; }
    @media (max-width: 680px) {
      .gridRow.contactsBoxes .gridCol {
        width: 100%; } }

section.contactForm form {
  width: 60%;
  margin: auto; }
  @media (max-width: 960px) {
    section.contactForm form {
      width: 100%; } }
  section.contactForm form .formGroup > legend {
    display: none; }
  section.contactForm form .formField {
    margin-bottom: 15px; }
    section.contactForm form .formField label span {
      display: block;
      font-size: 1.2em;
      line-height: 1.6;
      font-family: "Oswald", sans-serif; }
    section.contactForm form .formField label input, section.contactForm form .formField label textarea, section.contactForm form .formField label button {
      padding: 0px 10px;
      line-height: 1.6;
      font-size: 1.2em;
      width: 100%;
      border: 1px solid rgba(34, 34, 34, 0.2);
      font-family: "Merriweather", serif;
      transition: border-color, 0.5s; }
      section.contactForm form .formField label input:focus, section.contactForm form .formField label textarea:focus, section.contactForm form .formField label button:focus {
        border-color: #222222; }
    section.contactForm form .formField.captcha label > span {
      display: none; }
    section.contactForm form .formField.captcha div.g-recaptcha {
      text-align: center; }
      section.contactForm form .formField.captcha div.g-recaptcha > * {
        display: inline-block; }
    section.contactForm form .formField.button label {
      width: 100%;
      display: block; }
      section.contactForm form .formField.button label span {
        display: none; }
    section.contactForm form .formField.button button {
      display: block;
      width: 50%;
      margin: auto;
      background-color: #f15a29;
      color: #fff;
      transition: background-color, 0.5s;
      cursor: pointer; }
      section.contactForm form .formField.button button:hover {
        background-color: #481414; }
    section.contactForm form .formField.invalid label span {
      color: #AB0B17; }
    section.contactForm form .formField.invalid input, section.contactForm form .formField.invalid textarea {
      border-color: #AB0B17 !important; }
    section.contactForm form .formField.invalid ul.errors {
      margin: 0px;
      background-color: rgba(171, 11, 23, 0.8);
      padding: 5px;
      color: #fff; }

section.egyesuletInfo p.adatok {
  border: 1px solid #481414;
  padding: 10px;
  width: 50%;
  margin: auto;
  font-size: 1.2em;
  line-height: 1.6; }
  @media (max-width: 680px) {
    section.egyesuletInfo p.adatok {
      width: 100%; } }

section.egyesuletiHirek .groupName, section.egyesuletiHirek .postEntryImagesTitle, section.egyesuletiHirek .postEntryImageDesc {
  display: none; }

section.egyesuletiHirek article.postEntry {
  padding: 20px 20px;
  border-bottom: 1px solid #daa928; }
  section.egyesuletiHirek article.postEntry:after {
    content: "";
    display: block;
    float: none;
    clear: both; }
  section.egyesuletiHirek article.postEntry header {
    position: relative;
    padding: 10px 0px;
    margin: 10px 0px; }
    section.egyesuletiHirek article.postEntry header:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0px;
      left: 50%;
      width: 10%;
      transform: translateX(-50%);
      height: 2px;
      background-color: #f15a29; }
    section.egyesuletiHirek article.postEntry header > * {
      text-align: center;
      font-family: "Oswald", sans-serif;
      font-size: 30px;
      font-weight: normal;
      line-height: 1.4;
      margin: 0px; }
    section.egyesuletiHirek article.postEntry header a {
      text-decoration: none; }
  section.egyesuletiHirek article.postEntry .postEntrySectionHeader {
    display: none; }
  section.egyesuletiHirek article.postEntry .postEntrySectionContent {
    line-height: 2.4rem; }
    section.egyesuletiHirek article.postEntry .postEntrySectionContent p {
      margin-bottom: 10px; }
    section.egyesuletiHirek article.postEntry .postEntrySectionContent em {
      font-style: italic; }
    section.egyesuletiHirek article.postEntry .postEntrySectionContent u {
      text-decoration: underline; }
    section.egyesuletiHirek article.postEntry .postEntrySectionContent strong {
      font-weight: bold; }
    section.egyesuletiHirek article.postEntry .postEntrySectionContent sup {
      vertical-align: super;
      font-size: 60%; }
    section.egyesuletiHirek article.postEntry .postEntrySectionContent sub {
      vertical-align: sub;
      font-size: 60%; }
    section.egyesuletiHirek article.postEntry .postEntrySectionContent img {
      max-width: 100%; }
  section.egyesuletiHirek article.postEntry .postEntryImages {
    max-width: 400px;
    float: none;
    width: 100%;
    margin: 0px auto 10px; }
    section.egyesuletiHirek article.postEntry .postEntryImages img {
      max-width: 100%; }
  section.egyesuletiHirek article.postEntry .postDate {
    margin-bottom: 10px;
    display: block; }
  @media (min-width: 961px) {
    section.egyesuletiHirek article.postEntry.index .postEntryImages {
      width: 40%;
      float: left;
      margin-right: 10px;
      margin-bottom: 10px; } }

section.posts.zenek .groupName, section.posts.zenek .postEntryImagesTitle, section.posts.zenek .postEntryImageDesc {
  display: none; }

section.posts.zenek article.postEntry {
  padding: 20px 20px;
  border-bottom: 1px solid #daa928; }
  section.posts.zenek article.postEntry:after {
    content: "";
    display: block;
    float: none;
    clear: both; }
  section.posts.zenek article.postEntry header {
    position: relative;
    padding: 10px 0px;
    margin: 10px 0px; }
    section.posts.zenek article.postEntry header:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0px;
      left: 50%;
      width: 10%;
      transform: translateX(-50%);
      height: 2px;
      background-color: #f15a29; }
    section.posts.zenek article.postEntry header > * {
      text-align: center;
      font-family: "Oswald", sans-serif;
      font-size: 30px;
      font-weight: normal;
      line-height: 1.4;
      margin: 0px; }
    section.posts.zenek article.postEntry header a {
      text-decoration: none; }
  section.posts.zenek article.postEntry .postEntrySectionHeader {
    display: none; }
  section.posts.zenek article.postEntry .postEntrySectionContent {
    line-height: 2.4rem; }
    section.posts.zenek article.postEntry .postEntrySectionContent p {
      margin-bottom: 10px; }
    section.posts.zenek article.postEntry .postEntrySectionContent em {
      font-style: italic; }
    section.posts.zenek article.postEntry .postEntrySectionContent u {
      text-decoration: underline; }
    section.posts.zenek article.postEntry .postEntrySectionContent strong {
      font-weight: bold; }
    section.posts.zenek article.postEntry .postEntrySectionContent sup {
      vertical-align: super;
      font-size: 60%; }
    section.posts.zenek article.postEntry .postEntrySectionContent sub {
      vertical-align: sub;
      font-size: 60%; }
    section.posts.zenek article.postEntry .postEntrySectionContent img {
      max-width: 100%; }
  section.posts.zenek article.postEntry .postEntryImages {
    max-width: 400px;
    float: none;
    width: 100%;
    margin: 0px auto 10px; }
    section.posts.zenek article.postEntry .postEntryImages img {
      max-width: 100%; }
  section.posts.zenek article.postEntry .postDate {
    margin-bottom: 10px;
    display: block; }
  @media (min-width: 961px) {
    section.posts.zenek article.postEntry.index .postEntryImages {
      width: 40%;
      float: left;
      margin-right: 10px;
      margin-bottom: 10px; } }

section.posts.zenek .postDate {
  display: none; }

section.posts.zenek .postEntrySectionContent iframe {
  display: block;
  width: 600px;
  height: 337.5px;
  margin: auto; }
  @media (max-width: 680px) {
    section.posts.zenek .postEntrySectionContent iframe {
      width: 300px;
      height: 170px; } }

section.post.hirek .groupName, section.post.hirek .postEntryImagesTitle, section.post.hirek .postEntryImageDesc {
  display: none; }

section.post.hirek article.postEntry {
  padding: 20px 20px;
  border-bottom: 1px solid #daa928; }
  section.post.hirek article.postEntry:after {
    content: "";
    display: block;
    float: none;
    clear: both; }
  section.post.hirek article.postEntry header {
    position: relative;
    padding: 10px 0px;
    margin: 10px 0px; }
    section.post.hirek article.postEntry header:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0px;
      left: 50%;
      width: 10%;
      transform: translateX(-50%);
      height: 2px;
      background-color: #f15a29; }
    section.post.hirek article.postEntry header > * {
      text-align: center;
      font-family: "Oswald", sans-serif;
      font-size: 30px;
      font-weight: normal;
      line-height: 1.4;
      margin: 0px; }
    section.post.hirek article.postEntry header a {
      text-decoration: none; }
  section.post.hirek article.postEntry .postEntrySectionHeader {
    display: none; }
  section.post.hirek article.postEntry .postEntrySectionContent {
    line-height: 2.4rem; }
    section.post.hirek article.postEntry .postEntrySectionContent p {
      margin-bottom: 10px; }
    section.post.hirek article.postEntry .postEntrySectionContent em {
      font-style: italic; }
    section.post.hirek article.postEntry .postEntrySectionContent u {
      text-decoration: underline; }
    section.post.hirek article.postEntry .postEntrySectionContent strong {
      font-weight: bold; }
    section.post.hirek article.postEntry .postEntrySectionContent sup {
      vertical-align: super;
      font-size: 60%; }
    section.post.hirek article.postEntry .postEntrySectionContent sub {
      vertical-align: sub;
      font-size: 60%; }
    section.post.hirek article.postEntry .postEntrySectionContent img {
      max-width: 100%; }
  section.post.hirek article.postEntry .postEntryImages {
    max-width: 400px;
    float: none;
    width: 100%;
    margin: 0px auto 10px; }
    section.post.hirek article.postEntry .postEntryImages img {
      max-width: 100%; }
  section.post.hirek article.postEntry .postDate {
    margin-bottom: 10px;
    display: block; }
  @media (min-width: 961px) {
    section.post.hirek article.postEntry.index .postEntryImages {
      width: 40%;
      float: left;
      margin-right: 10px;
      margin-bottom: 10px; } }

