@charset "UTF-8";
/**
 * Header
 */
/**
 * Footer
 */
@font-face {
  font-family: "Anton";
  src: url("fonts/Anton-Regular.ttf"); }

@font-face {
  font-family: "Spartan";
  src: url("fonts/Spartan-VariableFont_wght.ttf"); }

@font-face {
  font-family: "Roboto Lt";
  src: url("fonts/Roboto-Light.ttf"); }

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Regular.ttf"); }

:root {
  font-size: 11px; }

body.bic {
  background: #fff;
  background-attachment: fixed;
  font-family: Spartan, sans-serif;
  font-weight: normal; }

body.bic.fixed-header {
  margin-top: 116px; }

.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; }
    .sidebar .boxpanel-fluid .boxpanel-row-base {
      padding: 0; }
  .boxpanel-fluid > .boxpanel-container {
    width: 100%;
    padding: 0;
    position: relative;
    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.bcg > .boxpanel-video-bcg {
        display: block; }
    .boxpanel-fluid > .boxpanel-container.wide.bcg.bcg-color {
      background-color: transparent;
      background-color: var(--box-background-color); }
    .boxpanel-fluid > .boxpanel-container.wide.bcg.bcg-image {
      background-image: var(--box-background-image); }
    .boxpanel-fluid > .boxpanel-container.slim.bcg.bcg-color > .boxpanel-row-base {
      background-color: var(--box-background-color);
      padding: 0 15px; }
    .boxpanel-fluid > .boxpanel-container.slim.bcg.bcg-image > .boxpanel-row-base {
      background-image: var(--box-background-image);
      padding: 0 15px; }
    .boxpanel-fluid > .boxpanel-container.slim > .boxpanel-video-bcg {
      max-width: 1280px;
      margin-left: auto;
      margin-right: auto; }
    .boxpanel-fluid > .boxpanel-container.full > .boxpanel-row-base {
      max-width: initial;
      margin-left: 0;
      margin-right: 0; }
    .boxpanel-fluid > .boxpanel-container > .boxpanel-video-bcg {
      display: none;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      overflow: hidden; }
  .sidebar .boxpanel-fluid .boxpanel-row {
    margin-left: 0;
    margin-right: 0; }
  .boxpanel-fluid .boxpanel-row.fixed-height-xs {
    min-height: var(--box-min-height-xs); }
    .boxpanel-fluid .boxpanel-row.fixed-height-xs:before {
      content: none; }
  .boxpanel-fluid .boxpanel-row.fixed-height-xs-percent {
    min-height: 0; }
    .boxpanel-fluid .boxpanel-row.fixed-height-xs-percent:before {
      display: block;
      width: 0;
      content: "";
      margin: 0;
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: var(--box-min-height-xs); }
  @media (min-width: 576px) {
    .boxpanel-fluid .boxpanel-row.fixed-height-sm {
      min-height: var(--box-min-height-sm); }
      .boxpanel-fluid .boxpanel-row.fixed-height-sm:before {
        content: none; }
    .boxpanel-fluid .boxpanel-row.fixed-height-sm-percent {
      min-height: 0; }
      .boxpanel-fluid .boxpanel-row.fixed-height-sm-percent:before {
        display: block;
        width: 0;
        content: "";
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: var(--box-min-height-sm); } }
  @media (min-width: 768px) {
    .boxpanel-fluid .boxpanel-row.fixed-height-md {
      min-height: var(--box-min-height-md); }
      .boxpanel-fluid .boxpanel-row.fixed-height-md:before {
        content: none; }
    .boxpanel-fluid .boxpanel-row.fixed-height-md-percent {
      min-height: 0; }
      .boxpanel-fluid .boxpanel-row.fixed-height-md-percent:before {
        display: block;
        width: 0;
        content: "";
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: var(--box-min-height-md); } }
  @media (min-width: 992px) {
    .boxpanel-fluid .boxpanel-row.fixed-height-lg {
      min-height: var(--box-min-height-lg); }
      .boxpanel-fluid .boxpanel-row.fixed-height-lg:before {
        content: none; }
    .boxpanel-fluid .boxpanel-row.fixed-height-lg-percent {
      min-height: 0; }
      .boxpanel-fluid .boxpanel-row.fixed-height-lg-percent:before {
        display: block;
        width: 0;
        content: "";
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: var(--box-min-height-lg); } }
  @media (min-width: 1200px) {
    .boxpanel-fluid .boxpanel-row.fixed-height-xl {
      min-height: var(--box-min-height-xl); }
      .boxpanel-fluid .boxpanel-row.fixed-height-xl:before {
        content: none; }
    .boxpanel-fluid .boxpanel-row.fixed-height-xl-percent {
      min-height: 0; }
      .boxpanel-fluid .boxpanel-row.fixed-height-xl-percent:before {
        display: block;
        width: 0;
        content: "";
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: var(--box-min-height-xl); } }
  .boxpanel-fluid video.boxpanel-video {
    position: absolute;
    width: 100%; }

.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; }
  .bcg.bcg-s-contain .boxpanel-video {
    height: 100%; }
  .bcg.bcg-s-cover .boxpanel-video {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    overflow: hidden; }
  .bcg.bcg-p-left .boxpanel-video {
    left: 0; }
  .bcg.bcg-p-right .boxpanel-video {
    right: 0; }
  .bcg.bcg-p-top .boxpanel-video {
    top: 0; }
  .bcg.bcg-p-bottom .boxpanel-video {
    bottom: 0; }
  .bcg.bcg-p-top-left .boxpanel-video {
    top: 0;
    left: 0; }
  .bcg.bcg-p-bottom-left .boxpanel-video {
    bottom: 0;
    left: 0; }
  .bcg.bcg-p-top-right .boxpanel-video {
    top: 0;
    right: 0; }
  .bcg.bcg-p-bottom-right .boxpanel-video {
    bottom: 0;
    right: 0; }

