/* General */
body {
  font-size: 17px;
  font-weight: 300; }

#wrapper {
  background: white url("../images/top-bg.png") no-repeat left top;
  background-size: 100% auto; }

body#konf #wrapper {
  background: #fff url("../images/konf-top-bg.png") no-repeat center top;
  background-size: 100% auto; }

body#kozpont #wrapper {
  background: #fff url("../images/top-bg-kozpont.jpg") no-repeat center top;
  background-size: 100% auto; }

.container {
  margin: 0 5%;
  width: 90%;
  padding: 0; }

.content-wrap {
  padding: 0; }

#header {
  background-color: transparent;
  border-bottom: 0;
  position: relative; }

#header.sticky-style-2 {
  height: auto !important; }

#header .container {
  position: static; }

h2 {
  text-transform: uppercase; }

.shadow {
  background-color: #fff !important;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5); }

/* Links and Buttons */
section a {
  text-decoration: none !important;
  color: #e30909 !important;
  border-bottom: none;
  transition: color .2s ease-in-out;
  font-weight: 600; }

section a:hover {
  text-decoration: none !important;
  color: #0f1546 !important;
  border-bottom: none; }

strong {
  font-weight: 600; }

/* Buttons */
.button {
  font-weight: normal;
  letter-spacing: 1px;
  margin: 20px 0 0 0;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.5); }

.button-red {
  background-color: #e30909;
  color: white !important; }

.button-red:hover {
  background-color: #f85a5a;
  color: white !important; }

.button-blue {
  background-color: #0f1546;
  color: white !important; }

.button-blue:hover {
  background-color: #212e9a;
  color: white !important; }

/* Go to Top */
#gotoTop:hover {
  background-color: #0f1546; }

/* Logo */
#logo {
  padding: 40px 0; }

body#konf #logo img {
  height: 300px; }

body#kozpont #logo img {
  height: 100px; }

#top-bar,
#top-social li,
#primary-menu.style-2 {
  border: 0; }

#primary-menu.style-2 .container {
  border-bottom: 1px solid #ddd; }

body#konf #header #pte3d-logo {
  position: absolute;
  left: 0;
  top: 90px; }

body#kozpont #header #pte3d-logo {
  position: absolute;
  left: 0;
  top: 30px; }

#header #pte3d-logo a {
  display: block;
  padding: 15px 30px;
  background-color: #0f1546; }

#header #pte3d-logo img {
  height: 70px; }

/* Top social */
#top-social {
  float: right;
  position: relative;
  left: -50%; }

#top-social ul {
  position: relative;
  left: 50%; }

#top-social li a {
  color: #ddd; }

#top-social li a {
  font-weight: normal; }

body#konf #top-social li a {
  color: #333; }

#top-social li a.lang {
  width: auto !important;
  overflow: visible;
  text-transform: uppercase;
  padding: 0 1em;
  letter-spacing: 1px; }

#top-social li a.lang:hover {
  background-color: #E53B2C; }

/* Primary menu */
#primary-menu .container {
  background-color: white;
  position: relative; }

.container #primary-menu-trigger {
  top: 0 !important;
  font-size: 18px;
  width: 70px;
  height: 60px;
  line-height: 60px; }

#logo-in-nav a {
  position: absolute;
  top: 0;
  left: 0; }

#logo-in-nav a {
  padding: 19px 20px; }

#logo-in-nav img {
  width: 50px; }

#primary-menu ul li > a,
#primary-menu.style-2 > div > ul > li > a {
  font-weight: normal;
  font-size: 16px;
  padding: 19px 10px 16px 20px;
  margin: 0 !important; }

@media only screen and (min-width: 990px) {
  #primary-menu ul {
    width: 100%;
    padding: 0 100px;
    text-align: center; }
  #primary-menu ul li {
    display: inline-block; }
  #primary-menu ul > li {
    float: none;
    margin: 0; }
  #primary-menu ul li > a,
  #primary-menu.style-2 > div > ul > li > a {
    padding: 19px 10px 16px 10px;
    border-bottom: 3px solid transparent;
    margin: 0; }
  #primary-menu.style-2 > div > ul > li:hover > a,
  #primary-menu.style-2 > div > ul > li.current > a,
  #primary-menu ul li:hover a,
  #primary-menu ul li.current a {
    color: #0f1546;
    border-bottom: 3px solid #0f1546; } }

