@charset "UTF-8";
/* Responsible breakpoints */
/* MENÜ */
/* MOBIL MENU */
/* Default colors */
/* Aside menu default color */
/* Default project color - Kiemelésekhez használható az admin felületen */
/* FORM default*/
/* Placeholder color */
/* Error message color */
/* Breadcrumb */
/* Scrollbar szín*/
/* default variables */
:root {
  --project-color-1: #000000;
  --project-color-2: #ffffff;
  --project-color-3: #60A917;
  --project-color-4: #007bff;
  --project-color-5: #cc181e;
  --project-color-6: #343434; }

/******* Default ******/
/* This stylesheet generated by Transfonter (https://transfonter.org) on October 19, 2017 9:38 AM */
/*@font-face {
  font-family: 'Inter';
  src: url('../../fonts/Inter-Regular.eot');
  src: url('../../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
  url('../../fonts/Inter-Regular.woff2') format('woff2'),
  url('../../fonts/Inter-Regular.woff') format('woff'),
  url('../../fonts/Inter-Regular.ttf') format('truetype'),
  url('../../fonts/Inter-Regular.svg#Inter-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}*/
/*
Light
font-weight: 300;

Regular
font-weight: 400;

Medium
font-weight: 500;

SemiBold
font-weight: 600;

Bold
font-weight: 700;

Extra Bold
font-weight: 800;

Black
font-weight: 900;
*/
/* This stylesheet generated by Transfonter (https://transfonter.org) on October 19, 2017 9:38 AM */
/*@font-face {
  font-family: 'Inter';
  src: url('../../fonts/Inter-Regular.eot');
  src: url('../../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
  url('../../fonts/Inter-Regular.woff2') format('woff2'),
  url('../../fonts/Inter-Regular.woff') format('woff'),
  url('../../fonts/Inter-Regular.ttf') format('truetype'),
  url('../../fonts/Inter-Regular.svg#Inter-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}*/
/*
Light
font-weight: 300;

Regular
font-weight: 400;

Medium
font-weight: 500;

SemiBold
font-weight: 600;

Bold
font-weight: 700;

Extra Bold
font-weight: 800;

Black
font-weight: 900;
*/
html, body {
  color: #000;
  background: #fff;
  position: relative;
  font-family: "Arial";
  font-weight: 400;
  font-size: 14px;
  -webkit-overflow-scrolling: touch; }

#nova-container {
  max-width: 1920px;
  margin: 0 auto; }

/* Scrollbar */
body::-webkit-scrollbar {
  width: 4px;
  height: 8px; }

body::-webkit-scrollbar-track {
  background: #CCC; }

body::-webkit-scrollbar-thumb {
  background: #19376d; }

/* Scrollbar end */
html {
  overflow-y: scroll; }

a {
  color: #2d2d3b;
  text-decoration: underline;
  transition: all .3s; }
  a:hover {
    color: #19376d; }

.main-block {
  margin-top: 3px; }

.replace-column {
  display: flex;
  flex-direction: column-reverse; }
  @media (min-width: 992px) {
    .replace-column {
      flex-direction: row; } }

.kezdolap {
  padding-top: 100px;
  z-index: 8;
  max-width: 1920px;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .kezdolap {
      padding-top: 0px; } }

.main-block-content {
  padding-top: 100px;
  z-index: 8;
  max-width: 1920px;
  margin: 0 auto; }

h1, .h1 {
  position: relative;
  font-family: "Arial";
  font-weight: bold;
  font-size: 24px;
  padding: 0 0 20px 0;
  margin: 0; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 30px;
      padding-bottom: 30px; } }

h2, .h2, .blog-post-header, .grid-item .gallery-title {
  margin: 0;
  font-family: "Arial";
  font-weight: bold;
  font-size: 26px;
  padding-bottom: 10px;
  line-height: 1.2; }

h3, .h3 {
  padding-bottom: 10px;
  margin: 0;
  font-family: "Arial";
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2; }

h4, .h4 {
  padding-bottom: 10px;
  margin: 0;
  font-family: "Arial";
  font-weight: bold;
  font-size: 20px; }

h5, h6 {
  font-family: "Arial";
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px; }

img {
  max-width: 100%; }

/* Project default color */
.project-color-1 {
  color: #19376d; }

.project-color-2 {
  color: #2d2d3b; }

/* Animated CSS */
.animated.delay-0s {
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

.animated.delay-1s {
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important; }

.animated.delay-2s {
  -webkit-animation-delay: 1.1s !important;
  animation-delay: 1.1s !important; }

.animated.delay-3s {
  -webkit-animation-delay: 1.5s !important;
  animation-delay: 1.5s !important; }

.animated.delay-4s {
  -webkit-animation-delay: 1.9s !important;
  animation-delay: 1.9s !important; }

.animated.delay-half {
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

/********************************************************/
/* 404 error page */
.custom-404 .error-title {
  background: transparent url("../../img/404.png") no-repeat;
  padding: 36px 0 77px 195px;
  margin-top: 30px; }

.row-reverse {
  display: flex;
  flex-direction: column-reverse; }
  @media (min-width: 768px) {
    .row-reverse {
      flex-direction: row; } }

/* Lightbox */
.lb-nav a.lb-next, .lb-nav a.lb-prev {
  opacity: 1; }

.error-red {
  color: #913030; }

.error-green {
  color: green; }

#social-icons-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex; }
  #social-icons-list li:first-child a {
    margin-left: 0; }
  #social-icons-list li:last-child a {
    margin-right: 0; }
  #social-icons-list a {
    display: block;
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 0 6px; }
    #social-icons-list a#facebook {
      background-image: url("../../img/icons/icon-facebook.png"); }
    #social-icons-list a#pinterest {
      background-image: url("../../img/icons/icon-pinterest.png"); }
    #social-icons-list a#instagram {
      background-image: url("../../img/icons/icon-insta.png"); }
    #social-icons-list a#tiktok {
      background-image: url("../../img/icons/icon-tiktok.png"); }

.header-bottom {
  height: 8px;
  width: 100%;
  position: fixed;
  top: 85px;
  z-index: 101; }

.kezdolap header[role="banner"] {
  box-shadow: none; }

