@charset "UTF-8";
/**
 * Header
 */
body.rek {
  background: #d7d7d7 url(page-bcg.png);
  background-attachment: fixed;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17px;
  font-weight: normal; }

.block {
  max-width: 1280px;
  margin: 0 auto; }

a {
  transition: color 0.2s, background-color 0.2s; }

.gothic-debug {
  background-color: #dddddd;
  color: black;
  border: 1px solid black;
  padding: 5px;
  white-space: pre-line; }

.clearfix:after {
  content: "";
  display: table;
  clear: both;
  visibility: hidden;
  border-collapse: collapse; }

/**
 * Boxpanel
 */
.boxpanel-fluid {
  width: 100%;
  padding: 0; }
  .boxpanel-fluid .boxpanel-row-base {
    padding: 0 15px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    background-position: inherit;
    background-repeat: inherit;
    background-size: inherit;
    background-attachment: inherit; }
  .boxpanel-fluid > .boxpanel-container {
    width: 100%;
    padding: 0;
    background-color: white; }
    .boxpanel-fluid > .boxpanel-container.slim {
      background-color: transparent; }
      .boxpanel-fluid > .boxpanel-container.slim > .boxpanel-row-base {
        background-color: white; }
    .boxpanel-fluid > .boxpanel-container.bcg {
      background-color: transparent; }
      .boxpanel-fluid > .boxpanel-container.bcg > .boxpanel-row-base {
        background-color: transparent; }
    .boxpanel-fluid > .boxpanel-container.wide.bcg-color {
      background-color: transparent;
      background-color: var(--box-background-color); }
    .boxpanel-fluid > .boxpanel-container.wide.bcg-image {
      background-image: var(--box-background-image); }
    .boxpanel-fluid > .boxpanel-container.slim.bcg-color > .boxpanel-row-base {
      background-color: var(--box-background-color);
      padding: 0 32px; }
    .boxpanel-fluid > .boxpanel-container.slim.bcg-image > .boxpanel-row-base {
      background-image: var(--box-background-image);
      padding: 0 32px; }
    .boxpanel-fluid > .boxpanel-container.full > .boxpanel-row-base {
      max-width: initial;
      margin-left: 0;
      margin-right: 0; }

.bcg {
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll; }
  .bcg.bcg-fix {
    background-attachment: fixed; }
  .bcg.bcg-r-x {
    background-repeat: repeat-x; }
  .bcg.bcg-r-y {
    background-repeat: repeat-y; }
  .bcg.bcg-r-all {
    background-repeat: repeat; }
  .bcg.bcg-s-cover {
    background-size: cover; }
  .bcg.bcg-s-contain {
    background-size: contain; }
  .bcg.bcg-p-left {
    background-position: left; }
  .bcg.bcg-p-right {
    background-position: right; }
  .bcg.bcg-p-top {
    background-position: top; }
  .bcg.bcg-p-bottom {
    background-position: bottom; }
  .bcg.bcg-p-top-left {
    background-position: top left; }
  .bcg.bcg-p-bottom-left {
    background-position: bottom left; }
  .bcg.bcg-p-top-right {
    background-position: top right; }
  .bcg.bcg-p-bottom-right {
    background-position: bottom right; }