/* Forms */
body#projekt #regform .container,
body#projekt #regform .container .col-sm-6 {
  padding: 0; }

body#projekt #regform .container .leiras {
  padding: 30px; }

#regform .regisztracio {
  background: #211551 url("../images/blue-bg.png") no-repeat left top;
  padding: 30px !important; }

#regform .regisztracio p,
#regform .regisztracio h4,
#regform .regisztracio h2 {
  color: white; }

#regform .regisztracio p.error {
  color: red; }

#regform form {
  margin-bottom: 0; }

form div {
  margin-top: 2em; }

form label {
  display: block;
  margin: 0;
  font-size: 15px;
  color: white;
  font-weight: normal; }

form .radiowrapper {
  display: inline-block;
  margin: .5em 2em 0 0; }

form .radiowrapper label {
  display: inline;
  padding-left: 1em; }

input[type=text],
input[type=url],
input[type=tel],
input[type=number],
input[type=color],
input[type=email],
input[type=password],
textarea {
  display: block;
  width: 100%;
  margin: .25em 0 0 0;
  border: none;
  font-size: 18px;
  padding: .5em 1em;
  color: #333;
  letter-spacing: 1px;
  background-color: #f5f5f5; }

.form-success {
  color: white; }

.form-success i {
  font-size: 7em; }

form .error {
  padding-top: .5em;
  color: red; }

/* Search */
#top-search {
  display: none;
  margin-right: 2%; }

/* Page menu */
#page-menu-wrap {
  background-color: transparent; }

#page-menu .container,
.sticky-page-menu #page-menu-wrap {
  background-color: #0f1546; }

#page-menu.bioprinting .container,
.sticky-page-menu.bioprinting #page-menu-wrap {
  background-color: #e30909; }

#page-menu .menu-title {
  padding: 0 0;
  float: right; }

@media only screen and (min-width: 990px) {
  #page-menu nav {
    position: static;
    float: none; }
  #page-menu ul {
    width: 100%;
    padding: 0;
    text-align: center; }
  #page-menu ul li {
    display: inline-block; }
  #page-menu ul > li {
    float: none;
    margin: 0; } }

/* Page title */
section#page-title {
  background-color: transparent;
  padding: 0;
  border-bottom: 0; }

section#page-title .container {
  background-color: #eee !important;
  padding: 40px; }

section#page-title .breadcrumb {
  right: 40px !important; }

/* Footer */
#footer.dark,
.dark #footer {
  background-color: #101547; }

.dark .footer-widgets-wrap p {
  color: #888BAB; }

#footer .footer-widgets-wrap {
  padding: 40px 0; }

footer .col_nav {
  float: left;
  width: 35%;
  text-align: right; }

footer .col_lang {
  float: left;
  width: 30%;
  text-align: center; }

footer .col_email {
  float: left;
  width: 35%;
  text-align: left; }

footer .col_nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

footer .col_lang p {
  text-align: center; }

footer .col_nav ul li,
footer p {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  line-height: 240%; }

.dark #footer .social-icon.si-borderless, #footer.dark .social-icon.si-borderless {
  color: #ccc !important; }

footer .copyright {
  text-align: center;
  padding-bottom: 2em; }

/* Szechenyi 2020 */
/* 881px felett */
@media (min-width: 881px) {
  #szechenyi2020-felso {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2000; }
  #szechenyi2020-felso img {
    height: 200px; }
  #szechenyi2020-also {
    display: none; }
  body#konf #szechenyi2020-also {
    display: block;
    text-align: center;
    border-top: 1px solid #444;
    padding: 40px; }
  body#konf #szechenyi2020-also .szechenyi2020-infoblokk {
    display: none; } }

/* 880px alatt */
@media (max-width: 880px) {
  #szechenyi2020-also {
    display: flex; }
  #szechenyi2020-also .szechenyi2020-szoveg {
    align-self: flex-end;
    padding: 30px; }
  #szechenyi2020-also .szechenyi2020-szoveg p {
    line-height: 150%;
    font-size: 14px; }
  #szechenyi2020-also .szechenyi2020-infoblokk {
    align-self: flex-end;
    width: 100%; }
  #szechenyi2020-felso {
    display: none; } }