header[role="banner"] {
  position: fixed;
  top: 0;
  z-index: 101;
  width: 100%;
  max-width: 1920px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 15px 0px #ababab;
  -moz-box-shadow: 0px 0px 15px 0px #ababab;
  box-shadow: 0px 0px 15px 0px #ababab; }
  header[role="banner"] > .container {
    display: flex; }
  header[role="banner"] #header-contact-line {
    display: none; }
    @media (min-width: 992px) {
      header[role="banner"] #header-contact-line {
        display: block;
        background-color: #19376d; } }
    header[role="banner"] #header-contact-line a {
      text-decoration: none; }
      header[role="banner"] #header-contact-line a:hover {
        transition: .3s; }
    header[role="banner"] #header-contact-line .container {
      height: 37px; }
    header[role="banner"] #header-contact-line #header-contact-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 100%; }
    header[role="banner"] #header-contact-line #contact-line {
      display: flex;
      align-items: center;
      font-family: "Arial";
      font-size: 12px; }
      header[role="banner"] #header-contact-line #contact-line strong {
        color: white; }
      header[role="banner"] #header-contact-line #contact-line strong.second_title {
        margin-left: 20px; }
      header[role="banner"] #header-contact-line #contact-line .contact-block {
        position: relative;
        margin-left: 12px; }
        header[role="banner"] #header-contact-line #contact-line .contact-block:first-child {
          margin-left: 0; }
        header[role="banner"] #header-contact-line #contact-line .contact-block#header-mail a, header[role="banner"] #header-contact-line #contact-line .contact-block#header-mail span {
          display: inline-block;
          background-image: url("../../img/icons/icon-mail.png"); }
        header[role="banner"] #header-contact-line #contact-line .contact-block#header-phone a, header[role="banner"] #header-contact-line #contact-line .contact-block#header-phone span {
          display: inline-block;
          background-image: url("../../img/icons/icon-phone.png"); }
        header[role="banner"] #header-contact-line #contact-line .contact-block a, header[role="banner"] #header-contact-line #contact-line .contact-block span {
          color: white;
          transition: all, .3s;
          background-repeat: no-repeat;
          background-position: 0 50%;
          padding-left: 18px; }
  header[role="banner"] .header--left .logo {
    background: url("../../uploads/source/logo.png") no-repeat 0% 0;
    width: 240px;
    height: 86px;
    margin-top: 10px; }
  header[role="banner"] .header-right {
    width: 100%;
    display: flex;
    justify-content: flex-end; }
    @media (min-width: 992px) {
      header[role="banner"] .header-right {
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: 0; } }
    header[role="banner"] .header-right .navigation {
      display: none; }
      @media (min-width: 1200px) {
        header[role="banner"] .header-right .navigation {
          display: flex;
          width: 100%;
          justify-content: flex-end; }
          header[role="banner"] .header-right .navigation li {
            flex: 0 1 auto; }
            header[role="banner"] .header-right .navigation li.active a {
              color: #CCC;
              text-decoration: none; }
            header[role="banner"] .header-right .navigation li a {
              color: #19376d;
              font-family: "Arial";
              font-weight: 500;
              font-size: 15px;
              line-height: 1;
              padding: 5px 6px 7px 6px;
              border: 2px solid transparent;
              border-radius: 5px;
              transition: all, .3s; }
              header[role="banner"] .header-right .navigation li a:hover {
                text-decoration: none;
                border: 2px solid #2d2d3b; } }
      header[role="banner"] .header-right .navigation .navigation-menu {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 47px 0 0 0;
        color: white; }
        @media (min-width: 992px) {
          header[role="banner"] .header-right .navigation .navigation-menu {
            display: flex; } }
        header[role="banner"] .header-right .navigation .navigation-menu a {
          text-decoration: none; }
        header[role="banner"] .header-right .navigation .navigation-menu li:hover .dropdown-menu {
          opacity: 1; }
        header[role="banner"] .header-right .navigation .navigation-menu .dropdown-menu {
          opacity: 0;
          position: absolute;
          list-style: none;
          margin: 0;
          padding: 0;
          transition: all .5s; }
          header[role="banner"] .header-right .navigation .navigation-menu .dropdown-menu li a {
            color: #000;
            background-color: #eee;
            font-weight: normal;
            display: block; }
            header[role="banner"] .header-right .navigation .navigation-menu .dropdown-menu li a:hover {
              background-color: #eee; }
          header[role="banner"] .header-right .navigation .navigation-menu .dropdown-menu li:hover .dropdown-menu-inner {
            opacity: 1; }
          header[role="banner"] .header-right .navigation .navigation-menu .dropdown-menu .dropdown-menu-inner {
            opacity: 0;
            list-style: none;
            margin: 0;
            padding: 0 0 0 20px;
            background-color: #CCC;
            transition: all .6s; }
            header[role="banner"] .header-right .navigation .navigation-menu .dropdown-menu .dropdown-menu-inner li a {
              color: #eee;
              background-color: #CCC; }
    header[role="banner"] .header-right .header-other {
      display: none; }
      @media (min-width: 992px) {
        header[role="banner"] .header-right .header-other {
          width: auto;
          position: relative;
          display: flex;
          flex-direction: row;
          justify-content: flex-end;
          align-items: flex-start; } }
      header[role="banner"] .header-right .header-other #langselect-arrow {
        color: #19376d;
        font-size: 10px;
        margin: 10px 0 0 0;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all, .3s;
        cursor: pointer; }
        header[role="banner"] .header-right .header-other #langselect-arrow.open {
          transform: rotateX(180deg); }
      header[role="banner"] .header-right .header-other .languages {
        display: none; }
        @media (min-width: 992px) {
          header[role="banner"] .header-right .header-other .languages {
            list-style-type: none;
            margin: 4px 0 0 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            position: relative; }
            header[role="banner"] .header-right .header-other .languages li {
              display: none;
              padding: 0 7px;
              color: #19376d;
              cursor: pointer; }
              header[role="banner"] .header-right .header-other .languages li a {
                display: block;
                color: #19376d; }
                header[role="banner"] .header-right .header-other .languages li a:hover {
                  text-decoration: none; }
              header[role="banner"] .header-right .header-other .languages li.active {
                display: block; }
              header[role="banner"] .header-right .header-other .languages li.show {
                display: block; } }
      header[role="banner"] .header-right .header-other #loginblock {
        margin-right: 5px;
        position: relative; }
        header[role="banner"] .header-right .header-other #loginblock #loginblock-container {
          display: none;
          z-index: 111;
          position: absolute;
          top: 23px;
          right: 0;
          width: 200px; }
          header[role="banner"] .header-right .header-other #loginblock #loginblock-container a {
            display: block; }
        header[role="banner"] .header-right .header-other #loginblock .headerbutton span {
          display: inline-block; }
          @media (min-width: 992px) {
            header[role="banner"] .header-right .header-other #loginblock .headerbutton span {
              display: none; } }
      header[role="banner"] .header-right .header-other #cartBlock a {
        color: white; }
      header[role="banner"] .header-right .header-other #cartBlock #cartCount {
        display: inline-block;
        position: absolute;
        top: -13px;
        right: -23px;
        opacity: 0;
        transition: all, .3s; }
        header[role="banner"] .header-right .header-other #cartBlock #cartCount.show {
          opacity: 1; }
      header[role="banner"] .header-right .header-other #search-block {
        display: none; }
        @media (min-width: 992px) {
          header[role="banner"] .header-right .header-other #search-block {
            display: block;
            position: absolute;
            bottom: -32px;
            right: 0;
            margin-right: 0;
            padding-top: 0; } }
        header[role="banner"] .header-right .header-other #search-block form {
          display: flex; }
        header[role="banner"] .header-right .header-other #search-block input[type="search"] {
          display: inline-block;
          width: 180px;
          height: 32px;
          padding-left: 33px;
          position: relative;
          border: none;
          font-family: "Arial";
          background: #eee;
          border-bottom-left-radius: 100px;
          font-size: 13px; }
          header[role="banner"] .header-right .header-other #search-block input[type="search"]::-webkit-input-placeholder {
            color: #19376d;
            font-size: 14px;
            font-weight: 500; }
          header[role="banner"] .header-right .header-other #search-block input[type="search"]:-moz-placeholder {
            color: #19376d;
            font-size: 14px;
            font-weight: 500; }
          header[role="banner"] .header-right .header-other #search-block input[type="search"]::-moz-placeholder {
            color: #19376d;
            font-size: 14px;
            font-weight: 500; }
          header[role="banner"] .header-right .header-other #search-block input[type="search"]:-ms-input-placeholder {
            color: #19376d;
            font-size: 14px;
            font-weight: 500; }
          header[role="banner"] .header-right .header-other #search-block input[type="search"]:focus, header[role="banner"] .header-right .header-other #search-block input[type="search"]:active {
            outline: none; }
        header[role="banner"] .header-right .header-other #search-block button[type="submit"] {
          display: inline-block;
          width: 33px;
          height: 32px;
          border: none;
          background: #eee;
          margin: 0;
          border-left: none;
          color: #999;
          outline: 0; }
        header[role="banner"] .header-right .header-other #search-block .search-block-result {
          position: absolute;
          right: 0;
          background: #CCC;
          width: 210px;
          margin-left: 15px;
          padding: 42px 0 10px 36px;
          z-index: 10;
          display: none;
          border-radius: 0 0 25px 25px; }
          header[role="banner"] .header-right .header-other #search-block .search-block-result .search-results .search-results-row {
            display: flex;
            justify-content: center;
            color: white;
            text-decoration: none;
            transition: background 0.3s;
            width: 100%;
            padding-left: 13px;
            flex-direction: column;
            padding-top: 10px;
            padding-bottom: 10px; }
            header[role="banner"] .header-right .header-other #search-block .search-block-result .search-results .search-results-row:hover {
              background: rgba(255, 255, 255, 0.1); }
            header[role="banner"] .header-right .header-other #search-block .search-block-result .search-results .search-results-row:not(:last-child) {
              border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
            header[role="banner"] .header-right .header-other #search-block .search-block-result .search-results .search-results-row .result-contentname {
              text-align: left;
              font-size: 16px;
              font-weight: bold;
              font-family: "Arial"; }
            header[role="banner"] .header-right .header-other #search-block .search-block-result .search-results .search-results-row .result-content {
              font-family: "Arial";
              color: white;
              padding-right: 10px; }
              header[role="banner"] .header-right .header-other #search-block .search-block-result .search-results .search-results-row .result-content, header[role="banner"] .header-right .header-other #search-block .search-block-result .search-results .search-results-row .result-content p, header[role="banner"] .header-right .header-other #search-block .search-block-result .search-results .search-results-row .result-content strong, header[role="banner"] .header-right .header-other #search-block .search-block-result .search-results .search-results-row .result-content b {
                font-size: 13px;
                font-weight: normal !important; }
              header[role="banner"] .header-right .header-other #search-block .search-block-result .search-results .search-results-row .result-content p {
                display: inline !important; }
          header[role="banner"] .header-right .header-other #search-block .search-block-result p.notfound {
            padding-left: 10px; }
          header[role="banner"] .header-right .header-other #search-block .search-block-result .search-more {
            padding-right: 10px;
            padding-bottom: 10px;
            color: white;
            padding-top: 10px;
            text-align: right; }
            header[role="banner"] .header-right .header-other #search-block .search-block-result .search-more a {
              color: white; }
      header[role="banner"] .header-right .header-other #search-mobile-icon {
        display: block; }
        @media (min-width: 992px) {
          header[role="banner"] .header-right .header-other #search-mobile-icon {
            display: none; } }
      header[role="banner"] .header-right .header-other .mobile-icon {
        margin-right: 10px; }
  header[role="banner"] .header--mobile-right {
    position: absolute;
    right: 10px;
    color: black; }
    header[role="banner"] .header--mobile-right button {
      outline: none;
      background: transparent;
      color: #fff;
      border: none;
      margin-top: 38px; }
    @media (min-width: 1200px) {
      header[role="banner"] .header--mobile-right {
        display: none; } }

.hamburger {
  position: relative;
  top: 7px;
  left: 7px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger-box {
  width: 40px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: -7px; }
  @media (min-width: 768px) {
    .hamburger-box {
      top: -5px; } }
  .hamburger-box:hover, .hamburger-box:focus, .hamburger-box:active {
    outline: none; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  outline: none; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 27px;
  height: 3px;
  background-color: #2d2d3b;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -5px; }

.hamburger-inner::after {
  bottom: -5px; }

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.15s 0.4s ease; }

.hamburger--elastic .hamburger-inner::after {
  top: 17px;
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.1s; }

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
  transform: translate3d(0, -17px, 0) rotate(-270deg);
  transition-delay: 0.1s; }

/**** BUTTON ***/
button {
  outline: none; }

