body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat';
  font-size: 100%;
}
/*
body.muted {
  position: fixed;
  overflow: hidden;
}
*/
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.no-gutters {
  margin-right: -15px;
  margin-left: -15px
}
.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0
}
.row {
  padding: 0 15px;
}
header #topheader {
  background-color: #00828C;
  z-index: 998;
  position: relative;
}
header #topheader ul#menu-top-menu {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-flex !important;
  display: inline-flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 0;
  list-style-type: none;
  line-height: 35px;
  min-height: 60px;
  margin: 0;
  float: right;
  padding: 10px 0;
}
header #topheader ul#menu-top-menu:before,
header #topheader ul#menu-top-menu:after {
  content: normal;
  clear: both;
  height: 0;
  display: block
}
@media screen and (max-width: 40.000em) {
  header #topheader ul#menu-top-menu {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 20px;
    float: none;
  }
}
header #topheader ul#menu-top-menu li {
  border-right: 2px solid #081025
}
header #topheader ul#menu-top-menu li:last-child {
  border-right: 0
}
@media screen and (max-width: 40.000em) {
  header #topheader ul#menu-top-menu li {
    border: 0
  }
}
header #topheader ul#menu-top-menu li a {
  padding: 0 15px;
  text-transform: uppercase;
  color: #ffffff;
  /*font-size: 1rem; 15px volt*/
  font-size: 1em;
  font-weight: 600;
}
@media screen and (max-width: 40.000em) {
  header #topheader ul#menu-top-menu li a {
    /*font-size: 13px*/
    font-size: 0.8em; /*0.8rem;*/
  }
}
header #mainheader {
  padding: 32px 15px;
  z-index: 999;
  background-color: #fff;
  /*position: relative;*/
  position: fixed;
}
header #mainheader>.row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center
}
header #mainheader .logo a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  display: inline-flex !important;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
}
header #mainheader .logo:before,
header #mainheader .logo:after {
  content: normal;
  clear: both;
  height: 0;
  display: block
}
header #mainheader .logo img {
  max-width: 60%
}
@media screen and (min-width: 641px) {
  header #mainheader .logo img {
    max-width: 40%
  }
}
header #mainheader .logo h1 {
  color: #252D44;
  font-size: 1.375em;
  padding-left: 15px;
  /* margin-top: -15px; */
  margin-left: 0px;
}
header #mainheader .searchandnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*-webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;*/
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (max-width: 40.000em) {
  header #mainheader .logo h1 {
    font-size: 1.5em; /*18px;*/
    margin: 10px 0 45px;
    padding: 0;
    text-align: center;
    float: none;
  }
}
#searchform input[type=text] {
  /*background-color: #C5C5C5;*/
  background-color: #E0E0E0;
  border-radius: 25px;
  padding: 0 25px;
  font-weight: bold;
  color: #14192C;
  width: calc(100% - 70px);
  height: 2.625em;
  display: inline-block;
}
#searchform button[type=button],
#searchform button[type=submit] {
  border: none;
  border-radius: 25px;
  background-color: #00828C;
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 1.5em; /*25px;*/
  margin-left: 10px;
  padding: 0;
  cursor: pointer;
}
#topmenubtn {
  background-color: #14192C;
  border-radius: 30px;
  height: 50px;
  color: #ffffff;
  /*font-size: 25px;*/
  font-size: 1.5em; /*1.5rem;*/
  font-weight: bold;
  text-transform: uppercase;
  line-height: 50px;
  padding: 0 30px;
  margin-left: 15px;
  cursor: pointer;
  z-index: 100;
  border: none;
}
.menu-top-menu-container {
  background-color: #00828C;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.9em;
  text-align: center;
}
.menu-top-menu-container a,
.menu-top-menu-container a:active,
.menu-top-menu-container a:hover {
  color: #ffffff;
}
#slider {
  /*width: 505px !important;*/
  background-color: #00828C;
  /*height: calc(100vh - 60px) !important;*/
  display: none;
}
.navigation ul {
  width: 100%;
}
.navigation ul li.services-block-vertical {
  border-left: 4px solid transparent;
  padding: 4px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.navigation ul li.services-block-vertical:hover {
  border-left-color: #004146;
  background-color: rgba(12, 12, 12, 0.19);
}
.navigation ul li.services-block-vertical a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}
.navigation ul li.services-block-vertical a img {
  max-width: 12%;
  margin: 0 15px 0 0 !important;
}
.navigation ul li.services-block-vertical a p {
  padding: 0;
  margin: 0;
  font-size: 1em; /*1rem;*/
  color: #fff;
  text-align: left;
}
.footer-contact {
  max-width: 300px;
  border: 0px;
  padding: 15px;
  display: inline-block;
}
footer .nav--footer ul li{
  line-height: 2.5rem;
}
footer .nav--footer ul li a{
  font-size: 0.875em; /*0.875rem;*/
}
#featuredcontent .featured-slider {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 47.6%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 47.6%;
  -ms-flex: 0 0 47.6%;
  flex: 0 0 47.6%
}
#featuredcontent .featured-articles {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25.8%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 25.8%;
  -ms-flex: 0 0 25.8%;
  flex: 0 0 25.8%
}
#featuredcontent .featured-articles article {
  font-size: 0.9em; /*15px;*/
  font-weight: 600;
  line-height: 1.9;
  color: #fff;
  padding: 2.75vw 2vw
}
#featuredcontent .featured-articles article.blue {
  background-color: #252d44
}
#featuredcontent .featured-articles article.orange {
  background-color: #ff6100
}
#featuredcontent .featured-articles article h2 {
  font-size: 1.125em; /*18px;*/
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0
}
#featuredcontent .featured-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 26.6%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 26.6%;
  -ms-flex: 0 0 26.6%;
  flex: 0 0 26.6%
}
/*				  */
/* sitebuild [SB] */
/*				  */
.news-title {
  color: #252d44;
  font-weight: 900;
  font-size: 1.8em;
}
.main-title-desc {
  font-weight: 600;
  font-size: 1.1em;
  line-height: 2em;
  text-align: left;
}
.main-news-date {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1em; /*16px;*/
  font-weight: 900;
  padding: 10px;
  color: white;
  background-color: #252d44;
}
.nopadding {
  padding: 0px;
}
.more-about-button {
  color: white;
  font-weight: 900;
  padding: 10px;
  background-color: #00828c;
  text-decoration: none;
}
.small-news-title {
  font-weight: 900;
  display: inline-block;
  font-size: 1.125em; /*1.125rem;*/
  padding: 0;
  border: 0;
  min-height: 2.5em;
}
.small-news-desc {
  line-height: 2em;
  font-weight: 600;
}
.padding-top-30 {
  padding-top: 30px;
}
a {
  color: inherit;
  text-decoration: none;
  font-size: 1.2em;
  cursor: pointer;
}
p {
  font-weight: 500;
}
section a.permalink {
  color: #fff;
  padding: 10px;
  font-size: 1.1em;
  letter-spacing: 1px;
  line-height: 30px;
  display: inline-block;
  background-color: #252d44;
  margin-right: 2px;
  text-decoration: none;
  font-weight: 500;
}
.widget-bg a.permalink {
  font-weight: 900;
  color: #fff;
  padding: 10px;
  font-size: 1.1em;
  letter-spacing: 1px;
  line-height: 30px;
  display: inline-block;
  background-color: #252d44;
  margin-right: 2px;
  text-decoration: none;
}
.bx-next {
  color: #ffffff;
  font-size: 1.5em;
  text-transform: uppercase;
  background-color: #252d44;
  text-align: center;
  left: auto;
  display: inline-block;
  line-height: 46px;
  width: 50px;
  margin-left: -3px;
  height: 50px;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.small-remark p {
  line-height: 2em;
  font-weight: 600;
  border-bottom: 1px solid gainsboro;
  margin-top: 20px;
  padding-bottom: 30px;
}
.arrow-right-button {
  width: 35px;
  float: right;
}
.widget-bg {
  background-color: #e5e5e5;
  padding-left: 30px;
}
.widget-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #252d44;
  border-left: #00828c 8px solid;
  padding-left: 20px;
  margin-left: 10px;
}
.related-link-style1 {
  background-color: #00828c;
  padding: 10px;
  color: white;
  text-decoration: none;
  margin: 5px;
}
.related-link-style2 {
  background-color: #ffffff;
  padding: 10px;
  color: #252d44;
  text-decoration: none;
  margin: 5px;
}
.related-links-icon {
  width: 25px;
  float: right;
}
.related-link-style3 {
  background-color: #252d44;
  padding: 10px;
  color: #ffffff;
  text-decoration: none;
  margin: 5px;
}
.event-title {
  color: #252d44;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.5em; /*1.5rem;*/
  margin-top: 20px;
}
.event-desc {
  font-weight: 600;
  line-height: 2em;
}
.link-style2 {
  color: #bd5801 !important;
  text-decoration: underline !important;
  font-weight: 700;
}
.partner-page-block {
  background-color: white;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 140px;
}
.vertical-centering {
  display: flex;
  align-items: center;
}
.szakszolg .szakszolg-block img,
.services-block img {
  width: 80px;
}
.services-desc {
  font-weight: 600;
  font-size: 1.1em;
  line-height: 2em;
  text-align: center;
}
.szakszolg .szakszolg-block,
.services-block {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: solid 5px #f2f2f2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-weight: 600;
}
.szakszolg .szakszolg-block:hover,
.services-block:hover {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: solid 5px #bd5801;
  background-color: #f2f2f2;
}
.services-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5em;
  color: #bd5801;
  margin-top: -50px;
  padding: 4rem 0 0 0;
}
.szakszolg .szakszolg-block a,
.services-block a {
  font-size: inherit;
  color: inherit !important;
  font-weight: inherit;
  text-decoration: none;
  display: block;
  width: 100%;
  /* by E */
  height: 100%;
}
.szakszolg .szakszolg-block a:hover,
.services-block a:hover {
  text-decoration: none;
}
.remark-block {
  border: solid 3px transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.remark-block a {
  display: block;
  text-decoration: none !important;
  padding: 15px 5px;
  height: calc(100% - 15px);
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.remark-block .small-remark p {
  line-height: 1.8;
  font-size: 1.0625em; /*17px;*/
  font-weight: 500;
  border-bottom: 0;
}
.remark-block:hover {
  border: solid 3px #bd5801;
  cursor: pointer;
}
footer {
  overflow: hidden;
  position: relative;
  bottom: 0;
  /*left: 50%;*/
  /*width: 100%;*/
  padding: 60px 0 0px;
  color: white;
  background-color: #252d44;
  /*transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);*/
}
footer h1 {
  font-size: 1.75em; /*1.75rem;*/
  padding: 0;
  border: none;
}
footer h2 {
  font-size: 1.25em; /*1.25rem;*/
}
/* @szilvia.plenter@pctrade.hu mod start */
/* ezt kettészedtem, mert különben az ol nál nem jelennek meg a számok8abban az esetben, ha a user contentben ordered listet állít.)
li {
  padding: 0;
  margin: 0;
  list-style: none;
} */
ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
ol li {
  padding: 0;
  margin: 0;
}
/* @szilvia.plenter@pctrade.hu mod end */
.fszk-logo-style {
  width: 70px;
}
.footer-bold-text {
  color: white;
  line-height: 1.5em;
  font-weight: 900;
}
textarea {
  resize: none;
}
.form-label {
  /*
  font-size: 12px;
  color: #bd5801;
  */
  margin: 0;
  margin-top: -25px;
  display: block;
  opacity: 1;
  -webkit-transition: .333s ease top, .333s ease opacity;
  transition: .333s ease top, .333s ease opacity;
}
.form-control {
  border-radius: 0;
  border-color: #ccc;
  border-width: 0 0 2px 0;
  border-style: none none solid none;
  box-shadow: none;
}
.form-control:focus {
  box-shadow: none;
  border-color: #5e9bfc;
}
.js-hide-label {
  opacity: 0;
}
.js-unhighlight-label {
  color: #999
}
.btn-start-order {
  background: #00828c;
  border-radius: 25px !important;
  border-radius: 3px;
  color: #ffffff;
  font-size: 1em; /*16px;*/
  line-height: inherit;
  margin: 30px 0;
  padding: 10px 30px;
  text-transform: uppercase;
  transition: all 0.25s ease 0s;
}
.btn-start-order:hover,
.btn-start-order:active,
.btn-start-order:focus {
  border-color: none;
  color: #ffffff;
  background-color: #bd5801;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 0.875em; /*14px;*/
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.h4,
h4 {
  font-size: 1.125em; /*18px;*/
  font-weight: 900;
}
.footer-links {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: 300;
  text-align: left;
  cursor: pointer;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0px;
}
a:focus,
a:hover {
  /*color: #ffffff;*/
  color: inherit;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-decoration: underline;
}
#main a:focus,
#main a:hover {
  color: #14192C;
}
.page_item a:focus,
.page_item a:hover {
  color: #14192C;
}
.permalink a:focus,
.permalink a:hover {
  color: #ffffff;
}
.social-icon-style {
  color: white;
  font-size: 2em;
}
.copyright-bg {
  background-color: #141a2b;
  padding: 30px;
  margin-bottom: 0px;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}
.btn-primary {
  color: #fff;
  background-color: #00818b;
  border-color: #00818b;
  border-radius: 0px !important;
  z-index: 2;
}
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #bd5801;
  border-color: #bd5801;
}
.btn-primary:hover {
  color: #fff;
  background-color: #bd5801;
  border-color: #bd5801;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #bd5801;
  border-color: #bd5801;
}
.margin-20 {
  margin: 20px;
}
.link-style2:hover {
  color: #00828c;
  font-weight: 900;
}
.partner-site-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #252d44;
  margin-top: 50px;
}
section {
  margin-top: 20px;
  margin-bottom: 20px;
}
.plaveoo-logo {
  width: 150px;
  display: inline-block;
}
.main-title {
  margin: 0;
  border: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #252d44;
  border-left: #00828c 8px solid;
  padding: 0;
  padding-left: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-style: 35px;
}
/*.home .main-title {
  font-size: 3rem;
}*/
.main-title.gray-line {
  border: 0;
  border-top: 1px solid #d3d3d3;
  background-color: #e5e5e5;
  border-bottom: 1px solid #d3d3d3;
  padding: 0;
  margin: 40px -15px 55px;
}
.main-title.gray-line span {
  background-color: #ffffff;
  margin: 0px 0 -2px;
  top: -1px;
  position: relative;
  height: 62px;
  padding: 0 55px 0 30px;
  display: inline-block;
  border-right: 1px solid #d3d3d3;
}
.main-title.gray-line span:before {
  border-right: #00828c 8px solid;
  content: "";
  margin-right: 15px;
}
#news-list {
  padding-bottom: 35px;
}
#news-list article {
  border: 0;
}
#news-list article .article-body .news-content p {
  line-height: 1.8;
  font-size: 0.95em; /*0.95rem;*/
}
#news-list article .news-image {
  max-height: 200px;
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}
#news-list article h1 {
  color: #252d44;
  font-weight: 500;
  font-size: 1.125em;
  margin-bottom: 18px;
  /*min-height: 60px;*/
  padding: 0;
}
#news-list article h1 a {
  color: inherit;
  font-weight: inherit;
  /*text-decoration: none;*/
}
#news-list article .front-page-section--hir__readmore a {
  font-weight: 600;
  /*text-decoration: none;*/
}
.front-page-section--news__all {
  float: none;
  border: 0;
  padding: 0;
}
.front-page-section--news__all a span {
  color: #fff;
  padding: 10px;
  font-size: 1.1em;
  letter-spacing: 1px;
  line-height: 30px;
  display: inline-block;
  background-color: #252d44;
  margin-right: 2px;
  text-decoration: none;
  font-weight: 500;
  float: left;
}
.front-page-section--news__all a .fa {
  display: inline-block;
  background-color: #252d44;
  line-height: 30px;
  padding: 10px;
  color: #fff;
  position: relative;
  width: 41px;
  text-align: center;
  font-size: 25px;
}
aside {
  background-color: #e5e5e5;
  padding: 20px 30px !important;
}
footer h4 {
  font-size: 1.125em; /*18px;*/
  font-weight: 500;
  text-transform: uppercase;
}
footer .nav--footer {
  border: 0;
}
footer .nav--footer {
  border: 0;
  width: 100%;
  display: block;
}
footer .nav--footer .nav--footer__list .nav--footer__item {
  display: block;
  margin: 0;
}
footer .nav--footer .nav--footer__list .nav--footer__item a {
  font-weight: 500;
  display: inline;
}
.form-group {
  padding-top: 30px;
}
@media screen and (max-width: 640px) {
  /*#slider {
    width: 320px !important;
    background-color: #00828C;
    height: calc(100vh - 80px) !important;
    top: 80px !important;
  }*/
  .navigation ul li.services-block-vertical a p {
    font-size: 0.9375em !important; /*15px !important;*/
  }
  header #topheader ul#menu-top-menu li a {
    text-align: center;
    padding: 0;
    white-space: nowrap;
  }
}
.kapcsolat {
  padding-left: 30px !important;
}
a.flex-prev:after,
a.flex-next:after {
  font-family: FontAwesome;
  font-size: 38px;
  color: #fff;
  text-shadow: none;
  line-height: 85px;
  text-align: center;
  display: block;
}

