@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;1,400;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:ital,wght@0,300;1,300&display=swap");
body {
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  background: url("../img/background-body.jpg");
  background-attachment: fixed;
  background-position: bottom left;
  background-size: cover;
  background-repeat: no-repeat;
  min-width: 360px;
  width: 100%;
}
.video-cont-wrap {
  overflow: hidden;
}
.video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sendmail {
  font-size: 11.5px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  padding: 2px 5px;
  border-radius: 3px;
  color: white !important;
  background: gray;
  text-decoration: none !important;
}
.sendmail:hover {
  color: white;
}
#main {
  max-width: 1200px;
  /*border: 1px solid silver;*/
  box-sizing: border-box;
  margin: 0px auto;
  background: white;
  box-shadow: 0px 0px 10px gray;
}
header#fejlec {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(242, 242, 242, 1) 100%,
    rgba(2, 0, 36, 1) 255%
  );
  padding: 5px 25px;
  box-shadow: 0px 0px 10px silver;
  position: relative;
  z-index: 100;
}
#fejlec #address {
  margin-top: 10px;
  font-size: 0.75em;
  text-align: right;
  line-height: 1.4;
}
.left {
  float: left;
}
.right {
  float: right;
}
.block {
  display: block;
}
.font14 {
  font-size: 14px;
}
#logo {
  position: absolute;
  height: 100%;
  z-index: 500;
  top: 0px;
  padding: 10px 0px;
  box-sizing: border-box;
}
#logo img {
  height: 100%;
}
table {
  font-size: 1em;
}
.second-logo {
  position: absolute;
  padding-top: 10px;
  box-sizing: border-box;
  height: 100%;
  z-index: 500;
  width: 100px;
}
.second-logo img {
  height: calc(100% - 10px);
}
nav.menusor {
  margin-left: -20px;
  position: relative;
  z-index: 100;
}
.menusor .menu {
  text-decoration: none;
  color: #231f20;
  font-weight: 400;
  display: inline-block;
  margin: 10px 20px 0px 20px;
  text-transform: uppercase;
  font-size: 1.2em;
  border-bottom: 2px solid transparent;
  position: relative;
}
.menusor .menu::after {
  content: "";
  background: #ed1c24;
  height: 0.08em;
  position: absolute;
  width: 0px;
  bottom: 0px;
  transition: 0.2s all;
  left: 0px;
}
.menusor .menu.aktiv::after {
  width: 100%;
}
.menusor .menu:hover::after {
  width: 100%;
}
.menusor .menu li {
  list-style: none;
}
#under_row {
  position: relative;
}
.clear {
  clear: both;
}
.lang {
  width: 1.3em;
  margin-left: 10px;
}
.red {
  color: #ed1c24;
}

.controls {
  position: absolute;
  right: 0px;
  bottom: 2px;
  z-index: 500;
}
#navfix .controls {
  right: 25px;
  bottom: 11px;
}
.button {
  transition: 0.5s all;
  padding: 0px 0px 0.2em 0px;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  text-align: center;
  border: none;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  text-decoration: none;
}
.button:focus {
  border: none;
  outline: none;
}
.button.block {
  display: block;
}
.button-small-padding {
  padding: 0.2em;
  margin-top: 10px;
}
.button-normal {
  width: 14em;
  font-size: 1.2em;
  padding: 0.4em 0px 0.6em 0px;
}
.button-shadow {
  box-shadow: 2px 2px 5px silver;
}
.button-shadow-black {
  box-shadow: 2px 2px 5px black;
}
.button-margin {
  margin: 1em 0px;
}
.button-small {
  width: 12em;
  font-size: 0.8em;
}
.button-black {
  background: #231f20;
}
.button-black:hover {
  background-color: #777777;
}
.button-red {
  background: #ed1c24;
}
.button-red:hover {
  background: #aa0f15;
}
.search-button {
  color: #231f20;
}
.search-button i {
  margin-top: 5px;
  font-size: 0.7em;
  margin-left: 10px;
}
.search-bar,
.loginbox {
  position: absolute;
  margin-top: 10px;
  background: white;
  padding: 10px;
  right: 0px;
  top: 17px;
  box-shadow: 0px 2px 10px silver;
  display: none;
}
.search-bar {
  right: -25px;
  width: 188px;
}
.fa-search {
  font-size: 11px;
}
.search-bar form {
  margin: 0px;
}
.input_field {
  border: 1px solid silver;
  font-size: 0.7em;
  padding: 6px;
}
.input_field:focus {
  border: 1px solid silver;
  outline: none;
}
.displaynone {
  display: none;
}
.search-label {
  padding: 6.6px 8px 8px 8px;
  border: 1px solid silver;
  border-left: none;
  font-size: 0.7em;
  vertical-align: top;
  display: inline-block;
  color: #231f20;
  cursor: pointer;
}
#navfix .search-label {
  padding: 6.6px 8px 7.5px 8px;
}
#footer {
  background: rgb(91, 91, 91);
  background: linear-gradient(
    180deg,
    rgba(91, 91, 91, 1) 0%,
    rgba(34, 34, 34, 1) 100%,
    rgba(2, 0, 36, 1) 255%
  );
  padding-top: 10px;
  color: #cbcbcb;
  font-size: 0.65em;
  text-align: center;
}
#footer a {
  color: #cbcbcb;
  text-decoration: none;
}
.separator {
  display: inline-block;
  margin: 0px 0.5em;
}
#content {
  /*background:url(../img/background.jpg);
 background-repeat:no-repeat;
 background-position: bottom right;
 background-attachment: fixed;
 background-size: initial;   */
  padding-bottom: 30px;
  min-height: calc(100vh - 110px - 75px);
  padding-top: 1px;
}
#content p {
  margin-left: 6em;
  margin-right: 6em;
}

