@charset "UTF-8";
html {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

p {
  line-height: 1.75;
}

a {
  color: #eee206;
}

a:hover {
  color: #bcb305;
}

.text-primary {
  color: #eee206 !important;
}

table{
    width: 100%;
}

#portfolioModalAraink .modal-body {
	text-align: justify;
}

#portfolioModalAraink .modal-body table{
    font-size: 1.4rem;
	text-align: justify;
}


#portfolioModalAraink .modal-body h2 {
	text-align: center;
}

.container.subclass__arak table{
    font-size: 1.4rem;
	text-align: justify;
}

.modal-body img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.page-section {
  padding: 100px 0;
}

.page-section h2.section-heading {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 30px;
  text-transform: none;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

@media (min-width: 768px) {
  .page-section h2.section-heading {
    font-size: 40px;
  }
  .page-section h3.section-subheading {
    margin-bottom: 75px;
  }
  .page-section section {
    padding: 150px 0;
  }
}

::-moz-selection {
  background: #eee206;
  text-shadow: none;
}

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

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.btn {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #eee206;
  border-color: #eee206;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #c9bf05 !important;
  border-color: #c9bf05 !important;
  color: white;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

#mainNav {
  background-color: #212529;
}

#mainNav .navbar-toggler {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 12px;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #eee206;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

@media (max-width: 991px) {
  #mainNav .navbar-toggler {
    position: static;
    margin-left: auto;
  }
}

#mainNav .navbar-brand {
  color: #eee206;
  font-family: 'Kaushan Script', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #bcb305;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: white;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #eee206;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    -moz-transform-origin: all 0.3s;
    -ms-transform-origin: all 0.3s;
    transition: all 0.3s;
    color: #eee206;
  }
  #mainNav .navbar-brand img {
    height: 110px;
    -webkit-transition: all 0.3s;
    -moz-transform-origin: all 0.3s;
    -ms-transform-origin: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
  #mainNav.navbar-shrink .navbar-brand img {
    height: 60px;
  }
}

header.masthead {
  text-align: center;
  color: white;
  background-image: url("../img/header-bg5.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

header.masthead .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 25px;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

header.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

header.masthead .intro-text .intro-lead-out {
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 25px;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 25px;
    font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }
  header.masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 25px;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }
  header.masthead .intro-text .intro-lead-out {
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 50px;
    font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }
}

#maszoterem .info-icon.fa-4x {
  font-size: 3rem;
}

#maszoterem .info-icon i.fa-circle {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transform-origin: all 0.2s ease-in-out;
  -ms-transform-origin: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  vertical-align: middle;
}

#maszoterem .info-icon i.fa-inverse {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transform-origin: all 0.2s ease-in-out;
  -ms-transform-origin: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  vertical-align: middle;
}

#maszoterem .info-icon:hover i.fa-circle {
  color: transparent;
  font-size: 0em;
}

#maszoterem .info-icon:hover i.fa-inverse {
  font-size: 1.8em;
  color: #eee206;
}

#maszoterem .row .service-heading {
  margin: 15px 0 0 0;
}

#maszoterem .row.block-title-row {
  margin-bottom: 50px;
}

#maszoterem .row .col-md-4 {
  margin-bottom: 50px;
}

@media (min-width: 767px) {
  #maszoterem .info-icon.fa-4x {
    font-size: 4rem;
  }
  #maszoterem .row .service-heading {
    margin: 15px 0;
  }
  #maszoterem .row .col-md-4 {
    margin-bottom: 0;
  }
}

#szolgaltatasok .portfolio-item {
  right: 0;
  margin: 0 0 45px;
}

#szolgaltatasok .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}

#szolgaltatasok .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(238, 226, 6, 0.9);
}

#szolgaltatasok .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}

#szolgaltatasok .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}

#szolgaltatasok .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}

#szolgaltatasok .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#szolgaltatasok .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}

#szolgaltatasok .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
  background-color: #fff;
}

#szolgaltatasok .portfolio-item .portfolio-caption h4 {
  margin: 0;
  text-transform: none;
}

#szolgaltatasok .portfolio-item .portfolio-caption p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#szolgaltatasok * {
  z-index: 2;
}

@media (min-width: 767px) {
  #szolgaltatasok .portfolio-item {
    margin: 0 0 15px;
  }
  #szolgaltatasok .portfolio-item .portfolio-caption {
    padding: 25px;
  }
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: '';
  background-color: #e9ecef;
}