/* BUTTON */
.button {
  border: none;
  color: inherit;
  background: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  outline: none !important;
  position: relative;
  text-decoration: none;
  transition: all, .3s;
  font-family: "Arial";
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 28px;
  border-radius: 5px;
  border: 1px solid #7094cf;
  color: #fff;
  background-color: #7094cf;
  transition: all, .3s; }
  .button:hover {
    text-decoration: none;
    outline: none; }
  .button:active, .button :focus {
    outline: none; }
  .button:hover, .button:active {
    color: #cccccc;
    background: #375fa2; }

/* Telefonszám, e-mail cím megmutatása kapcsolat oldal */
.show-me-button {
  transition: all, .3s;
  position: relative;
  left: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  font-family: "Arial";
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #c5dff8;
  outline: none;
  cursor: pointer; }
  .show-me-button:active, .show-me-button :focus {
    outline: none;
    border: none; }
  .show-me-button.hide {
    opacity: 0;
    transition: all, .3s; }
  .show-me-button:before {
    content: '...';
    color: white;
    display: inline-block;
    position: absolute;
    bottom: -2px;
    left: -21px;
    background-color: #19376d;
    padding: 0 5px; }

footer[role="contentinfo"] {
  width: 100%;
  position: relative;
  background: #19376d;
  color: #fff;
  font-size: 15px;
  font-family: "Arial";
  font-weight: 500;
  padding: 30px 0; }
  @media (min-width: 768px) {
    footer[role="contentinfo"] {
      text-align: left;
      min-height: 160px;
      padding: 41px 0 57px 0; } }
  footer[role="contentinfo"] a:not(.button) {
    color: white;
    text-decoration: none; }
    footer[role="contentinfo"] a:not(.button):hover {
      text-decoration: none;
      color: #c1dff9; }
  footer[role="contentinfo"] #company-logo-block .logo {
    width: 254px;
    height: 91px;
    margin-top: 17px;
    background-image: url("../../uploads/source/logo.png");
    background-repeat: no-repeat;
    background-position: 50% -10px;
    background-size: contain; }
  footer[role="contentinfo"] #contact-line-block {
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      footer[role="contentinfo"] #contact-line-block {
        margin-bottom: 0; } }
  footer[role="contentinfo"] #footer-maps-block {
    margin-top: 30px; }
    @media (min-width: 992px) {
      footer[role="contentinfo"] #footer-maps-block {
        margin-top: 0; } }
  @media (min-width: 992px) {
    footer[role="contentinfo"] #footer-menu-container {
      grid-template-columns: repeat(4, 1fr);
      display: grid;
      gap: 10px 30px; } }
  footer[role="contentinfo"] #contact-line {
    padding-top: 13px; }
    footer[role="contentinfo"] #contact-line .contact-block {
      margin-bottom: 6px; }
  footer[role="contentinfo"] #social-icons-list {
    margin: 19px 0 0 0; }
  footer[role="contentinfo"] .footer-menu {
    margin: 0;
    padding: 0;
    font-size: 14px; }
    @media (min-width: 992px) {
      footer[role="contentinfo"] .footer-menu {
        margin: 12px 0 0 0; } }
    footer[role="contentinfo"] .footer-menu li {
      list-style: none;
      padding-left: 0;
      padding-top: 4px;
      padding-bottom: 9px;
      line-height: 1.2; }
  footer[role="contentinfo"] #copyright a {
    color: #c1dff9; }
    footer[role="contentinfo"] #copyright a:hover {
      color: white; }
  footer[role="contentinfo"] #maps {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    height: 86px !important;
    min-height: 86px;
    width: 230px; }
  footer[role="contentinfo"] #logo-container {
    margin-top: 40px;
    display: flex; }
    @media (min-width: 992px) {
      footer[role="contentinfo"] #logo-container {
        justify-content: flex-end; } }
    footer[role="contentinfo"] #logo-container img:first-child {
      margin-right: 20px; }
  footer[role="contentinfo"] .contact-title {
    text-decoration: underline; }

.mobile-menu {
  transition: right 0.4s ease !important;
  z-index: 1 !important;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  font-family: "Arial";
  text-transform: uppercase;
  font-size: 16px; }
  @media (min-width: 992px) {
    .mobile-menu {
      display: none; } }
  .mobile-menu a {
    color: #000;
    text-decoration: none !important; }
  .mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .mobile-menu.open {
    right: 0px !important; }
  .mobile-menu .mobile-menu-productcategory ul {
    display: none; }
    .mobile-menu .mobile-menu-productcategory ul.open {
      display: block; }
  .mobile-menu .mobile-menu-productcategory .categoryList .menu-block {
    display: flex; }
    .mobile-menu .mobile-menu-productcategory .categoryList .menu-block .mobil-menu-icon:before {
      content: "\f067";
      font-weight: 900;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
      width: 30px;
      color: white;
      border-left: 1px solid rgba(0, 0, 0, 0.2);
      transition: all .3s; }
    .mobile-menu .mobile-menu-productcategory .categoryList .menu-block .mobil-menu-icon.isOpen:before {
      content: "\f068"; }
  .mobile-menu .mobile-menu-productcategory .categoryList li {
    background: #2d2d3b;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .mobile-menu .mobile-menu-productcategory .categoryList li a {
      display: block;
      width: 100%;
      color: white !important;
      padding: 7px 15px;
      border: none; }
    .mobile-menu .mobile-menu-productcategory .categoryList li li {
      background: #17171e; }
      .mobile-menu .mobile-menu-productcategory .categoryList li li a {
        padding-left: 20px; }
      .mobile-menu .mobile-menu-productcategory .categoryList li li li {
        background: #010101; }
        .mobile-menu .mobile-menu-productcategory .categoryList li li li a {
          padding-left: 25px; }
        .mobile-menu .mobile-menu-productcategory .categoryList li li li li {
          background: black; }
          .mobile-menu .mobile-menu-productcategory .categoryList li li li li a {
            padding-left: 30px; }
          .mobile-menu .mobile-menu-productcategory .categoryList li li li li li {
            background: black; }
            .mobile-menu .mobile-menu-productcategory .categoryList li li li li li a {
              padding-left: 35px; }
            .mobile-menu .mobile-menu-productcategory .categoryList li li li li li li {
              background: black; }
              .mobile-menu .mobile-menu-productcategory .categoryList li li li li li li a {
                padding-left: 40px; }
  .mobile-menu .bottom .menu-title {
    margin: 10px 0;
    display: block;
    padding: 0 0 0 15px; }
  .mobile-menu .bottom #loginblock a {
    text-decoration: none;
    display: block;
    padding: 7px 0 7px 15px;
    border-bottom: 1px solid #000; }
    .mobile-menu .bottom #loginblock a .fa-user {
      opacity: .5; }
  .mobile-menu .bottom .languages {
    display: flex;
    flex-direction: row;
    padding: 0 0 0 15px; }
    .mobile-menu .bottom .languages li {
      margin-right: 10px; }
      .mobile-menu .bottom .languages li a {
        text-decoration: none; }

/******* Mainpage/Home ******/
/*******  ******/
/* Általános beállítások */
.news-list-1 #list_content_list .blog-post {
  margin-top: 20px;
  display: grid;
  gap: 20px 40px;
  background-color: #d3e9fd; }
  @media (min-width: 992px) {
    .news-list-1 #list_content_list .blog-post {
      grid-template-columns: 345px auto; } }
  .news-list-1 #list_content_list .blog-post .blog-post-content {
    padding: 0 20px; }
    @media (min-width: 992px) {
      .news-list-1 #list_content_list .blog-post .blog-post-content {
        padding: 0; } }
  .news-list-1 #list_content_list .blog-post .img-container {
    width: 100%;
    height: 300px;
    background-size: cover;
    border-radius: 0 0 50px 0; }
    @media (min-width: 992px) {
      .news-list-1 #list_content_list .blog-post .img-container {
        width: 345px;
        height: 100%; } }
  .news-list-1 #list_content_list .blog-post .blog-post-header {
    font-size: 20px;
    color: #19376d;
    margin: 0 0 8px 0;
    padding: 0; }
    @media (min-width: 992px) {
      .news-list-1 #list_content_list .blog-post .blog-post-header {
        margin: 32px 0 8px 0; } }
  .news-list-1 #list_content_list .blog-post .blog-post-foreword p {
    color: #6f8fbc;
    margin: 0 0 10px 0; }
  .news-list-1 #list_content_list .blog-post footer {
    margin-bottom: 30px; }

.news-list-2 {
  background-image: url("../../img/services-bg.png");
  background-repeat: repeat;
  background-position: 0 0; }
  .news-list-2 #breadcrumb .breadcrumb li.active a {
    color: white; }
  .news-list-2 .content {
    padding-bottom: 30px; }
    @media (min-width: 992px) {
      .news-list-2 .content {
        padding-bottom: 94px; } }
  .news-list-2 h1 {
    color: white; }
  .news-list-2 #page-desc p {
    font-weight: 600;
    color: #143675;
    font-size: 16px; }
  .news-list-2 .blog-list {
    display: grid;
    grid-gap: 20px 30px; }
    @media (min-width: 768px) {
      .news-list-2 .blog-list {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 40px 30px; } }

.news-list-3 #list_content_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px 20px; }
  .news-list-3 #list_content_list .blog-post {
    border: 1px solid black;
    padding: 10px; }
    .news-list-3 #list_content_list .blog-post .img-container {
      height: 50px; }
      .news-list-3 #list_content_list .blog-post .img-container img {
        height: 100%; }

.news-list-gyik .gyik-container .card-header {
  padding: 0; }
  .news-list-gyik .gyik-container .card-header h2 {
    cursor: pointer;
    padding: 10px; }

.submenu-list-page .subpage-list-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 20px; }
  .submenu-list-page .subpage-list-container .subpage-post .img-container {
    height: 200px;
    width: 100%;
    background-size: cover; }