#content p:last-child {
  margin-bottom: 0px;
}
h1 {
  font-weight: 400;
  font-size: 3em;
}
#hero {
  background: white;
}
#content .main_akcio {
  background: white;
  display: inline-block;
  width: 100%;
}
#content .main_akcio p {
  margin: 0px;
}
li h3 {
  font-weight: 400;
  margin: 10px 0px;
}
ul {
  list-style: none;
}
ul:not(.termek_szoveg ul):not(.gordulo ul) {
  padding-left: calc(6em + 10px);
}
.gordulo ul {
  padding-left: 25px;
  margin: 0px;
}
.gordulo ul li {
  line-height: 1.4em;
}
.gordulo ul a {
  font-size: 16px;
}
ul ul {
  padding-left: 1.5em;
}
ul li::before {
  content: "\2022";
  color: #ed1c24;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -0.5em;
  position: absolute;
  font-size: 1.5em;
  margin-top: -0.25em;
}
ul ul li::before {
  content: "";
  border: 1px solid black;
  border-radius: 50%;
  font-weight: bold;
  display: inline-block;
  width: 0.15em;
  height: 0.15em;
  margin-left: -0.7em;
  position: absolute;
  font-size: 1.5em;
  margin-top: 0.35em;
}
ul.paddingleft {
  padding-left: 120px;
}
.center {
  text-align: center;
}
.hero-box {
  display: inline-block;
  vertical-align: top;
  color: #ed1c24;
  position: relative;
  background: white;
  box-shadow: 2px 2px 5px silver;
  border: 1px solid silver;
  width: 18em;
  height: 15em;
  overflow: hidden;
  margin: 1em 2em;
  cursor: pointer;
  transition: 0.2s all;
}
.hero-box:hover {
  transform: scale(1.05);
}
.hero-box-link {
  display: none;
}
.hero-box-desc {
  display: inline-block;
  vertical-align: top;
  width: 11em;
  padding-top: 1em;
  height: 14em;
}
.hero-box-img {
  display: inline-block;
  vertical-align: top;
  width: 6.8em;
}
.hero-box-img img {
  height: 100%;
}
.hero-box .hero-box-cim {
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  text-align: center;
  margin-top: 1.1em;
  font-size: 1.6em;
  margin-bottom: 1.6em;
}
#content .hero-box-cim p {
  margin: 0px;
}
.hero-box-cim::before {
  content: "";
  position: absolute;
  width: 4em;
  height: 1px;
  border-bottom: 1px solid #231f20;
  transform: translateX(-50%);
  top: -0.3em;
}
.hero-box-cim::after {
  content: "";
  position: absolute;
  width: 4em;
  height: 1px;
  border-bottom: 1px solid #231f20;
  transform: translateX(-50%);
  bottom: -0.3em;
}
.hero-box .hero-box-leiras {
  text-align: center;
  font-size: 0.8em;
}
.main_bemutatkozas {
  background: rgb(215, 215, 215);
  background: linear-gradient(
    0deg,
    rgba(215, 215, 215, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  display: inline-block;
  width: 100%;
  padding: 2em 0px;
}
.bemutatkozo-item {
  background: rgb(188, 1, 8);
  background: linear-gradient(
    0deg,
    rgba(188, 1, 8, 1) 0%,
    rgba(236, 28, 36, 1) 100%
  );
  padding: 25px 5px;
  color: white;
  box-shadow: 2px 2px 5px #231f20;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 11em;
  min-height: 8em;
  margin: 2em 1em 0em 1em;
  transition: 0.3s all;
}
.bemutatkozo-item-cim {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 600;
}
h2.bemutatkozo-item-cim {
  margin: 0px;
}
.bemutatkozo-item-leiras {
  font-size: 0.8em;
  margin-top: 20px;
}
.hirek {
  padding: 10px;
  border: 1px solid silver;
  display: inline-block;
  box-shadow: 2px 2px 5px silver;
  box-sizing: border-box;
  margin: 3em;
  vertical-align: top;
  text-align: left;
  width: calc(100% - 6em);
}
hr {
  height: 1px;
  border: none;
  border-top: 1px solid silver;
}
.fooldal_hr {
  height: 1px;
  border: none;
  border-top: 1px solid silver;
}

.hirek-half {
  width: calc(50% - 6em);
  max-width: 500px;
}
.hirek-cim {
  text-transform: uppercase;
  padding: 5px;
  font-size: 1.8em;
  text-align: center;
  border: 1px solid silver;
  box-shadow: 2px 2px 5px silver;
  padding-left: 50px;
  margin-left: 20px;
  position: relative;
  margin-bottom: 50px;
}
.hirek-pic {
  position: absolute;
  margin-top: -35px;
  left: -45px;
  width: 145px;
}
.hirek-cim h4 {
  margin: 0px;
  font-size: 1em;
  font-weight: 400;
}
.elso-hir {
  margin-bottom: 30px;
}
.elso-hir img:not(.esemeny-pic) {
  /*display: none;*/
}
.esemeny-pic {
  float: right;
  max-width: 120px;
  max-height: 80px;
}
.elso-hir-cim {
  font-size: 1.2em;
  margin-bottom: 0.1em;
}
.elso-hir-cim a {
  color: #231f20;
  text-decoration: none;
  transition: 0.2s all;
}
.elso-hir-cim a:hover {
  color: #ed1c24;
}
.elso-hir-content {
  font-size: 0.9em;
}
.elso-hir-content a {
  color: #231f20;
  text-decoration: none;
  transition: 0.2s all;
}
.elso-hir-content a:hover {
  color: #ed1c24;
}
.elso-hir-content .button {
  color: white;
}
.hirek ul {
  margin: 0.5em 0px;
  padding-left: 15px;
}

a {
  color: #231f20;
  text-decoration: none;
  transition: 0.2s all;
}
a:hover {
  color: #ed1c24;
}
a.button:hover {
  color: white;
}
.cikk a,
.termek_szoveg a,
.elso-hir-content a,
.termek_aloldal_szoveg a {
  color: #00abc9;
  text-decoration: underline;
}
.cikk .cim a,
.cikk .cikk_kat a {
  color: #231f20;
  text-decoration: none;
}
.ytb {
  position: absolute;
  top: 0px;
  right: 10px;
}
.ytb {
  position: absolute;
  top: 0px;
  right: 10px;
}
.oszlop4 .ytb.left-ytb,
.oszlop3 .ytb.left-ytb {
  right: auto;
  left: 10px;
}
.termek_nev a,
.opcio_nev a {
  color: #00abc9;
  transition: 0.2s all;
}
.termek_nev a:hover,
.opcio_nev a:hover {
  color: #ed1c24;
}
.zold-energia {
  display: inline-block;
  width: 100%;
  height: 21em;
  background: url("../img/zold_background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom center;
  color: white;
}
.zold-energia .cimsor {
  color: white;
  text-shadow: 2px 2px 3px black;
  margin-top: 0.35em;
}
.cimsor {
  font-weight: 600;
  font-size: 5em;
}
.cimsor h5 {
  margin: 0px;
}
.zold-energia .row {
  display: block;
  margin: 20px auto;
  font-size: 1.2em;
  width: 100%;
  max-width: 600px;
}
.partnerek {
  margin-top: 1em;
  width: 100%;
  overflow: hidden;
}
#content .partnerek p {
  display: inline-block;
  margin: 1em 2em;
}
.partnerek p img {
  max-height: 80px;
  max-width: 200px;
}
#partnerek1,
#partnerek2 {
  display: inline-block;
  height: 100px;
}
.termek {
  border: 1px solid silver;
  box-shadow: 2px 2px 5px gray;
  margin: 20px 35px;
  padding: 10px;
  padding-left: 0px;
  transition: 0.3s all;
  background: white;
  display: inline-block;
  width: calc(50% - 82px);
  vertical-align: top;
  min-height: 250px;
  position: relative;
}
.termek.lista {
  width: calc(100% - 82px);
  margin: 0px 35px;
  min-height: 0px;
}
.termek.lista2 {
  width: calc(50% - 82px);
}
.termek.lista2 .termek_kep[src*="nopic.png"] {
  margin: 0px 30px;
}
@media (max-width: 880px) {
  .termek.lista2 {
    width: calc(100% - 82px);
  }
  .termek.lista.aramvalto .termek_nev {
    width: auto !important;
    max-width: initial !important;
  }

  .aramvalto_nev_masodik {
    height: 40px !important;
  }
}
.termek.lista2 .termek_kep {
  max-height: 40px;
}
.termek.lista2.aramvalto .termek_kep {
  margin: 0px !important;
  max-height: 100px !important;
  max-width: 80px !important;
}
.termek.lista2.aramvalto .termek_kep[src*="nopic.png"] {
  max-height: 81px !important;
}
.termek.lista:nth-child(0) {
  margin-top: 20px;
}
.termek.lista .termek_ar_cont {
  display: inline-block;
  float: right;
  margin-left: 30px;
}
.termek.lista .termek_nev {
  display: inline-block;
  float: left;
}
.termek.lista.aramvalto .termek_nev {
  max-width: 220px;
}
.termek.oszlop1 {
  width: calc(100% - 82px);
}
.termek.oszlop3 {
  margin: 20px 37px;
  width: calc(33.33% - 74px);
  box-sizing: border-box;
  padding-right: 0px;
}
.termek.oszlop4 {
  margin: 20px 10px;
  width: calc(25% - 20px);
  box-sizing: border-box;
  padding-right: 0px;
}
#content .termek p {
  margin: 0px;
}
.firstblock {
  display: table-cell;
  padding: 0px 28px;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid silver;
  position: relative;
}
.termek.oszlop3 .firstblock:not(.nopic) {
  margin-bottom: 10px;
  height: 150px;
  border-right: none;
  border-bottom: 1px solid silver;
  display: block;
}
.termek.oszlop4 .firstblock:not(.nopic) {
  margin-bottom: 10px;
  height: 150px;
  border-right: none;
  border-bottom: 1px solid silver;
  display: block;
}
.termek.oszlop3 .opcio_item .firstblock {
  height: auto;
  min-height: auto;
}
.termek.oszlop4 .opcio_item .firstblock {
  height: auto;
  min-height: auto;
}
.firstblock.nopic {
  display: none;
}

