/* ONK2016 css-beállításai */

* {
  padding: 0; margin: 0; border: 0;
}

.ig_bal { text-align: left; }
.ig_kozep { text-align: center; }
.ig_jobb { text-align: right; }

html, body {
	height: 100%;
}

body {
  font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
  font-size: 13px;
}

#wrapper {
  width: 960px;
  margin: 0 auto;
  /*border: 1px solid #17253f;*/
}

  #header {
    height: 90px;
    background-image: url('images/head_bg.png');
    border-bottom: 1px solid white;
  }
  
    #header h1 {
      padding-left: 150px;
      padding-top: 10px;
      font-size: 24px;
    }
    #header h2 {
      padding-left: 150px;
      padding-top: 6px;
    }
    #header a {
      color: #cccccc;
      text-decoration: none;
    }
  
  #uppermenu {
    height: 29px;
    background-color: #315c8b; /*#15243E;*/
    font-size: 12px;
  }
  
  #upperdecor {
    height: 1px;
    margin-top: 1px;
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    margin-bottom: 2px;
  }
  
  #breadcrumbs {
    border-bottom: 1px solid #aaaaaa;
    padding: 2px;
    color: #666666;
    font-size: 12px;
  }
    #breadcrumbs a {
      text-decoration: none;
      color: #666666;
    }
    #breadcrumbs a:hover {
      text-decoration: underline;
    }
  
  #lowermenu {
    height: 200px;
    min-height: 200px;
    background-image: url('images/foot_bg.png');
  }
  
    #lowermenu div.harmas {
      padding: 6px 10px;
      width: 30%;
      float: left;
    }

    #lowermenu p {
      padding-top: 2px;
      padding-left: 0px;
    }
    
    #lowermenu a {
      color: #5f2232;
      text-decoration: none;
    }
    #lowermenu a:hover {
      text-decoration: underline;
    }
  
  #footer {
    padding-top: 5px; padding-bottom: 25px;
    color: #666666;
    font-size: 11px;
  }
  
    #footer a {
      color: #666666;
    }
    #footer a:hover {
      color: black;
    }
  
  #content {
    padding: 15px 0 10px;
  }
  
    
  /* -------------------------------------------------- */
        
    #right-content {
      width: 220px;
      float: right;
    }

      #right-content h2 {
        border-bottom: 3px double #dddddd;
        margin-bottom: 15px;
        padding-left: 20px;
        width: 200px;
      }
      #right-content h3 {
        margin-top: 10px;
        margin-bottom: 5px;
      }
      #right-content div.hirek {
        border-bottom: 1px solid #dddddd;
        padding-bottom: 4px;
        margin-bottom: 8px;
      }
        #right-content div.hirek div.hirek_datum {
          font-size: 11px;
          text-align: right;
        }
      #right-content div.hirek_tovabbi {
        font-size: 11px;
        text-align: right;
      }
      #right-content a {
        color: #325f9e;
        font-weight: bold;
        text-decoration: none;
      }
      #right-content a:hover {
        text-decoration: underline;
      }