a.flex-next:after {
  content: "\f105";
}

a.flex-prev:after {
  content: "\f104";
}
.menuname button{
  -webkit-appearance: none;
  font-size: inherit;
  border: none;
  background: none;
  color: white;
  cursor: pointer;
  text-transform: uppercase;
  /* outline: none; */
  outline-color: #fff;
  padding: 0;
  font-weight: 700;
}
/*@media screen and (min-width: 1200px) {*/
/*
.cikk {
  padding: 7% !important;
}
*/
.cikk a h1 {
  /*font-size: 1.4vw;*/
  font-size: 1.75em; /*1.75rem;*/
  /*font-weight: bold;*/
  padding: 0;
  border: none;
}
.main-wrapper .no-gutters .wrapper-pic{
  background-color: #DEE4E4;
}
article div {
  font-size: 0.9em;
}

.main-wrapper .cikk {
    padding: 30px !important;
}

/*}*/

.page-header {
  position: relative;
}
.page-title-bar {
  position: absolute;
  top: 15%;
  background-color: rgba(255, 255, 255, 0.9);
  right: 0;
  left: 0;
  margin: auto;
  padding: 35px 15px;
  width: 100%;
  max-width: 830px;
}
.page-title-bar h1 {
  border: 0;
  display: inline-block;
  color: #be5a05;
  margin: 0 !important;
  padding: 0;
  display: block;
  text-align: center;
  font-size: 2rem;
}
.page-title-bar .breadcrumbs {
  background-color: transparent;
  text-align: center;
  color: #14192c;
  border: 0;
  margin: 0;
  padding: 0;
  padding-top: 15px;
  font-weight: 700;
}
nav.breadcrumbs ol li{
  display:inline-block;
}
nav.breadcrumbs ol li:not(:last-child):after{
  content: " / ";
  padding: 0 .3rem;
  color: #777;
}
.page-title-bar .breadcrumbs:after {
  display: none;
}
.page-title-bar .breadcrumbs span,
.page-title-bar .breadcrumbs span a {
  color: #017d89;
  font-size: 1.1em; /*1.1rem;*/
  font-weight: 500;
}
.alt-versions-toggle.cf{
  display: flex;
  justify-content: space-between;
}
a.alt-version-toggle__btn {
  background-color: #f1f1f1;
  text-transform: uppercase;
  color: #007780;
  font-size: 1.2em; /*1.2rem;*/
  line-height: 1.2;
  padding: 15px 20px;
  height: auto;
  font-weight: 700;
}
.alt-version-toggle__logo {
  float: none;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin: 0 10px 0 0;
}
.infoblock {
  margin-top: -32px;
  padding: 0;
}
.nav--footer {
  margin-bottom: 30px;
}
.post-type-archive .excerpt,
.page-template-tpl-page-szakemb_szolg .excerpt {
  position: relative;
  margin-bottom: 40px;
  padding: 0px 0 0px 45px;
  padding-left: 45px;
  border-bottom: 0;
}
.post-type-archive .excerpt:before,
.page-template-tpl-page-szakemb_szolg .excerpt:before {
  content: "";
  background: rgb(48, 59, 91);
  background: -moz-linear-gradient(top, rgba(48, 59, 91, 1) 50%, rgba(174, 188, 191, 1) 51%, rgba(10, 14, 10, 1) 51%, rgba(173, 187, 216, 1) 51%);
  background: -webkit-linear-gradient(top, rgba(48, 59, 91, 1) 50%, rgba(174, 188, 191, 1) 51%, rgba(10, 14, 10, 1) 51%, rgba(173, 187, 216, 1) 51%);
  background: linear-gradient(to bottom, rgba(48, 59, 91, 1) 50%, rgba(174, 188, 191, 1) 51%, rgba(10, 14, 10, 1) 51%, rgba(173, 187, 216, 1) 51%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303b5b', endColorstr='#adbbd8', GradientType=0);
  height: 100%;
  width: 30px;
  position: absolute;
  left: 0;
  top: 0;
}
.post-type-archive .excerpt:after,
.page-template-tpl-page-szakemb_szolg .excerpt:after {
  content: "";
  background: rgb(48, 59, 91);
  background: -moz-linear-gradient(top, rgba(48, 59, 91, 1) 50%, rgba(174, 188, 191, 1) 51%, rgba(10, 14, 10, 1) 51%, rgba(173, 187, 216, 1) 51%);
  background: -webkit-linear-gradient(top, rgba(48, 59, 91, 1) 50%, rgba(174, 188, 191, 1) 51%, rgba(10, 14, 10, 1) 51%, rgba(173, 187, 216, 1) 51%);
  background: linear-gradient(to bottom, rgba(48, 59, 91, 1) 50%, rgba(174, 188, 191, 1) 51%, rgba(10, 14, 10, 1) 51%, rgba(173, 187, 216, 1) 51%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303b5b', endColorstr='#adbbd8', GradientType=0);
  height: 100%;
  width: 30px;
  position: absolute;
  right: 0;
  top: 0;
}
.post-type-archive .excerpt .excerpt--hir__content,
.page-template-tpl-page-szakemb_szolg .excerpt .excerpt--hir__content,
.page-template-tpl-page-hirekesemenyek .excerpt .excerpt--hir__content {
  padding: 20px 15px;
}
.post-type-archive .excerpt .excerpt-image,
.page-template-tpl-page-szakemb_szolg .excerpt .excerpt-image,
.page-template-tpl-page-hirekesemenyek .excerpt .excerpt-image{
  background: rgb(48, 59, 91);
  background: -moz-linear-gradient(top, rgba(48, 59, 91, 1) 50%, rgba(174, 188, 191, 1) 51%, rgba(10, 14, 10, 1) 51%, rgba(173, 187, 216, 1) 51%);
  background: -webkit-linear-gradient(top, rgba(48, 59, 91, 1) 50%, rgba(174, 188, 191, 1) 51%, rgba(10, 14, 10, 1) 51%, rgba(173, 187, 216, 1) 51%);
  background: linear-gradient(to bottom, rgba(48, 59, 91, 1) 50%, rgba(174, 188, 191, 1) 51%, rgba(10, 14, 10, 1) 51%, rgba(173, 187, 216, 1) 51%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303b5b', endColorstr='#adbbd8', GradientType=0);
  height: 100%;
  margin: 0;
  padding-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  max-height: 320px;
}
.post-type-archive .excerpt .excerpt-image img,
.page-template-tpl-page-szakemb_szolg .excerpt .excerpt-image img,
.page-template-tpl-page-hirekesemenyek .excerpt .excerpt-image img{
  margin: 0;
  height: 100% !important;
  width: auto;
  max-width: none !important;
}
.post-type-archive .excerpt p,
.page-template-tpl-page-szakemb_szolg .excerpt p,
.page-template-tpl-page-hirekesemenyek .excerpt p{
  font-size: 0.9375em; /*15px;*/
  max-width: none;
  line-height: 2;
  margin-bottom: 0;
}

.post-type-archive .excerpt p.readmore a,
.page-template-tpl-page-szakemb_szolg .excerpt p.readmore a,
.page-template-tpl-page-hirekesemenyek .excerpt p.readmore a{
  font-size: 1.0625em; /*17px;*/
  color: #00828C;
}

.post-type-archive .excerpt .excerpt__title a,
.page-template-tpl-page-szakemb_szolg .excerpt .excerpt__title a,
.page-template-tpl-page-hirekesemenyek .excerpt .excerpt__title a{
  color: #00828C;
  font-size: 1.875em; /*30px;*/
  font-weight: 500;
}

.post-type-archive .excerpt .excerpt__readmore,
.page-template-tpl-page-szakemb_szolg .excerpt .excerpt__readmore,
.page-template-tpl-page-hirekesemenyek .excerpt .excerpt__readmore{
  border-left: 0;
  padding-left: 0;
}

.excerpt-topbar {
  color: #14192C;
  font-weight: bold;
}
.excerpt-topbar div {
  float: left;
  padding-right: 30px;
  padding-bottom: 50px;
  font-size: 1em; /*16px;*/
}
.excerpt-topbar a {
  font-size: 1em; /*16px;*/
}
.excerpt-topbar-page {
  color: #14192C;
  font-weight: bold;
  clear: both;
}
.excerpt-topbar-page div {
  font-size: 1em; /*16px;*/
}
.excerpt-topbar-page a {
  font-size: 1em; /*16px;*/
}
.nav--pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border: 0;
}
.nav--pagination__pagenum {
  margin-bottom: 0;
}
.nav--pagination__list {
  border: 0;
  margin: 15px 0 45px 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/*
.nav--pagination__list li {
  padding: 25px;
  line-height: 5px;
}
*/
.page-modified {
  clear: both;
}

#main ul li {
  list-style-type: square;
}

#main .main__editable-content a,
#main ul li a {
  font-size: inherit;
}
.main__editable-content a{
  color: #00828C;
  font-weight: 600;
}
#main .main__editable-content a:hover{
  color:#bd5801;
}
.nav--section-main__item a:hover,
.nav--section-main__item a:focus {
  background-color: #f7f7f7;
  border-bottom-color: #00828c;
  text-decoration: none;
}