/* 550px alatt */
@media (max-width: 550px) {
  #szechenyi2020-also {
    display: block; }
  #szechenyi2020-also .szechenyi2020-szoveg {
    display: none; }
  #szechenyi2020-also .szechenyi2020-infoblokk {
    text-align: right; }
  #szechenyi2020-also .szechenyi2020-infoblokk img {
    max-width: 90%; } }

/* Kepes lista */
ul.kepes {
  list-style-type: none;
  margin: 0;
  padding: 0; }

ul.kepes li {
  float: left;
  width: 50%; }

ul.kepes li:nth-child(odd) {
  margin: 0 0 50px 0; }

ul.kepes li:nth-child(even) {
  margin: 50px 0 0 0; }

ul.kepes li:nth-child(odd) .kepes-kep {
  float: right;
  width: 165px;
  padding: 0 0 0 15px;
  background: transparent url("../images/image-triangles.png") no-repeat left center;
  background-size: 30px 30px; }

ul.kepes li:nth-child(odd) .kepes-cim {
  margin: 0 190px 0 0;
  padding-top: 15px;
  text-align: right; }

ul.kepes li:nth-child(even) .kepes-kep {
  float: left;
  width: 165px;
  padding: 0 15px 0 0;
  background: transparent url("../images/image-triangles.png") no-repeat right center;
  background-size: 30px 30px; }

ul.kepes li:nth-child(even) .kepes-cim {
  margin: 0 0 0 190px;
  padding-top: 15px;
  text-align: left; }

ul.kepes li .kepes-kep img {
  height: 100px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5); }

/* Cimlap */
.home h4,
.munkacsoportok h4 {
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  margin: 1em 0 .2em 0;
  line-height: 120%; }

.home h2 {
  padding: 0 0 0 35px;
  margin: 0 0 20px 0;
  font-weight: 500;
  font-size: 22px;
  line-height: 40px;
  color: #0f1546;
  text-transform: uppercase;
  background: transparent url("../images/heading-bg-red.png") no-repeat left top;
  background-size: auto 40px; }

.home.dark h2 {
  color: #fff; }

section p {
  margin-bottom: 1em; }

section ul {
  list-style-type: square;
  list-style-position: inside; }

/* Cimlap - Munkacsoportok */
.home-munkacsoportok {
  padding: 40px 0 120px 0;
  background: #211551 url("../images/blue-bg.png") no-repeat left top;
  background-size: cover; }

.home-munkacsoportok .col_left,
.munkacsoportok .col_left,
.home-munkacsoportok .col_right,
.munkacsoportok .col_right {
  margin: 0;
  padding: 0;
  width: 50%; }

section.munkacsoportok .container {
  background-color: #eee;
  padding: 40px; }

/* Cimlap - Konferencia */
.home-konferencia {
  background: transparent;
  margin-top: -80px; }

.home-konferencia .content-wrap {
  background-color: transparent; }

.home-konferencia .container {
  margin: 0;
  width: 100%; }

.home-konferencia .content-wrap > div {
  display: flex; }

.home-konferencia .col_left {
  background-color: white;
  margin-right: 0;
  margin-left: 5%;
  width: 45%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  text-transform: uppercase; }

.home-konferencia .col_left .inner {
  margin: 0;
  padding: 40px; }

.home-konferencia .col_right {
  width: 50%;
  margin: 0;
  background-color: transparent;
  padding: 40px 0 40px 0; }

/* Cimlap - Anyagaink */
.home-anyagaink {
  background: red url("../images/red-bg.png") no-repeat left top;
  background-size: cover;
  margin-top: -80px;
  padding-bottom: 40px;
  padding-top: 80px; }

.home-anyagaink h2 {
  background: transparent url("../images/heading-bg-blue.png") no-repeat left top;
  background-size: auto 40px; }

.home-anyagaink .col_half {
  margin: 0;
  width: 50%; }

/* Cimlap - Partnereink */
.home-partnereink {
  padding: 40px 0;
  background-color: white; }

.home-partnereink div.partner {
  padding: 40px 0 40px 40px; }

.home-partnereink div div img {
  max-width: 240px; }

/* Hirek */
#posts .entry-content {
  margin-top: 20px; }

