@charset "UTF-8";
/*************************************************************/
/* GENERAL
/*************************************************************/
.skip-link {
  display: none;
  visibility: hidden;
}

html,
body {
  background-color: #0D0D0D;
  color: #fff;
  padding: 0 !important;
  margin: 0;
  height: 100%;
  overflow-x: hidden;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1300px;
}

.nc-green {
  color: #3fff00;
}

.nc-black {
  color: #000000;
}

#main {
  margin-top: 0;
}

.home .site-content {
  padding: 0;
}

.page-id-19 .site-content {
  padding: 0 0 5rem 0;
}

hr.nc-space {
  border: 0;
  padding: 1rem 0;
}

/*************************************************************/
/* BUTTONS
/*************************************************************/
.btn {
  margin-top: 1rem;
  font-weight: 600;
  border: 2px solid transparent;
  padding: .7rem 2rem;
  border-radius: 0;
}

.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
  color: #3fff00;
  background-color: transparent;
  border-color: #3fff00;
}

.btn-primary:hover {
  color: #000000;
  background-color: #3fff00;
  border-color: #3fff00;
}

button:focus {
  outline: 0;
}

/*************************************************************/
/* SCROLLBAR
/*************************************************************/
::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  background: #0D0D0D;
}

::-webkit-scrollbar-thumb {
  background: #3fff00;
}

/*************************************************************/
/* GDPR
/*************************************************************/
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-allow-all {
  background-color: #3fff00;
}

/*************************************************************/
/* RESZPÓ
/*************************************************************/
@media only screen and (min-width: 769px) {
  .site-content {
    padding: 5rem 0;
  }
}

@media only screen and (max-width: 768px) {
  .site-content {
    padding: 1rem 0;
  }
  iframe {
    max-width: 100%;
  }
}

/*************************************************************/
/* GENERAL
/*************************************************************/
html, .root {
  font-size: 18px;
  line-height: 23px;
}

body, .article {
  font-family: sans-serif;
  font-size: 1rem;
  line-height: 1.2777778rem;
  margin: auto;
}

h1 {
  font-size: 4.2222222rem;
  line-height: 5.1111111rem;
  margin-bottom: 2.5555556rem;
  position: relative;
}

h1.nc-page-title {
  margin-bottom: 0;
  font-size: 2.5rem;
  color: #000000;
}

h2 {
  font-size: 2.6111111rem;
  line-height: 3.8333333rem;
  margin-top: 1.2777778rem;
  margin-bottom: 1.2777778rem;
}

h3 {
  font-size: 1.6111111rem;
  line-height: 2.5555556rem;
  margin-bottom: 0rem;
}

h4 {
  font-size: 1rem;
  line-height: 1.2777778rem;
  margin-bottom: 0rem;
}

h5 {
  font-size: 1rem;
  line-height: 1.2777778rem;
  margin-top: 1.2777778rem;
  margin-bottom: 0rem;
}

p, ul, ol, pre, table, blockquote {
  margin-top: 0rem;
  margin-bottom: 1.2777778rem;
}