@-webkit-keyframes fadein {
    from { }
    to { background-color: #11A4FF; }
}

@-moz-keyframes fadein {
    from { }
    to { background-color: #11A4FF; }
}

@keyframes fadein {
    from { }
    to { background-color: #11A4FF; }
}

/* menüpont kiemelés
#uppermenu ul.menu1 li:nth-child(3){
  -webkit-animation: fadein 1.5s ease-in alternate infinite;
  -moz-animation: fadein 1.5s ease-in alternate infinite;
  animation: fadein 1.5s ease-in alternate infinite;
}
*/

/* PÉK 2018 */

header{
  /*background-image: url('images/web-header-hun-felirat.jpg');
  background-position: center left;
  background-repeat: no-repeat;*/
  /*padding: 20px;*/
  color: #5f2232;
  /*margin-top: 10px;*/
  background-size: cover;
  
}

#header-pek-logo img{
  position: absolute; 
  top: 10px; 
  right: 10%; 
  width: 180px;
}

#header-pek-logo-uj img, #header-pek-logo-uj-en img{
  padding-top: 20px;
}

header h1, header h2, header h3{
  color: #5f2232;
}

form.regisztracio_form p {
    line-height: 2em;
}
        form.regisztracio_form label {
          float: left; width: 90%;
        }
        form.regisztracio_form input.szoveg {
          float: right;
          border: 1px solid #b1c3ef;
          width: 240px;
          padding: 2px;
        }
        form.regisztracio_form #hiba1 {
          display: none; margin: 0 0 5px; padding: 5px 5px;
          line-height:1.5em; 
          border: 1px dotted #FF9B65;
          clear: both;
          background-color:#FFE6D9;
        }
        form.regisztracio_form #hiba2 {
          display: none; margin: 0 0; padding: 5px 50px;
          line-height:1.5em; 
          border: 1px dotted #FF9B65;
          clear: both;
          background-color:#FFE6D9;
        }
        form.regisztracio_form #hiba3, form.regisztracio_form #hiba4, form.regisztracio_form #hiba5  {
          display: none; margin: 0 0; padding: 5px 50px;
          line-height:1.5em; 
          border: 1px dotted #FF9B65;
          clear: both;
          background-color:#FFE6D9;
        }
        form.regisztracio_form input.gomb {
          cursor: pointer;
          text-align: center;
          border: 1px solid #2c3c64;
          background-color: #3c4c74;
          color: #dddddd;
          width: 170px;
        }
        
      form.szamla_form {
        width: 500px;
        margin: 20px auto 60px;
        border: 3px double #dddddd;
        background-color: #eeeeee;
        padding: 10px;
      }
      form.szamla_form p {
          line-height: 2em;
        }
        form.szamla_form label {
          float: left; width: 100%;
        }
        form.szamla_form select {
          float: right;
          border: 1px solid #b1c3ef;
          padding: 2px;
        }
        form.szamla_form input.szszovegh {
          float: right;
          border: 1px solid #b1c3ef;
          width: 300px;
          padding: 2px;
        }
        form.szamla_form input.szszovegk {
          float: right;
          border: 1px solid #b1c3ef;
          width: 150px;
          padding: 2px;
        }
        form.szamla_form input.szszovegr {
          float: right;
          border: 1px solid #b1c3ef;
          width: 60px;
          padding: 2px;
        }
        form.szamla_form input.gomb {
          cursor: pointer;
          text-align: center;
          border: 1px solid #2c3c64;
          background-color: #3c4c74;
          color: #dddddd;
          width: 170px;
        }
        
      div.tajekoztato {
        text-align: justify;
      }

div.hibauzenet {
        line-height: 1.5em;
        margin-bottom: 20px; margin-top: 10px;
        padding: 2px 5px;
        border: 2px solid #ae5028;
        background-color: #e1cdc5;
        color: #792419;
      }
      
      div.osszefoglalo {
        margin-top: 12px;
        margin-bottom: 12px;
        padding: 2px 5px;
        text-align: justify;
        border: 1px solid #3C4C74;
        background-color: #d4dde6;
      }


@media (min-width: 768px) and (max-width: 991px) {
  .navbar-brand {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-brand {
    display: none !important;
  }

  #header-pek-logo img{
    width: 140px;
    top: 30px;

  }
}
@media (min-width: 1200px) {
 .navbar-brand {
    display: none !important;
  }
}

@media (min-width: 1440px){
  #header-pek-logo img{
    right: 17%;
  }
}

@media (min-width: 2000px){
  #header-pek-logo img{
    right: 25%;
  }
}

@media (min-width: 2400px){
  #header-pek-logo img{
    right: 30%;
  }
}

@media (max-width: 991px){
  #header-pek-logo{
    display: none;
  }
}

ul, ol{
  padding-left: 6%;
}

.keret{
  border-right: 1px solid #aaaaaa;
}






form.belepes_form {
        width: 300px;
        border: 3px double #dddddd;
        background-color: #eeeeee;
        padding: 10px;
      }
form.belepes_form input.szoveg {
          border: 1px solid #b1c3ef;
          width: 90%;
          padding: 2px;
        }
form.belepes_form input.gomb {
          cursor: pointer;
          text-align: center;
          border: 1px solid #2c3c64;
          background-color: #3c4c74;
          color: #dddddd;
          width: 120px;
        }