.timeline > li {
  position: relative;
  min-height: 80px;
  margin-bottom: 50px;
  max-height: 270px;
  overflow: hidden;
}

.timeline > li:after, .timeline > li:before {
  display: table;
  content: ' ';
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #eee206;
}

.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading {
  text-transform: none;
}

.timeline .timeline-body {
  max-height: 120px;
  overflow: hidden;
}

.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

.timeline .timeline-body p {
  line-height: 1.5;
  margin-bottom: 0;
}

.timeline .timeline-see-full {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    max-height: 270px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li .timeline-image h4.date {
    font-size: 1rem;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

.team-member {
  margin-bottom: 50px;
  text-align: center;
}

.team-member img {
  width: 225px;
  height: 225px;
  border: 7px solid rgba(0, 0, 0, 0.1);
}

.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}

.team-member p {
  margin-top: 0;
}

section#kapcsolat {
  background-color: #212529;
  position: relative;
  z-index: 1;
}

section#kapcsolat::after {
  content: "";
  background-image: url("../img/terem.jpg");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

section#kapcsolat .section-heading {
  color: #fff;
}

section#kapcsolat .section-subheading.text-muted {
  color: #ffffff !important;
}

section#kapcsolat .form-group {
  margin-bottom: 25px;
}

section#kapcsolat .form-group input,
section#kapcsolat .form-group textarea {
  padding: 20px;
}

section#kapcsolat .form-group input.form-control {
  height: auto;
}

section#kapcsolat .form-group textarea.form-control {
  height: 248px;
}

section#kapcsolat .form-control:focus {
  border-color: #eee206;
  box-shadow: none;
}

section#kapcsolat ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#kapcsolat :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#kapcsolat ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#kapcsolat :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#elerhetosegek {
  padding-bottom: 0px;
}

section#elerhetosegek .row.elerhetosegek_cont .elerhetoseg {
  text-transform: uppercase;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: bold;
  color: #777777;
  padding: 30px 0px 50px 0px;
  display: block;
}

section#elerhetosegek .row.elerhetosegek_cont .elerhetoseg:hover {
  text-decoration: none;
  color: #eee206;
}

section#elerhetosegek .row.elerhetosegek_cont .elerhetoseg i {
  font-size: 20px;
  margin-right: 10px;
  color: #cccccc;
}

.footer {
  padding: 25px 0;
  text-align: center;
}

.footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #eee206;
}

.portfolio-modal .modal-dialog {
  margin: 1rem auto;
  max-width: 90vw;
}

.portfolio-modal .modal-content {
  padding: 100px 0;
  text-align: center;
}

.portfolio-modal .modal-content h2 {
  font-size: 2em;
  margin-bottom: 10px;
}

.portfolio-modal .modal-content p {
  margin-bottom: 15px;
}

.portfolio-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content button {
  cursor: pointer;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}

.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 50px;
  margin-left: 35px;
  /* IE 9 */
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transform-origin: all 0.5s ease-in-out;
  -ms-transform-origin: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: rotate(45deg);
  background-color: #212529;
}

.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 50px;
  /* IE 9 */
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transform-origin: all 0.5s ease-in-out;
  -ms-transform-origin: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
  background-color: #212529;
}

.portfolio-modal .close-modal:hover .lr {
  background-color: #eee206;
  width: 3px;
  transform: rotate(225deg);
  height: 50px;
}

.portfolio-modal .close-modal:hover .lr .rl {
  background-color: #eee206;
  width: 3px;
  transform: rotate(270deg);
  height: 50px;
}

@media (min-width: 767px) {
  .portfolio-modal .modal-dialog {
    margin: 1rem auto;
    max-width: 80vw;
  }
  .portfolio-modal .modal-content {
    padding: 100px 0;
    text-align: center;
  }
  .portfolio-modal .modal-content h2 {
    font-size: 3em;
    margin-bottom: 15px;
  }
  .portfolio-modal .modal-content p {
    margin-bottom: 30px;
  }
}

#portfolioModal1Rolunk.portfolio-modal .entry_content {
  font-size: 1rem;
  color: #495057;
}