/*
div.boxpanel {
	& > div.boxpanel-row {
		width: 100%;
		padding: 0;
	}

	.sidebar & > div.boxpanel-row {
		padding: 0;
	}
}

div.boxpanel > div.boxpanel-row > div.boxpanel-row-holder {
	background-color: white;
	max-width: $site-width;
	margin: 0 auto;
}

div.boxpanel.main div.boxpanel-row-pane {
	margin: 0 13px;
}

div.boxpanel div.boxpanel-cell {
	float: left;
	padding: 0;
	width: 100%;
}

div.boxpanel.main div.boxpanel-row:first-child div.boxpanel-cell {
	padding-top: 13px;
}
div.boxpanel.main div.boxpanel-row:last-child div.boxpanel-cell {
	padding-bottom: 13px;
}

div.boxpanel > div.boxpanel-row.bcg {
	background-position: center;
	background-repeat: no-repeat;
}

div.boxpanel > div.boxpanel-row.bcg > div.boxpanel-row-holder {
	background-color: transparent;
	background-position: inherit;
	background-repeat: inherit;
	background-size: inherit;
	background-attachment: inherit;
}
div.boxpanel {
	.bcg.bcg-fix { background-attachment: fixed; }
	.bcg-r-x { background-repeat: repeat-x; }
	.bcg-r-y { background-repeat: repeat-y; }
	.bcg-r-all { background-repeat: repeat; }
	.bcg-s-cover { background-size: cover; }
	.bcg-s-contain { background-size: contain; }
	.bcg-p-left { background-position: left !important; }
	.bcg-p-right { background-position: right !important; }
	.bcg-p-top { background-position: top !important; }
	.bcg-p-bottom { background-position: bottom !important; }
	.bcg-p-top-left { background-position: top left !important; }
	.bcg-p-bottom-left { background-position: bottom left !important; }
	.bcg-p-top-right { background-position: top right !important; }
	.bcg-p-bottom-right { background-position: bottom right !important; }
}

div.boxpanel > div.boxpanel-row.full > div.boxpanel-row-holder { max-width: none; }

div.boxpanel-head,
div.boxpanel-foot {
	width: 100%;
	margin: 0 auto;
}
*/
.form {
  padding-bottom: 2em;
  padding: 1em;
  margin: 1.6em 0;
  border: 1px solid #8C8C8C; }
  .form label {
    font-size: 27px;
    font-family: "Roboto Condensed", sans-serif;
    color: #8c969c;
    line-height: 1.704;
    margin-bottom: .25rem; }
    .form label.form-check-label {
      font-size: 18px; }
  .form .form-text {
    font-size: 18px;
    color: #737373; }
  .form .form-control,
  .form .custom-file-input,
  .form .custom-file {
    font-size: 27px;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 56px;
    height: 56px;
    color: #3c7314; }
  .form .custom-file-label {
    height: 56px; }
  .form .custom-file-label::after {
    height: 54px; }
  .form .form-control,
  .form .custom-file-input {
    border-color: #3c7314;
    border-radius: 0;
    background-color: #edf2e9; }
    .form .form-control:focus,
    .form .custom-file-input:focus {
      border-color: #3c7314;
      box-shadow: 0 0 0 0.2rem #3c7314;
      background-color: #fff; }
    .form .form-control::placeholder,
    .form .custom-file-input::placeholder {
      color: #babdbf; }
  .form textarea.form-control {
    height: auto; }
  .form .form-control.is-invalid,
  .form .is-invalid .form-control {
    color: white;
    background-color: #3c7314;
    border-color: #3c7314; }
  .form .btn-primary {
    background-color: #3c7314;
    border-width: 0;
    border-radius: 8px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    cursor: pointer; }
  .form .btn {
    font-weight: 400;
    line-height: 1.25; }
  .form h3 {
    margin-top: 1.2rem;
    margin-bottom: 0.6rem; }
  .form > h3:first-child {
    margin-top: 0; }

/**
 * Gombok
 */
.button {
  display: inline-block;
  background-color: #3c7314;
  border-radius: 5px;
  color: white;
  text-transform: uppercase;
  font-size: 22px;
  padding: 2px 10px;
  transition: background-color 0.2s; }
  .button:hover {
    color: white;
    background-color: #F26522;
    text-decoration: none; }
  .button.green {
    background-color: #8dc73f; }

/**
 * Freetext styles
 */
.txt {
  color: inherit; }
  .txt a {
    color: #3c7314;
    text-decoration: underline; }
  .txt strong,
  .txt b {
    font-weight: bold; }
  .txt i,
  .txt em {
    font-style: italic; }
  .txt sup {
    font-size: smaller;
    line-height: normal;
    vertical-align: super; }
  .txt sub {
    font-size: smaller;
    line-height: normal;
    vertical-align: sub; }
  .txt ul {
    list-style-type: disc;
    list-style-position: inside; }
  .txt ol {
    list-style-type: decimal;
    list-style-position: inside; }
  .txt > ul,
  .txt > ol {
    margin: 15px 0;
    margin-left: 1.75em; }
  .txt p {
    margin: 15px 0; }
  .txt > *:first-child {
    margin-top: 0; }
  .txt > *:last-child {
    margin-bottom: 0; }
  .txt li > p {
    display: inline;
    margin: 0; }
  .txt .left {
    text-align: left; }
  .txt .right {
    text-align: right; }
  .txt .center {
    text-align: center; }
  .txt .justify {
    text-align: justify; }
  .txt .clear {
    clear: both; }
  .txt .full-width {
    margin-left: 0;
    margin-right: 0; }
  .txt span.image {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: black; }
    .txt span.image img {
      display: block;
      margin-bottom: 5px;
      border: 0; }
    .txt span.image.baseline img {
      width: 100%; }
    .txt span.image.none img {
      margin-bottom: 0; }
  .txt span.video_panel {
    display: block; }
    .txt span.video_panel.baseline {
      text-align: center; }
      .txt span.video_panel.baseline > .video {
        text-align: center; }
        .txt span.video_panel.baseline > .video img, .txt span.video_panel.baseline > .video video {
          max-width: 100%; }
    .txt span.video_panel > .video {
      margin: 0 auto; }
  .txt span.image.left,
  .txt span.video_panel.left {
    float: left;
    padding-right: 10px; }
  .txt span.image.center img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto; }
  .txt span.image.right,
  .txt span.video_panel.right {
    float: right;
    padding-left: 10px; }
  .txt span.image.cright,
  .txt span.video_panel.cright {
    clear: right; }
  .txt span.embed {
    display: block;
    position: relative; }
  .txt .h1 {
    color: #959595;
    font-size: 36px; }
  .txt .h2 {
    color: #959595;
    font-size: 22px; }
  .txt .h3 {
    color: #959595;
    font-size: 22px; }
  .txt .s {
    font-size: 16px; }
  .txt .l {
    font-size: 24px; }
  .txt .xl {
    font-size: 25.333px; }
  .txt .red {
    color: #3c7314; }
  .txt .ctable {
    overflow: auto;
    max-width: 100%;
    font-family: "Roboto Condensed", sans-serif;
    color: white;
    font-size: 17.333px; }
    .txt .ctable > table {
      width: 100%; }
    .txt .ctable a {
      color: white; }
    .txt .ctable td {
      border-right: 1px solid white;
      border-bottom: 1px solid white;
      padding: 7px 9px;
      background-color: #ea7d95; }
      .txt .ctable td:last-child {
        border-right: none; }
      .txt .ctable td.th1 {
        background-color: transparent;
        color: #3c7314;
        font-size: 33.33px;
        font-weight: bold; }
      .txt .ctable td.crow-simple {
        background-color: transparent;
        color: #737373; }
        .txt .ctable td.crow-simple a {
          color: #737373; }
      .txt .ctable td.chead {
        font-size: 21.333px;
        background-color: #3c7314; }
      .txt .ctable td.crow2 {
        background-color: #e15973; }
      .txt .ctable td.crow-gray1 {
        background-color: #9d9d9d; }
      .txt .ctable td.crow-gray2 {
        background-color: #b2b2b2; }
      .txt .ctable td > p:first-child {
        margin-top: 0; }
      .txt .ctable td > p:last-child {
        margin-bottom: 0; }
      .txt .ctable td.cleft {
        text-align: left; }
      .txt .ctable td.ccenter {
        text-align: center; }
      .txt .ctable td.cright {
        text-align: right; }
      .txt .ctable td.cjustify {
        text-align: justify; }
      .txt .ctable td.ctop {
        vertical-align: top; }
      .txt .ctable td.cmiddle {
        vertical-align: middle; }
      .txt .ctable td.cbottom {
        vertical-align: bottom; }
  @media (max-width: 767px) {
    .txt span.image img {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
    .txt span.image.left, .txt span.image.right {
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }

/**
 * Fejléc
 */
#site-header {
  position: relative;
  z-index: 10; }
  @media (min-width: 768px) {
    #site-header {
      margin: 0;
      height: 102px; } }
  #site-header a {
    color: inherit; }
  #site-header .mobile,
  #site-header .mobile-inline,
  #site-header .mobile-inline-block,
  #site-header .desktop {
    display: none; }
  #site-header.open {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #a0a9ae; }
  #site-header > .hamburger {
    display: block;
    position: fixed;
    right: 10px;
    top: 5px;
    cursor: pointer;
    z-index: 2;
    font-size: 42px;
    width: 46px;
    height: 42px;
    line-height: 42px;
    color: white;
    background-color: #3c7314;
    border-radius: 5px; }
    @media (min-width: 768px) {
      #site-header > .hamburger {
        display: none; } }
  #site-header.open .mobile {
    display: block; }
  #site-header.open .mobile-inline {
    display: inline; }
  #site-header.open .mobile-inline-block {
    display: inline-block; }
  #site-header.open > .hamburger {
    left: unset;
    right: 10px; }
  #site-header .logo-line {
    display: none;
    position: relative;
    width: 100%;
    z-index: 1;
    color: white; }
    @media (min-width: 768px) {
      #site-header .logo-line {
        display: block;
        position: relative;
        background: linear-gradient(to bottom, #4c8226 0%, #61923d 100%); } }
  #site-header.open > .logo-line {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #3c7314; }
  @media (min-width: 768px) {
    #site-header.fixed > .logo-line {
      position: fixed; } }
  #site-header .logo-panel {
    height: 53px; }
    body.view-wide-header #site-header .logo-panel {
      max-width: none; }
    #site-header .logo-panel .logo {
      display: inline-block; }
    #site-header .logo-panel img.normal {
      display: none; }
    #site-header .logo-panel img.mobile {
      display: block;
      position: relative;
      left: 0px;
      top: 0px;
      max-height: 65px; }
    @media (min-width: 768px) {
      #site-header .logo-panel {
        position: relative;
        height: 66px; }
        #site-header .logo-panel img.normal {
          display: block; }
        #site-header .logo-panel img.mobile {
          display: none; } }
  #site-header.open .logo-panel {
    display: block; }
  @media (min-width: 768px) {
    #site-header.fixed .logo-panel {
      height: 0; } }
  @media (min-width: 768px) {
    #site-header .logo {
      display: block;
      overflow: hidden;
      position: absolute;
      top: 0px;
      left: 25px;
      width: 157px;
      height: 95px;
      transition: top 0.5s, left 0.5s, height 0.5s; } }
  @media (min-width: 768px) {
    #site-header .logo > img {
      position: relative;
      width: 100%;
      display: block;
      position: absolute;
      max-width: none;
      transition: top 0.5s, opacity 0.5s; } }
  @media (min-width: 768px) {
    #site-header.fixed .logo {
      top: 0;
      left: 0;
      height: 36px; } }
  @media (min-width: 768px) {
    #site-header.fixed .logo > img {
      opacity: 0.8;
      width: auto;
      height: 52px; } }
  @media (min-width: 768px) {
    #site-header .icon-panel {
      display: block;
      right: 10px;
      top: 32px;
      z-index: 1; } }
  @media (min-width: 768px) {
    #site-header.fixed .icon-panel {
      top: 13px; }
      #site-header.fixed .icon-panel > .text-links {
        display: none; } }
  #site-header .small-links {
    font-size: 14px; }
    #site-header .small-links > a:hover {
      text-decoration: underline; }
    #site-header .small-links .item::after {
      content: " |"; }
    #site-header .small-links .item.last::after {
      content: ""; }
  #site-header.open .small-links {
    display: block;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #79868d;
    padding: 2px 15px;
    font-size: 17px; }
    #site-header.open .small-links .item {
      display: block; }
      #site-header.open .small-links .item::after {
        display: none; }
  #site-header .language-dropdown {
    display: none; }
    @media (min-width: 768px) {
      #site-header .language-dropdown {
        display: block;
        margin: 0 6px 0 auto; } }
    #site-header .language-dropdown select.lang {
      display: inline;
      padding: 3px 4px;
      border: 1px solid black;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 15px;
      font-weight: normal;
      background-color: #3c7314;
      color: white; }
  @media (min-width: 768px) {
    #site-header.fixed .language-dropdown {
      right: 111px;
      top: 19px; } }
  #site-header .language-panel {
    display: none; }
  #site-header.open .language-panel {
    display: block;
    position: fixed;
    bottom: 102px;
    left: 0;
    right: 0;
    padding: 0 15px;
    font-size: 24px;
    background-color: #a0a9ae; }
    #site-header.open .language-panel .language-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 100%; }
    #site-header.open .language-panel .item {
      display: block;
      line-height: 40px;
      padding-top: 4px;
      border-bottom: 2px solid #3c7314;
      width: 45%; }
      #site-header.open .language-panel .item > a {
        display: block;
        padding: 0 7px; }
        #site-header.open .language-panel .item > a:hover {
          background-color: #3c7314; }
  #site-header .icon:hover {
    text-decoration: none;
    color: #ffff00; }
  @media (min-width: 768px) {
    #site-header.fixed > .menu-line {
      position: fixed;
      background-color: rgba(121, 134, 141, 0.8);
      box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.65); } }
  #site-header.open .menu-block {
    display: block;
    position: fixed;
    overflow: scroll;
    left: 0;
    right: 0;
    top: 53px;
    bottom: 0;
    margin-bottom: 470px;
    background-color: #a0a9ae; }
  #site-header.open .icon-panel {
    display: block;
    position: absolute;
    right: 62px;
    top: 12px; }
  @media (min-width: 768px) {
    #site-header .head-controls {
      display: flex;
      height: 66px;
      align-items: center;
      padding-left: 205px; } }
  @media (min-width: 768px) {
    #site-header.fixed .head-controls {
      display: none; } }