.secondblock {
  display: table-cell;
  padding-left: 30px;
  vertical-align: top;
  box-sizing: border-box;
  width: 100%;
}
.lista .secondblock:not(.listakeppel) {
  display: inline-table;
}
.termek.oszlop3 .secondblock {
  display: inline-table;
  padding: 0px 30px;
}
.termek.oszlop4 .secondblock {
  display: inline-table;
  padding: 0px 10px;
}
.opcio_item .firstblock img {
  width: 70px;
}
.opcio_item .secondblock {
  display: block;
}
.termek.oszlop3 .termek_opciok,
.termek.oszlop4 .termek_opciok {
  padding-right: 10px;
}
.termek_szoveg {
  font-size: 14px;
  overflow: hidden;
  height: 80px;
  position: relative;
}
.lista .termek_szoveg {
  height: auto;
}
#content .lista .termek_szoveg p {
  margin: 0px;
}
.termek_szoveg_more,
.opcio_szoveg_more {
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  width: 75px;
  margin-top: 10px;
}
.termek_szoveg_more .fas,
.opcio_szoveg_more .fas {
  font-size: 10px;
  color: #ed1c24;
}
.osszefoglalo {
  text-align: center;
}
.termek_kepesseg {
  margin-top: 10px;
}
#content .termek_szoveg p {
  margin: 10px 0px;
}
.termek_nev {
  font-weight: 600;
}
.termek_tipus {
  font-weight: 400;
}
.termek_aloldal_szoveg {
  font-size: 1em;
}
#content .termek_aloldal_szoveg p {
  margin: 1em 2em;
}
.funkcio-ikon {
  margin-right: 5px;
  margin-bottom: 5px;
}
.termek_fajlok {
  font-size: 0.9em;
}
.konfigurator_menu {
  font-weight: 600;
  font-size: 14px;
  margin: 10px 0px 0px 10px;
  cursor: pointer;
  border-top: 1px solid silver;
  padding-top: 10px;
}
.termek.oszlop3 .konfigurator_menu {
  font-size: 13px;
}
.termek.oszlop4 .konfigurator_menu {
  font-size: 12px;
}
.konfigurator_menu .fas {
  color: #ed1c24;
}
.konf_hr {
  margin: 10px 0px;
  /*max-width: 300px;*/
}
.termek_konfigurator {
  margin: 10px;
  font-size: 14px;
  margin-right: 0px;
}
.termek.oszlop3 .termek_konfigurator {
  margin-right: 10px;
}
.termek.oszlop4 .termek_konfigurator {
  margin-right: 10px;
}
.termek_konfigurator select {
  font-family: "Open Sans", sans-serif;
  padding: 5px;
  width: 100%;
  /*max-width: 300px;*/
}
.rendelesi-kod {
  background: silver;
  padding: 5px;
}
.rendelesi-kod span {
  transition: all 0.3s;
}
.konf_label {
  margin-top: 10px;
  font-weight: bold;
  font-size: 14px;
}
.opcio_menu {
  font-weight: 600;
  font-size: 14px;
  margin: 10px 0px 0px 10px;
  cursor: pointer;
  border-top: 1px solid silver;
  padding-top: 10px;
}
.termek.oszlop3 .opcio_menu {
  font-size: 13px;
}
.termek.oszlop4 .opcio_menu {
  font-size: 12px;
}
.opcio_menu .fas {
  color: #ed1c24;
}
.opcio_item {
  display: flex;
  vertical-align: top;
  width: calc(100% - 10px);
  box-sizing: border-box;
  border: 1px solid silver;
  box-shadow: 2px 2px 5px silver;
  padding: 10px;
  margin: 10px 0px 0px 10px;
}
.termek.oszlop3 .opcio_item,
.termek.oszlop4 .opcio_item {
  flex-direction: column;
}
.opcio_item.alaptartozek {
  background: white;
  border: 2px solid #00abc9;
}
.opcio_item.alaptartozek .termek_ar_cont.alaptartozek_ar {
  display: inline-block;
  text-align: center;
  margin-bottom: 5px;
}
.opcio_item.alaptartozek .termek_ar_cont.alaptartozek_ar .termek_ar {
  background: #00abc9;
  padding: 1px 0px;
  font-size: 0.8em;
  width: 12em;
  color: white;
}
.opcio_ar {
  color: #ed1c24;
}
.opcio_szoveg {
  font-size: 15px;
  overflow: hidden;
  height: 80px;
  position: relative;
}
.termek_raktar {
  font-weight: 600;
  color: #008f1a;
}
.termek_ar_tooltip {
  display: none;
  position: absolute;
  background: #e0e0e0;
  border: 1px solid silver;
  box-shadow: 2px 2px 5px silver;
  padding: 2px;
  z-index: 10;
  font-size: 0.8em;
}
.termek_ar,
.termek_kalibralas {
  cursor: default;
}
.termek_kep {
  max-width: 100px;
  max-height: 150px;
}
.oszlop3 .termek_kep,
.oszlop4 .termek_kep {
  max-height: 110px;
}
.termek:not(.lista) .gallery {
  min-height: 155px;
  display: block;
}
.termek.oszlop3 .gallery,
.termek.oszlop4 .gallery {
  height: 115px;
  min-height: auto;
}
.focsoport {
  font-size: 1.6em;
  font-weight: 600;
}
.gallery li {
  list-style: none;
}
.dots li::before {
  display: none;
}
.dots li {
  display: inline-block;
}
.dots li button {
  height: 65px;
  vertical-align: bottom;
}
.mfp-pager {
  width: 200%;
  position: absolute;
  z-index: 20;
  top: 0px;
  left: -50%;
  right: 0;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.mfp-pager::after {
  clear: both;
  display: block;
  content: "";
}
.mfp-pager li {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.mfp-pager .dots {
  vertical-align: top;
  text-align: center;
  display: inline-block;
  margin: 0 8px;
  position: relative;
  padding: 0px;
}
.mfp-pager .dots li {
  display: inline-block;
  margin: 0 2px;
}
.mfp-pager .dots li a {
  display: block;
  width: 15px;
  height: 15px;
  background: #666;
  text-indent: -9999px;
  padding: 5px;
  margin: 0;
  cursor: pointer;
  border: none;
}
.mfp-pager .dots li.active {
  border: 2px solid red;
}

.item_detail {
  position: relative;
  margin: 0px auto;
  width: 100%;
  max-width: 1000px;
  margin-top: 30px;
}
.item_cim {
  font-size: 2em;
  float: left;
}
.item_tipus {
  font-size: 0.7em;
}
.item_cim .fas {
  font-size: 0.55em;
  cursor: pointer;
  transition: 0.5s all;
}
.item_cim .fas:hover {
  color: #ed1c24;
}
.item_gallery {
  width: 120px;
  height: 120px;
  overflow: hidden;
  display: inline-block;
  margin: 10px;
}
.item_gallery img {
  width: 100px;
}
.item_funkciok {
  padding: 10px;
  display: table-cell;
}
#content .item_szoveg p {
  margin: 1em 0px;
  text-align: justify;
}
.raktaron {
  color: #008a0b;
}
.uresuzenet {
  text-align: center;
  font-size: 1.2em;
  background: wheat;
  padding: 5px 0px;
  margin: 10px 5px;
}
.szuro_block {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0px 8px;
  width: 210px;
}
#szuro_button {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(242, 242, 242, 1) 100%,
    rgba(2, 0, 36, 1) 255%
  );
  padding: 5px;
  font-size: 1.2em;
  text-align: center;
  box-shadow: 2px 2px 3px silver;
  border: 1px solid silver;
  border-radius: 3px;
  width: 100%;
  max-width: 800px;
  margin: 0px auto;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