.form {
  background-color: #E1E1E2;
  padding: 25px 32px;
  color: black; }
  .form label, .form legend {
    font-size: 14px;
    font-family: Spartan, sans-serif;
    line-height: 1.704;
    margin-bottom: .25rem; }
    .form label.form-check-label, .form legend.form-check-label {
      font-size: 18px;
      width: 100%; }
  .form .form-text {
    font-size: 14px;
    color: #737373; }
  .form .form-control,
  .form .custom-file-input,
  .form .custom-file {
    font-size: 14px;
    font-family: Spartan, sans-serif;
    line-height: 46px;
    height: 46px;
    color: black; }
  .form .custom-file-label {
    height: 46px; }
  .form .custom-file-label::after {
    height: 44px; }
  .form .form-control,
  .form .custom-file-input {
    border-color: white;
    border-radius: 4px;
    background-color: #FF991B; }
    .form .form-control:focus,
    .form .custom-file-input:focus {
      border-color: white;
      box-shadow: 0 0 0 0.2rem white;
      background-color: #fff; }
    .form .form-control::placeholder,
    .form .custom-file-input::placeholder {
      color: black; }
  .form textarea.form-control {
    height: auto; }
  .form .form-control.is-invalid,
  .form .is-invalid .form-control {
    color: black;
    background-color: white;
    border-color: white; }
  .form h3 {
    margin-top: 1.2rem;
    margin-bottom: 0.6rem; }
  .form > h3:first-child {
    margin-top: 0; }
  .form .form-check {
    padding-left: 2.5rem; }
  .form .form-check-input {
    margin-top: 7px; }
  .form .form-check-label {
    padding-left: 6px; }
  .form .form-optional-area {
    display: block;
    overflow: hidden;
    transition: height 0.5s;
    height: 0px; }
  .form .invalid-feedback {
    font-size: 14px; }
  .form fieldset > .invalid-feedback {
    display: block; }
  .form .btn {
    border-radius: 4px;
    font-size: 14px; }
    .form .btn.btn-primary {
      background-color: white;
      border: none;
      color: black; }
      .form .btn.btn-primary:hover {
        background-color: #FF991B; }

/**
 * Gombok
 */
.button {
  display: inline-block;
  background-color: white;
  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; }

/**
 * Bootstrap inputok
 */
.btn {
  padding: .7rem 1.9rem;
  border-width: 2px;
  border-radius: 18px;
  font-size: 16px;
  font-family: Spartan, sans-serif;
  font-weight: 500; }
  .white-txt .btn {
    color: white; }
  .btn.btn-primary {
    background-color: #ff9a1b;
    border-color: #ff9a1b;
    color: black;
    transition: background-color .3s, border-color .3s, color .15s; }
    .btn.btn-primary:hover {
      color: white;
      background-color: transparent;
      border-color: #ff9a1b; }
  .btn.btn-secondary {
    color: #353637;
    background-color: transparent; }
    .white-txt .btn.btn-secondary {
      color: white;
      background-color: transparent;
      border-color: white; }

.btn ~ .btn {
  margin-left: 1rem; }

.white-txt .form-control {
  border-color: white;
  background-color: #ff9a1b;
  color: black; }
  .white-txt .form-control::placeholder {
    color: black; }
  .white-txt .form-control:focus {
    border-color: white;
    box-shadow: 0 0 0 .2rem white;
    background-color: #ffa535; }

.white-txt label {
  color: white; }

.white-txt .form-text {
  color: white; }

/**
 * Freetext styles
 */
.txt {
  color: inherit;
  font-size: 100%; }
  .txt a {
    color: #ff9a1b;
    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: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 1.2;
    color: #ff9a1b; }
    .txt span.image img {
      display: block;
      position: relative;
      margin-bottom: 9px;
      border: 0;
      background-color: #c52659;
      padding-left: 10px;
      border: 1px solid #c52659;
      border-radius: 8px; }
      .txt span.image img:before {
        display: block;
        position: absolute;
        content: "";
        width: 10px;
        top: 0;
        bottom: 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 {
    font-size: 34px; }
  .txt .h2 {
    font-size: 34px;
    color: #ff991b; }
  .txt .h3 {
    font-size: 27px; }
  .txt .s {
    font-size: 83.3333%; }
  .txt .l {
    font-size: 116.6666%; }
  .txt .xl {
    font-size: 133.3333%; }
  .txt .red {
    color: #ff9a1b; }
  .txt .ctable {
    overflow: auto;
    max-width: 100%;
    font-family: Spartan, 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: #ff9a1b;
        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: #ff9a1b; }
      .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; } }

@media (min-width: 768px) {
  body.fixed-header {
    margin-top: 114px; } }

/**
 * Fejléc
 */
#site-header {
  position: relative;
  z-index: 10;
  font-family: Spartan, sans-serif;
  font-style: normal;
  font-weight: 500;
  max-width: 1280px;
  margin: 0 auto;
  color: #79868d; }
  #site-header .mobile,
  #site-header .mobile-inline,
  #site-header .mobile-inline-block,
  #site-header .desktop {
    display: none; }
  #site-header a {
    color: inherit; }
  @media (min-width: 768px) {
    #site-header {
      height: 114px;
      background-color: white; }
      body.view-wide-header #site-header {
        max-width: initial; }
      #site-header.fixed {
        position: fixed;
        top: 0;
        width: 100%;
        height: 55px;
        box-shadow: 0px -1px 6px #0000004f; }
        #site-header.fixed .top-line {
          display: none; }
      #site-header .desktop {
        display: block; } }
  #site-header > .hamburger {
    display: block;
    position: fixed;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 2;
    font-size: 50px;
    width: 54px;
    height: 50px;
    line-height: 50px;
    color: white;
    background-color: #ff9a1b;
    border-radius: 1px; }
    #site-header > .hamburger:hover {
      color: black !important; }
    @media (min-width: 768px) {
      #site-header > .hamburger {
        display: none; } }
  #site-header .top-line,
  #site-header .bottom-line {
    display: none; }
  @media (min-width: 768px) {
    #site-header .top-line,
    #site-header .bottom-line {
      display: flex;
      align-items: center; }
    #site-header .top-line {
      height: 59px;
      position: relative;
      z-index: 1; }
    #site-header .bottom-line {
      height: 55px; } }
  #site-header .logo-panel .logo {
    display: block; }
  @media (min-width: 768px) {
    #site-header .staticmenu.right {
      margin-left: auto; }
    #site-header .staticmenu.rpadding {
      padding-right: 20px; }
    #site-header .staticmenu.rpadding-w {
      padding-right: 50px; }
    #site-header .staticmenu.info {
      font-size: 20px;
      font-weight: normal; }
      #site-header .staticmenu.info .item {
        padding-right: 20px; }
    #site-header .staticmenu.mini {
      font-family: Roboto, sans-serif;
      font-size: 14px;
      font-weight: normal;
      line-height: 2.2; }
      #site-header .staticmenu.mini .item:after {
        content: " |";
        padding-left: 3px;
        padding-right: 3px; }
      #site-header .staticmenu.mini .item.last:after {
        display: none; }
    #site-header .staticmenu.social {
      display: flex; }
      #site-header .staticmenu.social .item {
        margin-right: 10px;
        font-size: 3rem; }
        #site-header .staticmenu.social .item:hover {
          color: #ff9a1b; } }
  #site-header .icon:hover {
    text-decoration: none;
    color: #9c1b42; }
  @media (min-width: 768px) {
    #site-header .menu-block {
      padding-right: 43px;
      padding-left: 20px;
      align-self: end;
      height: 114px;
      align-self: flex-end; } }
  #site-header.open {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: white;
    animation: 0.4s cubic-bezier(1, 0, 0, 1) header-open; }
    #site-header.open .top-line,
    #site-header.open .bottom-line {
      display: block; }
    #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 .mobile-logo-panel {
      background-color: #ff9a1b;
      padding: 10px 15px;
      min-height: 66px; }
      #site-header.open .mobile-logo-panel img.mobile {
        transform-origin: 0 0;
        animation: 0.5s cubic-bezier(1, 0, 0, 1) header-open-logo; }
      @media (max-width: 767.95px) {
        #site-header.open .mobile-logo-panel .logo {
          display: inline-flex;
          min-height: 46px;
          align-items: center; } }
    #site-header.open .mobile-top-line {
      display: flex;
      align-items: center;
      margin: 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid #ff9a1b; }
      #site-header.open .mobile-top-line .social {
        margin-left: auto; }
      #site-header.open .mobile-top-line .item {
        font-size: 30px;
        line-height: 30px;
        margin: 0 0.5rem; }
    #site-header.open .staticmenu {
      position: absolute;
      width: 100%;
      margin: 15px; }
      #site-header.open .staticmenu.info {
        bottom: 144px; }
        #site-header.open .staticmenu.info > .item {
          font-size: 16px;
          line-height: 2; }
      #site-header.open .staticmenu.mini {
        bottom: 0;
        color: #cc9035;
        font-size: 22px; }
      #site-header.open .staticmenu .item {
        display: block; }
    #site-header.open .menu-block {
      width: 100%;
      max-height: calc(100vh - 423px);
      overflow: scroll; }