.toc__nav {
  background-color: transparent;
  padding: 0;
}

.toc__nav a {
  color: #14192C;
  padding: 0;
}

.page-header img {
  width: auto;
  min-width: 100%;
  max-width: none;
  height: auto;
}

.page-header {
  position: relative;
  overflow: hidden;
  max-height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.forras {
  font-weight: 500;
}

.l-sidebar{
	margin-bottom:30px;
}
.l-sidebar .filterbar-link{
	color: #017d89!important;
	font-weight: 500;
}
.l-sidebar a,
.l-sidebar a:active,
.l-sidebar a:hover {
  color: #14192C !important;
}

/*
#topmenubtn {
    z-index: 99;
}
*/

#map svg path {
  cursor: pointer;
}

.social-sharing a,
.social-sharing a:active,
.social-sharing a:hover {
  color: #fff !important;
}



.main_content {
  max-width: 50%;
}

.main_image {
  max-width: 50%;
  text-align: right;
  margin: auto;
  right: 0px;
  position: absolute;
}

.befoglalo {
  min-height: 800px;
}

.befoglalo ul {
	margin-left:20px;
}

.befoglalo ul li {
	/*list-style-type: circle;*/
	list-style-type: square;
	margin: 0;
    padding-left: 0;
	font-weight: 500;
}
.befoglalo ol li {
	list-style-type: decimal outside!important;
}
.menumap {
  height: 200px;
  margin-top: 1px;
  display: block;
  /* margin-left: auto; */
}