ul ul, ol ol, ul ol, ol ul {
  margin-top: 0rem;
  margin-bottom: 0rem;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

p, ul, ol, pre, table, blockquote, ul ul, ol ol, ul ol, ol ul, a, b, i, strong, em, small, code, sub, sup {
  font-family: 'Yantramanav', sans-serif;
}

ul {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.site-content .site-main ul li {
  position: relative;
  margin-bottom: .5rem;
  padding-left: 1rem;
}

.site-content .site-main ul li::before {
  content: '•';
  position: absolute;
  top: 0;
  left: 0;
  color: #3fff00;
}

h1, h2, h3, h4, h5,
header .nav-link {
  font-family: 'Oswald', sans-serif;
}

hr {
  border: 1px solid;
  margin: -1px 0;
}

sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

a {
  color: #3fff00;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

table {
  font-size: .75rem;
}

/* NJO */
h1, h3, .nc-subtitle {
  text-transform: uppercase;
}

/* CLASSES */
.nc-subtitle {
  font-weight: 600;
  color: #3fff00;
  letter-spacing: 6px;
}

/*************************************************************/
/* RESZPÓ
/*************************************************************/
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 2rem;
    line-height: 3rem;
  }
  h1.nc-page-title {
    line-height: 1;
    font-size: 1.75rem;
  }
  h3 {
    font-size: 1.3rem;
  }
}

/*************************************************************/
/* HEADER
/*************************************************************/
header {
  background-color: #0D0D0D;
}

/*************************************************************/
/* TOP BAR
/*************************************************************/
.nc-topbar {
  background-color: #000000;
  font-size: 16px;
  padding: 10px 3.3rem;
  text-transform: uppercase;
}

.nc-topbar a:hover {
  color: #fff;
}

.nc-topbar-left p {
  padding-right: 3.3rem;
}

.nc-topbar-left p:last-child {
  padding-right: 0;
}

.nc-topbar p,
.nc-topbar ul {
  margin-bottom: 0;
}

.nc-topbar ul {
  list-style: none;
}

.nc-topbar li {
  display: inline-block;
}

.nc-topbar-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nc-topbar-right {
  text-align: right;
}

/* SOCIAL */
.nc-social-icons svg {
  height: 20px;
}

.nc-social-icons li {
  padding-left: 1.65rem;
}

.nc-social-icons li:first-child {
  padding-left: 0;
}

/*************************************************************/
/* LOGÓ
/*************************************************************/
.navbar-brand {
  padding: 15px 0;
}

.navbar-brand .nc-desktop-logo {
  height: 70px;
}

.navbar-brand .nc-mobile-logo {
  height: 20px;
}

@media only screen and (min-width: 769px) {
  .nc-mobile-logo {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (max-width: 768px) {
  .nc-desktop-logo {
    display: none;
    visibility: hidden;
  }
}

.nc-sticky-header-wrapper .nc-mobile-logo {
  display: block;
  visibility: visible;
  height: 1.5rem;
}

/*************************************************************/
/* NAVIGATION
/*************************************************************/
.navbar {
  padding: 0 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link:hover {
  color: #3fff00;
}

.navbar .nav-link {
  padding: 40px 10px;
}

.navbar-expand-xl .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}

.navbar-collapse {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

header .nav-item:last-child,
.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}

header .nav-link:hover,
header .menu-item.active a {
  color: #3fff00;
}

.nav-item {
  border-right: 0;
}

.dropdown-menu {
  top: 102px;
  padding: 0;
  margin: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0;
}

.dropdown-item {
  color: #fff;
  padding: .75rem 1.5rem;
}

.dropdown-menu .nav-item {
  padding: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  background-color: #3fff00;
}

header .menu-item.active .dropdown-menu a {
  color: #fff !important;
}

.navbar .nav-item .dropdown-menu,
.nc-sticky-nav .nav-item .dropdown-menu {
  display: none;
}

.navbar .nav-item:hover .dropdown-menu,
.nc-sticky-nav .nav-item:hover .dropdown-menu {
  display: block;
}

.nc-sticky-nav .dropdown-menu {
  top: 58px;
}

.nc-sticky-nav .nav-link {
  padding: 1rem;
}

/*************************************************************/
/* STICKY
/*************************************************************/
.nc-sticky-header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.nc-sticky-header-wrapper.active {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.nc-sticky-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nc-sticky-header .nav-item {
  padding: 0;
}

.nc-sticky-header-logo img {
  height: 3rem;
}

.nc-sticky-header .navbar-nav {
  list-style: none;
}

.nc-sticky-header .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.nc-sticky-header a {
  color: #fff;
}

.nc-sticky-header a:hover {
  color: #3fff00;
}

.nc-sticky-header .menu-item:last-child {
  padding-right: 0;
}

.nc-sticky-nav {
  list-style: none;
  margin-bottom: 0;
}

.nc-sticky-nav li {
  display: inline-block;
}

a.dropdown-toggle .dropdown-menu {
  display: none;
}

a.dropdown-toggle:hover .dropdown-menu.show {
  display: block;
}

@media only screen and (min-width: 1120px) {
  .nc-sticky-header-wrapper {
    display: block;
  }
}

@media only screen and (max-width: 1119px) {
  .nc-sticky-header-wrapper {
    display: none;
    visibility: hidden;
  }
}

/*************************************************************/
/* PAGE TITLE
/*************************************************************/
.page-sub-header {
  background-color: #3fff00;
  padding: 1rem 0;
}

/*************************************************************/
/* MOBIL MENU
/*************************************************************/
.no-scroll {
  overflow-y: scroll;
}

#nc-mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 70vw;
  height: 100vh;
  background: #111;
  z-index: 101;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
	overflow-y: scroll;
}

#nc-body-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 100;
  pointer-events: all;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

#nc-body-overlay.hidden {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

#nc-mobile-menu.hidden {
  left: -100%;
  -webkit-transition: left 0.2s ease;
  transition: left 0.2s ease;
}

.mobile-menu-top li {
  padding: 1rem 2rem;
  color: #d2d2d2;
  border-top: 2px solid rgba(255, 255, 255, 0.03);
}

#nc-mobile-menu ul li:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.mobile-menu-bottom .social li {
  display: inline-block;
  padding-right: 2rem;
}

.mobile-menu-bottom {
  padding: 2rem;
}

#menu-mobil-menu {
  list-style: none;
  margin-bottom: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

/*************************************************************/
/* HAMBURGER
/*************************************************************/
.hamburger {
  padding: 15px 0 15px 15px;
  display: inline-block;
  cursor: pointer;
  margin-left: 2rem;
  transition-property: opacity, -webkit-filter;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  height: 54px;
  z-index: 102;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

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

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

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

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

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

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
  transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.shake-bottom {
  -webkit-animation: shake-bottom 2s ease-in-out infinite both;
  animation: shake-bottom 2s ease-in-out infinite both;
}

/*************************************************************/
/* RESZPÓ
/*************************************************************/
@media only screen and (max-width: 768px) {
  .sticky-header {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  .navbar {
    padding: 1rem;
  }
  .navbar-nav .nav-item {
    text-align: center;
    padding-bottom: 2rem;
  }
  .nc-sticky-header-wrapper {
    display: none;
    visibility: hidden;
  }
  .nc-topbar-left .neo-email {
    padding-right: 0;
  }
}

@media only screen and (min-width: 769px) {
  .nav-item {
    padding: 0 15px;
  }
  .nav-item:last-child {
    border-right: 0;
  }
  .nc-topbar,
  .nc-sticky-header-wrapper {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .nc-topbar-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nc-topbar-left p {
    padding-right: 0;
  }
}

/* SZOLGÁLTATÁSOK */
.nc-service-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.nc-service-box h3,
.nc-service-box .nc-service-icon {
  z-index: 1;
  color: #fff;
  -webkit-transition: padding .3s;
  transition: padding .3s;
}

.nc-service-box::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3fff00;
  opacity: .8;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.nc-service-box:hover::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.nc-service-icon {
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -35%);
          transform: translate(-50%, -35%);
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.nc-service-box:hover .nc-service-icon {
  opacity: 1;
}

.nc-service-box:hover h3 {
  padding-top: 6rem;
  -webkit-transition: padding .3s;
  transition: padding .3s;
}

.neochip-chiptuning {
  background-image: url("https://neoshiptuning.com/wp-content/uploads/2025/11/hajokulmotor.png");
}

.funkcio-kikapcsolas {
  background-image: url("https://neochip.hu/wp-content/uploads/2021/01/funkcio-kikapcsolas.jpg");
}

.dsg-valto-tuning {
  background-image: url("https://neochip.hu/wp-content/uploads/2021/02/dsg-min.jpg");
}

.teljesitmenymeres {
  background-image: url("https://neochip.hu/wp-content/uploads/2021/02/teljesitmenymeres.jpg");
}

/* CARD */
.nc-card {
  text-align: center;
  background-color: #fff;
  color: #000;
  padding: 1.6666666666666667rem;
  border-bottom: 5px solid #3fff00;
  margin-bottom: 2.5rem;
}

.nc-card p {
  margin-bottom: 0;
}

.nc-card h3 {
  margin-bottom: 1.4rem;
}

.nc-card .nc-card-icon-wrapper {
  width: 4rem;
  height: 4rem;
  background-color: #3fff00;
  border-radius: 50%;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: -3.8rem;
  margin-bottom: 1rem;
}

.nc-card-icon-wrapper i {
  font-size: 2rem;
}

/* RESZPÓ */
@media only screen and (min-width: 1441px) {
  .nc-service-box {
    height: calc( 100vh - 726px);
  }
}

@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .nc-service-box {
    height: calc( 100vh - 547px);
  }
}

@media only screen and (max-width: 768px) {
  .nc-service-box {
    min-height: 250px;
  }
  .nc-card {
    margin-bottom: 4rem;
  }
}

/* TESTIMONIALS */
.nc-testimonial-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.nc-testimonial-slide::before {
  content: url("https://neochip.hu/wp-content/themes/neochip/img/idezet.svg");
  margin-bottom: 2rem;
}

.nc-testimonial {
  font-size: 1.4444444444444444rem;
  line-height: 1.5;
  max-width: 70%;
}

.nc-testimonial-name,
.nc-testimonial-title {
  font-size: 0.7777777777777778rem;
  color: #888888;
  margin-bottom: 0;
}

.nc-testimonial-name {
  font-weight: 700;
}

.nc-testimonials-pagination {
  margin-bottom: 4.5rem;
}

/* LOGOS */
.nc-footer-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.nc-footer-logos img {
  padding: 0 8px;
}

/* ICON */
.nc-contact-icon {
  color: #3fff00;
  font-size: 3rem;
}

/* REFERENCES */
.nc-referenciak:not(.home) {
  margin-bottom: 30px;
}

.nc-reference-link {
  position: relative;
  display: block;
}

.nc-magnify {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: #3fff00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000000;
}

.nc-referenciak:hover .nc-magnify {
  color: #3fff00;
  background-color: #000000;
}

.swiper-pagination {
  width: 100%;
}

.nc-carbon {
  padding: 40px 40px 0 40px;
  background-image: url("/wp-content/uploads/2021/01/fiber-pattern.jpg");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  border-left: 3px solid #fff;
  margin-bottom: 40px;
}

/**
 * Swiper 6.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 20, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-pagination {
  padding-top: 2.7777777777777777rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
  margin: 0 10px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3fff00;
}

/*************************************************************/
/* FOOTER
/*************************************************************/
.site-footer {
  background-color: #0D0D0D;
}

.widget-title {
  color: #3fff00;
  margin-bottom: 2.75rem;
}

.footer-widget {
  padding-top: 5.5rem;
  padding-bottom: 4rem;
  border-top: 10px solid #3fff00;
  background-color: #0D0D0D;
}

.site-footer {
  border-top: 1px solid #313131;
  padding: 1.5rem 0;
}

.site-footer p {
  margin-top: 0;
  margin-bottom: 0;
}

.footer-widget a {
  color: #fff;
}

.footer-widget a:hover {
  color: #3fff00;
}

.footer-widget ul {
  margin-bottom: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  list-style: none;
}

.footer-widget .menu-item {
  position: relative;
}

.footer-widget .menu-item:last-child,
.footer-widget .menu-item:last-child .nav-link {
  margin-bottom: 0;
}

.footer-widget .menu-item a {
  -webkit-transition: padding .2s;
  transition: padding .2s;
}

.footer-widget .nav-link {
  padding: 0;
  margin-bottom: 1rem;
}

.footer-widget .menu-item a:hover {
  padding-left: .75rem;
  -webkit-transition: padding .2s;
  transition: padding .2s;
}

.nadam {
  width: 16px;
  height: auto;
  padding: 10px 0 18px 0;
  width: 100%;
}

.footer-widget .current-menu-item a {
  color: #3fff00;
}

/*************************************************************/
/* BACK TO TOP
/*************************************************************/
#back-to-top {
  position: fixed;
  right: 2.2rem;
  bottom: 2.2rem;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  color: #fff;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 9;
}

#back-to-top.is-visible,
#back-to-top.is-fade-out,
#back-to-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

#back-to-top.is-visible {
  visibility: visible;
  opacity: 1;
}

#back-to-top:hover {
  background-color: #3fff00;
  opacity: 1;
}