div.form, form.form, .cart {
  /* CHECKBOX, RADIO */
  /*******************/ }
  div.form input:not([type="submit"]), div.form textarea, div.form select, form.form input:not([type="submit"]), form.form textarea, form.form select, .cart input:not([type="submit"]), .cart textarea, .cart select {
    display: block;
    width: 100%;
    color: #19376d;
    padding: 10px 25px 10px 14px;
    font-size: 16px;
    border: none;
    background: #f4f7fc; }
    div.form input:not([type="submit"])::-webkit-input-placeholder, div.form textarea::-webkit-input-placeholder, div.form select::-webkit-input-placeholder, form.form input:not([type="submit"])::-webkit-input-placeholder, form.form textarea::-webkit-input-placeholder, form.form select::-webkit-input-placeholder, .cart input:not([type="submit"])::-webkit-input-placeholder, .cart textarea::-webkit-input-placeholder, .cart select::-webkit-input-placeholder {
      color: #19376d;
      font-size: 14px;
      font-weight: 500; }
    div.form input:not([type="submit"]):-moz-placeholder, div.form textarea:-moz-placeholder, div.form select:-moz-placeholder, form.form input:not([type="submit"]):-moz-placeholder, form.form textarea:-moz-placeholder, form.form select:-moz-placeholder, .cart input:not([type="submit"]):-moz-placeholder, .cart textarea:-moz-placeholder, .cart select:-moz-placeholder {
      color: #19376d;
      font-size: 14px;
      font-weight: 500; }
    div.form input:not([type="submit"])::-moz-placeholder, div.form textarea::-moz-placeholder, div.form select::-moz-placeholder, form.form input:not([type="submit"])::-moz-placeholder, form.form textarea::-moz-placeholder, form.form select::-moz-placeholder, .cart input:not([type="submit"])::-moz-placeholder, .cart textarea::-moz-placeholder, .cart select::-moz-placeholder {
      color: #19376d;
      font-size: 14px;
      font-weight: 500; }
    div.form input:not([type="submit"]):-ms-input-placeholder, div.form textarea:-ms-input-placeholder, div.form select:-ms-input-placeholder, form.form input:not([type="submit"]):-ms-input-placeholder, form.form textarea:-ms-input-placeholder, form.form select:-ms-input-placeholder, .cart input:not([type="submit"]):-ms-input-placeholder, .cart textarea:-ms-input-placeholder, .cart select:-ms-input-placeholder {
      color: #19376d;
      font-size: 14px;
      font-weight: 500; }
    div.form input:not([type="submit"]):focus, div.form input:not([type="submit"]):active, div.form textarea:focus, div.form textarea:active, div.form select:focus, div.form select:active, form.form input:not([type="submit"]):focus, form.form input:not([type="submit"]):active, form.form textarea:focus, form.form textarea:active, form.form select:focus, form.form select:active, .cart input:not([type="submit"]):focus, .cart input:not([type="submit"]):active, .cart textarea:focus, .cart textarea:active, .cart select:focus, .cart select:active {
      outline: none; }
  div.form select, form.form select, .cart select {
    min-height: 50px; }
    div.form select:after, form.form select:after, .cart select:after {
      content: "";
      width: 10px;
      height: 10px;
      background: #555555;
      color: white; }
  div.form textarea, form.form textarea, .cart textarea {
    min-height: 140px; }
  div.form .plain-select:after, form.form .plain-select:after, .cart .plain-select:after {
    content: "\f107";
    font-family: "FontAwesome";
    width: 12px;
    height: 7px;
    font-size: 21px;
    position: absolute;
    right: 40px;
    margin-top: -58px;
    z-index: 0; }
  div.form .form-block, form.form .form-block, .cart .form-block {
    padding-bottom: 17px;
    position: relative; }
    div.form .form-block[data-type="label"], form.form .form-block[data-type="label"], .cart .form-block[data-type="label"] {
      padding-bottom: 7px; }
      @media (max-width: 768px) {
        div.form .form-block[data-type="label"] .text-danger, form.form .form-block[data-type="label"] .text-danger, .cart .form-block[data-type="label"] .text-danger {
          top: 0px !important;
          right: 0px !important; } }
    div.form .form-block div[data-type="input"] .text-danger, div.form .form-block[data-type="label"] .text-danger, form.form .form-block div[data-type="input"] .text-danger, form.form .form-block[data-type="label"] .text-danger, .cart .form-block div[data-type="input"] .text-danger, .cart .form-block[data-type="label"] .text-danger {
      position: absolute;
      right: 12px;
      top: 17px;
      display: none; }
      div.form .form-block div[data-type="input"] .text-danger.show, div.form .form-block[data-type="label"] .text-danger.show, form.form .form-block div[data-type="input"] .text-danger.show, form.form .form-block[data-type="label"] .text-danger.show, .cart .form-block div[data-type="input"] .text-danger.show, .cart .form-block[data-type="label"] .text-danger.show {
        display: block; }
    div.form .form-block div[data-type="input"] .text-info, div.form .form-block[data-type="label"] .text-info, form.form .form-block div[data-type="input"] .text-info, form.form .form-block[data-type="label"] .text-info, .cart .form-block div[data-type="input"] .text-info, .cart .form-block[data-type="label"] .text-info {
      position: absolute;
      right: 35px;
      top: 17px; }
    div.form .form-block[data-type="label"] .text-danger, form.form .form-block[data-type="label"] .text-danger, .cart .form-block[data-type="label"] .text-danger {
      top: 4px; }
  div.form .form-select, form.form .form-select, .cart .form-select {
    position: relative; }
    div.form .form-select .text-danger, form.form .form-select .text-danger, .cart .form-select .text-danger {
      position: absolute;
      right: 40px;
      top: 17px; }
  div.form .form-block-half, form.form .form-block-half, .cart .form-block-half {
    padding-bottom: 13px; }
  div.form input[type="checkbox"], div.form input[type="radio"], form.form input[type="checkbox"], form.form input[type="radio"], .cart input[type="checkbox"], .cart input[type="radio"] {
    visibility: hidden;
    position: absolute; }
  div.form input[type='checkbox']:checked + label:not(.labelno):before, div.form input[type='radio']:checked + label:not(.labelno):before, form.form input[type='checkbox']:checked + label:not(.labelno):before, form.form input[type='radio']:checked + label:not(.labelno):before, .cart input[type='checkbox']:checked + label:not(.labelno):before, .cart input[type='radio']:checked + label:not(.labelno):before {
    opacity: 1; }
  div.form .checkbox-container, form.form .checkbox-container, .cart .checkbox-container {
    display: flex; }
  div.form .nolabel, form.form .nolabel, .cart .nolabel {
    background: #f4f7fc;
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0; }
    div.form .nolabel:before, form.form .nolabel:before, .cart .nolabel:before {
      content: '';
      width: 18px;
      height: 18px;
      background-color: #2d2d3b;
      background-image: url("../../img/icons/check.png");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      position: absolute;
      border-top: none;
      border-right: none;
      opacity: 0; }
  div.form .nolabel-radio, form.form .nolabel-radio, .cart .nolabel-radio {
    border-radius: 20px; }
    div.form .nolabel-radio:before, form.form .nolabel-radio:before, .cart .nolabel-radio:before {
      border-radius: 20px; }
  div.form div[data-type="input"][data-multipleinput="true"] .text-danger, form.form div[data-type="input"][data-multipleinput="true"] .text-danger, .cart div[data-type="input"][data-multipleinput="true"] .text-danger {
    right: 26px; }
  div.form[data-type="label"], form.form[data-type="label"], .cart[data-type="label"] {
    padding-bottom: 3px; }
    div.form[data-type="label"] .text-danger, form.form[data-type="label"] .text-danger, .cart[data-type="label"] .text-danger {
      top: 0 !important; }
  div.form.button-block, form.form.button-block, .cart.button-block {
    display: inline-block; }

label:not(.nolabel) {
  cursor: pointer;
  padding-left: 18px; }

button[type="submit"], input[type="submit"] {
  margin-left: 0px;
  clear: both;
  display: block;
  position: relative; }

#file_uploader_button {
  background: #444444;
  color: white;
  font-weight: bold;
  border: none;
  padding: 14px 38px;
  border-radius: 2px;
  text-transform: none;
  margin-top: 0px;
  transition: background 0.3s; }
  #file_uploader_button:hover {
    background: #5e5d5d; }
  #file_uploader_button:after {
    border: none;
    padding: 0px;
    margin: 0px; }
  #file_uploader_button + label {
    padding-left: 15px;
    font-weight: bold; }

.response, #response {
  padding: 10px;
  display: none;
  border-radius: 2px;
  clear: both;
  margin-top: 13px;
  margin-bottom: 0; }
  .response.success, #response.success {
    display: block;
    background: #9cf0b2;
    border: 1px solid #51b96c;
    color: #2f7541; }
  .response.error, #response.error {
    display: block;
    background: #f1d4d4;
    border: 1px solid #913030;
    color: #913030; }

@media (min-width: 992px) {
  .form .row .form-content {
    padding-top: 65px; } }

.form .hide {
  display: none !important; }

.kapcsolat-content {
  padding: 0 !important; }
  .kapcsolat-content .elerhetosegek {
    margin-bottom: 50px; }

.telefonszamBox {
  display: none;
  margin: 20px 0; }

/* formokban a checkbox és label egymás mellé kerüljün*/
.form-checkbox-t .col-xs-21 {
  display: flex; }

/* Belépés */
#login-form .fb-login-button {
  margin: 20px 0; }

.form-map-page {
  background-image: url("../../img/contact-repeat-bg.jpg");
  background-repeat: repeat-y;
  background-position: 0 0; }
  @media (min-width: 992px) {
    .form-map-page {
      background-image: url("../../img/contact-bg.jpg"), url("../../img/contact-repeat-bg.jpg");
      background-repeat: no-repeat, repeat-y;
      background-position: 50% 0, 50% 0; } }
  .form-map-page #breadcrumb .breadcrumb li.active a {
    color: white; }
  .form-map-page #breadcrumb .breadcrumb li:not(:first-child):before {
    background-image: url("../../img/icons/breadcrumb-arrow-white.png"); }
  .form-map-page h1 {
    color: white; }
  .form-map-page #foreword {
    color: #fff; }
    .form-map-page #foreword a:not(.button-dark-blue) {
      color: #fff; }
    .form-map-page #foreword p {
      color: #fff; }
      .form-map-page #foreword p .show-me-button:before {
        bottom: -1px;
        background-color: #7f99cc; }
  @media (min-width: 992px) {
    .form-map-page #form-container {
      padding-left: 85px; } }
  .form-map-page #foreword .address-title {
    display: inline-block;
    font-weight: 700; }
    @media (min-width: 992px) {
      .form-map-page #foreword .address-title {
        width: 50%; } }