.tbcolor0 {
  background-color: #252D44;
  height: 50%;
  color: white;
}

.tbcolor1 {
  /*background-color:rgba(220, 135, 56, 1); */
  background-color: #00828C;
  height: 50%;
  color: white;
}

.date-news {
  margin-bottom: 15px;
}
.region_map {
  /*max-height: 185px;*/
}
.region_map svg {
  max-height: 190px;
}
.region_selector_cnt {
  margin: auto;
  margin-top: 13px;
  margin-bottom: -15px;
  width: 98%;
  height: 275px;
}
.region_selector_cnt > .row {
 margin: 0;
}
.select_region {
  color: white;
  font-weight: bold;
  font-size: 1em; /*1rem;*/
  text-align: center;
  margin-bottom: 10px;
}
li.cat-item label input {
  float: left;
  display: inline-block;
  width: auto;
  margin: 4px 9px 0 0;
}
.subtag {
  margin-bottom: 4px;
  background-color: #00828C;
  padding: 3px 10px 3px 10px;
  color: #fff;
  text-align: center;
}
.front-page-section--hir__text {
  display: inline-block;
}
.remark-block .small-remark p {
  width: 100%
}
.orszagos {
  background-color: #252D44 !important;
}
.searchandfilter li {
  width: 100%;
}
.szakszolg .szakszolg-block {
  float: left;
  min-height: 250px;
}
.szakszolg {
  margin-top: 60px;
}
.pagefooter {
  clear: both;
}
.kivalasztottregio {
  font-size: 1em;
  text-align: center;
  padding-top: 5px;
}
nav .kivalasztottregio {
  color: #fff;
}
aside .kivalasztottregio {
  color: #14192C;
}