#szuro_button .fas {
  color: #ed1c24;
  position: absolute;
  left: 5px;
  margin-top: 2px;
}
#szuro {
  padding: 10px 0px;
  border: 1px solid silver;
  margin: 0px auto;
  width: 100%;
  max-width: 800px;
  background: white;
  box-sizing: border-box;
}
.gordulo_block_cont {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0px 5px;
  box-sizing: border-box;
  width: calc(33.3% - 0.9em);
  font-size: 14px;
}
.gordulo_block_cont.kalibralas_cont {
  width: calc(50% - 13px);
}
.gordulo_button {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(242, 242, 242, 1) 100%,
    rgba(2, 0, 36, 1) 255%
  );
  padding: 5px;
  font-size: 1em;
  text-align: center;
  box-shadow: 2px 2px 3px silver;
  border: 1px solid silver;
  border-radius: 3px;
  width: 100%;
  box-sizing: border-box;
  max-width: 800px;
  margin: 0px auto;
  position: relative;
  cursor: pointer;
}
.gordulo_button .fas {
  color: #ed1c24;
  position: absolute;
  left: 5px;
  margin-top: 2px;
}
div.gordulo {
  padding: 10px 0px;
  border: 1px solid silver;
  margin: 0px auto;
  width: calc(100% - 10px);
  max-width: 800px;
  background: white;
  display: none;
  font-family: "Open Sans Condensed", sans-serif;
}
.kalibralas_cont div.gordulo {
  padding: 10px;
  width: calc(100% - 2px);
  box-sizing: border-box;
}
#content .kalibralas_cont div.gordulo p {
  margin-left: 10px;
}
.kalibralas_cont div.gordulo ul {
  padding-left: 10px;
}
.kalibralas_cont div.gordulo li::before {
  width: 0.5em;
}
div.gordulo li::before {
  position: relative;
}
.kalibralas_cont div.gordulo ul ul li::before {
  content: "";
  border: 1px solid black;
  border-radius: 50%;
  font-weight: bold;
  display: inline-block;
  width: 0.15em;
  height: 0.15em;
  margin-left: -0.5em;
  position: absolute;
  font-size: 1.5em;
  margin-top: 0.35em;
}
.keresett {
  margin: 20px 150px;
  font-size: 1.2em;
}
.cikk {
  margin: 10px 150px;
}
.cikk .cim {
  font-size: 1.2em;
  font-weight: 600;
}
.cikk .cikk_datum {
  font-size: 0.8em;
}
#content .cikk p {
  margin-left: 0px;
  margin-right: 0px;
}
.keresett_cim {
  font-weight: 600;
  margin-bottom: 10px;
}
.search_termek {
  display: inline-block;
  border: 1px solid silver;
  box-shadow: 2px 2px 3px silver;
  padding: 10px;
  text-align: center;
  margin: 5px;
  vertical-align: top;
  position: relative;
  width: 160px;
  height: 220px;
}
.search_termek .button-small {
  width: 13em;
}
.search_termek img {
  max-width: 100px;
  max-height: 100px;
}
.search_termek img.nopic {
  width: 75px;
}
.search_termek_kat {
  font-style: italic;
  margin-bottom: 5px;
  font-size: 12px;
}
.search_termek .button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}
.regform {
  width: 100%;
  max-width: 600px;
  margin: 0px auto;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 2px 2px 3px silver;
  border: 1px solid silver;
  position: relative;
}
.bigform {
  width: 100%;
  max-width: 1050px;
  margin: 0px auto;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 2px 2px 3px silver;
  border: 1px solid silver;
  position: relative;
}
.lockform {
  position: absolute;
  z-index: 500;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
#loader {
  display: none;
}
.hibauzenet {
  display: inline-block;
  padding: 10px;
  border: 1px solid #ed1c24;
  color: #ed1c24;
  background: #ffd1d3;
  margin: 10px 0px;
}
.sikeresuzenet {
  display: inline-block;
  padding: 10px;
  border: 1px solid #046600;
  color: #046600;
  background: #d3ffd1;
  margin: 10px 0px;
}
noscript {
  color: #bf6000;
  padding: 20px;
  border: 1px solid #bf6000;
  text-align: center;
  position: relative;
  display: block;
  margin: 0px auto;
  background: #ffe4a1;
}
.input_label {
  margin-bottom: 5px;
  font-size: 1em;
}
.input_field {
  width: 100%;
  padding: 5px;
  border: 1px solid silver;
  font-family: "Open Sans", sans-serif;
}
.regform .input_field {
  font-size: 0.8em;
  box-shadow: 2px 2px 3px silver;
  margin-top: 5px;
}
.input_field_search {
  width: 100%;
  padding: 5px;
  border: 1px solid silver;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
}
::placeholder {
  font-weight: 600;
  color: gray;
}
::-webkit-input-placeholder {
  font-weight: 600;
}
:-ms-input-placeholder {
  font-weight: 600;
}
.input_field:focus {
  border: 1px solid silver;
  outline: none;
}
.input_field_search:focus {
  border: 1px solid silver;
  outline: none;
}
.small {
  font-size: 0.9em;
}
.smaller {
  font-size: 0.7em;
}
.gray {
  color: gray;
}
fieldset {
  border: 1px solid silver;
  padding-top: 15px;
  background: #fafafa;
}
.inline-box {
  display: inline-block;
  vertical-align: top;
  margin: 0px 25px;
  text-align: left;
}
li.inline-box {
  display: block;
  margin: 0px;
}
.lapozosav {
  text-align: center;
}
.lapozosav .lapozo {
  list-style: none;
  display: inline-block;
  margin: 5px;
  width: 2em;
}
.inline-block {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 350px;
  text-align: left;
  box-sizing: border-box;
  padding: 0px 10px;
}