.sub-page-form {
  background: #b7c9e9;
  padding: 30px 15px;
  border-radius: 13px;
  margin: 15px 0 15px; }
  .sub-page-form header {
    font-family: "Arial";
    font-weight: bold;
    font-size: 28px;
    color: #2d3959;
    margin-bottom: 20px; }

.form-page {
  background-image: url("../../img/form-repeat-bg.jpg");
  background-repeat: repeat-y;
  background-position: 0 0; }
  @media (min-width: 992px) {
    .form-page {
      background-image: url("../../img/form-repeat-bg.jpg"), url("../../img/form-bg.jpg");
      background-repeat: no-repeat, repeat-y;
      background-position: 50% 0, 50% 0; } }
  @media (min-width: 992px) {
    .form-page #form-container {
      padding-right: 80px; } }
  .form-page #text-container {
    color: #143675;
    font-weight: 500; }
    @media (min-width: 992px) {
      .form-page #text-container {
        padding-left: 80px; } }

#contact_form_view a:not(.button-dark-blue) {
  color: #000; }
  #contact_form_view a:not(.button-dark-blue):hover {
    color: #000; }

/* Albumok listázása */
/* ---- grid ---- */
.grid {
  background: white;
  margin: 0 -3px; }

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both; }

/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
  padding: 3px; }
  @media (min-width: 992px) {
    .grid-sizer,
    .grid-item {
      width: 33.333%; } }

.grid-item {
  float: left; }
  .grid-item .gallery-title {
    color: #fff;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all .5s; }
  .grid-item a {
    background-color: black;
    display: block; }
    .grid-item a:hover .gallery-title {
      opacity: 1; }
    .grid-item a:hover img {
      opacity: .7; }

.grid-item img {
  display: block;
  max-width: 100%;
  margin: 0 !important;
  opacity: 1;
  transition: opacity .5s; }

/* kép nézegető */
.pswp__caption__center {
  text-align: center; }

/* Tartalomban megjelenő carousel (szöveges oldal, cikkek */
.content-slider .carousel-inner .item {
  height: 370px; }

.content-slider .carousel-control {
  color: #fff;
  background-image: unset;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.content-slider .carousel-indicators {
  bottom: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: baseline; }
  .content-slider .carousel-indicators:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 45px;
    background: #000;
    opacity: .5;
    bottom: 0;
    z-index: -1; }
  .content-slider .carousel-indicators li {
    border-radius: unset;
    background-color: #fff;
    border-color: #fff;
    margin-right: 5px;
    margin-bottom: 11px; }
    .content-slider .carousel-indicators li.active {
      background-color: #19376d;
      border-color: #19376d;
      height: 20px; }

.module ul:not(.pagination) {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none; }
  .module ul:not(.pagination) li {
    position: relative;
    padding: 0 0 0 23px; }
    .module ul:not(.pagination) li:before {
      content: '';
      display: block;
      width: 15px;
      height: 15px;
      background-image: url("../../img/icons/list-icon-paw.png");
      background-repeat: no-repeat;
      position: absolute;
      top: 5px;
      left: 0; }

.module ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin: 0 0 10px 0;
  padding: 0; }
  .module ol li {
    counter-increment: my-awesome-counter;
    position: relative;
    padding: 0 0 0 30px; }
    .module ol li:before {
      content: "0" counter(my-awesome-counter) ".";
      position: absolute;
      top: 0;
      left: 0;
      color: #2d2d3b;
      font-family: "Arial";
      font-weight: bold; }
    .module ol li:nth-child(n+10):before {
      content: counter(my-awesome-counter) "."; }

.module-tags {
  font-weight: bold; }
  .module-tags a {
    color: #000 !important;
    padding: 5px 10px 5px 0;
    transition: background .5s, color .3s; }
    .module-tags a:hover {
      color: #000 !important;
      text-decoration: none !important; }

.module-content form .button.form:after {
  display: none; }

.module-content .floatLeft {
  margin: 7px 15px 0 0; }

.module-content .floatRight {
  margin: 7px 0 0 15px; }

@media (max-width: 480px) {
  .module-content iframe {
    height: 185px !important; } }

@media (max-width: 768px) {
  .module-content iframe {
    height: 315px; } }

@media (max-width: 992px) {
  .module-content iframe {
    width: 100%; } }

.module-content, .module-content p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5; }
  .module-content img, .module-content p img {
    margin-right: 30px;
    margin-bottom: 20px;
    margin-top: 7px; }
    @media (max-width: 992px) {
      .module-content img, .module-content p img {
        width: 100%; } }

.module-content a.mce-item-anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden; }

#breadcrumb {
  padding: 10px 0 10px 0;
  position: relative; }
  @media (min-width: 992px) {
    #breadcrumb {
      padding: 77px 0 40px 0; } }
  #breadcrumb .breadcrumb {
    padding: 0;
    margin: 0;
    background: transparent; }
    #breadcrumb .breadcrumb li {
      font-size: 14px;
      list-style: none;
      display: inline-block;
      padding-right: 4px; }
      #breadcrumb .breadcrumb li:hover a {
        color: #19376d; }
      #breadcrumb .breadcrumb li:not(.active) a {
        color: #19376d;
        margin-right: 1px;
        margin-left: 2px;
        font-weight: bold; }
      #breadcrumb .breadcrumb li.active a {
        color: #434343;
        font-weight: bold; }
      #breadcrumb .breadcrumb li:first-child a {
        color: #19376d; }
      #breadcrumb .breadcrumb li:first-child:after {
        color: #1d1d1d; }
      #breadcrumb .breadcrumb li:not(:first-child):before {
        width: 13px;
        height: 10px;
        background-image: url("../../img/icons/breadcrumb-arrow.png");
        background-repeat: no-repeat;
        content: " " !important;
        display: inline-block;
        margin-right: 7px;
        position: relative;
        /*position: relative;
        top: 0;
        left: 0;*/ }
      #breadcrumb .breadcrumb li a {
        text-decoration: none; }

.pagination {
  display: flex;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 0;
  justify-content: center; }
  @media (min-width: 768px) {
    .pagination {
      margin-top: 10px;
      margin-bottom: 22px;
      padding: 70px 0 0 0;
      justify-content: flex-start; } }
  .pagination li {
    font-size: 16px;
    list-style: none;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 600;
    line-height: 1; }
    .pagination li.disabled a {
      color: #999 !important; }
      .pagination li.disabled a:hover {
        text-decoration: none; }
      .pagination li.disabled a:after {
        background-image: url("../../img/icons/arrow-grey.png"); }
    .pagination li:first-child a {
      line-height: 1;
      width: 26px;
      height: 13px;
      text-decoration: none !important;
      padding: 0;
      transition: all, .3s; }
      .pagination li:first-child a:hover {
        background-color: transparent;
        color: #999; }
    .pagination li:first-child a:before {
      display: inline-block;
      content: "";
      width: 26px;
      height: 13px;
      background-image: url("../../img/icons/arrow-blue-2.png");
      background-repeat: no-repeat;
      position: relative;
      top: 4px; }
    .pagination li:last-child a {
      line-height: 1;
      width: 26px;
      height: 13px;
      text-decoration: none !important;
      padding: 0;
      transition: all, .3s; }
      .pagination li:last-child a:hover {
        background-color: transparent;
        color: #999; }
    .pagination li:last-child a:after {
      display: inline-block;
      content: "";
      width: 26px;
      height: 13px;
      background-image: url("../../img/icons/arrow-blue-2.png");
      background-repeat: no-repeat;
      transform: rotate(180deg);
      position: relative;
      top: 4px; }
    .pagination li.active a.number {
      background-color: #2d2d3b;
      border-color: #2d2d3b;
      color: white; }
  .pagination a {
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #19376d; }
    .pagination a span {
      font-size: 20px; }
    .pagination a:hover {
      background-color: #2d2d3b;
      border-color: #2d2d3b;
      color: white; }
    .pagination a.number {
      width: 24px;
      height: 24px;
      border-radius: 5px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 13px;
      line-height: 1;
      text-decoration: none !important;
      transition: all, .3s; }
      .pagination a.number:hover {
        background-color: #2d2d3b;
        border-color: #2d2d3b;
        color: white; }

@media (min-width: 768px) {
  #pagination_box {
    display: table;
    width: 100%; } }

@media (max-width: 999px) {
  .page {
    padding-top: 0px !important; }
  .navbar-header {
    float: none; }
  .navbar-left, .navbar-right {
    float: none !important; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .navbar-collapse.collapse {
    display: none; }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .collapse.in {
    display: block !important; } }

.container {
  max-width: 100%; }

/* Aside dobozok     */
.aside {
  padding-top: 30px;
  margin-top: 30px;
  background-color: #2d2d3b; }
  @media (min-width: 768px) {
    .aside {
      margin-top: 0; } }
  @media (min-width: 992px) {
    .aside {
      padding-top: 68px;
      background-color: transparent; } }
  .aside .aside-block {
    background-color: white;
    margin-bottom: 30px;
    padding: 30px 40px;
    border-radius: 5px; }
    @media (min-width: 992px) {
      .aside .aside-block {
        margin-right: 48px; } }
    .aside .aside-block .aside-block-title {
      font-family: "Arial";
      font-weight: bold;
      font-size: 22px;
      color: #2d3959; }
    .aside .aside-block .img-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 50px;
      width: 50px; }
      @media (min-width: 992px) {
        .aside .aside-block .img-container {
          align-items: flex-start; } }
    .aside .aside-block .aside-block-desc {
      font-weight: 500;
      font-size: 14px;
      color: #2d2d3b; }

.menu-productcategory ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none; }
  .menu-productcategory ul.open {
    display: block; }
  .menu-productcategory ul li {
    background-color: #999; }
    .menu-productcategory ul li a {
      display: block;
      width: 100%;
      padding: 10px 10px;
      border: none;
      color: white !important;
      text-decoration: none !important;
      text-transform: uppercase;
      border-bottom: 2px solid white; }
    .menu-productcategory ul li li {
      background: #807f7f; }
      .menu-productcategory ul li li a {
        padding-left: 20px; }
      .menu-productcategory ul li li li {
        background: #666666; }
        .menu-productcategory ul li li li a {
          padding-left: 30px; }
        .menu-productcategory ul li li li li {
          background: #4d4c4c; }
          .menu-productcategory ul li li li li a {
            padding-left: 40px; }
          .menu-productcategory ul li li li li li {
            background: #333333; }
            .menu-productcategory ul li li li li li a {
              padding-left: 50px; }
            .menu-productcategory ul li li li li li li {
              background: #1a1919; }
              .menu-productcategory ul li li li li li li a {
                padding-left: 60px; }

.menu-productcategory .menu-block {
  display: flex; }
  .menu-productcategory .menu-block .menu-icon {
    display: flex; }
    .menu-productcategory .menu-block .menu-icon:before {
      content: '';
      display: inline-block;
      width: 2px;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.3);
      border-bottom: 2px solid white; }
    .menu-productcategory .menu-block .menu-icon:after {
      content: "\f067";
      font-weight: 600;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
      width: 30px;
      color: white;
      cursor: pointer;
      border-bottom: 2px solid white;
      transition: all .3s; }
    .menu-productcategory .menu-block .menu-icon.isOpen:after {
      content: "\f068"; }

.contentBlock-page .default-padding {
  padding: 15px; }

#maps {
  width: 100%;
  height: 300px !important;
  top: 0;
  color: black !important; }
  #maps .gm-style-iw {
    padding-top: 10px; }
  @media (min-width: 768px) {
    #maps {
      min-height: 430px;
      height: 430px !important; } }
  #maps p {
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1; }
  #maps div#map {
    width: 100% !important;
    border: none;
    margin-bottom: 0px;
    height: 100% !important; }
  #maps .map-control, #maps .selector-control {
    display: none; }

.tooltip {
  text-align: center;
  max-width: 280px;
  width: 130px;
  background: #000;
  color: white;
  position: absolute;
  padding-top: 5px;
  padding-bottom: 4px;
  padding-left: 5px;
  padding-right: 5px;
  z-index: 10010;
  border-radius: 2px;
  transition: display 0.3s, opacity 0.4s, transform 0.3s; }

span.fa-exclamation-triangle {
  cursor: pointer; }

#seoblock {
  padding-top: 30px;
  padding-bottom: 0; }
  @media (max-width: 768px) {
    #seoblock {
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 0; } }
  #seoblock .widget-title {
    padding: 0; }
    @media (min-width: 992px) {
      #seoblock .widget-title {
        font-size: 37px;
        margin-bottom: 30px; } }
  #seoblock .module-content {
    margin-bottom: 50px; }
    #seoblock .module-content p {
      color: #19376d; }
    @media (min-width: 992px) {
      #seoblock .module-content {
        display: flex; } }
    #seoblock .module-content .seo-text {
      width: 100%; }
      @media (min-width: 992px) {
        #seoblock .module-content .seo-text {
          width: 50%; }
          #seoblock .module-content .seo-text:first-child {
            padding-right: 15px; }
          #seoblock .module-content .seo-text:last-child {
            padding-left: 15px; } }

