body {
    font-family: 'Lexend Exa', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    background-color: #050505;
    color: antiquewhite; 
}

  a {
    color: inherit;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    a:hover, a:focus {
      color: #ababab;
      text-decoration: none;
      outline: 0 none; }
  
  /*
   * Selection color
   */
  ::-moz-selection {
    background-color: #ff7e00;
    color: #fff; }
  
  ::selection {
    background-color:#ff7e00;
    color: #fff; }
  
  /*
   *  CSS Helper Class
   */
  .clear:before, .clear:after {
    content: " ";
    display: table; }
  
  .clear:after {
    clear: both; }
  
  .pt-table {
    display: table;
    width: 100%;
    height: calc(30vh - 4px);
    position: relative;
    top: 10px;
  }
  
  .pt-tablecell {
    display: table-cell;
    vertical-align: middle;
  }
  
  .overlay {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  
  .relative {
    position: relative; }
  
  .loading-mask {
    background-color:#ff7e00;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 50%;
    -webkit-transition: all 0.6s cubic-bezier(0.61, 0, 0.6, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.61, 0, 0.6, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.61, 0, 0.6, 1) 0s;
    transition: all 0.6s cubic-bezier(0.61, 0, 0.6, 1) 0s; }
    .loading-mask:nth-child(2) {
      left: 20%;
      -webkit-transition-delay: 0.1s;
      -moz-transition-delay: 0.1s;
      -o-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    .loading-mask:nth-child(3) {
      left: 40%;
      -webkit-transition-delay: 0.2s;
      -moz-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .loading-mask:nth-child(4) {
      left: 60%;
      -webkit-transition-delay: 0.3s;
      -moz-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    .loading-mask:nth-child(5) {
      left: 80%;
      -webkit-transition-delay: 0.4s;
      -moz-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      transition-delay: 0.4s; }
  
  .preloader.active.done {
    z-index: 0; }
  
  .preloader.active .loading-mask {
    width: 0; }
  
  /*------------------------------------------------
      Home Page
  -------------------------------------------------*/
  
  .hexagon-item:first-child {
      margin-left: 0;
  }
  
  .page-home {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle; }
    .page-home .overlay {
      background-color: #050505;
  }
  
  /* End of container */
  .hexagon-item {
    cursor: pointer;
    width: 200px;
    height: 173.20508px;
    float: left;
    margin-left: -29px;
    z-index: 0;
    position: relative;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg); }
    .hexagon-item:first-child {
      margin-left: 0; }
    .hexagon-item:hover {
      z-index: 1; }
      .hexagon-item:hover .hex-item:last-child {
        opacity: 1;
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3); }
      .hexagon-item:hover .hex-item:first-child {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2); }
        .hexagon-item:hover .hex-item:first-child div:before,
        .hexagon-item:hover .hex-item:first-child div:after {
          height: 5px; }
      .hexagon-item:hover .hex-item div::before,
      .hexagon-item:hover .hex-item div::after {
        background-color: #ff7e00; }
      .hexagon-item:hover .hex-content svg {
        -webkit-transform: scale(0.97);
        -moz-transform: scale(0.97);
        -ms-transform: scale(0.97);
        -o-transform: scale(0.97);
        transform: scale(0.97); }
  
  .page-home .hexagon-item:nth-last-child(1),
  .page-home .hexagon-item:nth-last-child(2),
  .page-home .hexagon-item:nth-last-child(3) {
    -webkit-transform: rotate(30deg) translate(87px, -80px);
    -moz-transform: rotate(30deg) translate(87px, -80px);
    -ms-transform: rotate(30deg) translate(87px, -80px);
    -o-transform: rotate(30deg) translate(87px, -80px);
    transform: rotate(30deg) translate(87px, -80px); }
  
  .hex-item {
    position: absolute;
    top: 0;
    left: 50px;
    width: 100px;
    height: 173.20508px; }
    .hex-item:first-child {
      z-index: 0;
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -o-transform: scale(0.9);
      transform: scale(0.9);
      -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
      -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
      -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .hex-item:last-child {
      transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
      z-index: 1; }
    .hex-item div {
      box-sizing: border-box;
      position: absolute;
      top: 0;
      width: 100px;
      height: 173.20508px;
      -webkit-transform-origin: center center;
      -moz-transform-origin: center center;
      -ms-transform-origin: center center;
      -o-transform-origin: center center;
      transform-origin: center center; }
      .hex-item div::before, .hex-item div::after {
        background-color: #1e2530;
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
      .hex-item div:before {
        top: 0; }
      .hex-item div:after {
        bottom: 0; }
      .hex-item div:nth-child(1) {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg); }
      .hex-item div:nth-child(2) {
        -webkit-transform: rotate(60deg);
        -moz-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        -o-transform: rotate(60deg);
        transform: rotate(60deg); }
      .hex-item div:nth-child(3) {
        -webkit-transform: rotate(120deg);
        -moz-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
        -o-transform: rotate(120deg);
        transform: rotate(120deg); }
  
  .hex-content {
    color: #ff7e00;
    display: block;
    height: 180px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    transform: rotate(-30deg);
    width: 156px; }
    .hex-content .hex-content-inner {
      left: 50%;
      margin: -3px 0 0 2px;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .hex-content .icon {
      display: block;
      font-size: 36px;
      line-height: 30px;
      margin-bottom: 11px; }
    .hex-content .title {
      display: block;
      font-family: "Open Sans", sans-serif;
      font-size: 12px;
      letter-spacing: 1px;
      line-height: 24px;
      text-transform: uppercase; }
    .hex-content svg {
      left: -7px;
      position: absolute;
      top: -13px;
      transform: scale(0.87);
      z-index: -1;
      -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
    .hex-content:hover {
      color: #fff; }
  
  .page-home .hexagon-item:nth-last-child(1), .page-home .hexagon-item:nth-last-child(2), .page-home .hexagon-item:nth-last-child(3) {
      -webkit-transform: rotate(30deg) translate(87px, -80px);
      -moz-transform: rotate(30deg) translate(87px, -80px);
      -ms-transform: rotate(30deg) translate(87px, -80px);
      -o-transform: rotate(30deg) translate(87px, -80px);
      transform: rotate(30deg) translate(87px, -80px);
  }
  
  .hexagon-item:first-child {
      margin-left: 0;
  }
  
  .pt-table.desktop-768 .pt-tablecell {
      padding-bottom: 0px;
      padding-top: 0px;
  }
  
  .hexagon-item:hover .title
  {
    -webkit-animation: focus-in-contract 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
              animation: focus-in-contract 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }
  /***************************/
  
  @-webkit-keyframes focus-in-contract {
    0% {
      letter-spacing: 1em;
      -webkit-filter: blur(12px);
              filter: blur(12px);
      opacity: 0;
    }
    100% {
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
  }
  @keyframes focus-in-contract {
    0% {
      letter-spacing: 1em;
      -webkit-filter: blur(12px);
              filter: blur(12px);
      opacity: 0;
    }
    100% {
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
  }
    
  @media only screen and (max-width: 600px)
  {
  .hexagon-item {
      float: none;
      margin: 0 auto 50px;
  }
    .hexagon-item:first-child {
      margin-left: auto;
  }
    
    .page-home .hexagon-item:nth-last-child(1), .page-home .hexagon-item:nth-last-child(2), .page-home .hexagon-item:nth-last-child(3) {
      -webkit-transform: rotate(30deg) translate(0px, 0px);
      -moz-transform: rotate(30deg) translate(0px, 0px);
      -ms-transform: rotate(30deg) translate(0px, 0px);
      -o-transform: rotate(30deg) translate(0px, 0px);
      transform: rotate(30deg) translate(0px, 0px);
  }
    
  }
  /***********************Innen a másik style**********************/
  nav {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    border: 2px solid antiquewhite;
    border-radius: 30px;
    animation: slide-in 1s ease-out;
    z-index: 100;
  }
  
  ul {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    margin: 0;
    padding: 0 30px;
    list-style-type: none;
  }
  ul li:not(:last-child) {
    margin-right: 20px;
  }
  ul li {
    border: 2px solid transparent;
    border-radius: 5px;
    padding: 10px;
    transition: background 0.2s;
  }
  ul li a {
    color: #ff7e00;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.2s;
  }
  ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    display: block;
    margin: 12px -12px;
    padding: 0;
    background: #050505;
    border: 2px solid #050505;
    border-right: 2px solid #050505;
    border-bottom: 2px solid #050505;
    border-radius: 5px;
    transition: opacity 0.2s, visibility 0.2s;
  }
  ul li ul li {
    margin: -2px 0 0 -2px;
    width: calc(100% - 20px);
    line-height: 1.7;
  }
  ul li ul li a {
    color: #2375D8;
  }
  ul li:hover {
    background: #ff7e00;
    border: 2px solid #ff7e00;
    border-right: 2px solid #ff7e00;
    border-bottom: 2px solid #ff7e00;
  }
  ul li:hover a {
    color: antiquewhite;
  }
  ul li:hover ul {
    visibility: visible;
    opacity: 1;
    box-shadow: 0px 3px 5px 2px antiquewhite;
  }
  ul li:hover ul li a {
    color: antiquewhite;
  }
  
  @keyframes slide-in {
    0% {
      top: -50px;
    }
    40% {
      top: 20px;
    }
    70% {
      top: 10px;
    }
    100% {
      top: 15px;
    }
  }

div.fejlec {
    height: 60px;
    width: 100%;
    position: relative;
}
div.szoveg {
    color: antiquewhite;
    font-size: 8pt;
    position: absolute;
    bottom: 100px;
} 
div.kartya1 {
  margin-left:4.16666%;
  font-size: 10pt;
  color:antiquewhite;
  text-align: center;
  line-height: 150%;
  font-family: 'Lexend Exa', sans-serif;
  border-radius: 5px;
}
div.kartya {
  font-size: 10pt;
  color:antiquewhite;
  text-align: center;
  line-height: 150%;
  font-family: 'Lexend Exa', sans-serif;
  border-radius: 5px;
}
img.kartyakep {
  border: 1px solid;
  border-color: antiquewhite;
  border-radius: 5px; 
}
img.kartyakepseged {
  border: 3px solid;
  border-color: #f6c23e;
  border-radius: 5px;
  width: 100%; 
}
/************ROCS_eredmenyek***********/
div.kartya2 {/*in col*/
  background-color:#1cc88a;
  border-radius: 5px;
}
div.kartya3 {/*in row*/
  opacity: 0.5; 
  margin-top: 20px; 
  font-size: 14px; 
  line-height: 150%;
  color: #050505;
}
/************ROCS_versenyleiras***********/
div.kartya4 {
  font-size:100%;
  background-color:#1cc88a;
  opacity: 0.7;
  color: #050505;
  border-radius: 30px;
  line-height: 150%;
}
/************BJG_kutatas***********/
div.kartya5 {
  font-size: 150%;
  text-align: center;
  background-color:darkred;
  opacity: 0.7;
}
iframe.video {
  border: 2px solid;
  border-color: antiquewhite;
  border-radius: 5px;
}
img.kep {
  border: 2px solid;
  border-color: antiquewhite;
  border-radius: 20px;
  width: 250px;
}
div.abstract {
  background-color:#1cc88a;
  border-radius: 10px;
  color: #050505;
  opacity: 0.7;
  font-size: 80%;
  line-height: 150%;
  margin-right: 15px;
}
div.letoltes {
  background-color:#f6c23e;
  border-radius: 10px;
  color: #050505;
  opacity: 0.7;
  font-size: 80%;
  line-height: 150%;
}
p.cim {
  font-size: 150%;
  font-weight: bold;
  line-height: 150%;
  margin-top: 10px;
}
a.link {
  color: #4e73df;
  font-weight: bold;
}
/************Segédanyagok***********/
div.lapmenu {
  font-size: 150%;
  text-align: center;
  background-color: #4e73df;
  opacity: 0.7;
}