.heateor_sss_sharing_container {
  margin-bottom: 40px;
}
.szakszolg dl {
  border: 3px double #ccc;
  padding: 0.5em;
  background-color: white;
}
.szakszolg dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0.4rem;
}
.szakszolg dt {
  float: left;
  clear: left;
  width: 100px;
  text-align: right;
  font-weight: bold;
  font-size: smaller;
}
.szakszolg dt::after {
  content: ": ";
}
.szakszolg dd {
  margin: 0 0 0 110px;
  padding: 0 0 0.5em 0;
}
.tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_form,
.tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_reset,
.tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_wrapper .tribe-events-filters-label {
  display: block !important;
}
.article-category {
  background-color: #E5E5E5;
  color: #14192C;
}
.single-hir .befoglalo .article-tags {
  margin-left: 4%;
  margin-bottom: 30px;
  font-weight: 500;
}
.region_filter_reset {
  font-size: 0.75em; /*12px;*/
}
#reset_region {
  max-height: 35px;
  line-height: 35px;
  padding-top: 0px;
}
.search .news-title {
  color: #252d44;
  font-weight: 900;
  font-size: 1.8em;
  margin-top: 20px;
}
.excerpt--hir__text {
  margin-top: 15px;
}
.es_textbox_class {
     width: 100% !important;
}