.widget-rightside {
  position: fixed;
  top: 150px;
  right: 0;
  display: none; }
  @media (min-width: 992px) {
    .widget-rightside {
      display: flex;
      flex-direction: column; } }
  .widget-rightside .widget-social {
    background: black;
    width: 247px;
    height: 50px;
    margin-top: 10px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    display: inline-flex;
    align-items: center;
    padding-left: 20px; }
    .widget-rightside .widget-social a {
      color: white !important;
      font-size: 27px;
      margin-right: 20px;
      transition: color .3s; }
      .widget-rightside .widget-social a:hover {
        color: #fff !important; }

#badget {
  position: fixed;
  width: 164px;
  top: 255px;
  right: 0;
  display: none;
  flex-direction: column;
  z-index: 100;
  transform: translateX(77%); }
  @media (min-width: 1200px) {
    #badget {
      display: flex; } }
  #badget .badget-block {
    white-space: nowrap;
    background-color: #19376d;
    background-repeat: no-repeat;
    background-position: 15px 50%;
    color: white;
    padding: 8px 5px 7px 38px;
    margin-bottom: 5px;
    transition: all .3s;
    font-size: 13px;
    font-family: "Arial";
    font-weight: 500;
    text-transform: uppercase; }
    #badget .badget-block:hover {
      transform: translateX(-77%); }
    #badget .badget-block a {
      color: white;
      text-decoration: none; }

/* Főoldalon widget style */
.widget-title {
  font-family: "Arial";
  font-weight: bold;
  font-size: 28px;
  color: #19376d;
  padding: 0 0 0 39px;
  background-repeat: no-repeat;
  background-position: 0 50%; }
  @media (min-width: 992px) {
    .widget-title {
      font-size: 35px; } }

.home-widget {
  padding: 30px 0; }

#blog-seo-bg {
  background-image: url("../../img/blog-seo-bg-top.png");
  background-repeat: no-repeat;
  background-position: 50% 0; }
  @media (min-height: 1000px) {
    #blog-seo-bg {
      background-image: url("../../img/blog-seo-bg-top.png"), url("../../img/blog-seo-bg-bottom.png");
      background-repeat: no-repeat, no-repeat;
      background-position: 50% 0, 50% 100%; } }

/* Friss blogbejegyzések */
#latest-blog-posts {
  padding-bottom: 20px; }
  @media (min-width: 992px) {
    #latest-blog-posts {
      padding-top: 55px;
      padding-bottom: 0; } }
  #latest-blog-posts .widget-title {
    color: #7094cf;
    background-image: url("../../img/icons/icon-writing.png");
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      #latest-blog-posts .widget-title {
        margin-bottom: 0; } }
  #latest-blog-posts header {
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      #latest-blog-posts header {
        display: flex;
        justify-content: space-between;
        align-items: center; } }
  #latest-blog-posts .latest-blog-container {
    display: grid;
    gap: 30px 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #eff3f8; }
    @media (min-width: 992px) {
      #latest-blog-posts .latest-blog-container {
        grid-template-columns: repeat(3, 1fr);
        padding-bottom: 57px; } }
  #latest-blog-posts .latest-blog-footer {
    margin-top: 30px; }
  #latest-blog-posts .blog-post {
    margin: 0;
    display: grid;
    gap: 0 0;
    grid-template-columns: 1fr;
    grid-template-rows: 225px auto;
    background-color: #d3e9fd; }
    #latest-blog-posts .blog-post header {
      margin-bottom: 0; }
    #latest-blog-posts .blog-post .img-container {
      height: 100%;
      width: 100%;
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: cover;
      border-radius: 0 0 60px 0; }
    #latest-blog-posts .blog-post .text-container {
      height: 100%;
      display: grid;
      padding: 30px 35px; }
      @media (min-width: 992px) {
        #latest-blog-posts .blog-post .text-container {
          grid-template-rows: minmax(60px, auto) 2fr auto; } }
      #latest-blog-posts .blog-post .text-container .title {
        color: #19376d; }
      #latest-blog-posts .blog-post .text-container .foreword p {
        margin: 0;
        color: #6f8fbc;
        font-weight: 500; }
      #latest-blog-posts .blog-post .text-container footer {
        margin-top: 20px; }

/* Előnyök promo */
#advantages-promo {
  background-color: #19376d; }
  @media (min-width: 992px) {
    #advantages-promo {
      padding: 50px 0; } }
  #advantages-promo .promo-block-parent {
    display: grid; }
    @media (min-width: 768px) {
      #advantages-promo .promo-block-parent {
        grid-template-columns: repeat(4, 1fr); } }
    #advantages-promo .promo-block-parent .promo-block {
      text-align: center;
      color: #2d2d3b;
      font-size: 13px;
      border-bottom: 2px solid #132f63;
      padding: 20px 0; }
      @media (min-width: 768px) {
        #advantages-promo .promo-block-parent .promo-block {
          border-bottom: none;
          border-right: 2px solid #132f63;
          padding: 0 20px; } }
      #advantages-promo .promo-block-parent .promo-block:last-child {
        border: none; }
      #advantages-promo .promo-block-parent .promo-block .title {
        font-size: 16px;
        font-family: "Arial";
        font-weight: bold;
        color: white;
        line-height: 1.2;
        padding: 10px 0 6px 0; }

/* Call to Action box*/
.call-to-action {
  background-image: url("../../img/cta-bg.png");
  background-position: 50% 0;
  color: #fff; }
  @media (min-width: 992px) {
    .call-to-action {
      padding: 52px 0 41px 0; } }
  .call-to-action .home-title {
    text-transform: uppercase;
    font-size: 22px;
    color: #b0afaf;
    font-weight: 500; }
  @media (min-width: 992px) {
    .call-to-action .container {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  .call-to-action .foreword p {
    margin: 0;
    font-family: "Arial";
    font-weight: 400;
    font-size: 18px;
    width: 72%; }
    @media (max-width: 992px) {
      .call-to-action .foreword p {
        font-size: 18px;
        width: 100%;
        margin: 15px 0; } }
  .call-to-action footer a {
    width: max-content; }

#call-to-action2 {
  margin: 0px 0;
  padding: 50px 0 60px;
  height: 365px;
  min-height: 365px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  #call-to-action2 header {
    text-align: center;
    margin-bottom: 0px;
    padding: 20px 0 10px;
    color: white;
    font-size: 28px;
    font-family: "Arial";
    font-weight: bold;
    font-style: normal; }
  #call-to-action2 .call-to-action-container {
    text-align: center;
    margin: auto;
    width: 50%;
    margin-bottom: 35px; }
    #call-to-action2 .call-to-action-container p {
      text-align: center;
      color: #f5f5f5;
      font-size: 15px;
      font-family: "Arial";
      font-weight: normal;
      font-style: normal; }
  #call-to-action2 footer {
    text-align: center; }
  @media (max-width: 920px) {
    #call-to-action2 header {
      text-align: start; }
    #call-to-action2 .call-to-action-container {
      text-align: start;
      margin: auto;
      width: 75%;
      margin-bottom: 40px;
      margin-left: 0; }
      #call-to-action2 .call-to-action-container p {
        text-align: start; }
    #call-to-action2 footer {
      text-align: start;
      margin-right: 0;
      margin-top: 25px;
      margin-left: auto; } }
  @media (max-width: 768px) {
    #call-to-action2 footer {
      margin-left: 0; } }
  @media (max-width: 768px) {
    #call-to-action2 {
      padding: 35px 0 60px;
      height: auto; } }