@media (min-width: 767px) {
  #portfolioModal1Rolunk.portfolio-modal .entry_content {
    font-size: 1rem;
    color: #495057;
  }
}

#portfolioModalAraink.portfolio-modal .modal-body {
  padding: 0.5rem;
}

#portfolioModalAraink.portfolio-modal #accordion.priceList {
  margin-bottom: 30px;
}

#portfolioModalAraink.portfolio-modal #accordion.priceList .card-header {
  background-color: #eeeeee;
}

#portfolioModalAraink.portfolio-modal #accordion.priceList .card-header:hover {
  background-color: #eee206;
  color: #adb5bd;
  cursor: pointer;
}

#portfolioModalAraink.portfolio-modal #accordion.priceList .card-header h5 {
  color: #343a40;
  display: block;
  width: 100%;
}

#portfolioModalAraink.portfolio-modal #accordion.priceList .card-body {
  padding: 1rem;
}

table.opening {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
  margin-top: 30px;
  margin-bottom: 30px;
}

table.opening tr td {
  padding: 10px;
  background-color: #eeeeee;
  border-bottom: 2px #fff solid;
  color: #868e96;
}

table.opening tr td.o {
  background-color: #d4edda;
}

table.opening tr td:first-child {
  width: 28%;
  border-right: 2px #fff solid;
}

table.opening tr td:nth-child(2) {
  width: 4.5%;
}

table.opening tr td:nth-child(3) {
  width: auto;
}

table.opening tr td:nth-child(4) {
  width: 4.5%;
}

table.opening tr td:nth-child(5) {
  width: 0px;
  padding: 0;
  font-size: 0;
}

table.opening tr.today td {
  color: #343a40;
}

table.opening tr.today td.o {
  background-color: #c3e6cb;
}

table.opening tr.today td:first-child {
  background-color: #eee206;
}

table.prices {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
  margin-top: 10px;
  margin-bottom: 10px;
}

table.prices tr:hover td {
  background-color: #f8f9fa;
  color: #868e96;
}

table.prices tr td {
  padding: 10px;
  background-color: #eeeeee;
  border-bottom: 2px #fff solid;
  color: #868e96;
  font-size: 0.9rem;
}

table.prices tr td:first-child {
  text-align: left;
  padding-left: 1rem;
  width: 70%;
}

table.prices tr td:nth-child(2) {
  text-align: right;
  padding-right: 1rem;
  white-space: nowrap;
}

table.prices tr td:nth-child(3) {
  text-align: right;
  padding-right: 1rem;
  white-space: nowrap;
}


table.prices tr td .tooltip.show p {
  text-align: left;
}

@media (min-width: 767px) {
  table.prices {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  table.prices tr:hover td {
    background-color: #f8f9fa;
    color: #868e96;
  }
  table.prices tr td {
    padding: 10px;
    background-color: #eeeeee;
    border-bottom: 2px #fff solid;
    color: #868e96;
  }
  table.prices tr td:first-child {
    text-align: left;
    padding-left: 3rem;
    width: 75%;
  }
  table.prices tr td:nth-child(2) {
    text-align: right;
    padding-right: 3rem;
  }
}

.tooltip-inner {
  text-align: left;
}

#utlista {
  background-color: #333333;
}

#utlista .route_filter_title {
  color: #999999;
  display: inline-block;
  margin-right: 5px;
}

#utlista #route_filter {
  display: inline-block;
}

#big_wall_floor_map_svg_container_outer {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
}

#big_wall_floor_map_svg_container {
  position: relative;
  padding: 0px 0px;
  z-index: 1;
  text-align: center;
  background: rgba(51, 51, 51, 0.85);
}

#big_wall_floor_map_svg_container .QuickdrawDotBWnumbers span {
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  background-color: #323232;
  color: #fff;
  font-size: 12px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 3px;
}

#big_wall_floor_map_svg_container svg {
  display: block;
  width: 100%;
  height: auto;
  max-height: 85vh;
  margin: 0 auto;
  position: relative;
}

#big_wall_floor_map_svg_container .help_container {
  position: absolute;
  z-index: 2;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: none;
}

#big_wall_floor_map_svg_container .help_container img {
  display: block;
  width: 100%;
  height: 100%;
}

#big_wall_floor_map_svg_container .w1_sign {
  top: 50%;
  left: 15%;
  color: #007700;
}