section#hirek {
  background-color: transparent;
  padding: 0;
  border-bottom: 0; }

section#hirek .container {
  padding: 40px 0 40px 40px;
  background-color: white; }

section#hir .container {
  padding: 40px;
  background: white; }

.post-sizer,
.post-item {
  width: 50%;
  float: left;
  padding: 0;
  margin: 0;
  float: left;
  padding: 0 40px 0 0;
  margin-bottom: 0px; }

.entry-content {
  display: block;
  clear: both; }

#slider {
  margin: 0 5%;
  width: 90%; }

div.slider-caption {
  margin-left: 60px; }

.swiper_wrapper .slider-caption h2 {
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 130%;
  background-color: #e30909;
  display: inline;
  padding: 0; }

.swiper_wrapper .slider-caption h2 a {
  color: white !important; }

h3,
.entry-title h2 {
  font-size: 21px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 120%; }

h3 {
  margin: 1.5em 0 .5em 0; }

.entry-title h2 a,
.portfolio-desc h3 a {
  border: none;
  color: #0f1546 !important; }

section a.more-link {
  font-family: 'Kanit', sans-serif;
  border-bottom: none;
  color: #e30909 !important; }

section a.more-link:hover {
  color: #0f1546 !important; }

.excerpt {
  font-weight: 400;
  font-style: italic;
  font-size: 21px;
  padding-bottom: 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em; }

.si-share span {
  font-weight: 600;
  font-size: 16px; }

/* Bemutatkozas panel */
section.bemutatkozas .container {
  display: flex;
  padding: 0 !important;
  background-color: #eee !important; }

section#home-projekt-bemutatkozas .container {
  margin-top: 40px;
  background-color: #fff !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }

section.bemutatkozas .container .bemutatkozas-leiras {
  padding: 40px !important; }

section.bemutatkozas .container .bemutatkozas-leiras h2 {
  margin: 0 0 .125em 0; }

section.bemutatkozas .container .bemutatkozas-leiras h4 {
  font-weight: 400;
  font-style: italic;
  margin: 0 0 1.5em 0; }

section.bemutatkozas .container .bemutatkozas-kep {
  margin: 0;
  padding: 0 !important;
  background-size: cover !important; }

section#home-projekt-bemutatkozas .bemutatkozas-kep {
  background: #eee url("../images/kep-projekt.jpg") no-repeat left bottom;
  padding: 40px; }

section#projekt-bemutatkozas .bemutatkozas-kep {
  background: #eee url("../images/kep-projekt.jpg") no-repeat left bottom; }

section#orvostudomanyi-bemutatkozas .bemutatkozas-kep {
  background: #eee url("../images/kep-orvostudomanyi.jpg") no-repeat left center; }

section#klinikai-bemutatkozas .bemutatkozas-kep {
  background: #eee url("../images/kep-klinikai.jpg") no-repeat left center; }

section#bioprinting-bemutatkozas .bemutatkozas-kep {
  background: #eee url("../images/kep-bioprinting.jpg") no-repeat left center; }

section#muszaki-bemutatkozas .bemutatkozas-kep {
  background: #eee url("../images/kep-muszaki.jpg") no-repeat left center; }

section#muveszeti-bemutatkozas .bemutatkozas-kep {
  background: #eee url("../images/kep-muveszeti.jpg") no-repeat left center; }

section#termeszettudomanyi-bemutatkozas .bemutatkozas-kep {
  background: #eee url("../images/kep-termeszettudomanyi.jpg") no-repeat left center; }

section#home-projekt-bemutatkozas .container .bemutatkozas-kep a {
  color: #fff !important;
  font-weight: 300; }

section#home-projekt-bemutatkozas h2 {
  margin: -40px 0 20px -41px; }

section#home-projekt-bemutatkozas h4 {
  color: #fff; }

/* Posts panel */
section#posts .container {
  padding: 40px 25px !important; }

/* A Projekt */
body#projekt section .container {
  background-color: #fff;
  padding: 40px; }