.nextend-bar{
  background: #18213a !important;
  opacity: 0.9 !important;
  font-size: 2em !important; /*2rem !important;*/

  position: absolute;
  bottom: 40px !important;
  left: 0;
  background: black;
  color: white;
  opacity: 0.7;
  display: block;
  width: 100%;
  line-height: 1.4em;
  min-height: 120px;
  max-width: 80%;
  right: 0;
  left: 0 !important;
  margin: 0 auto;
}

.nextend-bar .n2-ow{
  background: none !important;
  text-transform: uppercase !important;
}
.nextend-arrow{
  width: 30px;
  height: 90px;
  box-shadow: none!important;
  display: block;
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  z-index: 10;
  cursor: pointer;
  opacity: 1.0;
  background-color: #252D44;
}
.nextend-arrow:hover, .nextend-arrow:focus, .nextend-arrow:active{
  opacity: 0.9 !important;
  background-color: #00828C !important;
}
.nextend-arrow img{
  position: absolute !important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  top: 50%;
  left: 0;
  height: 45% !important;
  opacity: 1.0 !important;
}
.metaslider .flexslider .flex-direction-nav li a {
  text-indent: 0px !important;
}
/*.slider-stop-play-btn {*/
.nextend-autoplay{
  /*top: 30px;
    width: 100%;*/
  text-align: center;
  bottom: 40px !important;
  right: 10% !important;
  left: auto !important;
  top: auto !important;
  z-index: 13 !important;
  width: 75px !important;
  min-height: 90px;
}
.nextend-autoplay:hover{
  background-color: #00828C !important;
  opacity: 0.9 !important;

}
.nextend-autoplay img{
  margin: auto !important;
  height: 55% !important;
  margin-top: 20% !important;
}
/*
.slider-stop-play-btn p {
  margin: 0 !important;
}

.slider-stop-play-btn a {
  background-color: white;
  padding: 20px 5px;
  opacity: 0.8;
  color: white;
  display: block;
  min-height: 120px;
  font-size: inherit;
  color: #252d44 !important;
}
*/
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta {
	color: #000 !important;
}

.ticket-cost{
	color:#000 !important;
}