#big_wall_floor_map_svg_container .w2_sign {
  top: 19%;
  left: 20%;
  color: #E8E841;
}

#big_wall_floor_map_svg_container .w3_sign {
  top: 8%;
  left: 37%;
  color: #919191;
}

#big_wall_floor_map_svg_container .w4_sign {
  top: 50%;
  left: 15%;
  color: #009900;
}

.maprouterow span {
  width: 15px;
  height: 15px;
  border-radius: 10px;
  border: 1px solid;
  display: inline-block;
}

#routes_finder_container {
  color: #FFFFFF;
  text-align: left;
  font-size: 15px;
  padding: 0px;
}

#routes_finder_container .card {
  background-color: transparent;
  border: 0;
}

#routes_finder_container .card .card-header {
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

#routes_finder_container .card #collapseOne .card-body {
  padding: 0px;
}

#routes_finder_container .routes_list {
  margin-top: 0px;
  height: 100%;
  padding: 0px;
  max-width: 1000px;
}

#routes_finder_container .routes_list .routes_list_header {
  width: 100%;
  overflow: hidden;
}

#routes_finder_container .routes_list .routes_list_header .list_header {
  font-weight: bold;
  padding: 10px 0px 20px 0px;
  margin: 0px;
  /* mindenre érvnyes beállítások */
}

#routes_finder_container .routes_list .routes_list_header .list_header .routenumber {
  width: 5%;
  font-size: 10px;
}

#routes_finder_container .routes_list .routes_list_header .list_header .routetitle {
  width: 49%;
}

#routes_finder_container .routes_list .routes_list_header .list_header .difficulty {
  width: 15%;
  text-align: center;
}

#routes_finder_container .routes_list .routes_list_header .list_header .routecolor {
  width: 15%;
}

#routes_finder_container .routes_list .routes_list_header .list_header .icons-cont {
  width: 15%;
}

@media screen and (max-width: 767px) {
  #routes_finder_container .routes_list .routes_list_header .list_header .routenumber {
    width: 8%;
    font-size: 10px;
  }
  #routes_finder_container .routes_list .routes_list_header .list_header .routetitle {
    width: 54%;
  }
  #routes_finder_container .routes_list .routes_list_header .list_header .difficulty {
    width: 23%;
    text-align: center;
  }
  #routes_finder_container .routes_list .routes_list_header .list_header .routecolor {
    display: none;
    width: 15%;
  }
  #routes_finder_container .routes_list .routes_list_header .list_header .icons-cont {
    width: 15%;
  }
}

#routes_finder_container .routes_list .routes_list_header .icons-cont {
  color: #999999;
  text-align: left;
  padding-left: 15px;
  box-sizing: border-box;
}

#routes_finder_container .routes_list .routes_list_header .icons-cont i {
  margin-right: 8px;
}

#routes_finder_container .routes_list .routes_list_header .icons-cont i:hover {
  color: #FFFFFF;
}

#routes_finder_container .routes_list .routes_list_header .icons-cont i:last-child {
  margin-right: 0px;
}

#routes_finder_container .routes_list .routes_list_header .icons-cont i.selected {
  color: #FFFFFF;
}

#routes_finder_container .routes_list #routes_list_routes {
  height: 60vh;
  max-height: none;
  width: 100%;
  overflow: hidden;
}

#routes_list_routes .mCSB_scrollTools_vertical .mCSB_draggerContainer {
  top: 20px;
  bottom: 20px;
  height: auto !important;
  margin: 0;
}

#routes_list_routes .mCSB_scrollTools_vertical {
  background-image: linear-gradient(
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.4)
  );
  background-repeat: no-repeat;
  background-position: center 20px;
  background-size: 2px calc(100% - 40px);
}

#routes_list_routes .mCSB_scrollTools_vertical .mCSB_draggerRail {
  height: 100% !important;
  background-color: transparent !important;
}

#routes_finder_container .routes_list #routes_list_routes .route_row {
  padding: 4px 0px;
  cursor: pointer;
  margin: 0px;
  width: 100%;
  /* mindenre érvnyes beállítások */
}

#routes_finder_container .routes_list #routes_list_routes .route_row .routenumber {
  width: 5%;
  font-size: 10px;
}

#routes_finder_container .routes_list #routes_list_routes .route_row .routetitle {
  width: 49%;
}