/* Bővítés betyár hack 2016.03.22. */

 table.aloldalak {
        border-collapse: collapse;
        width: 100%;
        margin: 5px auto;
        border-top: 0px solid #2BB3B0;
        /*border-left: 1px solid #3c4c74;*/
      }
         table.aloldalak td {
          /*border-right: 1px solid #3c4c74;*/
          border-bottom: 2px solid #2BB3B0;
          padding: 5px;
        }

        table.aloldalak tr:last-child td{
          border-bottom: none;
        }

         table.aloldalak tr.row1 {
          background-color: #8ab0d8; /*#4f81bd;  ------; */
        }
         table.aloldalak tr.row2 {
          background-color: #B3DEDF; /*#8ab0d8;  #c1dbff; */
        }
         table.aloldalak tr.row3 {
          background-color: #E0F2F2; /*#b8cce4;  #d5e6ff; */
        }
      
       table.admin {
        border-collapse: collapse;
        width: 100%;
        margin: 5px auto;
        border-top: 1px solid #3c4c74;
        border-left: 1px solid #3c4c74;
      }
         table.admin td,  table.admin th {
          border-right: 1px solid #3c4c74;
          border-bottom: 1px solid #3c4c74;
          padding: 4px;
        }
         table.admin th {
          background-color: #4f81bd;/*#3d6593;*/
        }
         table.admin tr.admin_row1 {
          background-color: #8ab0d8;/*#4f81bd;*/
        }
         table.admin tr.admin_row2 {
          background-color: #b8cce4;/*#8ab0d8;*/
        }
         table.admin tr.admin_row3 {
          background-color: #d4dde6;/*#b8cce4;*/
        }
         table.admin input.szoveg {
          border: 1px solid #b1c3ef;
          width: 80%;
          padding: 2px;
        }
         table.admin select.lista {
          border: 1px solid #b1c3ef;
        }
         table.admin input.gomb {
          cursor: pointer;
          text-align: center;
          border: 1px solid #2c3c64;
          background-color: #3c4c74;
          color: #dddddd;
          width: 180px;
        }
         table.admin button.tartos {
          cursor: pointer;
          text-align: center;
          border: 1px solid #2c3c64;
          background-color: #3c4c74;
          color: #dddddd;
          width: 300px;
        }
         table.admin input.birmentes {
          cursor: pointer;
          text-align: center;
          border: 1px solid #2c3c64;
          background-color: #3c4c74;
          color: #dddddd;
          width: 70px;
        }
       span.rogzitesjel {
        padding: 0px 8px;
      }
      
       table.adatok {
        border-collapse: collapse;
        width: 100%;
        margin: 5px auto 30px;
        border-top: 1px solid #3c4c74;
        border-left: 1px solid #3c4c74;
      }
         table.adatok td,  table.adatok th {
          border-right: 1px solid #3c4c74;
          border-bottom: 1px solid #3c4c74;
          padding: 4px;
        }
         table.adatok td.dupla {
          border-bottom: 3px double #3c4c74;
        }
         table.adatok th {
          background-color: #4f81bd;/*#3d6593;*/
        }
         table.adatok tr.szines1 {
          background-color: #8ab0d8;/*#4f81bd;*/
        }
         table.adatok tr.szines2 {
          background-color: #b8cce4;/*#8ab0d8;*/
        }
         table.adatok tr.szines3 {
          background-color: #d4dde6;/*#b8cce4;*/
        }
         table.adatok input.szoveg {
          border: 1px solid #4f81bd;
          padding: 2px;
        }
         table.adatok textarea.szoveg {
          border: 1px solid #4f81bd;
          padding: 2px;
        }
         table.adatok input.hosszu {
          width: 300px;
        }
         table.adatok input.gomb {
          cursor: pointer;
          text-align: center;
          border: 1px solid #2c3c64;
          background-color: #3c4c74;
          color: #dddddd;
          width: 180px;
        }
         table.adatok input.gomb_szimpo {
          cursor: pointer;
          text-align: center;
          border: 1px solid #2c3c64;
          background-color: #3c4c74;
          color: #dddddd;
          width: 240px;
        }
         table.adatok button {
          cursor: pointer;
          text-align: center;
          border: 1px solid #2c3c64;
          background-color: #3c4c74;
          color: #dddddd;
          width: 80px;
        }
         table.adatok td.noborder {
          border: 1px solid white;
          height: 0px;
        }
         table.adatok tr.biralatlan {
          background-color: #ffcc66;
        }
         table.adatok select.pontok {
          width: 80px;
          text-align: center;
          border: 1px solid #2c3c64;
        }
         table.adatok textarea.szov_ert {
          width: 80%; height: 90px;
          border: 1px solid #2c3c64;
        }
         table.adatok input.mentes {
          cursor: pointer;
          color: #DDDDDD;
          width: 130px;
          background-color: #3C4C74;
          border: 1px solid #2c3c64;
        }
         table.adatok img.breszlet {
          cursor: pointer;
        }
      
       div.torol_kerdes {
        width: 500px;
        margin: 20px auto;
        text-align: center;
        border: 3px double #dddddd;
        background-color: #eeeeee;
        padding: 10px;
      }
         div.torol_kerdes p {
          text-align: center;
        }
         div.torol_kerdes button.torol_jovahagy {
          cursor: pointer;
          text-align: center;
          border: 1px solid #2c3c64;
          background-color: #3c4c74;
          color: #dddddd;
          width: 250px;
          margin-right: 10px;
        }
         div.torol_kerdes button.torol_megse {
          cursor: pointer;
          text-align: center;
          border: 1px solid #2c3c64;
          background-color: #3c4c74;
          color: #dddddd;
          width: 80px;
          margin-right: 10px;
        }
      
       div.hibauzenet {
        line-height: 1.5em;
        margin-bottom: 20px; margin-top: 10px;
        padding: 2px 5px;
        border: 2px solid #ae5028;
        background-color: #e1cdc5;
        color: #792419;
      }
      
       div.osszefoglalo {
        margin-top: 12px;
        margin-bottom: 12px;
        padding: 2px 5px;
        text-align: justify;
        border: 1px solid #3C4C74;
        background-color: #d4dde6;
      }
      
       div.keynote {
        
      }
         div.keynote td {
          text-align: justify;
          vertical-align: top;
        }
         div.keynote h3 {
          margin: 5px 0 0;
          text-align: center;
          font-size: 13pt;
        }
         div.keynote h4 {
          margin: 0 0 10px;
          text-align: center;
          font-weight: normal;
          font-style: italic;
        }
      
       ul.normal_lista {
        padding-left: 20px;
        text-align: justify;
        margin-bottom: 12px;
      }
       ol.normal_lista {
        padding-left: 20px;
        text-align: justify;
        margin-bottom: 12px;
      }
      
       div.hirek {
        border-bottom: 1px solid #dddddd;
        padding-bottom: 4px;
        margin-bottom: 8px;
      }
         div.hirek h3 {
          margin-top: 10px;
          margin-bottom: 5px;
        }
         div.hirek div.hirek_datum {
          font-size: 11px;
          text-align: right;
        }
        
       div.bizottsag {
        margin-top: 8px;
        margin-bottom: 0;
      }
         div.bizottsag p.bizottsag_nev {
          margin: 0; padding: 0;
          font-weight: bold;
        }
         div.bizottsag p.bizottsag_int {
          margin: 0;
          padding: 0 0 0 10px;
          font-style: italic;
        }
        
       div.kethasab {
        width: 100%;
      }
         div.kethasab div.hasab {
          width: 48%;
          float: left;
          margin-right: 2%;
        }
         div.kethasab div.hasabkeskeny {
          width: 40%;
          float: left;
          margin-right: 2%;
        }
         div.kethasab div.hasabszeles {
          width: 56%;
          float: left;
          margin-right: 2%;
        }
         div.kethasab div.torzsadatok {
          border: 1px solid #3C4C74;
          background-color: #d4dde6;
          margin: 10px 0 20px;
        }
         div.kethasab h3 {
          margin: 0; padding: 2px 5px;
          border-bottom: 1px solid #3C4C74;
          background-color: #8ab0d8; /*b8cce4*/
        }
         div.kethasab div.tartalom {
          margin: 0; padding: 2px 5px;
        }
        #torzsnapurlaphiba, #torzsnapurlaphely, #torzsteremurlaphiba,
        #torzsteremurlaphely, #torzsresurlaphiba, #torzsresurlaphely {
          margin: 5px;
        }
         div.kethasab span.relem {
          cursor: pointer;
        }
         div.kethasab span.relem:hover {
          text-decoration: underline;
        }
       div.dobozfej {
        margin: 2px 0 0; padding: 1px 5px;
        border: 1px solid #3C4C74;
        background-color: #8ab0d8;
      }
         div.dovozfej ul {
          float: right; 
        }
         div.dobozfej li {
          float: right;
          display: inline;
          margin: 0 2px;
          padding: 0 4px;
          border: 1px solid #3C4C74;
          cursor: pointer;
          background-color: #4f81bd;
        }
         div.dobozfej p {
          display: inline;
          float: left;
          padding-bottom: 0;
        }
         img.dobozop {
          cursor: pointer;
          vertical-align: bottom;
        }
       div.doboztorzs {
        margin: 0;
        padding: 2px 5px;
        border-left: 1px solid #3C4C74;
        border-right: 1px solid #3C4C74;
        border-bottom: 1px solid #3C4C74;
        background-color: #d4dde6;
      }
         div.doboztorzs span.ures {
          margin: 0 4px;
          color: #999999;
        }
       div.korlatos {
        height: 300px;
        overflow: auto;
      }
       div.plista{
        min-height: 15px;
      }
         div.plista p {
          cursor:move;
          font-size: 11px;
          margin:0; padding:0;
        }
         div.plista p.nomove {
          cursor:default;
          text-align: left;
        }
         div.plista .placeholder {
          background: #f0f0f0;
          border:1px dashed #ddd;
        }
         div.plista div.viheto {
          border: 1px solid #3C4C74;
          margin-bottom: 2px;
          padding: 0 2px;
          background-color: #b8cce4;
          -moz-border-radius:3px;
          -webkit-border-radius:3px;
        }
       div.boxlista {
        min-height: 12px;
        margin-bottom: 1px;
        margin-top: 1px;
      }
         div.boxlista .placeholder {
          background: #f0f0f0;
          border:1px dashed #ddd;
        }
         div.boxlista h3 {
          cursor: move;
          font-size: 11px;
        }
         div.boxlista div.szimpobox {
          margin-bottom: 2px;
          border: 1px solid #3C4C74;
        }
         div.boxlista div.boxtorzs {
          padding: 2px 3px 0;
        }
         div.boxlista span.boxmuvelet {
          float: right;
          margin-right: 3px;
        }
         div.boxlista img.boxeldob {
          cursor: pointer;
        }
         div.boxlista img.boxallapot {
          cursor: pointer;
        }
       div.szerkeszto {
        z-index:9;
        border: 2px solid #3C4C74;
        padding: 4px 4px;
        margin-left:3px;
        width: 320px;
        margin-top: 10px;
        background-color: #D4DDE6;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
      }
         div.szerkeszto input {
          float: right;
          border: 1px solid #b1c3ef;
          padding: 2px;
          width: 260px;
        }
         div.szerkeszto select {
          float: right;
          border: 1px solid #b1c3ef;
          width: 260px;
        }
         div.szerkeszto textarea {
          float: right;
          border: 1px solid #b1c3ef;
          width: 263px;
        }
         div.szerkeszto button {
          cursor: pointer;
          text-align: center;
          margin: 3px 0px 1px 10px;
          float: right;
          border: 1px solid #2c3c64;
          background-color: #3c4c74;
          color: #dddddd;
          width: 80px;
        }
        
       div.prg_plenaris {
        text-align: center; padding-bottom: 8px; border-bottom: 1px solid #dddddd;
      }
         div.prg_plenaris p {
          padding: 0; margin: 0; text-align: center;
        }
         div.prg_plenaris p.tipus {
          font-weight: bold;
        }
         div.prg_plenaris p.terem {
          font-style: italic; padding-bottom: 8px;
        }
         div.prg_plenaris p.cim {
          font-size: larger; padding-bottom: 8px;
        }
         div.prg_plenaris p.eloado {
          font-size: larger; font-weight: bold; 
        }
         div.prg_plenaris p.ea_int {
          font-style: italic; padding-bottom: 8px;
        }
         div.prg_plenaris p.elnok {
          
        }
       div.prg_egyeb {
        text-align: center; padding-bottom: 8px; border-bottom: 1px solid #dddddd;
      }
         div.prg_egyeb p {
          padding: 0; margin: 0; text-align: center;
        }
         div.prg_egyeb p.cim {
          font-weight: bold;
        }
         div.prg_egyeb p.terem {
          font-style: italic;
        }
         div.prg_egyeb p.elnok {
          padding-top: 8px;
        }
       div.prg_tablazatok {
        padding-bottom: 8px; border-bottom: 1px solid #dddddd;
      }
       table.prg_szimpo {
        width: 100%; border-collapse: collapse;
        margin: 0 auto 10px;
        border-top: 1px solid #3c4c74;
        border-left: 1px solid #3c4c74;
      }
         table.prg_szimpo th {
          background-color: #8ab0d8;/*#3d6593;*/
        }
         table.prg_szimpo tr.szines1 {
          background-color: #b8cce4;/*#4f81bd;*/
        }
         table.prg_szimpo tr.szines2 {
          background-color: #d4dde6;/*#8ab0d8;*/
        }
         table.prg_szimpo th,  table.prg_szimpo td {
          border-bottom: 1px solid #3c4c74;
          border-right: 1px solid #3c4c74;
          padding: 4px;
        }
         table.prg_szimpo td.cim {
          width: 250px; text-align: center;
        }
         table.prg_szimpo td.terem {
          width: 100px; text-align: center;
        }
         table.prg_szimpo p {
          text-align: inherit; padding-bottom: 2px;
        }
           table.prg_szimpo p.lista {
            text-indent: -15px; padding-left: 15px;
          }
         table.prg_szimpo td.ido {
          width: 45px; text-align: center; vertical-align: top;
        }
         table.prg_szimpo td.jel {
          width: 20px; text-align: center; vertical-align: top;
        }