.tribe-events-loop .tribe-event-featured:before, article.excerpt-kiemelt:before, article.excerpt-kiemelt:after{
  background: linear-gradient(to bottom, #911146 50%, #aebcbf 51%, #0a0e0a 51%, #91114678 51%) !important;
}
.tribe-event-featured .featured-text{
  display: block;
  font-size:1.5em;
  font-weight: 500;
}
.tribe-event-featured .featured-text .fa{
  color:#ffb03b;
  margin-right: 15px;
}
#es_txt_button_pg{
  border: none;
  border-radius: 25px;
  background-color: #00828C;
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 1.1em; /*1.1rem;*/
  padding: 0;
  width: 170px;
  cursor:pointer;
  text-transform: uppercase;
}
#es_txt_button_pg:hover, #searchform button[type=submit]:hover{
  color: #ffffff;
  background-color: #bd5801;
}
.tribe-events-notices{
	background: #911146!important;
	color:#FFF!important;
	text-shadow:none!important;
	border:1px solid #911146!important;
}
.muted{
  position: fixed;
  /*overflow-y:hidden;*/
}
.services-title {
	font-size: 1em; /*1.0rem;*/
}
.fixedUp #mainheader{
  position: fixed;
  top: 0;
  background-color: #fff;
  -o-transition: all;
  -moz-transition: all;
  -webkit-transition: all;
  -ms-transition: all;
  transition: all;
  padding: 12px 15px;
  opacity: 1;
  transition-duration: 0.9s;
  border-bottom: 1px solid #d3d3d3;
}
.fixedUp .infoblock{
  padding-top: 0;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
#mobile-indicator {
  display: none;
}
#slider-close{
  display: none;
}
.childquestion{
	padding-left:6em!important;
}
.parentquestion{
	padding-left:3em!important;
}
#hidden-overlay.showerlay{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 998;
  background-color: rgba(0,0,0,0.5);
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
  color: #636363;
}
.survey-timeframe{
	color: #00828c;
	font-weight: 700;
	text-align: center;
}
.survey-countdown{
	color: #bd5801;
	font-weight: 700;
	font-size:2em;
	text-align: center;
}
.fullwidth p {
    max-width: 90%;
}
/*self-rating-quizzes collapse headers*/
.collapse_head_link{
	text-decoration:underline;
	color: #00828c;
	cursor: pointer;
}
.collapse_head_link :hover,
.collapse_head_link :focus{
	text-decoration:underline;
	color: #006670;
	cursor: pointer;
}
.qmn_quiz_container span.acf-required{
  color: #a00;
}
.mlw_tab_content .qmn_quiz_container .qmn_btn, .mlw_tab_content .qmn_quiz_container .btn, .qmn_quiz_container .quiz_section .qmn_btn{
	background-color: #bd5801 !important;
  cursor: pointer;
  border: none;
  border-radius: 0;
}
.mlw_tab_content .qmn_quiz_container .qmn_btn:hover, .mlw_tab_content .qmn_quiz_container .btn:hover, .qmn_quiz_container .quiz_section .qmn_btn:hover{
	background-color: #252D44 !important;
	border-color: #bd5801 !important;
}
.qmn_quiz_container .qmn_quiz_form .childquestion select, .qmn_quiz_container .qmn_quiz_form .childquestion textarea, .qmn_quiz_container .qmn_quiz_form .childquestion input[type="text"], .qmn_quiz_container .qmn_quiz_form .childquestion input[type="email"], .qmn_quiz_container .qmn_quiz_form .childquestion input[type="number"]{
	border: 1px solid #ddd;
}
.qmn_quiz_container select:focus, .qmn_quiz_container textarea:focus, .qmn_quiz_container input[type="text"]:focus, .qmn_quiz_container input[type="email"]:focus, .qmn_quiz_container input[type="number"]:focus,
.qmn_quiz_container select:hover, .qmn_quiz_container textarea:hover, .qmn_quiz_container input[type="text"]:hover, .qmn_quiz_container input[type="email"]:hover, .qmn_quiz_container input[type="number"]:hover{
	border-color: #bd5801!important;
    box-shadow: 0 0 2px #bd58018a!important;
}
.quiz_section.qmn_error.childquestion select, .quiz_section.qmn_error.childquestion textarea, .quiz_section.qmn_error.childquestion input[type="text"], .quiz_section.qmn_error.childquestion input[type="number"], .quiz_section.qmn_error.childquestion input[type="email"], .quiz_section.qmn_error.childquestion input[type="checkbox"], .quiz_section.qmn_error.childquestion select:hover, .quiz_section.qmn_error.childquestion textarea:hover, .quiz_section.qmn_error.childquestion input[type="text"]:hover, .quiz_section.qmn_error.childquestion input[type="number"]:hover, .quiz_section.qmn_error.childquestion input[type="email"]:hover, .quiz_section.qmn_error.childquestion input[type="checkbox"]:hover, .quiz_section.qmn_error.childquestion select:focus, .quiz_section.qmn_error.childquestion textarea:focus, .quiz_section.qmn_error.childquestion input[type="text"]:focus, .quiz_section.qmn_error.childquestion input[type="number"]:focus, .quiz_section.qmn_error.childquestion input[type="email"]:focus, .quiz_section.qmn_error.childquestion input[type="checkbox"]:focus{
  border-color:#a00;
}
.collapseheader:hover, .collapseheader:focus{
	outline-color: #bd5801;
}
.avaiable_quizzes_list button.collapseheader:focus{
  background-color: #e0e0e0;
}
.ui-widget-content {
  border-color: #bd5801 !important;
  border-radius: 0 !important;
}
/*by E for quizzes*/
.qmn_quiz_container{
  background-color: #f8f9fa;
  padding: 1em;
}
.quiz-wrapper{
  padding: 0 2em;
}
button.collapseheader .quiz-question-category{
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.qmn_error_message{
  color: #a00 !important;
  border: 1px solid #a00 !important;
}
.collapseheader span.dashicons-arrow-down-alt2, .collapseheader span.dashicons-arrow-up-alt2{
  font-size: 1rem;
}
.facebook-responsive {
  overflow:hidden;
}
/*by E for admin bar*/
body #wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover>a, body #wpadminbar .quicklinks .menupop ul li a:focus, body #wpadminbar .quicklinks .menupop ul li a:focus strong, body #wpadminbar .quicklinks .menupop ul li a:hover, body #wpadminbar .quicklinks .menupop ul li a:hover strong, body #wpadminbar .quicklinks .menupop.hover ul li a:focus, body #wpadminbar .quicklinks .menupop.hover ul li a:hover, body #wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:focus, body #wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:hover, body #wpadminbar li #adminbarsearch.adminbar-focused:before, body #wpadminbar li .ab-item:focus .ab-icon:before, body #wpadminbar li .ab-item:focus:before, body #wpadminbar li a:focus .ab-icon:before, body #wpadminbar li.hover .ab-icon:before, body #wpadminbar li.hover .ab-item:before, body #wpadminbar li:hover #adminbarsearch:before, body #wpadminbar li:hover .ab-icon:before, body #wpadminbar li:hover .ab-item:before, body #wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus, body #wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover,
body #wpadminbar .ab-top-menu>li.hover>.ab-item, body #wpadminbar.nojq .quicklinks .ab-top-menu>li>.ab-item:focus, body #wpadminbar:not(.mobile) .ab-top-menu>li:hover>.ab-item, body #wpadminbar:not(.mobile) .ab-top-menu>li>.ab-item:focus,
body #wpadminbar:not(.mobile)>#wp-toolbar a:focus span.ab-label, body #wpadminbar:not(.mobile)>#wp-toolbar li:hover span.ab-label, body #wpadminbar>#wp-toolbar li.hover span.ab-label{
  color: #00B0BD;
}
.ab-item {
  font-size: 0.875em !important; /*0.875rem !important;*/
}
figure.gallery-item{
  display: inline-block;
}
figure.gallery-item figcaption{
  text-align: center;
}
figure.gallery-item img{
  padding: 5px;
  margin: 5px;
}
.gallery-columns-1 figure.gallery-item{
  display: block;
}
.page_item_has_children .children li{
  padding-left:15px;
}