.leftmargin10 {
  margin-left: 10px;
}
.topmargin50 {
  margin-top: 50px;
}
.bottommargin50 {
  margin-bottom: 50px;
}
.bottommargin10 {
  margin-bottom: 10px;
}
.topmargin10 {
  margin-top: 10px;
}
.bottommargin0 {
  margin-bottom: 0px;
}
.toppadding50 {
  padding-top: 50px;
}
.rightpadding10 {
  padding-right: 10px;
}
.bottompadding50 {
  padding-bottom: 50px;
}
.width150 {
  width: 160px !important;
}
.width33 {
  width: 33.33%;
  box-sizing: border-box;
}
.width40 {
  width: 50px !important;
}
.width50 {
  width: 350px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  margin: 20px 50px;
  text-align: left;
}
#content .width50 p {
  margin-left: 0px;
  margin-right: 0px;
}
.width50percent {
  width: calc(50% - 45px);
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  margin: 0px 20px;
  text-align: left;
}
.borderright {
  border-right: 1px solid silver;
}
.leftpadding50 {
  padding-left: 50px;
}
.rendelesnum {
  position: absolute;
  right: -10;
  top: -8;
  background: #ed1c24;
  font-size: 12px;
  width: 15px;
  height: 15px;
  color: white;
  text-align: center;
  border-radius: 50%;
  box-shadow: 1px 1px 2px silver;
}
.termektabla {
  margin: 0px auto;
  width: 100%;
  max-width: 950px;
}
.hovertr:hover td {
  background: #e0e0e0;
}
.video_cont {
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
}
.video_back {
  /*height: calc(100% * 1.77);*/
  width: 100%;
  margin: 0px auto;
  position: absolute;
  z-index: 1;
  margin-left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1138px) {
  .video_cont {
    height: 650px;
  }
}
@media (max-width: 1050px) {
  .video_cont {
    height: 600px;
  }
}
@media (max-width: 959px) {
  .video_cont {
    height: 550px;
  }
}
@media (max-width: 875px) {
  .video_cont {
    height: 500px;
  }
}

