<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/* -----------------------------------------------
PTE AOK Alumni stylesheet
mentatea.hu
----------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

input, select, textarea, button {
  font-family: inherit;
  font-size: inherit; }

html {
  font-size: 62.5%; }

body {
  font-family: "Merriweather", serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5; }

h1 {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 24px;
  font-size: 2.4rem; }

i.icon {
  font-size: 20px;
  font-size: 2rem; }

a {
  color: #489bb7; }

a:hover {
  text-decoration: underline; }

header {
  background: #8a330c url(../img/header-bg.jpg) top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

#header-inner {
  margin: 0 auto;
  width: 960px;
  *zoom: 1; }
  #header-inner:before, #header-inner:after {
    display: table;
    content: ""; }
  #header-inner:after {
    clear: both; }

header a {
  color: white; }

#identity-util {
  *zoom: 1; }
  #identity-util:before, #identity-util:after {
    display: table;
    content: ""; }
  #identity-util:after {
    clear: both; }

#identity h1 {
  float: left;
  width: 650px;
  height: 130px;
  margin-bottom: 25px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: transparent url(../img/aok-hu.png) top left no-repeat; }

body.en #identity h1 {
  float: left;
  width: 650px;
  height: 130px;
  margin-bottom: 25px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: transparent url(../img/aok-en.png) top left no-repeat; }

#util {
  float: right;
  width: 225px;
  margin-bottom: 25px;
  padding: 20px;
  text-align: right;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  background: transparent url(../img/util-bg.png) top left repeat;
  color: #ccc; }

#util a:hover {
  text-decoration: underline; }

a.navigation-toggle {
  display: none; }

nav {
  *zoom: 1; }
  nav:before, nav:after {
    display: table;
    content: ""; }
  nav:after {
    clear: both; }

nav li {
  display: block;
  float: left; }

nav a {
  float: left;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1px;
  color: white;
  text-decoration: none;
  padding: .5em .75em;
  -moz-transition: color 0.5s ease-out;
  /* FF3.7+ */
  -o-transition: color 0.5s ease-out;
  /* Opera 10.5 */
  -webkit-transition: color 0.5s ease-out;
  /* Saf3.2+, Chrome */
  transition: color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  /* FF3.7+ */
  -o-transition: background-color 0.5s ease-out;
  /* Opera 10.5 */
  -webkit-transition: background-color 0.5s ease-out;
  /* Saf3.2+, Chrome */
  transition: background-color 0.5s ease-out; }

nav a.current,
nav a:hover {
  background-color: #edf5f7;
  color: #63260d;
  text-decoration: none; }

#content {
  background-color: #edf5f7;
  *zoom: 1; }
  #content:before, #content:after {
    display: table;
    content: ""; }
  #content:after {
    clear: both; }

#content-inner {
  margin: 0 auto;
  width: 960px; }

main {
  float: left;
  width: 605px;
  margin: 30px 30px 30px 0;
  padding: 30px;
  background-color: white; }

main h1 {
  float: left;
  margin: 0 0 1em -30px;
  padding: .5em 30px;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #c1562d;
  color: white; }

main h1 + * {
  clear: both; }

main h2 {
  padding: 1em 0 1em 0;
  font-size: 21px;
  font-size: 2.1rem; }

main p {
  margin-bottom: 1em;
  line-height: 180%; }

main img {
  max-width: 100% !important;
  height: auto !important; }

p.options {
  color: #ccc; }

p.back {
  padding: .5em 0;
  margin-bottom: 2em;
  text-align: right;
  border-bottom: 1px solid #ccc; }

p.prev-next {
  padding: .5em 0;
  margin-bottom: 2em;
  text-align: right;
  border-bottom: 1px solid #ccc;
  color: #ccc; }

p.prev-next a.back-to-all {
  float: left; }

p.hiresemeny-datum {
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.8rem;
  color: #999;
  font-style: italic; }

main ul li {
  padding: 0 0 0.5em 20px;
  background: transparent url(../img/bullet.png) no-repeat 0 0.5em; }

#home main {
  width: 665px;
  padding: 0;
  background-color: #edf5f7; }

#main-talalkozo {
  width: 605px;
  margin: 30px 30px 30px 0;
  padding: 30px;
  background-color: white; }

main #main-talalkozo h2 {
  padding: 0 0 .1em 0;
  font-size: 21px;
  font-size: 2.1rem; }

main #main-talalkozo p.talalkozo-idopont {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0; }

.hirek {
  float: left;
  width: 255px;
  margin: 0 30px 30px 0;
  padding: 30px;
  background-color: white; }

.hirek-esemenyek ul li {
  background-image: none;
  padding: 0 0 1em 0;
  font-size: 16px;
  font-size: 1.6rem; }

.esemenyek {
  float: left;
  width: 260px;
  margin: 0 0 30px 0;
  padding: 30px;
  background-color: white; }

.hirek h2,
.esemenyek h2 {
  padding: 0;
  margin-bottom: 1em; }

.esemenyek ul li h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal; }