#routes_finder_container .routes_list #routes_list_routes .route_row .difficulty {
  width: 15%;
  text-align: center;
}

#routes_finder_container .routes_list #routes_list_routes .route_row .routecolor {
  width: 15%;
}

#routes_finder_container .routes_list #routes_list_routes .route_row .icons-cont {
  width: 15%;
}

@media screen and (max-width: 767px) {
  #routes_finder_container .routes_list #routes_list_routes .route_row .routenumber {
    width: 8%;
    font-size: 10px;
  }
  #routes_finder_container .routes_list #routes_list_routes .route_row .routetitle {
    width: 54%;
  }
  #routes_finder_container .routes_list #routes_list_routes .route_row .difficulty {
    width: 23%;
    text-align: center;
  }
  #routes_finder_container .routes_list #routes_list_routes .route_row .routecolor {
    display: none;
    width: 15%;
  }
  #routes_finder_container .routes_list #routes_list_routes .route_row .icons-cont {
    width: 15%;
  }
}

#routes_finder_container .routes_list #routes_list_routes .route_row .routetitle {
  position: relative;
}

#routes_finder_container .routes_list #routes_list_routes .route_row .routetitle .new {
  margin-left: 10px;
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  background-color: #009900;
  color: #FFFFFF;
  font-size: 10px;
  text-align: center;
  border-radius: 10px;
}

#routes_finder_container .routes_list #routes_list_routes .route_row .routetitle .not_rated_yet {
  margin-left: 10px;
  display: inline-block;
  height: 20px;
  width: 30px;
  line-height: 20px;
  background-color: #993333;
  color: #FFFFFF;
  font-size: 10px;
  text-align: center;
  border-radius: 10px;
}

#routes_finder_container .routes_list #routes_list_routes .icons-cont {
  color: #999999;
  text-align: left;
  padding-left: 15px;
  box-sizing: border-box;
}

#routes_finder_container .routes_list #routes_list_routes .icons-cont i {
  margin-right: 8px;
}

#routes_finder_container .routes_list #routes_list_routes .icons-cont i:hover {
  color: #FFFFFF;
}

#routes_finder_container .routes_list #routes_list_routes .icons-cont i:last-child {
  margin-right: 0px;
}

#routes_finder_container .routes_list #routes_list_routes .icons-cont i.selected {
  color: #FFFFFF;
}

.new {
  margin-left: 10px;
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  background-color: #009900;
  color: #FFFFFF;
  font-size: 10px;
  text-align: center;
  border-radius: 10px;
}

.not_rated_yet {
  margin-left: 10px;
  display: inline-block;
  height: 20px;
  width: 30px;
  line-height: 20px;
  background-color: #993333;
  color: #FFFFFF;
  font-size: 10px;
  text-align: center;
  border-radius: 10px;
}

#quickdraws circle {
  cursor: pointer;
}

#quickdraws circle .selected {
  position: relative;
}

.menu_block {
  font-family: Arial;
  vertical-align: middle;
}

.tg {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0px auto;
}

.tg td {
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
  border-color: black;
}

.tg th {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 5px;
  border-style: solid;
  border-width: 0px;
  overflow: hidden;
  word-break: normal;
  border-color: black;
}

.tg .tg-0pky {
  border-color: inherit;
  text-align: left;
  vertical-align: middle;
}

.tg .tg-0lax {
  text-align: left;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .tg {
    width: 100% !important;
  }
  .tg col {
    width: auto !important;
  }
  .tg-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: auto 0px;
  }
}

.route-detailes-label {
  padding: 0px 0px 0px 0px;
  margin: 10px auto 20px auto;
  color: #000000;
  font-family: "Arial";
  background-color: #FFFFFF;
  font-weight: bold;
  width: 100%;
  max-width: 500px;
  min-width: 300px;
  display: none;
}

.route-detailes-label .boxlabel {
  border-bottom: 0px;
}

.route-detailes-label .boxcontent {
  border-top: 0px;
}

.route-detailes-label .l-fg, .route-detailes-label .l-ui, .route-detailes-label .l-c {
  font-size: 1.4rem;
  min-width: 30%;
  width: 30%;
}

.route-detailes-label .l-d {
  font-size: 1.4rem;
  min-width: 50%;
  width: 50%;
}

.route-detailes-label .l-n {
  font-size: 1.4rem;
}