@media (max-width: 720px) {
  .main_video p {
    bottom: -10px !important;
  }
}
.main_video {
  position: relative;
  z-index: 10;
  height: 100%;
  color: white;
  background: rgba(0, 0, 0, 0);
  /*display: grid;
 place-content: center;*/
  display: block;
}
.main_video p {
  position: absolute;
  margin-left: 3em !important;
  bottom: 3em;
}
@media (max-width: 835px) {
  .main_video p {
    margin-left: 1em !important;
    bottom: 1em !important;
    margin-bottom: 1em !important;
  }
}
.max600 {
  max-width: 600px;
}
#scrollup {
  position: fixed;
  z-index: 50;
  font-size: 22px;
  color: #ed1c24;
  width: 40px;
  height: 40px;
  background: white;
  border: 1px solid #ed1c24;
  overflow: hidden;
  border-radius: 50%;
  text-align: center;
  padding-top: 8px;
  box-sizing: border-box;
  cursor: pointer;
  box-shadow: 0px 0px 5px grey;
  bottom: 50px;
  right: -60px;
  transition: all 0.5s;
}
.szuro_label {
  display: inline-block;
  width: 260px;
  margin-right: 10px;
  text-align: left;
  font-size: 14px;
}
.szuro_settings {
  width: 75px;
}
.aramvalto_szuro_block {
  display: inline-block;
  margin: 0px 5px;
  vertical-align: top;
  text-align: left;
}
.aramvalto_second_block {
  padding-left: 10px;
  border-left: 1px solid silver;
}
.aramvalto_nev_masodik {
  font-weight: 400;
  font-size: 13px;
  height: 80px;
}
.ribbon {
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 10;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #6b6b6b;
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon::before {
  top: 0px;
  left: 0px;
}
.ribbon::after {
  top: 70px;
  right: 0px;
}
.ribbon span.ribbon-inner {
  position: absolute;
  display: block;
  width: 165px;
  padding: 5px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 600 12px sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
  left: -35px;
  top: 20px;
  transform: rotate(45deg);
  min-height: 12px;
}
.ribbon.smaller-font span.ribbon-inner {
  font-size: 8px;
}
.ribbon span span {
  width: 75px;
  display: block;
  margin: 0px auto;
}
@media only screen and (max-width: 1300px) {
  .menusor.raktargomb .menu {
    font-size: 1em;
  }
}
@media only screen and (max-width: 1225px) {
  nav.menusor.raktargomb {
    text-align: left;
    margin-left: 90px;
  }
  .termek.lista.aramvalto .termek_nev {
    width: 180px;
  }
}
@media only screen and (min-width: 881px) and (max-width: 1130px) {
  .termek.lista.aramvalto .termek_nev {
    width: 100%;
    float: none;
    display: block;
  }
  .termek_ar_cont:not(.lista .termek_ar_cont) {
    float: none !important;
    display: block !important;
    margin-bottom: 20px;
    margin-left: 0px !important;
  }
}
@media only screen and (max-width: 1060px) {
  nav.menusor.raktargomb .menu {
    margin: 10px 10px 0px 10px;
  }
}
@media only screen and (max-width: 960px) {
  nav.menusor.raktargomb .menu {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 1155px) {
  .bemutatkozo-item {
    width: 13em;
    margin: 2em 2em 0em 2em;
  }
}
@media only screen and (max-width: 1145px) {
  .menusor .menu {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 1033px) {
  .item_detail {
    box-sizing: border-box;
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 1105px) {
  .menusor .menu {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 995px) {
  .menusor .menu {
    margin: 10px 12px 0px;
  }
  #navfix .controls {
    bottom: 8px;
  }
}
@media only screen and (max-width: 750px) {
  .aramvalto_szuro_block {
    display: block;
    margin: 0px auto;
    text-align: left;
    width: 360px;
  }
  .aramvalto_second_block {
    padding-left: 0px;
    border-left: none;
  }
}
@media only screen and (max-width: 600px) {
  .aramvalto_nev_masodik {
    height: 60px;
  }
  .termek .ytb.left-ytb {
    right: auto;
    left: 10px;
  }
}
@media only screen and (min-width: 1680px) {
  body {
    font-size: 18px;
  }

  .fa-search {
    font-size: 15px;
  }
  .button-normal {
    font-size: 1em;
  }
  .opcio_item.alaptartozek .termek_ar_cont.alaptartozek_ar .termek_ar {
    font-size: 0.6em;
  }
  table {
    font-size: 0.8em;
  }
  .width150 {
    width: 150px !important;
  }
  .button.width150 {
    width: 170px !important;
  }
  .gordulo ul a {
    font-size: 17px;
  }
  .termek {
    width: calc(50% - 84px);
    min-height: 275px;
  }
  li {
    font-size: 1.04em;
  }
  .gordulo_block_cont {
    font-size: 16px;
  }
  .loginform .width150 {
    width: 170px !important;
  }
  .input_field_search {
    font-size: 14px;
  }
  .search-bar {
    width: 190px;
  }
  .gordulo ul li {
    line-height: 1.1em;
  }
  ul li::before {
    font-size: 1.3em;
  }
  .button-small {
    font-size: 0.6em;
  }
  .search_termek_cim {
    font-size: 0.9em;
  }
  .gordulo ul a {
    font-size: 16px;
  }
  li {
    font-size: 1.1em;
  }
  .max600 {
    max-width: 800px;
    margin-left: 95px;
  }
  .gordulo_block_cont {
    font-size: 16px;
  }
  .menusor .menu {
    font-size: 1em;
    margin: 10px 40px 0px 40px;
  }
  #content {
    min-height: auto;
  }
  .termek {
    min-height: 285px;
  }
  .szuro_block {
    max-width: 300px;
    font-size: 14px;
  }
  .controls {
    bottom: 5px;
  }
  #navfix .controls {
    bottom: 13px;
  }
}
.ytb ~ .ytb.morepic {
  top: 25px;
}