form.regisztracio_form select.szoveg {
  float: right;
  border: 1px solid #b1c3ef;
  width: 240px;
  padding: 2px;
}

#lowermenu{
  background-image: url('images/PEK-2026-footer.png');
/*  background-image: url('images/footer.png');*/
  background-position: center center;
  background-repeat: no-repeat;
  padding: 3px;
  color: #5f2232;
  margin-top: 10px;
  /*background-size: cover;*/
}

#lowermenu .vkozep-footer{
  position: relative;
  top: 25%;
}

/* elválasztó függőleges vonal! */
@media (max-width: 992px){
  .keret{
    border: none;
  }
}

@media (max-width: 767px) {
  header h1, header h2, header h3{
    font-size: 1.4em;
  }
  header{
    background-position: center right;
  }
}

@media screen and (min-width: 768px) {
    header h1, header h2, header h3{
      font-size: 1.6em;
    }

}

@media screen and (min-width: 992px) {
    header h1, header h2, header h3{
    font-size: 1.7em;
  }
}

@media (max-width: 767px) {
  #lowermenu {
    /*background-image: url('images/header_onk2016_footer-2.jpg');*/
  }

}

.listajelnelkul{
  list-style-type: none;
}

.grayscale{
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.grayscale:hover{
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  -webkit-filter: grayscale(0%);
}

/* Híreink menüpont eltűntetése */
#myNavbar ul.nav.navbar-nav li:nth-child(2) ul li:nth-child(7){
  display: none;
}