.button_cookie {
    margin-right: .3em;
    margin-bottom: 0;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	background-image: -moz-linear-gradient(45deg, rgba(0,130,140,1) 0%, rgba(0,128,128,1) 100%); /* ff3.6+ */
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(0,130,140,1)), color-stop(100%, rgba(0,128,128,1))); /* safari4+,chrome */
	background-image: -webkit-linear-gradient(45deg, rgba(0,130,140,1) 0%, rgba(0,128,128,1) 100%); /* safari5.1+,chrome10+ */
	background-image: -o-linear-gradient(45deg, rgba(0,130,140,1) 0%, rgba(0,128,128,1) 100%); /* opera 11.10+ */
	background-image: -ms-linear-gradient(45deg, rgba(0,130,140,1) 0%, rgba(0,128,128,1) 100%); /* ie10+ */
	background-image: linear-gradient(45deg, rgba(0,130,140,1) 0%, rgba(0,128,128,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008080', endColorstr='#00828C',GradientType=1 ); /* ie6-9 */
    padding: 2px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.button_cookie:focus {
    background-color: yellow;
	background-image: none;
	border: 3px solid #111100;
}
.page-modified{
	color: #000;
}

.font-size-btn {
  display: inline-flex;
}

#tribe_events_filters_wrapper label.tribe-events-filters-label {
  font-size: 0.938em!important;
}

#tribe_events_filters_wrapper h3 {
  font-size: 0.750em!important;
}

#tribe_events_filters_wrapper .tribe-dropdown .select2-choice>.select2-chosen, .select2-drop-active .select2-results .select2-highlighted, .select2-drop-active .select2-results .select2-result {
  font-size: 0.688em!important;
}

#tribe_events_filters_wrapper h3, #tribe_events_filters_wrapper input, #tribe_events_filters_wrapper label, #tribe_events_filters_wrapper select, #tribe_events_filters_wrapper ul {
  font-size: 0.875em!important;
}

#tribe_events_filters_reset {
  font-size: 0.750em!important;
}

button.g-recaptcha {
  min-width: 110px;
  width: auto !important;
}

.szak_szolg_box{
	display: block;
	height: 100%;
}
.szak_szolg_box:focus {
  border: 1px solid #bd5801;

}

*:focus {
  outline: 2px solid #bd5801 !important;
}

article {
  overflow: auto;
}

.nextend-autoplay img {
    margin-top: 1.3rem!important;
}

nav.breadcrumbs {
  white-space: pre-wrap;
}

/* Hír  és események oldalon betű vastagság egységesítése (Mantis 6199) */
.excerpt--hir__content {
  font-weight: 500;
}

.tribe-events-list .tribe-events-venue-details .tribe-address {
  font-style: normal;
  font-weight: 500;
}

.tribe-events-list .tribe-events-venue-details .tribe-events-gmap {
  font-style: normal;
}

.tribe-events-meta-group {
  font-weight: 500;
}

.tribe-events-event-meta {
  font-weight: 500 !important;
}

.tribe-events-meta-group .tribe-events-address, .tribe-events-meta-group .tribe-event-schedule-details {
  font-weight: 500;
}

.tribe-events-event-meta address.tribe-events-address, .tribe-events-list .tribe-events-venue-details {
  font-weight: 500 !important;
  font-style: normal !important;
}

abbr[title].tribe-events-abbr {
  text-decoration: none;
}

/* Társoldalak widget */

#main .add-icon-after-link:after {
  content: " ";
  background-image: url(../img/kulso_honlap_ikon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  margin-left: 0.2em;
}

#main .sidebar .partner-page-block a:after {
  display: none;
}

#main .sidebar .partner-page-block a {
  margin-left: auto!important;
  margin-right: auto!important;
}

/* Társoldalak widget end*/

/* Főoldal menü */

/*nav.nav--front-page__list .mainmenu li.nav--front-page__item_new--hirek,*/
nav.nav--front-page__list .mainmenu li.nav--front-page__item_new--szolgaltatasi-pontok {
  display: none;
}

.front-page-region-map {
  background-color: #e5e5e5;
}
.main-wrapper .region_map svg {
  max-height: 380px;
  margin-top: 30px;
}
.main-wrapper .map-select-title {
  margin: auto;
  color: #00828C;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5em;
}

/* Főoldal menü end*/

/* Főoldal csempesor */

#main section div.services-block:nth-child(-n+4) {
  background-color: #f2f2f2;
}

#main section div.services-block:nth-child(-n+4):hover {
  background-color: #fff;
} 

/* Főoldal csempesor end */

/* Főoldal wrapper szöveg */

.main-wrapper .no-gutters .wrapper-front-page-text.wrapper-pic {
  background-color: #13a6b0;
  color: white;
}
.wrapper-front-page-text .main-title-div {
  position: relative;
  background-color: #00828c;
  padding: 10px 20px 10px;
  margin: 20px;
  margin-top: 100px;
  letter-spacing: 2px;
}
.wrapper-front-page-text .main-title-div:after {
  content:'';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -30px;
  width: 0;
  height: 0;
  border-top: solid 15px #00828c;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
}
.wrapper-front-page-text .description-div {
  margin: 20px;
  padding: 40px;
  padding-top: 10px;
  font-size: 0.9em;
  letter-spacing: 1px;
}
.wrapper-front-page-text .main-title-div h1 {
  font-weight: 700;
  font-size: 2rem;
  border: none;
  padding-bottom: 0px;
  padding-top: 0px;
}
.wrapper-front-page-text h2 {
  font-size: 1rem;
}
.wrapper-front-page-text h3 {
  font-weight: 500;
  font-size: 1em;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.wrapper-front-page-text h3 > a {
  font-size: 1em;
}

/* Főoldal wrapper szöveg end */

/*események also es felso lapozo */
#tribe-events-footer .tribe-events-sub-nav, #tribe-events-header .tribe-events-sub-nav{
	max-width:100%!important;
}