@keyframes header-open {
  from {
    opacity: 0;
    transform: translateX(-100%); }
  to {
    opacity: 1;
    transform: translateX(0%); } }

@keyframes header-open-logo {
  from {
    opacity: 0;
    transform: scale(10); }
  40% {
    opacity: 0;
    transform: scale(10); }
  to {
    opacity: 1;
    transform: scale(1); } }

/**
 * Lábléc
 */
#site-footer {
  margin: 0;
  background-color: #353637;
  text-align: left;
  font-family: Spartan, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff; }
  #site-footer .footer-panel {
    position: relative;
    height: 128px; }
  #site-footer .logo {
    display: block;
    padding: 13px 40px 0px 20px;
    box-sizing: content-box; }
    #site-footer .logo > img {
      display: block; }
  #site-footer .copytext {
    display: block;
    position: absolute;
    left: 20px;
    bottom: 24px;
    font-size: 14px; }
  #site-footer .menu-panel {
    display: block;
    position: absolute;
    top: 2px;
    right: 20px; }
  #site-footer .emailform {
    position: absolute;
    bottom: 22px;
    right: 26px; }
    #site-footer .emailform .form-control {
      height: 44px;
      color: white;
      background-color: #ff9a1b; }
    #site-footer .emailform .btn {
      background-color: transparent;
      border-color: white; }
      #site-footer .emailform .btn:hover {
        background-color: transparent;
        color: white; }

#site-footer-info {
  width: 100%;
  font-family: Spartan, 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: #ff9a1b;
    text-align: right;
    margin-right: 12px; }

/**
 * Breadcrumb
 */
div.breadcrumb {
  display: block;
  max-width: 1280px;
  color: #ff9a1b;
  font-family: Spartan, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
  text-indent: 0;
  text-transform: none;
  background-color: white;
  margin: 0 auto;
  padding: 0;
  border-radius: 0; }
  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: #353637; }
  div.breadcrumb > .breadcrumb-panel {
    width: 100%; }
  div.breadcrumb ul.breadcrumb {
    margin: 0;
    padding: 0 0 0 20px;
    display: block;
    height: 32px;
    line-height: 32px;
    background-color: transparent; }
    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
 */
.menu-panel {
  font-family: "Spartan", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 1.2;
  orphans: 1;
  text-decoration: none;
  text-indent: 0; }
  #site-footer .menu-panel {
    display: block; }
  .menu-panel > ul.menu {
    margin: 0;
    padding: 0;
    padding-left: 2px;
    background: transparent;
    display: flex; }
    .menu-panel > ul.menu > li {
      display: block;
      position: relative;
      margin: 0;
      padding: 0 17px;
      padding-top: 59px;
      height: 114px;
      line-height: 55px;
      white-space: nowrap; }
      .menu-panel > ul.menu > li .icon {
        display: none; }
      .menu-panel > ul.menu > li:hover {
        background: linear-gradient(to bottom, #dcdcdc 0%, #ffffff 100%); }
        #site-footer .menu-panel > ul.menu > li:hover {
          background: black; }
      .menu-panel > ul.menu > li ul.menu {
        position: absolute;
        background-color: #aab3b8;
        padding: 8px 12px;
        margin-left: -10px;
        margin-top: -10px;
        display: none; }
        @media (min-width: 768px) {
          .menu-panel > ul.menu > li ul.menu {
            color: #79868d;
            font-family: Spartan, sans-serif;
            font-size: 16px;
            font-style: normal;
            font-variant: normal;
            line-height: 2.8;
            orphans: 1;
            page-break-after: auto;
            page-break-before: auto;
            text-align: left;
            text-decoration: none;
            text-indent: 0;
            text-transform: uppercase;
            background-color: white;
            border-radius: 18px; } }
        .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: #ff9a1b;
            color: white; }
          .menu-panel > ul.menu > li ul.menu > li > a.menu-item {
            display: block;
            padding: 0 38px 0 4px;
            margin: 0;
            border-bottom: 1px solid #ff9a1b; }
          .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: white !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::after {
      content: "";
      position: absolute;
      left: 17px;
      right: 17px;
      bottom: 0px;
      height: 4px;
      background-color: #ff9a1b; }
    .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; }

@media (min-width: 768px) {
  .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: 17px;
    padding: 15px;
    line-height: 30px;
    color: #79868d; }
    .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;
      line-height: 35px;
      height: auto;
      padding: 0; }
      .menu-panel > ul.menu > li .more {
        color: #79868d !important; }
      .menu-panel > ul.menu > li:hover {
        background-color: #ff9a1b;
        color: white; }
        .menu-panel > ul.menu > li:hover .more {
          color: white !important; }
      .menu-panel > ul.menu > li > a {
        display: block;
        padding-left: 5px; }
    .menu-panel > ul.menu a.menu-item {
      border-bottom: 1px solid #ff9a1b; }
      .menu-panel > ul.menu a.menu-item:hover {
        background-color: #ff9a1b;
        color: white;
        background-clip: border-box; }
  .menu-panel ul.menu > li.open ul.menu {
    display: block;
    position: static;
    background-color: transparent;
    margin: 0;
    padding: 0; }
  .menu-panel > ul.menu > li ul.menu > li > a.menu-item {
    padding: 0 0 0 30px;
    font-size: 20px; }
  .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;
    font-size: 36px;
    top: -45px;
    width: 50px;
    height: 35px;
    line-height: 35px; }
  #site-header.open {
    position: fixed;
    width: 100vw;
    height: 100vh; } }