#kapcsolatbox {
  background: #CCC;
  position: relative;
  min-height: 480px; }
  #kapcsolatbox header {
    text-align: left; }
  #kapcsolatbox #maps {
    top: 0;
    left: 0;
    margin: 0;
    min-height: 478px;
    height: 478px !important; }
    #kapcsolatbox #maps #map {
      height: 478px !important; }
  #kapcsolatbox #tovabbi-contact {
    padding-top: 10px;
    transition: opacity .3s; }

#about-us-box {
  background-image: url("../../img/about-us-bg.png");
  background-repeat: no-repeat;
  background-position: 0 0; }
  @media (min-width: 992px) {
    #about-us-box {
      padding: 62px 0 30px 0;
      background-position: 50% 0; } }
  #about-us-box img {
    border-radius: 0 0 80px 0; }
  #about-us-box .widget-title {
    padding: 20px 0; }
    @media (min-width: 992px) {
      #about-us-box .widget-title {
        padding: 0 0 20px 0; } }
  #about-us-box #text-container {
    padding-left: 45px; }
    @media (max-width: 992px) {
      #about-us-box #text-container {
        order: -1;
        margin-bottom: 30px;
        padding-left: 15px; } }
  #about-us-box .call-to-action-container p {
    font-weight: 500;
    font-size: 16px;
    color: #19376d; }
  #about-us-box footer {
    margin-top: 29px; }

/* Főoldal > Rólunk - Jobb képes */
#aboutUsBoxRightImage {
  background-position: 50% 0; }
  @media (max-width: 992px) {
    #aboutUsBoxRightImage {
      background-image: none !important; }
      #aboutUsBoxRightImage .order-1 {
        order: 1;
        margin-bottom: 40px; } }
  @media (min-width: 992px) {
    #aboutUsBoxRightImage img {
      display: none; } }

.image-text-box {
  background-position: 50% 0;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .image-text-box .widget-title {
    padding: 0 0 20px 0; }
  @media (max-width: 992px) {
    .image-text-box {
      background-image: none !important; } }
  @media (min-width: 992px) {
    .image-text-box {
      min-height: 564px; } }
  .image-text-box .container {
    height: 100%; }
  .image-text-box .home-title {
    color: #19376d;
    margin: 20px 0 10px 0; }
    @media (min-width: 992px) {
      .image-text-box .home-title {
        margin: 0 0 25px 0; } }
  @media (min-width: 992px) {
    .image-text-box img {
      display: none; } }
  .image-text-box .call-to-action-container p {
    font-weight: 500;
    font-size: 16px;
    color: #19376d; }
  .image-text-box #text-container {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 992px) {
      .image-text-box #text-container {
        order: -1;
        margin-bottom: 40px; } }
  .image-text-box#about-us-box {
    padding-top: 0; }

#rendelesek-slider {
  padding: 50px 0; }
  @media (min-width: 992px) {
    #rendelesek-slider {
      padding: 60px 0 45px 0; } }
  #rendelesek-slider .widget-title {
    background-image: url("../../img/icons/icon-syringe.png"); }
  #rendelesek-slider .block .content {
    margin: 0 15px;
    background-color: #d3e9fd;
    border-radius: 5px;
    height: 100%;
    transition: all, .3s; }
    #rendelesek-slider .block .content .image-container {
      height: 268px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 0 0;
      border-radius: 0 0 50px 0; }
    #rendelesek-slider .block .content .text-container {
      text-align: center;
      padding: 16px 0 20px 0; }
      #rendelesek-slider .block .content .text-container header {
        font-family: "Arial";
        font-weight: bold;
        font-size: 20px;
        color: #19376d; }
      #rendelesek-slider .block .content .text-container .foreword {
        padding: 6px 0 0 0; }
        #rendelesek-slider .block .content .text-container .foreword p {
          font-weight: 500;
          color: #2d2d3b;
          font-size: 16px; }
      #rendelesek-slider .block .content .text-container .button-dark-blue {
        display: none; }
  #rendelesek-slider .block:hover .content {
    background-color: #2d2d3b;
    -webkit-box-shadow: 0px 0px 20px 0px #7895cb;
    -moz-box-shadow: 0px 0px 20px 0px #7895cb;
    box-shadow: 0px 0px 20px 0px #7895cb;
    transform: scale(1.1); }
    #rendelesek-slider .block:hover .content .text-container .foreword {
      display: none; }
    #rendelesek-slider .block:hover .content .text-container .button-dark-blue {
      margin-top: 20px;
      display: inline-block; }

#rendelesek-opening-container {
  background-image: url("../../img/rendelesek-mancs-bg.png");
  background-position: 50% 0; }

#opening-hours-promo {
  padding-top: 10px; }
  @media (min-width: 992px) {
    #opening-hours-promo {
      padding: 0 0 94px 0; } }
  #opening-hours-promo .widget-title {
    background-image: url("../../img/icons/icon-schedule.png");
    margin-bottom: 38px; }
  #opening-hours-promo .promo-block-parent {
    display: grid;
    gap: 30px 30px; }
    @media (min-width: 768px) {
      #opening-hours-promo .promo-block-parent {
        grid-template-columns: repeat(2, 1fr); } }
    #opening-hours-promo .promo-block-parent .promo-block {
      background-color: #d3e9fd;
      border-radius: 5px;
      display: grid; }
      @media (min-width: 992px) {
        #opening-hours-promo .promo-block-parent .promo-block {
          grid-template-columns: auto 280px; } }
      #opening-hours-promo .promo-block-parent .promo-block .image {
        width: 100%;
        height: 270px;
        background-size: cover;
        border-radius: 0 0 5px 5px; }
        @media (min-width: 992px) {
          #opening-hours-promo .promo-block-parent .promo-block .image {
            border-radius: 0 0 0 80px; } }
      #opening-hours-promo .promo-block-parent .promo-block .text-container {
        padding: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        @media (min-width: 992px) {
          #opening-hours-promo .promo-block-parent .promo-block .text-container {
            padding: 0 0 0 50px; } }
        #opening-hours-promo .promo-block-parent .promo-block .text-container .title {
          font-family: "Arial";
          font-weight: bold;
          font-size: 25px;
          color: #19376d;
          line-height: 1;
          margin-bottom: 10px; }
        #opening-hours-promo .promo-block-parent .promo-block .text-container .promo-block-desc {
          font-weight: 500;
          font-size: 18px;
          color: #2d2d3b;
          margin-bottom: 7px; }

#services-promo {
  background-image: url("../../img/home-services-bg.png");
  background-repeat: repeat; }
  @media (min-width: 992px) {
    #services-promo {
      padding: 60px 0 90px 0; } }
  #services-promo header {
    margin-bottom: 38px; }
    @media (min-width: 992px) {
      #services-promo header {
        display: flex;
        align-items: center;
        justify-content: space-between; } }
  #services-promo .widget-title {
    background-image: url("../../img/icons/icon-review.png");
    margin-bottom: 20px;
    color: #fff; }
    @media (min-width: 992px) {
      #services-promo .widget-title {
        margin-bottom: 0; } }
  #services-promo .promo-block-parent {
    display: grid;
    gap: 30px 30px; }
    @media (min-width: 768px) {
      #services-promo .promo-block-parent {
        grid-template-columns: repeat(3, 1fr); } }

#rolunk-mondtak {
  background-color: #19376d;
  padding-bottom: 10px; }
  @media (min-width: 992px) {
    #rolunk-mondtak {
      padding: 55px 0; } }
  #rolunk-mondtak .widget-title {
    color: white;
    background-image: url("../../img/icons/icon-review.png");
    margin-bottom: 35px; }

#customers-slider {
  background-image: url("../../img/services-bg.png");
  background-repeat: repeat; }
  #customers-slider .widget-title {
    background-image: url("../../img/icons/icon-paw.png"); }
  #customers-slider .block {
    transition: all, .3s;
    display: flex;
    justify-content: center; }
    #customers-slider .block .image-container {
      width: 203px;
      height: 203px;
      background-repeat: no-repeat;
      background-size: cover; }
    #customers-slider .block:hover {
      transform: scale(1.1); }

.gyik-container .card {
  border: none;
  margin-bottom: 7px; }
  .gyik-container .card .card-header {
    background-color: #e8effa;
    border-color: #e8effa;
    padding: 10px 20px;
    border-radius: 5px; }
    .gyik-container .card .card-header h2 {
      font-size: 22px;
      color: #143675;
      padding: 0;
      background-repeat: no-repeat;
      background-position: 100% 50%; }
      .gyik-container .card .card-header h2[aria-expanded=true] {
        background-image: url("../../img/icons/close.png"); }
      .gyik-container .card .card-header h2[aria-expanded=false] {
        background-image: url("../../img/icons/open.png"); }
  .gyik-container .card .text-container p {
    margin: 0;
    padding: 7px 20px 9px 20px;
    font-size: 16px; }
    @media (min-width: 992px) {
      .gyik-container .card .text-container p {
        display: grid;
        grid-template-columns: repeat(2, 1fr); } }
    .gyik-container .card .text-container p strong {
      display: block; }
    .gyik-container .card .text-container p .price {
      display: block;
      text-align: right; }
    .gyik-container .card .text-container p:nth-child(even) {
      background-color: #f4f7fc; }

.palyazat-kep {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999999;
  max-height: 40%;
  max-width: 18%; }
  @media (max-width: 1200px) {
    .palyazat-kep {
      max-width: 18%; } }
  @media (max-width: 992px) {
    .palyazat-kep {
      max-width: 40%; } }
  @media (max-width: 768px) {
    .palyazat-kep {
      max-width: 40%; } }
  @media (max-width: 480px) {
    .palyazat-kep {
      max-width: 58%; } }
  .palyazat-kep img {
    border-radius: 60px 0px 0px 0px;
    border-bottom: none;
    border-right: none; }
  .palyazat-kep button {
    background-color: #fff;
    padding: 9px 15px;
    border-radius: 25px;
    border: 2px #005ea8 solid;
    position: fixed;
    right: 0; }

.grid {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .grid {
      flex-direction: row; } }
  .grid .grid-col-md-4 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .grid .grid-col-md-4 {
        width: 33.33333333%;
        margin-bottom: 0; } }