#back-to-top:hover,
#back-to-top:active,
#back-to-top:focus {
  outline: none;
  text-decoration: none;
}

#back-to-top svg {
  width: 10px;
}

/*************************************************************/
/* RESZPÓ
/*************************************************************/
@media only screen and (max-width: 600px) {
  .footer-widget {
    padding-top: 2.5rem;
    padding-bottom: 1rem;
  }
  #back-to-top {
    right: 1rem;
    bottom: 1rem;
  }
  .widget-title {
    color: #3fff00;
    margin-bottom: 1rem;
  }
  .footer-widget section {
    margin-bottom: 2rem;
  }
  .footer-widget:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 769px) {
  .footer-widget .menu-item::before {
    content: url("https://neochip.hu/wp-content/themes/neochip/img/green-arrow-right.svg");
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
  }
}

/*************************************************************/
/* NEWS - SIDEBAR
/*************************************************************/
aside .widget-title {
  color: #fff;
  position: relative;
  margin-bottom: 2rem;
}

aside .widget-title::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #3fff00;
}

aside .widget {
  background-color: #000000;
  padding: 1.5rem 2rem 2rem 2rem;
  margin-bottom: 30px;
  border-bottom: 2px solid #3fff00;
}

aside .nav-link {
  position: relative;
}