@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: #353637;
  font-family: Spartan, sans-serif;
  font-size: 38px;
  font-weight: normal; }

.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: #ff9a1b; }

.box.red-bcg > h1,
.box.red-bcg > h2, .box.white-txt > h1,
.box.white-txt > h2 {
  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; }

/* title */
.box.box-title,
.title-panel {
  text-align: center;
  font-family: Spartan, sans-serif;
  font-weight: 500;
  color: #353637; }
  .box.box-title.white-txt,
  .title-panel.white-txt {
    color: white; }
    .box.box-title.white-txt > hr.sep,
    .title-panel.white-txt > hr.sep {
      border-color: white; }
  .box.box-title.h-margin-1,
  .title-panel.h-margin-1 {
    margin-left: 15px;
    margin-right: 15px; }
  .box.box-title.h-margin-2,
  .title-panel.h-margin-2 {
    margin-left: 30px;
    margin-right: 30px; }
  .box.box-title.left,
  .title-panel.left {
    text-align: left; }
  .box.box-title.right,
  .title-panel.right {
    text-align: right; }
  .box.box-title.shade-bcg,
  .title-panel.shade-bcg {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 1px 15px 10px 15px; }
    .box.box-title.shade-bcg.white-txt,
    .title-panel.shade-bcg.white-txt {
      background-color: rgba(0, 0, 0, 0.5); }
  .box.box-title > h1,
  .title-panel > h1 {
    width: 100%;
    text-align: inherit;
    font-family: Relaway, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 1;
    color: inherit;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 28px;
    /*
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
*/ }
    @media (min-width: 576px) {
      .box.box-title > h1,
      .title-panel > h1 {
        font-size: 38px; } }
    @media (min-width: 768px) {
      .box.box-title > h1,
      .title-panel > h1 {
        font-size: 48px; } }
    @media (min-width: 992px) {
      .box.box-title > h1,
      .title-panel > h1 {
        font-size: 58px; } }
    @media (min-width: 1200px) {
      .box.box-title > h1,
      .title-panel > h1 {
        font-size: 68px; } }
  .box.box-title.small-font > h1,
  .title-panel.small-font > h1 {
    font-size: 18.52955px; }
    @media (min-width: 576px) {
      .box.box-title.small-font > h1,
      .title-panel.small-font > h1 {
        font-size: 25.14724px; } }
    @media (min-width: 768px) {
      .box.box-title.small-font > h1,
      .title-panel.small-font > h1 {
        font-size: 31.76494px; } }
    @media (min-width: 992px) {
      .box.box-title.small-font > h1,
      .title-panel.small-font > h1 {
        font-size: 38.38264px; } }
    @media (min-width: 1200px) {
      .box.box-title.small-font > h1,
      .title-panel.small-font > h1 {
        font-size: 45.00033px; } }
  .box.box-title > h2,
  .title-panel > h2 {
    width: 100%;
    text-align: inherit;
    font-family: "Roboto Lt", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    line-height: 1.2;
    margin-top: 2.4rem;
    margin-bottom: 1rem; }
  .box.box-title > hr.sep,
  .title-panel > hr.sep {
    border-top: 5px solid #ff9a1b;
    max-width: 25px;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto; }
  .box.box-title.right > hr.sep,
  .title-panel.right > hr.sep {
    margin-right: 0; }
  .box.box-title.left > hr.sep,
  .title-panel.left > hr.sep {
    margin-left: 0; }
  .box.box-title > .controls,
  .title-panel > .controls {
    margin-bottom: 1rem; }
    .box.box-title > .controls .btn.btn-primary,
    .title-panel > .controls .btn.btn-primary {
      background-color: #ff9a1b; }

/* 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;
  font-family: Spartan, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1.2; }
  .box.contentlist > h1 + hr {
    margin-bottom: 12px; }
  .box.contentlist.hiddenboxtitle > h1,
  .box.contentlist.hiddenboxtitle > h1 + hr {
    display: none; }
  .box.contentlist.hiddentitle h2.box-header {
    display: none; }
  .box.contentlist.hiddentitle h3.box-header.subtitle {
    margin-top: 4px; }
  .box.contentlist.hiddensubtitle h3.box-header.subtitle {
    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 .subbox.c-product > .subbox-item {
      position: relative;
      border: 1px solid #8C8D93;
      padding: 4px;
      margin-bottom: 30px; }
    .box.contentlist .subbox.c-product a.more {
      display: block; }
    .box.contentlist .subbox.c-product .box-header {
      display: none; }
    .box.contentlist .subbox.c-product .box-product-header {
      display: block; }
    .box.contentlist .subbox.c-product .box-content {
      margin-left: 10px;
      margin-right: 10px;
      border: none;
      margin-bottom: 1em; }
    .box.contentlist .subbox.dark .box-product-header {
      background-color: rgba(0, 0, 0, 0.75); }
      .box.contentlist .subbox.dark .box-product-header > .title {
        color: white; }
  .box.contentlist .box-header {
    margin: 8px 0 4px 0;
    color: #ff9a1b;
    font-size: 24px;
    font-weight: bold; }
    .box.contentlist .box-header > a.title {
      color: inherit; }
      .box.contentlist .box-header > a.title:hover {
        text-decoration: none; }
    .box.contentlist .box-header.subtitle {
      margin-top: -3px; }
    .box.contentlist .box-header.date {
      display: none;
      margin-top: 3px;
      margin-bottom: 0;
      font-weight: normal;
      color: #808080;
      font-size: 11px; }
  .box.contentlist .box-product-header {
    display: none;
    position: absolute;
    top: 14px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 10px 15px 10px 30px;
    font-size: 20px;
    font-weight: bold; }
    .box.contentlist .box-product-header > .title {
      display: block;
      position: relative;
      color: #353637; }
      .box.contentlist .box-product-header > .title:before {
        content: "";
        display: block;
        position: absolute;
        background-color: #FF991B;
        width: 4px;
        top: -1px;
        bottom: 1px;
        left: -14px; }
    .box.contentlist .box-product-header > .price {
      display: block;
      font-weight: 900;
      color: #FF991B;
      margin-top: 4px; }
  .box.contentlist .box-cproperty-list {
    display: flex;
    padding: 0;
    margin-left: -10px !important;
    margin-right: -10px !important;
    font-size: 12px;
    margin-top: 1rem;
    margin-bottom: 1rem; }
    .box.contentlist .box-cproperty-list > li {
      display: block; }
    .box.contentlist .box-cproperty-list .icon {
      font-size: 14px;
      width: 12px;
      height: 12px;
      line-height: 12px;
      color: #FF991B; }
  .box.contentlist.items-6 .box-header {
    font-size: 80%; }
  .box.contentlist .box-content {
    margin: 10px 0 5px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #bbbbbb;
    color: #666666;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.2; }
  .box.contentlist a.more {
    display: none;
    position: absolute;
    right: 5px;
    bottom: -21px;
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
    color: black;
    background-color: #FF991B;
    font-size: 16px;
    font-weight: bold;
    padding-left: 22px;
    padding-right: 22px; }
  .box.contentlist .image {
    width: 100%;
    position: relative; }
    .box.contentlist .image > a.shader {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 1; }
    .box.contentlist .image > img {
      width: 100%;
      max-width: 100%; }
    .box.contentlist .image .alert-title {
      display: block;
      position: absolute;
      right: 0px;
      top: 16px;
      font-size: 14px;
      background-color: #ff9a1b;
      padding: 6px 12px 6px 16px;
      color: white; }
  .box.contentlist .highlighted .image {
    border-bottom-color: #ff9a1b; }
  .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.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.white-txt .box-content, .box.contentlist.red-bcg .box-content {
    color: white;
    border-bottom-color: white; }
  .box.contentlist.white-bcg .row {
    margin-left: 0;
    margin-right: 0; }
  .box.contentlist.white-bcg .subbox {
    padding: 15px; }
  .box.contentlist.white-bcg .box-content {
    padding-bottom: 0;
    border-bottom: 0; }
  .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 .row {
    margin-left: 0;
    margin-right: 0; }
  .box.contentlist.pictures .box-content,
  .box.contentlist.pictures a.more {
    display: none; }
  .box.contentlist.pictures .box-header {
    background-color: #ff9a1b;
    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;
    transition: top 0.3s;
    overflow: hidden; }
    .box.contentlist.pictures .box-header.subtitle, .box.contentlist.pictures .box-header.date {
      display: none; }
  .box.contentlist.pictures .image {
    border-bottom: none; }
    .box.contentlist.pictures .image .alert-title {
      top: unset;
      right: unset;
      left: 0;
      bottom: 20px; }
  .box.contentlist.product .subbox {
    color: #353637; }
    .box.contentlist.product .subbox > .subbox-item {
      border: 12px solid #e8e8e8;
      border-top-width: 20px;
      border-bottom-width: 20px;
      padding: 15px;
      background-clip: padding-box; }
    .box.contentlist.product .subbox.highlighted > .subbox-item {
      border-color: black; }
    .box.contentlist.product .subbox.canhover:hover {
      background-color: transparent; }
    .box.contentlist.product .subbox.canhover > .subbox-item {
      transition: background-color 0.3s, border-color 0.3s; }
      .box.contentlist.product .subbox.canhover > .subbox-item:hover {
        border-color: transparent;
        background-color: #e8e8e8; }
  .box.contentlist.product .box-header {
    color: inherit;
    margin: 2px 0 0 0; }
  .box.contentlist.product .box-content {
    font-size: 15px;
    border-bottom: none;
    color: inherit;
    margin: 0; }
  .box.contentlist.product .product-control {
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: 5px; }
    .box.contentlist.product .product-control .price {
      font-size: 15px; }
    .box.contentlist.product .product-control .rent {
      margin-left: auto;
      padding-right: 5px; }
      .box.contentlist.product .product-control .rent:last-child {
        padding-right: 0; }
  .box.contentlist.product .btn.btn-primary:hover {
    color: black; }

@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 {
  color: #353637;
  font-family: Spartan, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1.2; }
  .box.simplelist.hiddenboxtitle > h1,
  .box.simplelist.hiddenboxtitle > h1 + hr {
    display: none; }
  .box.simplelist.big {
    font-size: 21.333px;
    line-height: 1.563; }
  .box.simplelist ul.menulist,
  .box.simplelist ul.linklist {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0; }
  .box.simplelist li.item {
    display: block;
    padding: 0 10px;
    margin: 0;
    border-bottom: 1px solid #7c7c7c;
    width: 50%; }
    .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: #ff9a1b; }
    .box.simplelist li.item .icon {
      color: #ff9a1b; }
  .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; }

.box.fancylist.fancy header > h1 {
  font-size: 70px;
  line-height: 78px;
  font-weight: 700;
  letter-spacing: .10125rem; }
  @media (max-width: 1199.98px) {
    .box.fancylist.fancy header > h1 {
      font-size: 58px; } }
  @media (max-width: 991.98px) {
    .box.fancylist.fancy header > h1 {
      font-size: 40px; } }

.box.fancylist.fancy .item {
  position: relative;
  margin-left: 3rem; }

.box.fancylist.fancy h2 {
  line-height: 35px;
  font-size: 24px;
  font-weight: 700;
  margin-top: .75rem;
  margin-bottom: 0; }

.box.fancylist.fancy .minilead {
  line-height: 28px;
  font-size: 16px;
  margin-bottom: 1.5rem; }

.box.fancylist.fancy .icon {
  position: absolute;
  left: -3rem;
  top: 2px; }

.box.fancylist.fancy .controls {
  margin-top: 1.5rem; }

.box.fancylist.accordion header > h1 {
  line-height: 69px;
  font-size: 54px;
  font-weight: 700;
  letter-spacing: .10125rem; }

.box.fancylist.accordion h2 {
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.32px;
  line-height: 36px; }

.box.fancylist.accordion .item {
  position: relative;
  padding: 1rem 2rem 1rem 3rem;
  border-bottom: 1px solid #ff9a1b; }
  .box.fancylist.accordion .item:first-child {
    border-top: 1px solid #ff9a1b; }

.box.fancylist.accordion .minilead-container {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height .4s, opacity 1s; }

.box.fancylist.accordion .bullet {
  position: absolute;
  left: 4px;
  top: 19px;
  font-size: 26px;
  transition: transform 0.3s; }
  .box.fancylist.accordion .bullet.bullet-open {
    transform: none; }
  .box.fancylist.accordion .bullet.bullet-close {
    transform: rotateX(0.25turn) rotateY(0.25turn); }

.box.fancylist.accordion .item.open .minilead-container {
  opacity: 1;
  transition: height .4s, opacity .3s; }

.box.fancylist.accordion .item.open .bullet.bullet-open {
  transform: rotateX(0.25turn) rotateY(0.25turn); }

.box.fancylist.accordion .item.open .bullet.bullet-close {
  transform: none; }

.box.fancylist.accordion .minilead {
  font-size: 16px;
  font-weight: 400; }

.box.cards header > hr {
  display: none; }

.box.cards header > h1 {
  font-size: 54px;
  font-weight: 700;
  letter-spacing: 1.62px;
  line-height: 69px;
  margin-bottom: 3rem;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  text-align: center; }

.box.cards .cnt {
  display: block;
  margin-bottom: 1.5rem; }
  .box.cards .cnt > i {
    display: block;
    color: white;
    text-align: center;
    width: 50px;
    height: 50px;
    background-color: #ff9a1b;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
    font-style: normal;
    margin: 1.5rem auto; }
  .box.cards .cnt::after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background-color: #ff9a1b; }

.box.cards .linklist {
  padding-left: 0;
  padding-right: 0; }
  .box.cards .linklist .item {
    display: block; }

.box.cards .box-body {
  display: block; }

.box.cards h2,
.box.cards .txt {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 28px;
  margin: 0;
  padding: 0; }

/* menulista box, szimpla contentlist box */
.box.box-menulist {
  font-size: 14px;
  line-height: 20px;
  color: #353637;
  font-family: Spartan, sans-serif; }
  .box.box-menulist.hiddenboxtitle > h1,
  .box.box-menulist.hiddenboxtitle > h1 + hr {
    display: none; }
  .box.box-menulist.white-txt {
    color: white; }
    .box.box-menulist.white-txt ul.menulist > li.item > a {
      border-bottom-color: white; }
  .box.box-menulist a {
    color: inherit; }
    .box.box-menulist a:hover {
      text-decoration: inherit; }
  .box.box-menulist ul.menulist {
    display: block;
    padding: 0;
    margin: 0; }
    .box.box-menulist ul.menulist > li.item {
      display: block;
      position: relative;
      padding: 0 0 0 16px;
      margin: 0; }
      .box.box-menulist ul.menulist > li.item > a {
        display: block;
        border-bottom: 1px solid #353637; }
        .box.box-menulist ul.menulist > li.item > a:hover {
          color: #ff9a1b;
          border-color: #ff9a1b; }
      .box.box-menulist ul.menulist > li.item.lvl2 > a {
        padding-left: 20px; }
      .box.box-menulist ul.menulist > li.item:before {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 16px;
        height: 16px;
        color: #ff9a1b;
        font-family: mfn;
        font-size: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        content: "\e915"; }

/**
 * 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;
    margin: 1rem -10px; }
  .box.box-menulist.extended .menu-item {
    padding: 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%; }
  .box.box-menulist.extended.items-6 .menu-item {
    width: 16.6667%; }
  .box.box-menulist.extended.items-8 .menu-item {
    width: 12.5%; }
  @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%; }
    .box.box-menulist.extended.items-6 .menu-item {
      width: 33.3333%; }
    .box.box-menulist.extended.items-8 .menu-item {
      width: 25%; } }
  @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 .manu-item-box {
    display: block;
    position: relative; }
  .box.box-menulist.extended .image {
    display: block;
    width: 100%; }
    .box.box-menulist.extended .image > img {
      width: 100%; }
  .box.box-menulist.extended .title {
    display: block;
    position: absolute;
    z-index: 1;
    text-align: left;
    font-size: 24px;
    font-family: Spartan, sans-serif;
    font-weight: bold;
    max-width: 70%;
    padding: 7px 15px 7px 24px;
    background-color: rgba(255, 255, 255, 0.75);
    color: #353637;
    bottom: 8px;
    left: 0; }
    .box.box-menulist.extended .title:before {
      content: "";
      display: block;
      position: absolute;
      background-color: #FF991B;
      width: 4px;
      top: 6px;
      bottom: 6px;
      left: 12px; }
  .box.box-menulist.extended.font-small .title {
    font-size: 20px;
    max-width: 80%; }
  .box.box-menulist.extended.font-tiny .title {
    font-size: 16px;
    max-width: 90%; }
  .box.box-menulist.extended .menu-item.dark .title {
    background-color: rgba(0, 0, 0, 0.75);
    color: white; }
  .box.box-menulist.extended.hiddentitle .title {
    display: none; }
  .box.box-menulist.extended .lead {
    text-align: left;
    font-size: 16px;
    text-transform: none;
    margin: 4px 0; }
  .box.box-menulist.extended.hiddenlead .lead {
    display: none; }

.box.box-imagelist.hiddenboxtitle > h1 {
  display: none; }

.box.box-imagelist.single.single-head {
  margin-left: -15px;
  margin-right: -15px; }

.box.box-imagelist.single .image img {
  width: 100%; }

.box.box-imagelist.multi .subbox {
  background-color: transparent;
  transition: background-color 0.3s; }
  .box.box-imagelist.multi .subbox:hover {
    background-color: #e5e5e5; }
    .box.box-imagelist.multi .subbox:hover .box-header {
      color: #ff9a1b; }

.box.box-imagelist.multi .subbox-item {
  position: relative; }

.box.box-imagelist.multi.talign-left .box-header {
  text-align: left; }

.box.box-imagelist.multi.talign-right .box-header {
  text-align: right; }

.box.box-imagelist.multi.talign-center .box-header {
  text-align: center; }

.box.box-imagelist.multi .box-header {
  margin: 4px 0 4px 0;
  color: #303133;
  font-size: 29px;
  font-weight: normal;
  transition: color 0.3s; }
  .box.box-imagelist.multi .box-header > a.title {
    color: inherit; }
    .box.box-imagelist.multi .box-header > a.title:hover {
      color: #ff9a1b;
      text-decoration: none; }
  .box.box-imagelist.multi .box-header.subtitle {
    margin-top: 1rem;
    margin-bottom: 5px;
    font-size: 20px; }
    .box.box-imagelist.multi .box-header.subtitle + .box-content {
      margin-top: 0; }

.box.box-imagelist.multi .image {
  width: 100%;
  position: relative; }
  .box.box-imagelist.multi .image > img {
    width: 100%;
    max-width: 100%; }
  .box.box-imagelist.multi .image .alert-title {
    display: block;
    position: absolute;
    right: 0px;
    top: 16px;
    font-size: 14px;
    background-color: #ff9a1b;
    padding: 6px 12px 6px 16px;
    color: white; }

.box.box-imagelist.multi .box-content {
  margin-top: 1rem;
  font-family: Spartan, sans-serif; }
  .box.box-imagelist.multi .box-content.txt {
    font-size: 14px; }

.box.box-imagelist a.shader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/**
 * Contact box
 */
.box.box-contact {
  font-family: Spartan, sans-serif; }
  .box.box-contact h1 {
    font-family: inherit;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    margin: 0 0 1rem 0; }
  .box.box-contact h2 {
    font-family: inherit;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.2;
    text-align: left;
    text-indent: 0;
    text-transform: none;
    margin: 0 0 2rem 0; }

/* guest box */
.box.box-guest {
  text-align: center; }
  .box.box-guest.hiddenboxtitle > h1 {
    display: none; }

@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-tiny {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 18px; }
  .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-pin::after {
    content: ""; }
  .icon.icon-phone::after {
    content: ""; }
  .icon.icon-check::after {
    content: ""; }

/**
 * Content oldal
 */
#site-content {
  margin: 0 auto; }
  .content #site-content {
    max-width: 1280px;
    padding: 0 16px 1px 16px;
    background-color: white; }
  .content.view-wide-content #site-content {
    max-width: none; }
  @media (max-width: 1199.98px) {
    #site-content .sidebar {
      margin-top: 10px; } }
  @media (min-width: 992px) {
    #site-content.panel-left, #site-content.panel-right {
      display: flex; }
    #site-content .sidebar {
      width: 25%; }
      #site-content .sidebar.boxpanel-left {
        order: -1; }
    #site-content.panel-left > .site-content-panel, #site-content.panel-right > .site-content-panel {
      flex: 1; }
    #site-content.panel-left {
      padding-left: 0; }
    #site-content.panel-right {
      padding-right: 0; } }