@media (min-width: 992px) {
  #reference .reference-header {
    border-bottom: 1px solid #000; } }

#reference .reference-header ul {
  display: inline-block;
  margin: 0;
  padding: 0; }
  #reference .reference-header ul li {
    list-style: none !important;
    display: inline-block;
    font-size: 15px;
    margin: 0;
    padding: 0; }
    #reference .reference-header ul li a {
      color: #000;
      padding: 0 5px;
      text-decoration: none;
      display: flex;
      align-items: center;
      height: 25px; }
      @media (min-width: 992px) {
        #reference .reference-header ul li a {
          padding: 0 10px;
          height: 38px; } }
    #reference .reference-header ul li.active a {
      color: #000;
      font-weight: bold; }
      @media (min-width: 992px) {
        #reference .reference-header ul li.active a {
          font-weight: normal;
          border: 1px solid #000;
          border-bottom: 1px solid transparent;
          border-top-left-radius: 15px;
          border-top-right-radius: 15px; } }
    #reference .reference-header ul li:before {
      content: "";
      display: none !important;
      position: absolute !important; }

#reference .reference-content .reference-content-block:not(.active) {
  display: none; }

.nav-tabs {
  display: flex;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #CCC; }
  .nav-tabs li {
    list-style: none;
    position: relative;
    top: 1px;
    background: #CCC; }
    .nav-tabs li.active {
      background: #eee;
      border: 1px solid #eee;
      border-bottom: none; }
      .nav-tabs li.active a:hover {
        color: white !important; }
    .nav-tabs li a {
      padding: 16px 35px;
      display: inline-block;
      text-decoration: none !important; }
      .nav-tabs li a:hover {
        color: #000 !important; }

.tab-content .tabpanel {
  padding-top: 20px; }
  .tab-content .tabpanel:not(.active) {
    display: none; }

.tab-content .productList {
  justify-content: flex-start; }
  .tab-content .productList .productList-block {
    margin-right: 0px !important;
    flex: 1 1 100%; }
    @media (min-width: 992px) {
      .tab-content .productList .productList-block:not(:nth-child(4n)) {
        margin-right: 33px !important; } }

.tab-content .contentlist-content {
  display: flex;
  flex-direction: column; }
  .tab-content .contentlist-content .contentlist-content-article {
    flex: 1 1 100%; }

.tab-content .contentlist-content-footer .button.normal {
  display: inline-block; }

.contentlist {
  display: flex;
  padding-bottom: 30px;
  flex-direction: column; }
  @media (min-width: 768px) {
    .contentlist {
      flex-direction: row; } }
  .contentlist:not(:first-child) {
    padding-top: 30px; }
  .contentlist:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .contentlist-img {
    min-width: 100%; }
    @media (min-width: 768px) {
      .contentlist-img {
        max-width: 350px;
        min-width: 250px; } }
    @media (min-width: 992px) {
      .contentlist-img {
        min-width: 350px; } }
  @media (min-width: 768px) {
    .contentlist-content:not(.noimg) {
      padding-left: 25px; } }
  .contentlist-content-header {
    font-weight: bold;
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 10px; }
    @media (min-width: 768px) {
      .contentlist-content-header {
        padding-top: 0; } }
    .contentlist-content-header .date {
      font-size: 16px;
      color: #2bcbc5;
      font-style: italic;
      padding: 0px 0px 0px;
      margin: 0px; }
  .contentlist-content-article {
    font-size: 16px; }

.notfoundsearch {
  padding-top: 10px !important; }
  .notfoundsearch a {
    font-size: 14px !important;
    padding-left: 10px !important; }

#search #search-form {
  margin: 0 0 30px 0;
  display: flex; }
  #search #search-form input {
    border: 1px solid #000;
    padding: 12px 25px 13px 14px;
    width: 215px;
    margin-right: 15px; }
    @media (min-width: 992px) {
      #search #search-form input {
        width: auto;
        min-width: 300px; } }
    #search #search-form input:focus, #search #search-form input:active {
      outline: none; }
  #search #search-form .button {
    padding: 15px 20px 10px 20px; }
    @media (min-width: 992px) {
      #search #search-form .button {
        padding: 15px 40px 10px 40px; } }
    #search #search-form .button span {
      display: none; }
      @media (min-width: 992px) {
        #search #search-form .button span {
          display: inline-block; } }
    #search #search-form .button:before {
      content: "\f002";
      display: inline-block; }
      @media (min-width: 992px) {
        #search #search-form .button:before {
          display: none; } }

#filter label {
  padding: 0; }

#filter .price-block {
  margin: 20px 0; }
  #filter .price-block .slider-rangeblock {
    margin: 20px 0; }
  #filter .price-block .price_box {
    margin: 20px 0 0 0;
    display: flex;
    justify-content: space-between; }

/* Default project color */
.project-color-1 {
  color: #19376d; }

.project-color-2 {
  color: #2d2d3b; }

/* Template css */
.tinyMCE-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 992px) {
    .tinyMCE-row {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      margin: 0 -15px; } }

@media (min-width: 992px) {
  .twobox {
    margin: 0 0px !important; }
    .twobox .tinyMCE-row {
      margin: 0 0px;
      padding: 0px; } }

.twobox .img-responsive {
  margin: 0 !important; }

.tinyMCE.highlighted-bar-text {
  color: #19376d;
  padding: 15px;
  margin-left: -20px; }

.tinyMCE-col, .tinyMCE-col-1-3, .tinyMCE-col-2-3, .tinyMCE-col-1-2, .tinyMCE-col-1-4, .tinyMCE-col-3-4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 15px; }
  .tinyMCE-col .img-responsive, .tinyMCE-col-1-3 .img-responsive, .tinyMCE-col-2-3 .img-responsive, .tinyMCE-col-1-2 .img-responsive, .tinyMCE-col-1-4 .img-responsive, .tinyMCE-col-3-4 .img-responsive {
    margin: 7px 0 0 0;
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle; }
  @media (max-width: 992px) {
    .tinyMCE-col, .tinyMCE-col-1-3, .tinyMCE-col-2-3, .tinyMCE-col-1-2, .tinyMCE-col-1-4, .tinyMCE-col-3-4 {
      padding: 15px 0px; } }

@media (min-width: 992px) {
  .tinyMCE-col-1-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; } }

.tinyMCE-col-1-3 p {
  margin-top: 15px; }

@media (min-width: 992px) {
  .tinyMCE-col-2-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; } }

@media (min-width: 992px) {
  .tinyMCE-col-1-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 992px) {
  .tinyMCE-col-1-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; } }

@media (min-width: 992px) {
  .tinyMCE-col-3-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; } }

/* Slick Slider  - Brand Slider Főoldal Pl.:SKTrend honlapon a logó slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 20px;
  padding: 20px 0; }
  @media (min-width: 992px) {
    .slick-list {
      padding: 40px 0; } }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
  .slick-list a {
    outline: none; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex !important;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none !important;
  height: inherit !important;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-arrow {
  position: absolute;
  outline: none !important; }
  .slick-arrow.slick-prev {
    background: transparent;
    border: none;
    font-size: 0;
    margin-top: 11px;
    margin-left: 0;
    z-index: 11;
    cursor: pointer;
    left: -18px;
    top: 45%; }
    .slick-arrow.slick-prev:before {
      content: "";
      display: block;
      background-image: url("../../img/icons/arrow-blue-2.png");
      width: 26px;
      height: 13px; }
  .slick-arrow.slick-next {
    background: transparent;
    border: none;
    font-size: 0;
    margin-top: 11px;
    margin-left: 0;
    z-index: 11;
    cursor: pointer;
    position: absolute;
    right: -18px;
    top: 45%;
    outline: none; }
    .slick-arrow.slick-next:before {
      content: "";
      display: block;
      background-image: url("../../img/icons/arrow-blue-2.png");
      width: 26px;
      height: 13px;
      transform: rotate(180deg); }

.simple-carousel .container {
  position: relative; }

.simple-carousel .parent-container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }
  .simple-carousel .parent-container .carousel-container {
    transition: all, .3s;
    display: flex; }
    .simple-carousel .parent-container .carousel-container .block {
      min-width: 100%; }
      @media (min-width: 400px) {
        .simple-carousel .parent-container .carousel-container .block {
          padding-right: 30px;
          min-width: 380px; } }
      .simple-carousel .parent-container .carousel-container .block .block-container {
        background-color: #CCC;
        display: flex;
        flex-direction: column; }
      .simple-carousel .parent-container .carousel-container .block img {
        width: 100%; }

.simple-carousel .carousel-control {
  position: absolute;
  top: 45%;
  font-size: 20px; }
  .simple-carousel .carousel-control#carousel-control-left {
    left: 2%; }
    @media (min-width: 1200px) {
      .simple-carousel .carousel-control#carousel-control-left {
        left: -3%; } }
  .simple-carousel .carousel-control#carousel-control-right {
    right: 2%; }
    @media (min-width: 1200px) {
      .simple-carousel .carousel-control#carousel-control-right {
        right: -3%; } }

/*# sourceMappingURL=project-default.css.map */