aside .nav-link::before {
  content: url("https://neochip.hu/wp-content/themes/neochip/img/green-arrow-right.svg");
  display: inline-block;
  position: absolute;
  left: 0;
  top: 20%;
}

aside .nav-item {
  padding: 0;
}

aside a:hover,
aside p {
  color: #fff;
}

/*************************************************************/
/* NEWS - GLOBAL
/*************************************************************/
body.blog,
.single {
  background-color: #fff;
}

body.blog main {
  padding: 5.5rem 0;
}

/*************************************************************/
/* NEWS - ARCHIVE
/*************************************************************/
.blog article {
  margin-bottom: 40px;
}

.nc-news-image {
  height: 300px;
  overflow: hidden;
  margin-bottom: 20px;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.nc-news-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.nc-news-image:hover {
  opacity: .7;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.nc-post-date {
  font-size: 0.7777777777777778rem;
  color: #888888;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}

a h3.nc-post-title,
a h4.nc-read-more {
  color: #000000;
  margin-bottom: .8rem;
  margin-top: -0.3333333333333333rem;
}

a:hover h3.nc-post-title,
a:hover h4.nc-read-more {
  color: #3fff00;
}

.nc-excerpt {
  color: #000000;
}

.nc-read-more {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

a .nc-read-more::after {
  content: '';
  position: absolute;
  bottom: -.5rem;
  left: 0;
  width: 40%;
  height: 1px;
  background-color: #000000;
  -webkit-transition: width .3s;
  transition: width .3s;
}

a:hover .nc-read-more::after {
  width: 100%;
  background-color: #3fff00;
  -webkit-transition: width .2s;
  transition: width .2s;
}

/* PAGINA */
.nc-post-navigation {
  display: block;
  width: 100%;
  margin: 2rem 0 4rem;
}

.nc-post-navigation ul {
  list-style: none;
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
}

.nc-post-navigation li a,
.nc-post-navigation li a:hover,
.nc-post-navigation li.active a,
.nc-post-navigation li.disabled {
  text-decoration: none;
}

.nc-post-navigation li.active a {
  color: #000000;
}

.nc-post-navigation li {
  display: inline-block;
  margin: 0 .3rem .3rem 0;
}

.nc-post-navigation li a,
.nc-post-navigation li a:hover,
.nc-post-navigation li.active a,
.nc-post-navigation li.disabled {
  background-color: #000000;
  cursor: pointer;
  padding: .8rem 1.2rem;
}

.nc-post-navigation li a:hover,
.nc-post-navigation li.active a {
  background-color: #3fff00;
}

/*************************************************************/
/* NEWS - SINGLE
/*************************************************************/
.single .nc-post-title,
.single p {
  color: #000000;
}

.nc-lead {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.single .nc-post-title {
  font-size: 2.7rem;
  margin-bottom: 2rem;
}

/*************************************************************/
/* RESZPÓ
/*************************************************************/
@media only screen and (max-width: 768px) {
  .home .post {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .nc-footer-logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .nc-footer-logos img {
    margin-bottom: 1rem;
  }
}

/*************************************************************/
/* FORM
/*************************************************************/
.form-control {
  height: 3.25rem;
  color: #495057;
  background-color: rgba(0, 0, 0, 0.7);
  border: 0;
  border-bottom: 2px solid #3fff00;
  border-radius: 0;
  margin-bottom: 40px;
}

span.wpcf7-list-item {
  margin: 0 2rem 1.5rem 0;
}

#nc-recaptcha {
  height: auto;
  color: unset;
  background-color: unset;
  border-bottom: unset;
  margin-bottom: 20px;
  padding: 0;
}

.nc-no-style .form-control {
  height: unset;
  color: #495057;
  background-color: transparent;
  border-bottom: unset;
  margin-bottom: 20px;
}

.wpcf7-list-item-label {
  color: #fff;
}
/*# sourceMappingURL=style.css.map */