.route-detailes-label .l-no, .route-detailes-label .l-d, .route-detailes-label .l-c {
  padding-bottom: 0px;
}

.route-detailes-label .c-no, .route-detailes-label .c-d, .route-detailes-label .c-c {
  padding-top: 0px;
}

.route-detailes-label .c-fg {
  font-size: 4rem;
  border-top: 0px;
  line-height: 90%;
  padding-bottom: 20px;
  text-align: center;
}

.route-detailes-label .c-n {
  font-size: 2.2rem;
  border-top: 0px;
  line-height: 125%;
  padding-top: 0px;
  vertical-align: top;
}

.route-detailes-label .c-ui {
  font-size: 2.2rem;
  border-top: 0px;
  line-height: 120%;
  padding-top: 0px;
  text-align: center;
}

.route-detailes-label .c-no {
  text-align: center;
  font-size: 1.8rem;
}

.QuickdrawRouteListContainer {
  position: absolute;
  top: 100px;
  background-color: #FFFFFF;
  border: 1px solid #000000;
}

.QuickdrawDot {
  left: 0px;
  top: 0px;
  transform: translate(-50%, -50%);
  display: none;
  width: 32px;
  height: 32px;
  border: 1px solid #aaa;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  border-radius: 16px;
  color: #FFFFFF;
  line-height: 28px;
  font-size: 0.8rem;
  z-index: 2;
  cursor: pointer;
}

.quickdrawnumberonsvg {
  cursor: pointer;
}

.tooltip-inner {
  text-align: left;
  max-width: initial;
}

.tooltip-inner div {
  white-space: nowrap;
  padding: 2px;
  border-radius: 2px;
  cursor: pointer;
}

.tooltip-inner div:hover {
  color: #000000;
  background-color: #FFFFFF;
}

#route_details_mobile_cont {
  margin-bottom: 20px;
}

.wp-block-table table{
	margin-left: auto; 
	margin-right: auto;
}

@media screen and (max-width: 767px) {
  .mCSB_inside > .mCSB_container,
  #routes_finder_container .routes_list .routes_list_header .list_header {
    margin-right: 17px !important;
    margin-left: 10px;
  }
  #routes_finder_container .routes_list #routes_list_routes .icons-cont,
  #routes_finder_container .routes_list .routes_list_header .icons-cont {
    padding-left: 5px;
  }
  #routes_finder_container .routes_list #routes_list_routes .icons-cont i {
    margin-left: 5px;
    margin-right: 0px;
  }
  #routes_finder_container .routes_list #routes_list_routes .route_row .routecolor {
    display: none;
  }
}

.entry_content{
    text-align: left;
}

/*
 * The prices page is built from fixed-width WordPress tables. On narrow
 * screens, render their rows as flexible cards so price cells stay intact.
 */
@media screen and (max-width: 991px) {
  .subclass__arak table {
    display: block;
    width: 100% !important;
    margin: 0 0 0.75rem;
    border-collapse: separate;
    font-size: 1rem;
    text-align: left;
  }

  .subclass__arak table tbody {
    display: block;
  }

  .subclass__arak table tr {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    min-height: 3.25rem;
    margin-bottom: 0.5rem;
    padding: 0.65rem 0.75rem;
    border-left: 4px solid #eee206;
    border-radius: 0.35rem;
    background: #f1f1f1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  }

  .subclass__arak table td {
    display: block;
    width: auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #212529;
    text-align: left !important;
  }

  .subclass__arak table td:empty {
    display: none;
  }

  .subclass__arak table td:first-child:not(:empty) {
    flex: 1 1 auto;
    min-width: 0;
    font-weight: 600;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .subclass__arak table td:first-child + td {
    margin-left: auto;
  }

  .subclass__arak table td:not(:first-child) {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.2;
  }

  .subclass__arak table td:not(:first-child) p {
    padding: 0.25rem 0.4rem;
    border-radius: 0.25rem;
    background: #eee206;
  }

  .subclass__arak table td p {
    margin: 0;
  }

  /*
   * Optional VIP highlight.
   * Remove only this rule to restore the standard yellow price style.
   */
   /*
  .subclass__arak table td:nth-child(3) p {
    background: #6f42c1;
    color: #ffffff;
    box-shadow: 0 1px 3px rgba(111, 66, 193, 0.35);
  }
    */
}