.team-title span {
  color: #777;
  margin: 0 0 .5em 0; }

/* Konferencia */
section {
  margin-bottom: 40px; }

body#konf section .container {
  background-color: #fff;
  padding: 40px; }

body#konf section .content-wrap.gradient {
  background: #fff url("../images/gradient-bg.png") repeat-x left top; }

body#konf section .content-wrap.gradient .container {
  background-color: transparent !important; }

table tbody tr.alt {
  background-color: rgba(144, 144, 144, 0.075); }

.exhibitor .company-logo img {
  max-width: 240px; }

#registration,
#photos {
  background: red url("../images/red-bg.png") no-repeat left top;
  background-size: cover;
  color: white !important; }

body#konf section#registration .container,
body#konf section#photos .container {
  background-color: transparent; }

body#konf section#registration .container label,
body#konf section#registration .container h2,
body#konf section#photos .container label,
body#konf section#photos .container h2 {
  color: white; }

body#konf section#registration .container a {
  color: white !important;
  border-bottom: 1px solid white; }

body#konf section#photos .container a {
  color: white !important; }

body#konf section#registration .container form div {
  margin-top: 2em; }

body#konf section#registration .container label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px; }

body#konf section#registration .container input[type=text],
body#konf section#registration .container input[type=email] {
  border: none;
  font-size: 18px;
  padding: .5em 1em;
  width: 30em;
  color: #333;
  letter-spacing: 1px; }

body#konf section#registration .form-success i {
  font-size: 7em; }

/* Conference Sections */
body#konf #sections {
  margin: 0; }

body#konf #sections .container {
  padding: 0; }

body#konf .conf-section {
  margin: 0;
  padding: 0 !important;
  background-size: cover;
  position: relative; }

body#konf .conf-section:after {
  content: "";
  display: block;
  padding-bottom: 100%;
  background: rgba(0, 0, 0, 0.2); }

body#konf .conf-section.main:after {
  padding-bottom: 50%; }

body#konf .conf-section.bioprinting {
  background-image: url(../images/konf-szkk.jpg); }

body#konf .conf-section.engineering {
  background-image: url(../images/konf-mik.jpg); }

body#konf .conf-section h2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  padding: 0 2em;
  color: white;
  text-align: center;
  margin: 0;
  letter-spacing: 2px;
  z-index: 4;
  text-shadow: 0px 0px 40px black; }

/* Rendezveny */
body#konf .conf-map {
  padding: 0; }

body#konf .conf-map img {
  min-width: 100%; }

body#konf section#event .container {
  padding: 0; }

section#event .container {
  position: relative;
  background: cyan; }

section#event .col_left {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 55%;
  margin: 0; }

section#event .col_left img {
  width: 100%;
  -webkit-clip-path: polygon(0 0, 92% 0, 92% 42%, 100% 50%, 92% 58%, 92% 100%, 0 100%);
  clip-path: polygon(0 0, 92% 0, 92% 42%, 100% 50%, 92% 58%, 92% 100%, 0 100%); }

section#event .col_right {
  width: 100%;
  margin: 0;
  padding: 0; }

section#event .col_right img {
  width: 50%;
  float: right; }

section#event .rendezveny-info {
  text-align: center;
  background-color: white;
  padding: 20px 40px 40px 40px;
  margin: 0; }

table td.time {
  width: 10em; }

table td p {
  margin: 0 0 .25em 0;
  line-height: 150% !important; }

/* Speakers toggle */
.speaker-info {
  padding: 0 20px 0 0;
  margin: .5em 0 20px 0; }

.speaker-info img {
  float: left;
  width: 100px;
  padding: 1em 0 0 0; }

.speaker-info .bio {
  margin-left: 130px; }

.speaker-info .bio h3 {
  margin: 0;
  padding: 1em 0 0 0;
  font-size: 1em; }

h3.speaker_name {
  margin: 0 0 .25em 0;
  font-weight: normal; }

table td .speaker_info p {
  margin: 0 0 .5em 0; }

.speaker_info h4,
.speaker_data h4 {
  margin: 0;
  padding: 1em 0 0 0;
  font-size: 1em;
  font-weight: normal;
  font-style: italic; }