.biralati-szempontok table td{
  border: 1px solid grey;
  padding: 5px;
  text-align: left;
}

.biralati-szempontok table th{
  border: 2px solid grey;
  padding: 5px;
  text-align: center;
}

.biralati-szempontok table td:nth-child(3), .biralati-szempontok table td:nth-child(4), 
.biralati-szempontok table td:nth-child(5), .biralati-szempontok table td:nth-child(6){
  text-align: center;
}


#secondary .widget-title, 
.site-footer .widget-title {
  font-size: 1.112em;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 700;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  margin-left:  0px;
}
.site-footer .widget-title {
  color: #212127;
  border-bottom-color: rgba(255,255,255,0.1);
}
.title-wrap {
  display: inline-block;
}
.title-wrap::after {
  content: "";
  /* Betyár hack 2025 background: #00225C; */
  background: #1b5841;
  height: 3px;
  width: 70px;
  position: absolute;
  bottom: -2px;
  left: 0;
}

#footer {
    padding-top: 5px; padding-bottom: 25px;
    color: #666666;
    font-size: 11px;
  }
  
#footer a {
  color: #666666;
}
#footer a:hover {
  color: black;
}

/*==============================
PLUGIN WIDGETS STYLE
==============================*/
.widget-title {
  position: relative;
  font-size: 2.223em;
  margin-top: 0;
  margin-bottom: 20px;
}