/**
 * 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: Spartan, sans-serif; }
  .content > h1 {
    padding: 0;
    margin: 1.3rem 0 2rem 0;
    color: #ff9a1b;
    font-size: 24px;
    line-height: 29px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold; }
  .content > h2 {
    padding: 0 0 0 0;
    margin: 0 0 4px 2px;
    color: #ff9a1b;
    font-size: 24px;
    font-weight: normal; }
  .content > h3 {
    padding: 0;
    margin: -1.5rem 0 2rem 0;
    color: #ff9a1b;
    font-size: 20px;
    font-weight: normal; }
  .content > h4 {
    margin: 1.3rem 0 -1rem 0;
    color: #808080;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.2; }
  .content article.txt {
    font-family: Spartan, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.4;
    text-indent: 0;
    color: #000000; }
  .content ul.join-url {
    display: block;
    padding: 0; }
  .content section.cpart {
    margin-top: 1.3rem;
    margin-bottom: 1.3rem; }
    .content section.cpart > .section-tite {
      border-bottom: 4px solid #353637;
      margin-bottom: 0; }
      .content section.cpart > .section-tite > .title {
        display: inline-block;
        background-color: #353637;
        padding: 2px 15px 0 15px;
        margin-right: 10px;
        font-family: Spartan, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 40px;
        text-transform: uppercase;
        color: white; }
      .content section.cpart > .section-tite > .subtitle {
        color: #ff9a1b;
        font-family: Spartan, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-variant: normal;
        font-weight: bold; }
    .content section.cpart.gallery-part {
      margin: 1.8rem 0; }
      .content section.cpart.gallery-part > .images {
        padding: 20px 15px;
        background-color: #e5e5e5; }
    .content section.cpart.iframe-part .iframe-holder {
      width: 100%; }
  .content .product-gallery .image-thread-panel {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .content .product-gallery .image-thread {
    position: relative;
    display: flex;
    margin: 4px -2px; }
    .content .product-gallery .image-thread .image {
      position: relative;
      margin: 0 2px; }
    .content .product-gallery .image-thread a {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
  .content .product-gallery .big-image {
    padding-bottom: 75%;
    position: relative;
    overflow: hidden; }
    .content .product-gallery .big-image .big-image-body {
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-image: var(--showcase-image);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
      .content .product-gallery .big-image .big-image-body.enter, .content .product-gallery .big-image .big-image-body.leave {
        animation-duration: .5s; }
      .content .product-gallery .big-image .big-image-body.enter.move-left {
        animation-name: product-gallery-enter-left; }
      .content .product-gallery .big-image .big-image-body.enter.move-right {
        animation-name: product-gallery-enter-right; }
      .content .product-gallery .big-image .big-image-body.leave.move-left {
        animation-name: product-gallery-leave-left; }
      .content .product-gallery .big-image .big-image-body.leave.move-right {
        animation-name: product-gallery-leave-right; }
  .content .product-gallery .step-button {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    align-items: center;
    align-content: center;
    background-color: transparent;
    transition: background-color 0.3s, color 0.4s;
    color: rgba(0, 0, 0, 0.5); }
    .content .product-gallery .step-button:hover {
      background-color: rgba(255, 255, 255, 0.5);
      color: black;
      text-decoration: none; }
    .content .product-gallery .step-button.left {
      left: 0; }
    .content .product-gallery .step-button.right {
      right: 0; }
  .content table.properties {
    width: 100%;
    margin-bottom: 1rem; }
    .content table.properties td, .content table.properties th {
      width: 50%;
      height: 34px;
      font-weight: normal;
      padding: 0 5px;
      border-bottom: 1px solid #808080; }
    .content table.properties th {
      background-color: #E5E5E5; }
    .content table.properties tr:last-child > td, .content table.properties tr:last-child > th {
      border-bottom: 0; }
  .content .price {
    color: #ff9a1b;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    margin-top: 1rem; }

@keyframes product-gallery-enter-left {
  from {
    transform: translateX(-100%);
    opacity: 0.5; }
  to {
    transform: translateX(0);
    opacity: 1; } }

@keyframes product-gallery-enter-right {
  from {
    transform: translateX(100%);
    opacity: 0.5; }
  to {
    transform: translateX(0);
    opacity: 1; } }

@keyframes product-gallery-leave-left {
  from {
    transform: translateX();
    opacity: 1; }
  to {
    transform: translateX(100%);
    opacity: 0; } }

@keyframes product-gallery-leave-right {
  from {
    transform: translateX(0);
    opacity: 1; }
  to {
    transform: translateX(-100%);
    opacity: 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: rgb(107, 108, 108);
	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: rgb(0, 110, 183);
}

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: 1rem 0 0 0;
  padding: 0; }
  .join-download > .download {
    display: block;
    background-color: #ff9a1b;
    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: #ff9a1b;
    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: 66vh; }

.map-popup h1.firstHeading {
  text-align: center; }

.map-popup h3.subHeading {
  font-size: 16px; }

.map-popup img.bodyImage {
  display: block;
  margin: 2px auto;
  max-width: 100%;
  max-height: 600px; }

.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 #aaaaaa;
    align-items: center; }
  .map-popup ul.bodyCProperty .cell,
  .map-popup ul.bodyGroup .cell {
    display: block; }

.map-popup ul.bodyCProperty .key {
  width: 33%; }

.map-popup ul.bodyGroup .gicon {
  padding-right: 6px; }
  .map-popup ul.bodyGroup .gicon > img {
    max-width: 24px; }

.map-popup .bodyContent {
  margin-top: 5px;
  margin-bottom: 5px; }

.box.box-map .map-filter {
  user-select: none;
  display: flex;
  align-items: center; }
  .box.box-map .map-filter.checked {
    background-color: #9cb38b; }
  .box.box-map .map-filter > span {
    display: block;
    padding-left: .2em; }

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

/**
 * képrotátor (image slider)
 */