.esemenyek ul li p.datum {
  display: inline-block;
  margin: .5em 0;
  padding: 3px 9px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  background-color: #489bb7; }

aside {
  float: left;
  width: 265px;
  margin: 30px 0 30px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 1.4rem; }

aside h2 {
  float: right;
  padding: .25em 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #c1562d;
  color: white;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 20px;
  font-size: 2rem; }

aside h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase; }

aside p {
  padding-bottom: 1em; }

aside #sidebar-signin,
aside #sidebar-photos,
aside #sidebar-videos {
  position: relative;
  margin-bottom: 30px;
  padding: 20px 20px 25px 20px;
  background-color: white; }

aside #sidebar-photos h2,
aside #sidebar-videos h2 {
  position: absolute;
  top: 140px;
  right: 0; }

aside #sidebar-photos h2 {
  background-color: #955531; }

aside #sidebar-videos h2 {
  background-color: #4f6b75; }

aside #sidebar-signin {
  padding: 20px; }

aside #sidebar-signin p.forgot {
  margin-top: 1em;
  padding: 0; }

aside #sidebar-member {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  background-color: white; }

aside #sidebar-member ul li {
  background-color: darken #edf5f7, 20%; }

aside #sidebar-member ul {
  padding: 1em 0 1em 0; }

aside #sidebar-member ul li a {
  display: block;
  padding: .5em 20px .5em 20px; }
  aside #sidebar-member ul li a:hover {
    background-color: #edf5f7;
    text-decoration: none; }

aside #sidebar-member ul li.current {
  font-weight: bold; }
  aside #sidebar-member ul li.current a {
    color: #489bb7; }
    aside #sidebar-member ul li.current a:hover {
      background-color: inherit; }

aside #sidebar-member h3 {
  padding: 2em 20px 0 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 1px; }

aside #sidebar-signoff {
  color: #999;
  margin: 0 20px 1em 20px;
  padding: 1em 0;
  border-top: 1px solid #ccc; }

aside #sidebar-menu {
  position: relative;
  margin: 0 0 30px -30px;
  padding: 0 0 0 0;
  background-color: white; }

aside #sidebar-menu ul li {
  background-color: darken #edf5f7, 20%; }

aside #sidebar-menu ul {
  padding: 1em 0 1em 0; }

aside #sidebar-menu ul li a {
  display: block;
  padding: .5em 20px .5em 50px; }
  aside #sidebar-menu ul li a:hover {
    background-color: #edf5f7;
    text-decoration: none; }

aside #sidebar-menu ul li.current {
  font-weight: bold; }
  aside #sidebar-menu ul li.current a {
    color: #489bb7; }
    aside #sidebar-menu ul li.current a:hover {
      background-color: inherit; }

aside #sidebar-menu ul li a span {
    display: block;
    font-size: 0.857142em;
    font-weight: normal;
    color: #999; }

footer {
  background-color: white;
  *zoom: 1; }
  footer:before, footer:after {
    display: table;
    content: ""; }
  footer:after {
    clear: both; }

#footer-inner {
  margin: 0 auto;
  width: 960px;
  padding: 30px 0; }

#footer-inner p {
  text-align: right;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 90px; }

#footer-inner img {
  float: right; }

main ul.bxslider li {
  padding: 0; }

div.slider-item {
  position: relative;
  *zoom: 1;
  height: 282px; }
  div.slider-item:before, div.slider-item:after {
    display: table;
    content: ""; }
  div.slider-item:after {
    clear: both; }

div.slider-img {
  float: left;
  width: 665px;
  height: 262px; }