td.speaker_photo {
  width: 140px; }

p.speaker_more_link {
  margin-top: 1em; }

/* Eloadok */
section#eloadok .row {
  margin: 0 !important; }

section#eloadok .col {
  padding: 0 0 40px 0 !important; }

section#eloadok .container {
  padding-bottom: 0 !important; }

body#konf .team.team-list {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  margin-right: 40px; }

body#konf .team.team-list .team-image,
body#konf .team-image img {
  float: left;
  width: 200px;
  margin-right: 20px; }

body#konf .team-title span {
  color: #999; }

body#konf .team-desc {
  display: block;
  margin-left: 210px; }

body#konf .team-list h5 {
  font-weight: 300;
  font-style: italic;
  margin-bottom: .25em; }

body#konf .toggle {
  display: block;
  clear: both;
  padding: .5em 0 0 0; }

body#konf .toggle .togglet {
  padding: 0;
  margin: 0;
  font-weight: 300; }

body#konf .toggle .togglet i {
  font-size: 24px; }

body#konf .toggle .togglet, .toggle .toggleta {
  padding-left: 32px; }

body#konf .toggle .togglec {
  padding: 1em 0 0 0;
  margin: 0; }

/* Kiallitok */
section#kiallitok .team.team-list .team-image,
section#kiallitok .team-image img {
  width: 200px;
  float: none;
  display: block;
  margin-bottom: 20px; }

section#kiallitok .team-desc {
  display: block;
  margin-left: 0; }

/* Helpers */
section ul.nobullet {
  list-style-type: none;
  margin: 0;
  padding: 0; }

/* Galeriak */
section#galeriak .container {
  background-color: #eee;
  padding: 40px; }

/* Media queries */
@media only screen and (min-width: 768px) {
  footer #footer-social {
    float: right;
    position: relative;
    left: -50%; }
  footer #footer-social p {
    list-style: none;
    position: relative;
    left: 50%;
    margin-top: 2em; } }

@media only screen and (max-width: 991px) {
  body {
    font-size: 15px;
    font-weight: 300; }
  #header .container {
    margin: 0 !important;
    width: auto !important; }
  #logo-in-nav {
    display: none; }
  #logo {
    height: auto;
    padding: 20px 0 !important; }
  #header-wrap {
    margin: 0 5%;
    background-color: white;
    border-bottom: 1px solid #eee; }
  #page-menu nav {
    right: 5%;
    background-color: #0f1546; }
  #header #pte3d-logo {
    top: 70px; }
  #primary-menu.style-2 > div > ul {
    margin-left: 22px !important; }
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover a,
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current a,
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover a,
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current a {
    color: #e30909 !important; }
  #page-submenu-trigger {
    position: static;
    float: right;
    width: auto;
    padding: 0 20px; }
  #page-submenu-trigger i {
    padding-left: .5em; }
  /* Kepes lista - egy oszlop */
  ul.kepes li {
    float: none;
    width: 100%;
    clear: both;
    padding-top: 20px; }
  ul.kepes li:nth-child(odd),
  ul.kepes li:nth-child(even) {
    margin: 0; }
  ul.kepes li:nth-child(odd) .kepes-kep,
  ul.kepes li:nth-child(even) .kepes-kep {
    float: left;
    width: 165px;
    padding: 0 15px 0 0;
    background: transparent url("../images/image-triangles.png") no-repeat right center;
    background-size: 30px 30px; }
  ul.kepes li:nth-child(odd) .kepes-cim,
  ul.kepes li:nth-child(even) .kepes-cim {
    margin: 0 0 0 200px;
    padding-top: 25px;
    text-align: left; }
  ul.kepes li .kepes-kep img {
    height: 100px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5); }
  section.bemutatkozas .col_image {
    display: none; } }