/**
 * Lábléc
 */
#site-footer {
  margin: 0;
  background-color: #79868d;
  text-align: left; }
  #site-footer > .footer-panel {
    height: 63px;
    position: relative; }
  #site-footer .logo {
    position: absolute;
    left: 24px;
    top: -32px;
    display: block;
    box-sizing: content-box; }
    #site-footer .logo > img {
      display: block;
      height: 70px; }
  #site-footer .info {
    position: absolute;
    color: white;
    left: 24px;
    right: 0;
    bottom: 0;
    font-size: 11px;
    line-height: 26px; }

#site-footer-info {
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17px;
  color: #005ea7; }
  #site-footer-info .footer-info-panel {
    padding: 4px 0 0 0;
    width: 100%;
    display: flex;
    background-color: white; }
  #site-footer-info .left {
    margin-left: 12px;
    color: #8c969c; }
  #site-footer-info .right {
    flex: 1;
    color: #3c7314;
    text-align: right;
    margin-right: 12px; }

/**
 * Breadcrumb
 */
div.breadcrumb {
  display: block;
  max-width: 1280px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 11px;
  background-color: #ebebed;
  margin: 0 auto;
  padding: 0;
  border-radius: 0;
  border-bottom: 2px solid white;
  color: #3c7314; }
  @media (max-width: 767.97px) {
    div.breadcrumb {
      height: auto;
      line-height: initial;
      padding-top: 6px;
      padding-bottom: 6px;
      padding-right: 16px; } }
  body.view-breadcumbless div.breadcrumb {
    display: none; }
  body.view-wide-breadcrumb div.breadcrumb {
    max-width: none; }
    body.view-wide-breadcrumb div.breadcrumb ul.breadcrumb {
      max-width: 1280px;
      margin: 0 auto; }
  div.breadcrumb .breadcrumb-bcg {
    background-color: inherit; }
  div.breadcrumb > .breadcrumb-panel {
    width: 100%; }
  div.breadcrumb ul.breadcrumb {
    margin: 0;
    padding: 0 0 0 16px;
    display: block;
    height: 26px;
    line-height: 26px; }
    div.breadcrumb ul.breadcrumb > li {
      display: inline-block; }
      @media (max-width: 767.97px) {
        div.breadcrumb ul.breadcrumb > li {
          font-size: 12px; } }
      div.breadcrumb ul.breadcrumb > li:after {
        content: " / "; }
      div.breadcrumb ul.breadcrumb > li:last-child {
        text-decoration: underline; }
      div.breadcrumb ul.breadcrumb > li:last-child:after {
        content: "";
        display: none; }
    div.breadcrumb ul.breadcrumb a {
      color: inherit; }

/**
 * Menu
 */
#site-header > .menu-line {
  background-color: #79868d; }
  @media (min-width: 768px) {
    #site-header > .menu-line {
      width: 100%;
      transition: margin-top .5s, background-color 1.5s; }
      #site-header > .menu-line > .menu-block {
        position: relative; } }