.box.box-imagelist.slider > .frame {
  position: relative;
  overflow: hidden;
  padding: 0; }

.box.box-imagelist.slider.slider-head {
  margin-left: -15px;
  margin-right: -15px; }

.box.box-imagelist.slider .slides,
.box.box-imagelist.slider .control {
  display: block;
  margin: 0;
  padding: 0;
  z-index: 1; }

.box.box-imagelist.slider .slides > .item {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0; }
  .box.box-imagelist.slider .slides > .item.show {
    z-index: 1; }
  .box.box-imagelist.slider .slides > .item.hidden {
    display: none; }
  .box.box-imagelist.slider .slides > .item > .text-panel {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 32px;
    animation-duration: 0.7s; }
  .box.box-imagelist.slider .slides > .item.show.right div.image {
    animation-name: slider-image-in-right; }
  .box.box-imagelist.slider .slides > .item.hide.right div.image {
    animation-name: slider-image-out-right; }
  .box.box-imagelist.slider .slides > .item.show.left div.image {
    animation-name: slider-image-in-left; }
  .box.box-imagelist.slider .slides > .item.hide.left div.image {
    animation-name: slider-image-out-left; }
  .box.box-imagelist.slider .slides > .item.show.opacity div.image {
    animation-name: slider-image-in-opacity; }
  .box.box-imagelist.slider .slides > .item.hide.opacity div.image {
    animation-name: slider-image-out-opacity; }
  .box.box-imagelist.slider .slides > .item.show.tv div.image {
    animation-name: slider-image-in-tv; }
  .box.box-imagelist.slider .slides > .item.hide.tv div.image {
    animation-name: slider-image-out-tv; }
  .box.box-imagelist.slider .slides > .item.show.zoom div.image {
    animation-name: slider-image-in-zoom; }
  .box.box-imagelist.slider .slides > .item.hide.zoom div.image {
    animation-name: slider-image-out-zoom; }
  .box.box-imagelist.slider .slides > .item.show.rota div.image {
    animation-name: slider-image-in-rota; }
  .box.box-imagelist.slider .slides > .item.hide.rota div.image {
    animation-name: slider-image-out-rota; }
  .box.box-imagelist.slider .slides > .item.show div.text {
    animation-name: slider-text-in; }
  .box.box-imagelist.slider .slides > .item.hide div.text {
    animation-name: slider-text-out; }