@media (max-width: 767px) {
  body#konf #header {
    position: static !important; }
  body#konf #wrapper {
    background-size: 1000px auto; }
  body#konf #header #pte3d-logo {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -84px; }
  body#kozpont #header #pte3d-logo {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -84px; }
  #top-social {
    display: block !important; }
  body#konf #top-social {
    margin-top: 100px; }
  body#konf section .container {
    padding: 20px; }
  .container,
  #primary-menu .container,
  #slider {
    width: 100% !important;
    margin: 0 !important;
    padding: 0; }
  .home-projekt .container,
  .home-konferencia .content-wrap > div {
    display: block; }
  #header-wrap {
    margin: 0;
    padding: 0; }
  #primary-menu .container #primary-menu-trigger {
    left: 0; }
  .swiper_wrapper .slider-caption h2 {
    font-size: 24px; }
  .col_left,
  .col_right {
    float: none;
    display: block;
    width: 100% !important;
    padding: 0 40px !important; }
  .home h2 {
    margin: 0px 0 20px 0; }
  .home-konferencia h2 {
    margin: 0px 0 20px -41px; }
  .home-munkacsoportok .col_left,
  .home-anyagaink .col_left,
  .home-projekt .col_left,
  .home-projekt .col_right {
    margin-bottom: 0 !important; }
  .home-projekt {
    padding: 0; }
  .home-projekt .col_left,
  .home-projekt .col_right {
    padding: 40px !important; }
  .home-konferencia {
    margin-top: 0; }
  .home-konferencia .col_left {
    background-color: white;
    margin: 0;
    padding: 0;
    width: 50%;
    box-shadow: none;
    text-transform: uppercase; }
  .home-konferencia .col_left .inner {
    padding: 40px 0 0 0; }
  .home-konferencia .col_right {
    padding: 0 !important;
    margin: 0 !important; }
  body#konf section#registration .container input[type=text],
  body#konf section#registration .container input[type=email] {
    width: 100%; }
  .home-anyagaink {
    margin-top: 0;
    padding-top: 40px; }
  .home-anyagaink .container > p {
    margin-left: 40px; }
  .post-sizer,
  .post-item {
    width: 100%;
    float: none; }
  footer .col_nav,
  footer .col_lang {
    float: none;
    width: auto;
    text-align: right; }
  footer .col_navlang {
    float: left;
    width: 50%;
    padding: 0 30px; }
  footer .col_email {
    float: left;
    width: 50%;
    padding: 0 30px; }
  footer .col_lang {
    margin-top: 1em; }
  footer .col_lang p {
    text-align: right; }
  footer #footer-social {
    float: right;
    margin-top: 2em;
    margin-right: -10px; }
  /* Hirek - egy oszlop */
  .left,
  .right {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 40px; }
  /* Konferencia */
  section#event .col_left,
  section#event .col_right {
    position: static;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important; }
  section#event .col_left img,
  section#event .col_right img {
    width: 100%;
    -webkit-clip-path: none;
    clip-path: none; } }

@media (max-width: 480px) {
  #wrapper {
    background-size: 500px auto; }
  #footer .footer-widgets-wrap {
    padding: 40px 0 0 0; }
  footer .col_navlang {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0; }
  footer .col_nav,
  footer .col_lang,
  footer .col_email {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0 30px;
    margin: 0; }
  footer .col_email {
    clear: both;
    border-top: 1px solid #444;
    padding: 30px;
    margin-top: 30px; }
  footer .col_lang p {
    text-align: left; }
  footer #footer-social {
    float: none;
    margin: 0;
    padding: 30px 0; }
  footer .copyright {
    text-align: left;
    border-top: 1px solid #444;
    margin: 0;
    padding: 30px; }
  section.home,
  #registration,
  section#event {
    margin-bottom: 0; }
  section#home-projekt-bemutatkozas h2 {
    margin: 0 0 20px -41px; }
  section#event .rendezveny-info {
    padding-bottom: 0; }
  table td {
    display: block;
    padding: 0 20px !important;
    line-height: 130%;
    border: 0 !important; }
  table tr {
    border-bottom: 1px solid #dddddd; }
  table tr td:first-child {
    padding-top: .75em !important; }
  table tr td:last-child {
    padding-bottom: .75em !important; }
  .speaker-info img {
    float: none;
    width: 100px;
    padding: 1em 0 1em 0; }
  .speaker-info .bio {
    margin-left: 0; } }

/* Disznovagas */
.disznovagas-regisztracio {
  padding: 30px !important;
  background: #101547 url("../images/blue-bg.png") no-repeat left top;
  background-size: cover;
  color: white; }