.menu-panel {
  box-sizing: border-box;
  max-width: none;
  transition: margin 0.5s;
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: white; }
  @media (min-width: 768px) {
    .menu-panel {
      padding-left: 186px; }
      #site-header.fixed .menu-panel {
        padding-left: 91px; } }
  #site-footer .menu-panel {
    display: inline-block; }
  .menu-panel > ul.menu {
    margin: 0;
    padding: 0;
    padding-left: 2px;
    background: transparent;
    color: #fff; }
    .menu-panel > ul.menu > li {
      display: block;
      position: relative;
      float: left;
      margin: 0;
      padding: 0 17px;
      height: 36px;
      line-height: 36px; }
      .menu-panel > ul.menu > li .icon {
        display: none; }
      .menu-panel > ul.menu > li:hover {
        background-color: #3c7314; }
      .menu-panel > ul.menu > li ul.menu {
        position: absolute;
        background-color: #aab3b8;
        padding: 0;
        margin-left: -10px;
        display: none; }
        @media (min-width: 768px) {
          .menu-panel > ul.menu > li ul.menu {
            line-height: 39px;
            font-size: 21.333px;
            background-color: #79868d; } }
        @media (min-width: 767.97px) {
          .menu-panel > ul.menu > li ul.menu {
            color: white; } }
        .menu-panel > ul.menu > li ul.menu > li {
          display: block;
          margin: 0;
          padding: 0;
          transition: background-color 0.2s;
          white-space: nowrap; }
          .menu-panel > ul.menu > li ul.menu > li:hover {
            background-color: #3c7314;
            color: white; }
          .menu-panel > ul.menu > li ul.menu > li > a.menu-item {
            display: block;
            padding: 0 38px;
            margin: 0 2px;
            border-bottom: 1px solid white; }
          .menu-panel > ul.menu > li ul.menu > li ul.menu {
            left: 100%;
            top: 0; }
  .menu-panel a {
    color: inherit; }
  .menu-panel a:hover {
    text-decoration: none;
    color: inherit; }
  .menu-panel .hamburger {
    display: none;
    position: fixed;
    right: 15px;
    top: 5px;
    cursor: pointer; }
  .menu-panel .more {
    display: none;
    float: right;
    position: relative;
    top: -42px;
    height: 42px;
    width: 42px;
    padding: 10px;
    margin: 0;
    color: #3c7314 !important; }
    .menu-panel .more:hover {
      color: white !important; }
  .menu-panel li.open > .more {
    padding-left: 8px; }
  @media (min-width: 768px) {
    .menu-panel > ul.menu > li.selected {
      height: 32px;
      line-height: 32px;
      border-top: 4px solid white; }
    .menu-panel ul.menu > li:hover > ul.menu {
      display: block; } }

.menu-panel > ul.menu > li ul.menu > li ul.menu > li > a.menu-item {
  padding-left: 60px; }

.menu-panel > ul.menu > li ul.menu > li:last-child > a {
  border-bottom: none; }

#site-header.open .menu-panel {
  display: block; }

@media (max-width: 767.97px) {
  .menu-panel > ul.menu {
    display: none;
    font-size: 27px;
    padding: 5px 0 0 0;
    line-height: 40px; }
    .menu-panel > ul.menu ul.menu {
      color: white; }
    #site-header.open .menu-panel > ul.menu {
      display: block; }
    .menu-panel > ul.menu > li {
      display: block;
      float: none;
      height: auto;
      padding: 0;
      border-top: 4px solid #a0a9ae;
      border-bottom: 2px solid #3c7314; }
      .menu-panel > ul.menu > li:hover {
        background-color: #3c7314; }
        .menu-panel > ul.menu > li:hover .more {
          color: white !important; }
  .menu-panel ul.menu > li > a {
    display: block;
    padding-left: 15px; }
  .menu-panel ul.menu > li:last-child {
    border-bottom: none; }
  .menu-panel ul.menu > li.open > ul.menu {
    display: block;
    position: static; }
  .menu-panel > ul.menu > li ul.menu > li > a.menu-item {
    padding: 0 0 0 30px;
    margin: 0 16px 0 0;
    border-bottom: none; }
  .menu-panel > ul.menu > li ul.menu > li:last-child > a.menu-item {
    border-bottom: none; }
  .menu-panel ul.menu > li.opened ul.menu,
  .menu-panel ul.menu > li.opened:hover > ul.menu {
    display: block;
    position: static;
    background-color: transparent;
    margin: 0; }
  #site-header.open .menu-panel .more {
    display: block; } }

@keyframes menu-open {
  from {
    opacity: 0;
    left: 100%; }
  to {
    opacity: 1;
    left: 50px; } }

@keyframes menu-shader-open {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/**
 * Boxok
 */
.box > h1 {
  width: 90%;
  text-align: center;
  margin: 0 auto 10px auto;
  color: #3c7314;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 46.667px;
  font-weight: 200; }

.box > h1 + hr,
.box > h2 + hr {
  border-top: 1px solid #7C7C7C;
  margin: 0; }

.box.top-margin {
  margin-top: 15px; }

.box.bottom-margin {
  margin-bottom: 15px; }

.box.white-bcg {
  background-color: white; }

.box.red-bcg {
  background-color: #3c7314; }

.box.red-bcg > h1, .box.white-txt > h1 {
  color: white; }

.box.red-bcg > h1 + hr,
.box.red-bcg > h2 + hr, .box.white-txt > h1 + hr,
.box.white-txt > h2 + hr {
  border-top-color: white; }

.Legnagyobb_címsor_kisebb_címsor {
  font-size: 60px;
  font-family: "Roboto";
  color: #d91c5c;
  line-height: 0.822;
  text-align: center;
  position: absolute;
  left: 656.937px;
  top: 2226.391px;
  z-index: 193; }

/* title */
.box.box-title {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif; }
  .box.box-title.left {
    text-align: left; }
  .box.box-title.right {
    text-align: right; }
  .box.box-title > h1 {
    width: 100%;
    padding-left: 13px;
    padding-right: 13px;
    text-align: inherit; }
  .box.box-title > h2 {
    line-height: 100%;
    color: black;
    font-size: 33px;
    text-align: center;
    padding-bottom: 10px; }
  .box.box-title.big > hr,
  .box.box-title.small > h2 {
    display: none; }
  .box.box-title.small > h1 {
    margin-top: 25px;
    margin-bottom: 10px; }
  .box.box-title.small > hr {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0; }
  .box.box-title.big > h1 {
    background-color: #e8ebec;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 60px;
    font-weight: 500; }

div.boxpanel.main.w1 .boxpanel-cell.w1 .box.box-title,
div.boxpanel.main.w2 .boxpanel-cell.w2 .box.box-title,
div.boxpanel.main.w3 .boxpanel-cell.w3 .box.box-title,
div.boxpanel.main.w4 .boxpanel-cell.w4 .box.box-title {
  margin-left: -13px;
  margin-right: -13px; }

/* contentlist */
div.boxpanel.w1 div.boxpanel-cell.w1 .box.contentlist.pictures,
div.boxpanel.w2 div.boxpanel-cell.w2 .box.contentlist.pictures,
div.boxpanel.w3 div.boxpanel-cell.w3 .box.contentlist.pictures,
div.boxpanel.w4 div.boxpanel-cell.w4 .box.contentlist.pictures {
  margin-left: -13px;
  margin-right: -13px; }

.box.contentlist {
  margin-left: 0;
  margin-right: 0; }
  .box.contentlist > h1 + hr {
    margin-bottom: 12px; }
  .box.contentlist.hiddenboxtitle > h1,
  .box.contentlist.hiddenboxtitle > h1 + hr {
    display: none; }
  .box.contentlist .subbox {
    background-color: transparent;
    transition: background-color 0.3s;
    color: black; }
    .box.contentlist .subbox.canhover:hover {
      background-color: #d4d8da; }
  .box.contentlist.white-txt .subbox, .box.contentlist.red-bcg .subbox {
    color: white; }
    .box.contentlist.white-txt .subbox.canhover:hover, .box.contentlist.red-bcg .subbox.canhover:hover {
      background-color: transparent; }
    .box.contentlist.white-txt .subbox .txt .red, .box.contentlist.red-bcg .subbox .txt .red {
      color: white; }

.box.contentlist {
  font-family: "Roboto Condensed", sans-serif; }
  .box.contentlist .box-header {
    font-size: 33.333px;
    font-weight: bold;
    margin: 8px 0 8px 0;
    color: #3c7314;
    background-color: transparent; }
    .box.contentlist .box-header > a.title {
      color: inherit; }
      .box.contentlist .box-header > a.title:hover {
        text-decoration: none; }
    .box.contentlist .box-header.subtitle {
      font-size: 24px;
      font-weight: normal;
      color: #79868d;
      margin-top: -8px; }
  .box.contentlist.white-txt .box-header, .box.contentlist.red-bcg .box-header {
    color: white; }
    .box.contentlist.white-txt .box-header.subtitle, .box.contentlist.red-bcg .box-header.subtitle {
      color: white; }
  .box.contentlist.items-6 .box-header {
    font-size: 80%; }
  .box.contentlist .box-content {
    margin: 10px 0 5px 0;
    font-size: 17px;
    font-family: "Roboto Condensed", sans-serif; }
  .box.contentlist a.more {
    float: right;
    display: none;
    margin-bottom: 10px;
    margin-top: 10px; }
  .box.contentlist div.image {
    width: 100%;
    position: relative;
    border-bottom: 10px solid #d4d8da; }
    .box.contentlist div.image > a.shader {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
    .box.contentlist div.image > img {
      width: 100%;
      max-width: 100%; }
    .box.contentlist div.image .alert-title {
      display: block;
      position: absolute;
      right: 0px;
      top: 16px;
      background-color: #79868d;
      padding: 2px 12px 2px 16px;
      font-size: 16px;
      color: white; }
  .box.contentlist .highlighted .image {
    border-bottom-color: #3c7314; }
  .box.contentlist.wide .box-imagehalf {
    display: none; }
  @media (min-width: 576px) {
    .box.contentlist.wide > .widebox {
      display: flex; }
    .box.contentlist.wide.imgleft > .widebox {
      flex-direction: row; }
      .box.contentlist.wide.imgleft > .widebox.even {
        flex-direction: row-reverse; }
    .box.contentlist.wide.imgright > .widebox {
      flex-direction: row-reverse; }
      .box.contentlist.wide.imgright > .widebox.even {
        flex-direction: row; }
    .box.contentlist.wide .box-texthalf,
    .box.contentlist.wide .box-imagehalf {
      display: block;
      margin-left: 15px;
      margin-right: 15px;
      width: 50%; }
    .box.contentlist.wide .box-texthalf {
      margin-top: 16px;
      margin-bottom: 16px; }
    .box.contentlist.wide.imgleft .odd .box-texthalf,
    .box.contentlist.wide.imgright .even .box-texthalf {
      margin-right: 0;
      padding-right: 30px; }
    .box.contentlist.wide.imgleft .odd .box-imagehalf,
    .box.contentlist.wide.imgright .even .box-imagehalf {
      margin-left: 0; }
    .box.contentlist.wide.imgright .odd .box-texthalf,
    .box.contentlist.wide.imgleft .even .box-texthalf {
      margin-left: 0;
      padding-left: 30px; }
    .box.contentlist.wide.imgright .odd .box-imagehalf,
    .box.contentlist.wide.imgleft .even .box-imagehalf {
      margin-right: 0; }
    .box.contentlist.wide .image {
      height: 100%;
      background-size: cover;
      background-position: center; }
      .box.contentlist.wide .image.mobile {
        display: none; } }

.box.contentlist.pictures > .subbox {
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
  overflow: hidden; }

.box.contentlist.pictures .box-content,
.box.contentlist.pictures a.more {
  display: none; }

.box.contentlist.pictures .box-header {
  background-color: rgba(217, 28, 92, 0.75);
  color: white;
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  min-height: 50px;
  max-height: 80px;
  padding: 4px 12px;
  margin: 0;
  font-size: 20px;
  line-height: 23px;
  font-weight: bold;
  transition: top 0.3s;
  overflow: hidden; }
  .box.contentlist.pictures .box-header.subtitle {
    display: none; }

.box.contentlist.pictures .image {
  border-bottom: none; }
  .box.contentlist.pictures .image .alert-title {
    top: unset;
    right: unset;
    left: 0;
    bottom: 20px; }

@media (min-width: 768px) {
  .box.contentlist.pictures.float > .subbox {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: left 0.2s, top 0.2s, box-shadow 0.3s; }
  .box.contentlist.pictures.zoom .image {
    transition: transform 0.9s; }
  .box.contentlist.pictures.float > .subbox:hover {
    background-color: transparent;
    left: -10px;
    top: -10px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.45); }
  .box.contentlist.pictures.zoom > .subbox:hover .image:hover {
    transform: scale(1.13);
    z-index: 1; }
  .box.contentlist.pictures .box-header {
    top: -80px; }
  .box.contentlist.pictures > .subbox:hover .box-header {
    top: 0; }
  .box.contentlist.pictures.zoom .image > a.shader {
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.4s; }
  .box.contentlist.pictures.zoom > .subbox:hover .image > a.shader {
    background-color: rgba(0, 0, 0, 0.5); } }

/* menulista box */
.box.simplelist {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17.333px;
  color: #79868d;
  line-height: 1.692; }
  .box.simplelist.big {
    font-size: 21.333px;
    line-height: 1.563; }
  .box.simplelist .box-body {
    margin-left: 15px;
    margin-right: 15px; }
  .box.simplelist ul.menulist {
    display: block;
    padding: 0;
    margin: 0; }
  .box.simplelist li.item {
    display: block;
    padding: 0 10px;
    margin: 0;
    border-bottom: 1px solid #7c7c7c; }
    .box.simplelist li.item:last-child {
      border-bottom: none; }
    .box.simplelist li.item > a {
      font-size: inherit;
      text-decoration: inherit;
      color: inherit; }
      .box.simplelist li.item > a:before {
        content: "> "; }
      .box.simplelist li.item > a:hover {
        color: #3c7314; }
  .box.simplelist.white-txt, .box.simplelist.red-bcg {
    color: white; }
    .box.simplelist.white-txt li.item, .box.simplelist.red-bcg li.item {
      border-bottom-color: white; }
  .box.simplelist.small li.item {
    border-bottom: none; }

/* menulista box, szimpla contentlist box */
.box.box-menulist,
.box.contentlist.simple-list {
  margin-left: 13px;
  margin-right: 13px; }

.box.box-menulist.hiddenboxtitle > h1,
.box.box-menulist.hiddenboxtitle > h1 + hr {
  display: none; }

.box.box-menulist ul.menulist,
.box.contentlist ul.contentlist {
  display: block;
  padding: 0;
  margin: 0; }

.box.contentlist.double ul.contentlist,
.box.contentlist.triple ul.contentlist,
.box.contentlist.quadruple ul.contentlist {
  display: flex;
  flex-wrap: wrap; }

.box.box-menulist ul.menulist > li.item,
.box.contentlist ul.contentlist > li.item {
  display: block;
  padding: 0 10px;
  margin: 0;
  border-bottom: 1px solid #7c7c7c;
  font-size: 23px;
  color: #2c4e88;
  line-height: 1.304; }

.box.box-menulist.big ul.menulist > li.item,
.box.contentlist ul.contentlist > li.item {
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #2c4e88;
  line-height: 1.4;
  /* font-weight: bold; */
  transition: background-color 0.2s; }

.box.box-menulist.big.white-txt ul.menulist > li.item,
.box.contentlist.white-txt ul.contentlist > li.item {
  color: white; }

.box.contentlist ul.contentlist .subtitle {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #7d7d7d; }

.box.contentlist.simple-list.hiddensubtitle .subtitle {
  display: none; }

.box.contentlist ul.contentlist > li.item {
  font-size: 18px; }

.box.contentlist.double ul.contentlist > li.item {
  width: 50%; }

.box.contentlist.triple ul.contentlist > li.item {
  width: 33.3333%; }

.box.contentlist.quadruple ul.contentlist > li.item {
  width: 25%; }

.box.box-menulist.big ul.menulist > li.item:hover,
.box.contentlist ul.contentlist > li.item:hover {
  background-color: #e9e9e9 !important; }

.box.box-menulist.big ul.menulist > li.item:before {
  display: inline-block;
  position: relative;
  top: -1px;
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-radius: 1px;
  background-color: #2c4e88;
  vertical-align: middle; }

.box.box-menulist.big.white-txt ul.menulist > li.item:before {
  background-color: white; }

.box.box-menulist ul.menulist > li.item:nth-child(2n) {
  background-color: #e9e9e9; }

.box.box-menulist.big ul.menulist > li.item:nth-child(2n) {
  background-color: inherit; }

.box.box-menulist ul.menulist > li.item:last-child,
.box.contentlist.single ul.contentlist > li.item:last-child {
  border-bottom: none; }

.box.box-menulist ul.menulist > li.item.lvl2 {
  padding-left: 30px;
  border-bottom: none; }

.box.box-menulist ul.menulist > li.item.lvl2 + li.item.lvl1 {
  border-top: 1px solid #7c7c7c; }

.box.box-menulist ul.menulist > li.item > a,
.box.contentlist ul.contentlist > li.item > a {
  font-size: inherit;
  text-decoration: inherit;
  color: inherit; }

.box.box-menulist.white-txt li.item > a {
  color: white !important; }

/**
 * Extended menülista box.
 */
.box.box-menulist.extended {
  text-align: center; }
  .box.box-menulist.extended > .box-body {
    display: flex;
    flex-wrap: wrap;
    align-content: center; }
  .box.box-menulist.extended .menu-item {
    padding: 0 10px; }
  .box.box-menulist.extended.single .menu-item {
    width: 100%; }
  .box.box-menulist.extended.double .menu-item {
    width: 50%; }
  .box.box-menulist.extended.triple .menu-item {
    width: 33.3333%; }
  .box.box-menulist.extended.quadruple .menu-item {
    width: 25%; }
  @media (max-width: 993px) {
    .box.box-menulist.extended.double .menu-item {
      width: 100%; }
    .box.box-menulist.extended.triple .menu-item {
      width: 50%; }
    .box.box-menulist.extended.quadruple .menu-item {
      width: 33.3333%; } }
  @media (max-width: 767px) {
    .box.box-menulist.extended.double .menu-item {
      width: 100%; }
    .box.box-menulist.extended.triple .menu-item {
      width: 100%; }
    .box.box-menulist.extended.quadruple .menu-item {
      width: 50%; } }
  .box.box-menulist.extended .image {
    display: block;
    width: 100%; }
    .box.box-menulist.extended .image > img {
      width: 100%; }
  .box.box-menulist.extended .title {
    margin: 15px auto 15px auto;
    font-weight: 300;
    padding: 2px 30px; }

.box.box-offer_search > .box-content {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px; }

/* guest box */
.box.box-guest {
  text-align: center; }

@font-face {
  font-family: "mfn";
  src: url("mfn-icons.woff") format("woff"); }

.icon {
  display: inline-block;
  font-family: mfn;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 28px;
  color: inherit; }
  .icon.icon-big {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 36px; }
  @media (min-width: 768px) {
    .icon.icon-md-big {
      width: 36px;
      height: 36px;
      line-height: 36px;
      font-size: 36px; } }
  .icon.icon-small {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 22px; }
  .icon.icon-large {
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 64px; }
  .icon.icon-huge {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 80px; }
  .icon.icon-search::after {
    content: ""; }
  .icon.icon-basket::after {
    content: ""; }
  .icon.icon-register::after {
    content: ""; }
  .icon.icon-favorite::after {
    content: ""; }
  .icon.icon-favorited::after {
    content: ""; }
  .icon.icon-user::after {
    content: ""; }
  .icon.icon-login::after {
    content: ""; }
  .icon.icon-logout::after {
    content: ""; }
  .icon.icon-pin::after {
    content: ""; }
  .icon.icon-bell::after {
    content: ""; }
  .icon.icon-home::after {
    content: ""; }
  .icon.icon-delete::after {
    content: ""; }
  .icon.icon-close::after {
    content: ""; }
  .icon.icon-photo::after {
    content: ""; }
  .icon.icon-down::after {
    content: ""; }
  .icon.icon-down-triangle::after {
    content: ""; }
  .icon.icon-down-arrow::after {
    content: ""; }
  .icon.icon-left::after {
    content: ""; }
  .icon.icon-left-triangle::after {
    content: ""; }
  .icon.icon-left-arrow::after {
    content: ""; }
  .icon.icon-right::after {
    content: ""; }
  .icon.icon-right-triangle::after {
    content: ""; }
  .icon.icon-right-arrow::after {
    content: ""; }
  .icon.icon-up::after {
    content: ""; }
  .icon.icon-up-triangle::after {
    content: ""; }
  .icon.icon-up-arrow::after {
    content: ""; }
  .icon.icon-way-top::after {
    content: ""; }
  .icon.icon-plus::after {
    content: ""; }
  .icon.icon-minus::after {
    content: ""; }
  .icon.icon-trashcan::after {
    content: ""; }
  .icon.icon-download::after {
    content: ""; }
  .icon.icon-calendar::after {
    content: ""; }
  .icon.icon-address::after {
    content: ""; }
  .icon.icon-preview::after {
    content: ""; }
  .icon.icon-bill::after {
    content: ""; }
  .icon.icon-facebook::after {
    content: ""; }
  .icon.icon-twitter::after {
    content: ""; }
  .icon.icon-instagram::after {
    content: ""; }
  .icon.icon-google::after {
    content: ""; }
  .icon.icon-download::after {
    content: ""; }
  .icon.icon-hamburger::after {
    content: ""; }
  .icon.icon-globe::after {
    content: ""; }

/**
 * Content oldal
 */
#site-content {
  margin: 0 auto; }
  .content #site-content {
    max-width: 1280px;
    padding: 0 26px 36px 26px;
    background-color: white; }
  .content.view-wide-content #site-content {
    max-width: none; }
    .content.view-wide-content #site-content .site-content-panel {
      max-width: 1228px;
      margin: 0 auto; }
  @media (max-width: 993px) {
    #site-content .sidebar {
      margin-top: 10px; } }
  @media (min-width: 994px) {
    #site-content.panel-left > .site-content-panel,
    #site-content.panel-right > .site-content-panel {
      float: left;
      width: 80%; }
    #site-content.panel-left > .site-content-panel {
      position: relative;
      left: 20%; }
    #site-content.panel-right.panel-left > .site-content-panel {
      position: relative;
      left: 20%;
      width: 60%;
      padding-left: 0; }
    #site-content.panel-left.panel-right .boxpanel-left {
      left: calc(-60% - 12px); }
    #site-content.panel-left .boxpanel-left {
      left: calc(-80% - 12px); }
    #site-content .boxpanel-left {
      position: relative;
      float: left;
      width: 20%; }
    #site-content .boxpanel-right {
      float: left;
      position: relative;
      left: 12px;
      width: 20%; } }

/**
 * Méretezhető vendébox tartó.
 */
.sized-box {
  position: relative;
  height: var(--panel-height); }
  .sized-box.noheight {
    height: auto; }
  .sized-box.h-percent {
    height: 0;
    padding-bottom: var(--panel-height); }
  .sized-box > .sized-panel {
    display: block; }
  .sized-box:not(.noheight) > .sized-panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .sized-box .sized-iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none; }

/**
 * Article/Product/Event oldal
 */
.content {
  font-family: "Roboto Condensed", sans-serif; }
  .content > h1 {
    padding: 10px 0 0 0;
    margin: 0 0 4px 2px;
    color: #3c7314;
    font-size: 37.15px;
    font-weight: normal;
    text-transform: uppercase; }
  .content > h2 {
    padding: 25px 0 0 0;
    margin: 0 0 4px 2px;
    color: #3c7314;
    font-size: 26px;
    font-weight: normal;
    text-transform: uppercase; }
  .content > h3 {
    padding: 0;
    margin: 0 0 4px 2px;
    color: #959595;
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase; }
  .content > h1 + hr,
  .content > h3 + hr {
    border-top: 1px solid #7C7C7C;
    margin: 0 4px 1em 0; }
  .content article.txt {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    color: #737373; }
  .content ul.join-url {
    display: block;
    padding: 0; }

.content ul.join-url > li {
  display: block;
  color: #006ab2;
  font-weight: 500; }

.content ul.join-url > li:before {
  display: inline-block;
  padding-right: 5px;
  content: "> "; }

.content ul.join-url > li > a {
  color: inherit; }

.content .controls {
  margin: 16px 0; }

/* tags */
.tags-panel {
  display: block;
  margin: 0.5em 0; }

.tags-panel > .tags {
  display: block;
  margin: 0;
  padding: 0; }

.tags-panel > ul.tags > li {
  display: inline-block;
  padding: 4px 5px;
  margin: 0 3px 0 0;
  background-color: #f7941d;
  color: white;
  font-weight: 400;
  transition: background-color 0.3s; }

.tags-panel > ul.tags > li:hover {
  background-color: #f26522; }

/* product properties */
.content.product div.properties {
  margin: 22px 0 12px 0; }

.content.product div.properties > h3 {
  font-size: 22px;
  color: #006ab2;
  font-weight: normal; }

table.properties {
  width: 100%;
  font-size: 16px;
  border: 1px solid #e1e1e1;
  color: #6b6c6c;
  font-size: 15.6px; }

table.properties > thead {
  text-align: left;
  background-color: #f8f8f8; }

table.properties tr {
  background-color: transparent;
  font-weight: normal; }

table.properties tr.row2 {
  background-color: #f8f8f8;
  color: #006eb7; }

table.properties tr.hilight {
  font-weight: bold; }

table.properties th,
table.properties td {
  border: 1px solid #e1e1e1;
  padding: 9px 12px;
  font-weight: inherit; }

/* downloads */
.join-download {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0; }
  .join-download > .download {
    display: block;
    background-color: #3c7314;
    color: white;
    margin-bottom: 10px;
    width: 100%; }
    @media (min-width: 767px) {
      .join-download > .download {
        width: calc(50% - 25px); } }
    @media (min-width: 993px) {
      .join-download > .download {
        width: calc(33% - 25px); } }
    .join-download > .download > .download-item {
      display: flex;
      align-items: center; }
      .join-download > .download > .download-item > .left {
        padding: 9px; }
  .join-download .icon {
    color: #3c7314;
    font-size: 52px;
    border-radius: 10px;
    background-color: #deecf5; }
  .join-download .info {
    display: block;
    font-size: 16px;
    line-height: 1.2; }
    .join-download .info.title {
      font-size: 20px; }
  .join-download a {
    color: inherit;
    text-decoration: inherit; }

.box.box-map > .map {
  width: 100%;
  min-height: 80vh; }

.box.box-map .controls-line {
  background-color: #dce5cf; }

.box.box-map .controls {
  max-width: 1280px;
  margin: 0 auto;
  color: #3c7314;
  text-transform: uppercase; }
  .box.box-map .controls input {
    display: none; }

.box.box-map .menu-icon {
  display: inline;
  width: 32px;
  height: 32px;
  margin-right: 4px; }

.box.box-map .map-filter {
  user-select: none;
  display: flex;
  align-items: center;
  margin: 0;
  transition: color 0.2s, background-color 0.1s; }
  .box.box-map .map-filter.checked {
    background-color: #4c8227;
    color: white; }
  .box.box-map .map-filter > span {
    display: block;
    padding-left: .2em; }

.map-popup {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px; }
  .map-popup h1.firstHeading {
    text-align: center;
    font-size: 31px;
    line-height: 1.3;
    font-weight: normal;
    margin: 0; }
  .map-popup h2.secondHeading {
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
    font-weight: normal;
    color: #3c7314;
    margin: 0; }
  .map-popup h3.subHeading {
    font-size: 18px;
    font-weight: bold;
    color: #79868d; }
  .map-popup img.bodyImage {
    display: block;
    margin: 2px auto;
    width: 100%; }
    .map-popup img.bodyImage.slim {
      max-width: 100%;
      width: auto; }
  .map-popup ul.bodyCProperty,
  .map-popup ul.bodyGroup {
    display: block;
    margin: 0;
    padding: 0; }
    .map-popup ul.bodyCProperty > li,
    .map-popup ul.bodyGroup > li {
      display: flex;
      margin: 2px;
      padding: 2px 1em;
      border-bottom: 1px dotted #3c7314;
      align-items: center; }
    .map-popup ul.bodyCProperty .cell,
    .map-popup ul.bodyGroup .cell {
      display: block;
      font-weight: bold;
      color: #3c7314; }
  .map-popup ul.bodyCProperty .key {
    width: 33%; }
  .map-popup ul.bodyGroup > li {
    cursor: pointer; }
  .map-popup ul.bodyGroup .cell.name {
    font-size: 19px;
    font-weight: bold;
    text-decoration: underline;
    color: #79868d; }
  .map-popup ul.bodyGroup .gicon {
    padding-right: 12px; }
    .map-popup ul.bodyGroup .gicon > img {
      max-width: 24px; }
  .map-popup .bodyContent {
    border-top: 1px solid #3c7314;
    padding-top: 5px;
    margin-bottom: 5px; }
  .map-popup a {
    cursor: pointer;
    color: #79868d;
    text-decoration: underline; }

.content.upload .gmap {
  min-height: 400px; }

.content.upload #image {
  margin-top: 1em;
  margin-bottom: 1em; }
  .content.upload #image .boximg-preview {
    display: block;
    margin: 0 auto; }

.autocomplete {
  display: block;
  position: relative; }
  .autocomplete > .dropdown {
    display: none;
    position: absolute;
    width: 100%;
    background-color: white;
    border: 1px solid #3c7314; }
    .autocomplete > .dropdown.show {
      display: block; }

/*# sourceMappingURL=site2.css.map */