body {
  background-color: white;
  margin: 0px;
}
.clra {
  clear: both;
}
.clra:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.contentSize {
  max-width: 1260px;
  margin: 0 auto;
  width: 90%;
}
.left-align {
  text-align: left;
}
.center-align {
  text-align: center;
}
.right-align {
  text-align: right;
}
.justify-align {
  text-align: justify;
}
textarea:focus,
input:focus,
input:active {
  outline: none !important;
}
input {
  -webkit-appearance: none !important;
}
header {
  width: 100%;
  background-color: white;
  position: fixed;
  top: 0px;
  left: 0px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  z-index: 1;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  font-family: 'Dosis';
}
header .contentSize {
  height: 100%;
}
header .tarto_kulso {
  display: table;
  width: 100%;
  margin-top: 20px;
}
header .tarto_kulso .tarto_belso {
  display: table-row;
  border-spacing: 0;
}
header .tarto_kulso .tarto_belso .elem {
  display: table-cell;
  width: 300px;
  font-family: "Roboto", sans-serif;
  vertical-align: bottom;
}
header .tarto_kulso .tarto_belso .elem a {
  color: inherit;
  text-decoration: none;
}
header .tarto_kulso .tarto_belso .elem:nth-child(1) span {
  white-space: nowrap;
  display: inline-block;
}
header .tarto_kulso .tarto_belso .elem:nth-child(2) {
  width: auto;
  font-family: 'Roboto Slab', serif;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px 10px;
}
header .tarto_kulso .tarto_belso .elem:nth-child(2) .szin {
  color: #EE5B45;
}
header .tarto_kulso .tarto_belso .elem:nth-child(3) {
  position: relative;
  overflow: hidden;
}
header .tarto_kulso .tarto_belso .elem:nth-child(3) .gomb_tarto {
  padding-right: 40px;
  font-family: "Roboto", sans-serif;
}
header .tarto_kulso .tarto_belso .elem:nth-child(3) .gomb_tarto .belepes {
  font-weight: 700;
}
header .tarto_kulso .tarto_belso .elem:nth-child(3) .gomb_tarto .regisztracio,
header .tarto_kulso .tarto_belso .elem:nth-child(3) .gomb_tarto .belepes {
  cursor: pointer;
}
header .tarto_kulso .tarto_belso .elem:nth-child(3) .kereses_ikon {
  display: inline-block;
  padding: 0px 0px 7px 7px;
  vertical-align: bottom;
  cursor: pointer;
}
header .tarto_kulso .tarto_belso .elem:nth-child(3) .kereso_mezo {
  display: none;
  position: absolute;
  left: 100%;
}
header .tarto_kulso .tarto_belso .elem.mobil_menu_tarto {
  display: none;
}
header .tarto_kulso .tarto_belso .elem.mobil_menu_tarto .mobil_menu_icon {
  float: right;
  width: 32px;
  height: 26px;
  margin: 7px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
header .tarto_kulso .tarto_belso .elem.mobil_menu_tarto .mobil_menu_icon span {
  background-color: #3c3c3c;
  height: 3px;
  width: 100%;
  display: block;
  position: absolute;
  top: 12px;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}
header .tarto_kulso .tarto_belso .elem.mobil_menu_tarto .mobil_menu_icon span:after,
header .tarto_kulso .tarto_belso .elem.mobil_menu_tarto .mobil_menu_icon span:before {
  content: "";
  top: -11px;
  background-color: #3c3c3c;
  height: 3px;
  width: 100%;
  display: block;
  position: absolute;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}
header .tarto_kulso .tarto_belso .elem.mobil_menu_tarto .mobil_menu_icon span:after {
  top: 11px;
}
header .csik {
  height: 2px;
  width: 100%;
  margin: 5px 0px 10px 0px;
  background-color: #EE5B45;
}
header .mobil_menu_tartalom {
  display: none;
}
header .mobil_menu_tartalom .mobil_menu {
  display: none;
  text-align: center;
}
header .mobil_menu_tartalom .mobil_menu .oldal_infok {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  padding-bottom: 10px;
}
header .mobil_menu_tartalom .mobil_menu .oldal_gombok {
  padding: 20px 0 10px 0;
  text-align: center;
  font-size: 20px;
}
header .mobil_menu_tartalom .mobil_menu .oldal_gombok a {
  text-decoration: inherit;
  color: inherit;
}
header .mobil_menu_tartalom .mobil_menu .oldal_gombok span {
  cursor: pointer;
}
header .mobil_menu_tartalom .mobil_menu .oldal_gombok .belepes {
  font-weight: 700;
}
header .mobil_menu_tartalom .mobil_menu .mobil_kereses_tarto {
  padding-bottom: 20px;
  font-size: 17px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
header .mobil_menu_tartalom .mobil_menu .mobil_kereses_tarto a {
  color: inherit;
  text-decoration: none;
}
header .mobil_menu_tartalom .mobil_menu .mobil_kereses_tarto .kereses_ikon {
  height: 28px;
  width: 28px;
  display: inline-block;
  padding-left: 7px;
  padding-bottom: 4px;
  vertical-align: middle;
  cursor: pointer;
}
.temakor_tarto {
  width: calc(100% + 10px);
  padding-bottom: 25px;
  left: -5px;
  position: relative;
}
.temakor_tarto .temakor_kulso {
  float: left;
  width: 12.5%;
  padding: 5px;
  box-sizing: border-box;
}
.temakor_tarto .temakor_kulso .temakor_gomb {
  border-bottom: 5px solid #999999;
  padding: 12px 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #999999;
  text-transform: uppercase;
  text-align: center;
}
#container {
  width: 100%;
  padding-top: 80px;
}
#container >div:last-child {
  padding-bottom: 50px;
}
#container .hatter1 {
  padding-top: 25px;
  background-color: white;
}
#container .hatter2 {
  background-color: #EEEEEE;
}
#container .foblokk {
  padding-bottom: 35px;
}
#container .foblokk >.cim {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 20px;
  padding-top: 35px;
  padding-bottom: 20px;
}
#container .kereses_page .hir_kulso {
  float: none;
  width: 50%;
  margin-left: 25%;
}
#container .kereses_page .hir_kulso .fejlec {
  background-color: #EE5B45;
}
#container .fo_hir_tarto {
  width: calc(100% + 10px);
  left: -5px;
  position: relative;
}
#container .fo_hir_tarto .hir_kulso .belso_szurke {
  border-radius: 5px;
  padding-bottom: 25px;
  color: white;
  background-color: #656565;
}
#container .fo_hir_tarto .hir_kulso .belso_szurke .cim {
  color: #FFFFFF;
  text-decoration: none;
}
#container .fo_hir_tarto .hir_kulso:nth-child(1) .fejlec {
  background-color: rgba(237,90,68,0.7);
}
#container .fo_hir_tarto .hir_kulso:nth-child(2) .fejlec {
  background-color: #ed5a44;
}
#container .temak,
#container .kiemelt {
  width: calc(100% + 10px);
  left: -5px;
  position: relative;
}
#container .kiemelt >.cim {
  padding-top: 0px;
}
#container .kiemelt .hir_kulso .fejlec {
  background-color: #EE5B45;
}
#container .hir_kulso {
  float: left;
  width: 33.3333%;
  padding: 5px;
  box-sizing: border-box;
}
#container .hir_kulso .belso {
  background-color: white;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  border-radius: 5px;
}
#container .hir_kulso .belso .hir:last-child {
  padding-bottom: 20px;
}
#container .hir_kulso a {
  text-decoration: none;
}
#container .hir_kulso .fejlec {
  border-radius: 5px 5px 0px 0px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: white;
  font-family: 'Dosis';
  font-weight: 700;
  font-size: 26px;
  text-transform: uppercase;
  text-decoration: none;
}
#container .hir_kulso .hir {
  margin-top: 25px;
  padding: 0px 10px;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
}
#container .hir_kulso .hir .cim {
  font-weight: 600;
  color: #000000;
  text-decoration: none;
}
#container .kereses_page {
  padding-top: 30px;
}
#container .kereses_page .szoveges_resz {
  text-align: center;
  padding: 20px 0px 30px 0px;
  font-family: "Roboto Regular", "Arial";
  font-size: 26px;
}
#container .kereses_page .szoveges_resz .cim {
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  font-size: 21px;
}
#container .kereses_page .szoveges_resz .kereses_ikon {
  height: 28px;
  vertical-align: middle;
}
#container .kereses_page .szoveges_resz input[type=text] {
  box-sizing: border-box;
  height: 28px;
  vertical-align: middle;
  padding: 5px;
  border: 1px solid #999;
}
#container .kereses_page .nincs_talalat,
#container .kereses_page .alap_szoveg {
  text-align: center;
  padding: 50px;
  font-family: "Roboto Regular", "Arial";
  font-size: 26px;
}
#container .kereses_page .nincs_talalat.alap_szoveg,
#container .kereses_page .alap_szoveg.alap_szoveg {
  font-size: 16px;
}
#container .szovegestartalom_page {
  padding-top: 30px;
}
#container .szovegestartalom_page .szoveges_resz {
  width: 780px;
  max-width: 95%;
  padding: 20px 0px 30px 0px;
  margin: 0px auto;
  text-align: center;
  font-family: "Roboto Regular", "Arial";
  font-size: 16px;
}
#container .szovegestartalom_page .szoveges_resz .cim {
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  font-size: 21px;
  margin-bottom: 50px;
}
#container .szovegestartalom_page .szoveges_resz .tinymce_content {
  text-align: left;
}
#container .oldal_404 {
  padding: 180px 0px 300px 0px;
  box-sizing: border-box;
  font-family: "Roboto Regular", "Arial";
}
#container .oldal_404 h1 {
  font-size: 68px;
  color: #EE5B45;
  margin-top: 0px;
}
#container .oldal_404 h4 {
  font-size: 20px;
  margin-bottom: 0px;
}
#container .reklam1_tarto,
#container .reklam_tarto4 {
  padding-bottom: 20px;
}
#container .reklam2_tarto,
#container .reklam3_tarto {
  padding-bottom: 35px;
}
#container .reklam5_tarto {
  padding-top: 35px;
  padding-bottom: 35px;
}
footer {
  background-color: #333333;
}
footer >.row {
  margin-bottom: 0px;
  padding: 50px 0 120px 0;
}
footer .bal,
footer .jobb {
  float: right !important;
  color: #AAAAAA;
  font-size: 17px;
  font-family: "Roboto Regular", "Arial";
}
footer .bal.jobb,
footer .jobb.jobb {
  text-align: right;
}
footer .bal >div,
footer .jobb >div {
  margin-bottom: 10px;
}
footer .bal >div img,
footer .jobb >div img {
  vertical-align: middle;
}
footer .bal >div a,
footer .jobb >div a {
  color: inherit;
  text-decoration: none;
}
.uzenet_hatter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: 1;
  background-color: rgba(0,0,0,0.6);
}
.uzenet_hatter .uzenet_tarto {
  width: 100%;
  max-height: 60%;
  position: fixed;
  top: 20%;
  overflow: hidden;
}
.uzenet_hatter .uzenet_tarto .uzenet {
  max-width: 90%;
  width: 400px;
  max-height: 100%;
  padding: 20px 15px;
  margin: 15px auto;
  background-color: white;
  text-align: center;
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
}
.uzenet_hatter .uzenet_tarto .uzenet >div {
  margin-top: 20px;
}
.uzenet_hatter .uzenet_tarto .uzenet >div .kilepes {
  display: inline-block;
  padding: 10px 30px;
  color: white;
  cursor: pointer;
}
.felugro_hatter {
  display: none;
  position: fixed;
  background-color: rgba(0,0,0,0.65);
  width: 100%;
  height: 150%;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.felugro_tarto {
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 200px;
}
.felugro_tarto .felugro {
  width: 450px;
  max-width: 90%;
  margin: 0px auto;
  box-sizing: border-box;
  background-color: white;
  padding: 30px 30px 25px 30px;
  position: relative;
}
.felugro_tarto .felugro .felugro_cim {
  font-size: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
}
.felugro_tarto .felugro .regisztracio_tartalom .szoveg,
.felugro_tarto .felugro .belepes_tartalom .szoveg,
.felugro_tarto .felugro .szoveges_tartalom .szoveg {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #666;
  padding-left: 10px;
  padding-bottom: 5px;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.felugro_tarto .felugro .regisztracio_tartalom .input,
.felugro_tarto .felugro .belepes_tartalom .input,
.felugro_tarto .felugro .szoveges_tartalom .input {
  padding-bottom: 15px;
}
.felugro_tarto .felugro .regisztracio_tartalom .input input,
.felugro_tarto .felugro .belepes_tartalom .input input,
.felugro_tarto .felugro .szoveges_tartalom .input input {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  box-sizing: border-box;
  width: 100%;
  color: #666;
  border: 1px solid #999;
  padding: 10px 9px;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.felugro_tarto .felugro .regisztracio_tartalom .input input:focus,
.felugro_tarto .felugro .belepes_tartalom .input input:focus,
.felugro_tarto .felugro .szoveges_tartalom .input input:focus {
  font-size: 18px;
}
.felugro_tarto .felugro .regisztracio_tartalom .errorRow,
.felugro_tarto .felugro .belepes_tartalom .errorRow,
.felugro_tarto .felugro .szoveges_tartalom .errorRow {
  color: #ff5151;
  font-family: 'roboto';
  font-weight: 700;
  font-size: 13px;
  margin: 0 10px 20px 10px;
}
.felugro_tarto .felugro .regisztracio_tartalom .kuldes,
.felugro_tarto .felugro .belepes_tartalom .kuldes,
.felugro_tarto .felugro .szoveges_tartalom .kuldes {
  text-align: center;
  margin-top: 20px;
}
.felugro_tarto .felugro .regisztracio_tartalom .kuldes .gomb,
.felugro_tarto .felugro .belepes_tartalom .kuldes .gomb,
.felugro_tarto .felugro .szoveges_tartalom .kuldes .gomb {
  font-size: 20px;
  background-color: transparent;
  border: 1px solid #999;
  padding: 5px 15px;
  cursor: pointer;
}
.felugro_tarto .felugro .regisztracio_tartalom .kuldes .gomb:active,
.felugro_tarto .felugro .belepes_tartalom .kuldes .gomb:active,
.felugro_tarto .felugro .szoveges_tartalom .kuldes .gomb:active {
  background-color: rgba(0,0,0,0.15);
}
.felugro_tarto .felugro .regisztracio_tartalom.belepes_tartalom .errorRow,
.felugro_tarto .felugro .belepes_tartalom.belepes_tartalom .errorRow,
.felugro_tarto .felugro .szoveges_tartalom.belepes_tartalom .errorRow {
  text-align: center;
}
.felugro_tarto .felugro .kilepes {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.sb-search {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0%;
  min-width: 30px;
  height: 30px;
  float: right;
  overflow: hidden;
  background-color: white;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
.sb-search-input {
  width: 100%;
  height: 30px;
  border: 0;
  color: white;
  padding-left: 10px;
  padding-right: 40px;
  background-color: #f28b7b;
}
.sb-search-input::-webkit-input-placeholder {
  color: white;
}
.sb-search-input:-moz-placeholder {
  color: white;
}
.sb-search-input::-moz-placeholder {
  color: white;
}
.sb-search-input:-ms-input-placeholder {
  color: white;
}
.sb-icon-search,
.sb-search-submit {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.sb-search-submit {
  width: 30px;
  height: 30px;
  background: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  color: red;
  border: none;
  outline: none;
  z-index: -1;
}
.sb-icon-search {
  color: #fff;
  background: white;
  z-index: 90;
  font-size: 22px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.sb-icon-search:before {
  content: "\e000";
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon/icomoon.eot');
  src: url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.woff') format('woff'), url('../fonts/icomoon/icomoon.ttf') format('truetype'), url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.sb-search.sb-search-open,
.no-js .sb-search {
  width: 100%;
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  background: white;
  color: #fff;
  z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90;
}
@media only all and (max-width: 1000px) {
  header .tarto_kulso .tarto_belso .elem {
    width: 220px;
  }
  header .tarto_kulso .tarto_belso .elem:nth-child(2) {
    font-size: 26px;
  }
  header .tarto_kulso .tarto_belso .elem:nth-child(3) .kereses_ikon {
    padding-left: 7px;
    width: 24px;
  }
  .temakor_tarto {
    padding-bottom: 20px;
  }
  .temakor_tarto .temakor_kulso .temakor_gomb {
    font-size: 14px;
    padding: 9px 5px;
    border-bottom-width: 4px;
  }
  #container {
    padding-top: 70px;
  }
  #container .hir_kulso .fejlec {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
  }
  #container .hir_kulso .hir {
    font-size: 15px;
    margin-top: 20px;
  }
  #container .hir_kulso .hir .adatok {
    font-size: 14px;
  }
  #container .hir_kulso .hir:last-child {
    padding-bottom: 15px;
  }
  #container .fo_hir_tarto .hir_kulso .belso_szurke {
    padding-bottom: 0px;
  }
  #container .kereses_page .hir_kulso {
    width: 60%;
    margin-left: 20%;
  }
  .sb-search-input {
    padding-right: 35px;
  }
}
@media only all and (max-width: 800px) {
  .contentSize {
    width: 95%;
  }
  header .tarto_kulso .tarto_belso {
    font-size: 14px;
  }
  header .tarto_kulso .tarto_belso .elem {
    width: 185px;
  }
  header .tarto_kulso .tarto_belso .elem:nth-child(2) {
    font-size: 24px;
  }
  header .tarto_kulso .tarto_belso .elem:nth-child(3) .kereses_ikon {
    padding-left: 5px;
    width: 22px;
  }
  header .tarto_kulso .tarto_belso .elem:nth-child(3) .gomb_tarto {
    padding-right: 30px;
  }
  .temakor_tarto {
    padding-bottom: 25px;
  }
  .temakor_tarto .temakor_kulso {
    width: 25%;
  }
  #container {
    padding-top: 75px;
  }
  #container .hir_kulso {
    width: 50%;
    display: inline-block;
  }
  #container .hir_kulso .fejlec {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
  }
  #container .hir_kulso .hir {
    font-size: 15px;
    margin-top: 20px;
  }
  #container .hir_kulso .hir .adatok {
    font-size: 14px;
  }
  #container .hir_kulso .hir:last-child {
    padding-bottom: 15px;
  }
  #container .fo_hir_tarto .hir_kulso .belso_szurke {
    padding-bottom: 0px;
  }
  #container .kereses_page .hir_kulso {
    width: 70%;
    margin-left: 15%;
  }
  .sb-search {
    min-width: 26px;
    height: 26px;
  }
  .sb-search-input {
    height: 26px;
    padding-right: 28px;
  }
}
@media only all and (max-width: 650px) {
  header .tarto_kulso {
    margin-top: 0px;
  }
  header .tarto_kulso .tarto_belso {
    font-size: 14px;
  }
  header .tarto_kulso .tarto_belso .elem {
    width: 185px;
    vertical-align: middle;
  }
  header .tarto_kulso .tarto_belso .elem:nth-child(1),
  header .tarto_kulso .tarto_belso .elem:nth-child(3) {
    display: none;
  }
  header .tarto_kulso .tarto_belso .elem:nth-child(2) {
    padding: 0 0 0 30px;
    text-align: left;
  }
  header .tarto_kulso .tarto_belso .elem.mobil_menu_tarto {
    display: table-cell;
    width: auto;
    text-align: right;
  }
  header .tarto_kulso .tarto_belso .elem.mobil_menu_tarto .mobil_menu_icon {
    display: block;
  }
  header .csik {
    margin: 0px 0px 10px 0px;
  }
  header .mobil_menu_tartalom {
    display: block;
  }
  #container {
    padding-top: 52px;
  }
  #container .temakor_tarto {
    display: none;
  }
  #container .kereses_page .hir_kulso {
    width: 100%;
    margin-left: 0%;
  }
  #container .oldal_404 {
    padding: 60px 0px;
  }
  #container .oldal_404 h1 {
    font-size: 48px;
  }
  #container .oldal_404 h4 {
    font-size: 16px;
  }
}
@media only all and (max-width: 600px) {
  footer .bal,
  footer .jobb {
    text-align: center;
  }
  footer .bal.jobb,
  footer .jobb.jobb {
    text-align: center;
  }
  footer .bal.bal,
  footer .jobb.bal {
    margin-top: 25px;
  }
}
@media only all and (max-width: 550px) {
  header .mobil_menu_tartalom .mobil_menu .oldal_infok {
    font-size: 12px;
    padding-bottom: 5px;
  }
  header .mobil_menu_tartalom .mobil_menu .oldal_gombok {
    padding: 12px 0 12px 0;
    font-size: 18px;
  }
  header .mobil_menu_tartalom .mobil_menu .mobil_kereses_tarto {
    padding-bottom: 10px;
  }
  #container .foblokk > .cim {
    text-align: center;
  }
  #container .fo_hir_tarto,
  #container .temak,
  #container .kiemelt {
    text-align: center;
    height: auto !important;
  }
  #container .hir_kulso {
    text-align: left;
    width: 350px;
    max-width: 100%;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    float: none !important;
  }
}
@media only all and (max-width: 450px) {
  #container .reklam1_tarto,
  #container .reklam4_tarto {
    display: none;
  }
}
@media only all and (max-width: 400px) {
  .temakor_tarto .temakor_kulso {
    width: 50%;
    padding: 3px 5px;
  }
  .temakor_tarto .temakor_kulso .temakor_gomb {
    padding: 3px 5px;
    border-bottom-width: 3px;
  }
}