.box.box-imagelist.slider .slides div.image {
  display: block;
  position: relative;
  width: 100%;
  animation-duration: 1.1s; }
  .box.box-imagelist.slider .slides div.image > img {
    width: 100%;
    display: block;
    border: 0; }

.box.box-imagelist.slider div.control {
  opacity: 0.5;
  position: absolute;
  left: 50%;
  bottom: 2vw;
  transition: opacity 300ms; }
  .box.box-imagelist.slider div.control > ul {
    display: block;
    padding: 0;
    margin: 0;
    margin-left: -50%; }
    .box.box-imagelist.slider div.control > ul > li {
      display: inline-block;
      border: none;
      margin: 0 5px;
      cursor: pointer;
      border-radius: 10px;
      border: 2px solid transparent;
      transition: border-color 0.7s; }
      .box.box-imagelist.slider div.control > ul > li.showing {
        border: 2px solid #fff; }

.box.box-imagelist.slider:hover div.control {
  opacity: 1; }

.box.box-imagelist.slider .dot {
  display: block;
  border-radius: 8px;
  background-color: black;
  width: 16px;
  height: 16px;
  margin: 1px; }

@keyframes slider-image-in-right {
  from {
    left: 100%; }
  to {
    left: 0; } }

@keyframes slider-image-out-right {
  from {
    left: 0; }
  to {
    left: -100%; } }

@keyframes slider-image-out-left {
  from {
    left: 0; }
  to {
    left: 100%; } }

@keyframes slider-image-in-left {
  from {
    left: -100%; }
  to {
    left: 0; } }

@keyframes slider-image-out-opacity {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes slider-image-in-opacity {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes slider-image-out-tv {
  from {
    transform: scaleY(1) scaleX(1);
    opacity: 1; }
  to {
    transform: scaleY(0.01) scaleX(1.5);
    opacity: 0; } }

@keyframes slider-image-in-tv {
  from {
    transform: scaleY(0.7) scaleX(1.2);
    opacity: 0; }
  to {
    transform: scaleY(1) scaleX(1);
    opacity: 1; } }

@keyframes slider-image-out-zoom {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(3);
    opacity: 0; } }

@keyframes slider-image-in-zoom {
  from {
    transform: scale(0.3);
    opacity: 0; }
  to {
    transform: scale(1);
    opacity: 1; } }

@keyframes slider-image-out-rota {
  from {
    transform: scale(1) rotate(0);
    opacity: 1; }
  to {
    transform: scale(0.1) rotate(980deg);
    opacity: 0; } }

@keyframes slider-image-in-rota {
  from {
    transform: scale(0.3) rotate(-30deg);
    opacity: 0.5; }
  to {
    transform: scale(1) rotate(0);
    opacity: 1; } }

@keyframes slider-text-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes slider-text-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

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