div.slider-text {
  position: absolute;
  right: 20px;
  bottom: 0;
  max-width: 360px;
  padding: 20px;
  color: #333;
  background-color: #fff; }

div.slider-text h2 {
  padding: 0 0 .25em 0;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 110%; }

div.slider-text p {
  margin-bottom: 0;
  line-height: 120%; }

div.slider-text a {
  color: #ff8553; }

p.message,
p.error {
  background-color: #ffdb85;
  padding: 10px 2em;
  font-weight: bold;
  font-family: "Open Sans", sans-serif; }

p.error {
  background-color: #f6b79f; }

p.error span:before,
p.message span:before {
  margin-right: .5em;
  -webkit-font-smoothing: antialiased;
  font-family: fontello;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  color: white;
  text-transform: none !important;
  content: '\e804'; }

form {
  margin: 2em 0 1em 0; }

form label {
  display: block;
  margin: 0.5em 0 0 0; }

form input,
form textarea,
form select {
  width: 30em;
  margin: .25em 0 1em 0;
  padding: 6px;
  /*background-color: #eef5f7;*/
  background-color: #DEEAED;
  border: none;
  font-family: "Open Sans", sans-serif; }

.button {
  width: auto;
  margin-top: 1em;
  padding: .5em 1em;
  background-color: #2a83a6;
  color: white;
  border: none;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out; }
  .button:hover {
    background-color: #335968;
    text-decoration: none; }

form p.error {
  margin-left: 20%;
  color: red; }

.form-birth-date input {
  width: auto; }

.esemenyek-esemeny {
  clear: both;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
  *zoom: 1; }
  .esemenyek-esemeny:before, .esemenyek-esemeny:after {
    display: table;
    content: ""; }
  .esemenyek-esemeny:after {
    clear: both; }

.esemenyek-foesemeny {
  clear: both;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
  *zoom: 1; }
  .esemenyek-foesemeny:before, .esemenyek-foesemeny:after {
    display: table;
    content: ""; }
  .esemenyek-foesemeny:after {
    clear: both; }

.esemenyek-foesemeny .esemenyek-datum {
  float: left;
  margin-bottom: .5em;
  padding: .2em .8em;
  background-color: #edf5f7; }

.esemenyek-foesemeny h3 {
  clear: both;
  padding: 0 0 0.25em 0;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 140%; }

.esemenyek-esemeny .esemenyek-datum {
  float: left;
  width: 9%;
  margin-right: 3%; }

.esemenyek-esemeny .esemenyek-adatok {
  float: left;
  width: 88%; }

.esemenyek-esemeny .esemenyek-adatok h3 {
  padding: 0 0 0.25em 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 140%; }

.esemenyek-esemeny .esemenyek-idopont {
  font-style: italic; }

.esemenyek-noitems {
  padding: 1em 0 1em 10%;
  margin-bottom: 1em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #777; }

.esemenyek-foesemeny .esemenyek-datum {
  font-size: 24px;
  font-size: 2.4rem;
  color: #8a330c; }

.esemenyek-foesemeny .esemenyek-datum span {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #777;
  letter-spacing: 1px; }

.datum-mezo {
  float: left;
  width: 36px;
  padding: 6px 4px 10px 4px;
  text-align: center; }

.datum-mezo span.honap {
  display: block;
  padding: 2px 7px;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 16px;
  line-height: 16px;
  margin-top: -2px;
  color: #fff;
  background-color: #489bb7; }

.datum-mezo span.nap {
  display: block;
  font-size: 20px;
  letter-spacing: -1px;
  color: #8a330c;
  background-color: #edf5f7; }

.gallery-item {
  clear: both;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
  *zoom: 1; }
  .gallery-item:before, .gallery-item:after {
    display: table;
    content: ""; }
  .gallery-item:after {
    clear: both; }

.gallery-item img {
  float: left; }

.gallery-item .gallery-info {
  margin-left: 200px; }

.gallery-item .gallery-info .gallery-date {
  color: #aaa; }

ul.popup-gallery li {
  float: left;
  margin: 0 3px 3px 0;
  padding: 0;
  line-height: 0.7; }

ul.popup-gallery li a img {
    height: 120px !important;
}

.mfp-title small {
  display: none !important; }

.publication-item {
  clear: both;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
  *zoom: 1; }
  .publication-item:before, .publication-item:after {
    display: table;
    content: ""; }
  .publication-item:after {
    clear: both; }

.publication-item img {
  width: 240px; }

.publication-item h2 {
  padding-top: 0; }

.publication-item img {
  float: left; }

.publication-item .publication-info {
  margin-left: 270px; }

ul.confabula-items {
  *zoom: 1; }
  ul.confabula-items:before, ul.confabula-items:after {
    display: table;
    content: ""; }
  ul.confabula-items:after {
    clear: both; }

ul.confabula-items li {
  float: left;
  margin: 0 30px 30px 0;
  padding: 0;
  background: none; }

ul.confabula-items li img {
  width: auto; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

/* tamop logo utolag beszurva */

footer {
	min-height: 210px;
	background: transparent url('../img/tamop411.png') no-repeat right bottom;
}

#footer-inner p {
  text-align: left;
  margin-left: 90px;
  }

#footer-inner img {
  float: left;
  }

 /* lenyilo js-hez */

.lenyilo_click {
	color: #489bb7;
	cursor: pointer;
}
 
.lenyilo{
	display: none;
}
</pre></body></html>