.yellow {
  background-color: #32ab55 !important;
}
.yellow-text {
  color: #32ab55 !important;
}
.lightgreen {
  background-color: #8dc63f !important;
}
.darkgreen {
  background-color: #21aa53 !important;
}
.purple {
  background-color: #9c88c0 !important;
}
input[type=text]:focus:not([readonly]) + label,
input[type=password]:focus:not([readonly]) + label,
input[type=email]:focus:not([readonly]) + label,
input[type=url]:focus:not([readonly]) + label,
input[type=time]:focus:not([readonly]) + label,
input[type=date]:focus:not([readonly]) + label,
input[type=datetime-local]:focus:not([readonly]) + label,
input[type=tel]:focus:not([readonly]) + label,
input[type=number]:focus:not([readonly]) + label,
input[type=search]:focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #32ab55;
}
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #32ab55;
  box-shadow: 0 1px 0 0 #32ab55;
}
[type="checkbox"]:checked + label:before {
  border-right-color: #32ab55;
  border-bottom-color: #32ab55;
}
.dropdown-content li > a,
.dropdown-content li > span {
  color: #32ab55;
}
[type="radio"]:checked + label:after {
  border: 2px solid #32ab55;
  background-color: #32ab55;
}
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label,
[type="checkbox"] + label {
  top: 0;
}
.dropdown-content {
  z-index: 10;
  white-space: normal;
}
.input-field {
  margin-top: 0.5rem;
}
.input-field label {
  color: #323232;
  left: 0;
}
.dropdown-content li > span {
  font-size: 15px;
  padding: 0.7rem 1rem;
}
button:focus {
  background-color: transparent;
}
.material-tooltip {
  max-width: 250px;
  font-size: 11px;
  background-color: #323232;
}
.material-tooltip span {
  display: inline-block;
}
.modal {
  border-bottom: 6px solid #32ab55;
}
.modal .col {
  padding: 0 !important;
}
.modal h4 {
  text-transform: uppercase;
}
.modal .dropdown-content {
  max-height: 250px;
}
.progress {
  background-color: #42b76e;
}
.progress .indeterminate {
  background-color: #32ab55;
}
.container {
  max-width: 1240px;
}
.btn-flat,
.btn {
  border: 2px solid #313131;
  border-radius: 4px;
  line-height: 30px;
  height: 30px;
  text-transform: none;
  padding: 0 3rem;
}
::-webkit-input-placeholder {
  color: #000000;
}
:-moz-placeholder {
  color: #000000;
}
::-moz-placeholder {
  color: #000000;
}
:-ms-input-placeholder {
  color: #000000;
}
.select-dropdown {
  color: #000000;
}
[type="checkbox"].filled-in:checked + label:after {
  border: 2px solid #32ab55;
  background-color: #32ab55;
}
[type="text"],
[type="password"],
textarea {
  color: #000000;
}
.select-wrapper .mdi-navigation-arrow-drop-down {
  color: #000000;
}
.parallax img {
  max-height: 150%;
}
.modal .modal-footer {
  padding: 4px 20px;
}
input[readonly]:not(.select-dropdown) {
  color: rgba(0,0,0,0.3);
}
.sb-search-input::-webkit-input-placeholder {
  color: #32ab55;
}
.sb-search-input:-moz-placeholder {
  color: #32ab55;
}
.sb-search-input::-moz-placeholder {
  color: #32ab55;
}
.sb-search-input:-ms-input-placeholder {
  color: #32ab55;
}
.mygrey {
  background-color: #323232 !important;
}
.mygrey-text {
  color: #323232 !important;
}
.mygrey-text-darker {
  color: #323232 !important;
}
.mygrey-lighter {
  background-color: #000000 !important;
}
.mygrey-text-lighter {
  color: #000000 !important;
}
.mygrey-lighter_rgba_50 {
  background-color: rgba(170,170,170,0.5) !important;
}
html {
  font-family: 'Roboto';
  font-weight: 400;
}
body {
  background-color: #FFFFFF;
}
.btn-flat.next,
.btn.next {
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: auto;
  background-image: url('/images/right_arrow.png');
}
.btn-flat.prev,
.btn.prev {
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto;
  background-image: url('/images/left_arrow.png');
}
.colorLine {
  height: 6px;
}
header .row {
  margin-bottom: 0;
}
header .col {
  padding: 0 !important;
}
header #headerLeft {
  height: 110px;
  float: left;
  width: 17%;
}
header #headerLeft .colorbox {
  width: 30px;
  height: 60px;
  display: inline-block;
}
header #headerLeft #logo {
  display: inline-block;
}
header #headerLeft #logo img {
  width: 100%;
}
header #headerRight {
  float: right;
  height: 110px;
}
header nav {
  background-color: #FFFFFF;
  position: relative;
  box-shadow: none;
  height: 110px;
}
header nav ul {
  margin-right: 30px;
}
header nav ul li {
  height: 110px;
  position: relative;
}
header nav ul li a {
  top: -1px;
  text-transform: uppercase;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  border-right: 1px solid #323232;
  padding: 0 8px;
}
header nav ul li a.active {
  font-weight: 700;
  color: #323232 !important;
}
header nav ul li a.active:before {
  content: "\A";
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #32ab55 transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: 0;
}
header nav ul li.yellow:last-child a {
  border: none;
}
header nav ul li.yellow a {
  color: #FFFFFF !important;
  border-right: 1px solid #FFFFFF;
}
header nav ul li.yellow a.active:before {
  border-color: transparent transparent #FFFFFF transparent;
}
header nav ul li.yellow.lightgreen {
  background-color: #8dc63f !important;
}
header nav ul li.yellow.darkgreen {
  background-color: #21aa53 !important;
}
header nav ul li.yellow.purple {
  background-color: #9c88c0 !important;
}
header .sb-search {
  position: absolute;
  right: 0;
  min-width: 30px;
  height: 110px;
  margin-top: 0;
  top: 0;
}
header .sb-search .sb-search-input {
  background-color: white;
  height: 1.4rem;
  top: 50%;
  margin-top: -13px;
}
header .sb-search .sb-icon-search,
header .sb-search .sb-search-submit {
  width: 30px;
  background: #ffffff !important;
  height: 25px;
  line-height: 25px;
  top: 50%;
  margin-top: -13px;
}
header .sb-search .sb-icon-search:before {
  font-size: 16px;
}
header .mobileMenuOpen2 {
  display: none;
  width: 35px;
  font-size: 30px;
  height: 100%;
}
header .cmn-toggle-switch {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
header .cmn-toggle-switch:focus {
  outline: none;
}
header .cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  right: 5px;
  height: 4px;
  background: #32ab55;
}
header .cmn-toggle-switch span::before,
header .cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #32ab55;
  content: "";
}
header .cmn-toggle-switch span::before {
  top: -12px;
}
header .cmn-toggle-switch span::after {
  bottom: -12px;
}
header .cmn-toggle-switch__htra span {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
header .cmn-toggle-switch__htra span::before {
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: -webkit-transform 0.3s, width 0.3s, top 0.3s;
  transition: transform 0.3s, width 0.3s, top 0.3s;
}
header .cmn-toggle-switch__htra span::after {
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: -webkit-transform 0.3s, width 0.3s, bottom 0.3s;
  transition: transform 0.3s, width 0.3s, bottom 0.3s;
}
header .cmn-toggle-switch__htra.active span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
header .cmn-toggle-switch__htra.active span::before,
header .cmn-toggle-switch__htra.active span::after {
  width: 70%;
}
header .cmn-toggle-switch__htra.active span::before {
  top: 0;
  -webkit-transform: translateX(-6px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(-6px) translateY(2px) rotate(-45deg);
  transform: translateX(-6px) translateY(2px) rotate(-45deg);
}
header .cmn-toggle-switch__htra.active span::after {
  bottom: 0;
  -webkit-transform: translateX(-6px) translateY(-2px) rotate(45deg);
  -ms-transform: translateX(-6px) translateY(-2px) rotate(45deg);
  transform: translateX(-6px) translateY(-2px) rotate(45deg);
}
header .mobileMenu {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 116px;
  z-index: 100;
}
header .mobileMenu nav {
  height: auto;
  overflow: hidden;
  line-height: 60px;
}
header .mobileMenu nav ul {
  margin: 0;
}
header .mobileMenu nav ul li {
  float: none;
  border-right: none;
  border-bottom: 1px solid #D4D4D4;
  height: 50px;
  line-height: 50px;
}
header .mobileMenu nav ul li a {
  display: block;
  font-size: 12px;
  top: -1px;
  line-height: 50px;
  height: 50px;
  border-right: none;
}
header .mobileMenu nav ul li a:before {
  display: none;
}
header .mobileMenu nav ul li input {
  padding-left: 10px;
  border-bottom: none;
  color: #323232;
}
footer {
  background-color: #4F4F4F;
  height: 196px;
}
footer .row {
  margin-bottom: 0;
}
footer .col {
  padding: 0 !important;
}
footer .logoContainer {
  position: relative;
  height: 190px;
}
footer .logoContainer img {
  position: absolute;
  right: 0;
  bottom: 0;
}
footer ul li {
  display: inline-block;
  margin-right: 20px;
}
footer ul li a {
  text-transform: uppercase;
  font-size: 14px;
}
.modal {
  max-width: 600px;
  position: absolute;
}
.modal .closeModal {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.modal .closeModal svg {
  width: 20px;
  height: 20px;
  fill: #32ab55;
}
.loginModal .btn-flat {
  width: 170px;
}
#content {
  min-height: 700px;
  margin-bottom: 50px;
}
h3 {
  font-family: "Roboto Slab";
  font-size: 18px;
  color: #323232;
  text-transform: uppercase;
  position: relative;
}
h3 .border {
  width: 20px;
  border-top: 2px solid #323232;
  display: inline-block;
  height: 8px;
  margin: 0 10px;
}
h3 .icon {
  width: 34px;
  height: 30px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  left: 50%;
  margin-left: -17px;
  top: -30px;
}
.mainPage {
  margin-bottom: 0 !important;
}
.mainPage .row {
  margin-bottom: 0;
}
.mainPage .col {
  padding: 0 !important;
}
.mainPage .bigImgContainer {
  height: 540px;
  position: relative;
}
.mainPage .bigImgContainer .img {
  height: 540px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
.mainPage .bigImgContainer .text {
  position: absolute;
  width: 100%;
  top: 150px;
  text-align: center;
  color: #FFFFFF;
}
.mainPage .bigImgContainer .text .title {
  position: relative;
}
.mainPage .bigImgContainer .text .title h1 {
  text-transform: uppercase;
  font-size: 43px;
  font-family: "Roboto Slab";
  font-weight: 700;
  border-bottom: 2px solid #FFFFFF;
  margin-top: 0;
  display: inline-block;
}
.mainPage .bigImgContainer .text .title h1 a {
  color: #FFFFFF;
}
.mainPage .bigImgContainer .text .title .icon {
  width: 40px;
  height: 36px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  left: 50%;
  margin-left: -20px;
  top: -25px;
}
.mainPage .bigImgContainer .text .title .border {
  border-top: 2px solid #FFFFFF;
}
.mainPage .bigImgContainer .text span {
  font-weight: 500;
  font-style: italic;
}
.mainPage .bigImgContainer .szechenyi {
  position: absolute;
  top: 0;
  right: 0;
}
.mainPage .leftSide h1,
.mainPage .rightSide h1 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #323232;
  margin-top: 0;
  line-height: 150%;
}
.mainPage .leftSide span,
.mainPage .rightSide span {
  color: #323232;
  font-size: 14px;
  text-align: justify;
  display: inline-block;
  margin-bottom: 20px;
}
.mainPage .leftSide .btn-flat,
.mainPage .rightSide .btn-flat {
  margin-bottom: 10px;
}
.mainPage .leftSide {
  padding: 40px 100px !important;
  background-color: rgba(170,170,170,0.2);
}
.mainPage .rightSide {
  padding: 40px 20px 0 20px !important;
}
.mainPage .rightSide .img {
  display: inline-block;
  width: 70px;
  margin: 0 4%;
  vertical-align: top;
}
.mainPage .rightSide .img .circle {
  background-color: #32ab55;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
  margin-right: 20px;
}
.mainPage .rightSide .img label {
  color: #323232;
  font-size: 14px;
}
.mainPage .rightSide .img label.active {
  font-weight: 500;
}
.mainPage .rightSide .text {
  width: 75%;
  padding: 10px 0 30px;
  display: none;
  min-height: 135px;
  height: auto;
  margin: 0 auto 10px;
}
.mainPage .rightSide .text h4 {
  margin: 0;
  line-height: 120%;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
}
.mainPage .rightSide .text span {
  font-size: 13px;
  min-height: 90px;
}
.mainPage .rightSide span {
  margin-bottom: 10px;
}
.mainPage .rightSide .jatek {
  width: 100%;
  position: relative;
}
.mainPage .rightSide .jatek img {
  width: 100%;
  vertical-align: bottom;
}
.mainPage .rightSide .jatek .btn-flat {
  position: absolute;
  right: 12%;
  bottom: 6%;
  color: #FFFFFF;
  border-color: #FFFFFF;
  background-image: url('/images/right_arrow_white.png');
}
.mainPage .newsContainer .newsList > .col:nth-child(3n+1) {
  padding-right: 10px !important;
}
.mainPage .newsContainer .newsList > .col:nth-child(3n+2) {
  padding: 0 5px !important;
}
.mainPage .newsContainer .newsList > .col:nth-child(3n+3) {
  padding-left: 10px !important;
}
.mainPage .newsContainer .newsBox {
  margin-bottom: 20px;
  height: 550px;
  overflow: hidden;
}
.mainPage .newsContainer .newsBox .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 280px;
  display: block;
  transition: all .5s ease-in-out;
}
.mainPage .newsContainer .newsBox .img:hover {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.mainPage .newsContainer .newsBox .text {
  padding: 0 20px 40px 20px !important;
}
.mainPage .newsContainer .newsBox .text h1 {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
}
.mainPage .newsContainer .newsBox .text h1 a {
  color: #323232;
}
.mainPage .newsContainer .newsBox .text span {
  font-size: 14px;
}
.buttonRow {
  margin: 40px 0;
}
.kerdoivekPage .whiteContent,
.eredmenyekPage .whiteContent,
.egeszsegtervPage .whiteContent,
.mentorPage .whiteContent,
.page404 .whiteContent,
.adataimPage .whiteContent,
.felmerokPage .whiteContent,
.felmeroPage .whiteContent {
  max-width: 820px;
  min-height: 700px;
  margin: 50px auto 0 auto;
}
.kerdoivekPage .whiteContent .rightColumn,
.eredmenyekPage .whiteContent .rightColumn,
.egeszsegtervPage .whiteContent .rightColumn,
.mentorPage .whiteContent .rightColumn,
.page404 .whiteContent .rightColumn,
.adataimPage .whiteContent .rightColumn,
.felmerokPage .whiteContent .rightColumn,
.felmeroPage .whiteContent .rightColumn {
  padding: 0;
}
.kerdoivekPage .whiteContent .rightColumn .col,
.eredmenyekPage .whiteContent .rightColumn .col,
.egeszsegtervPage .whiteContent .rightColumn .col,
.mentorPage .whiteContent .rightColumn .col,
.page404 .whiteContent .rightColumn .col,
.adataimPage .whiteContent .rightColumn .col,
.felmerokPage .whiteContent .rightColumn .col,
.felmeroPage .whiteContent .rightColumn .col {
  padding: 0;
}
.kerdoivekPage .whiteContent h5,
.eredmenyekPage .whiteContent h5,
.egeszsegtervPage .whiteContent h5,
.mentorPage .whiteContent h5,
.page404 .whiteContent h5,
.adataimPage .whiteContent h5,
.felmerokPage .whiteContent h5,
.felmeroPage .whiteContent h5 {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 2.5rem;
}
.kerdoivekPage .whiteContent h5 a,
.eredmenyekPage .whiteContent h5 a,
.egeszsegtervPage .whiteContent h5 a,
.mentorPage .whiteContent h5 a,
.page404 .whiteContent h5 a,
.adataimPage .whiteContent h5 a,
.felmerokPage .whiteContent h5 a,
.felmeroPage .whiteContent h5 a {
  display: block;
}
.kerdoivekPage .whiteContent > .row,
.eredmenyekPage .whiteContent > .row,
.egeszsegtervPage .whiteContent > .row,
.mentorPage .whiteContent > .row,
.page404 .whiteContent > .row,
.adataimPage .whiteContent > .row,
.felmerokPage .whiteContent > .row,
.felmeroPage .whiteContent > .row {
  margin-bottom: 0;
}
.kerdoivekPage .whiteContent .btn,
.eredmenyekPage .whiteContent .btn,
.egeszsegtervPage .whiteContent .btn,
.mentorPage .whiteContent .btn,
.page404 .whiteContent .btn,
.adataimPage .whiteContent .btn,
.felmerokPage .whiteContent .btn,
.felmeroPage .whiteContent .btn {
  font-size: 13px;
  text-transform: none;
  box-shadow: none;
  background-color: transparent;
  color: #323232;
  min-height: 30px;
  height: auto !important;
}
.kerdoivekPage [type="checkbox"] + label {
  height: auto;
}
.kerdoivekPage .whiteContent {
  max-width: 735px;
}
.kerdoivekPage .whiteContent input[type=text],
.kerdoivekPage .whiteContent input[type=password],
.kerdoivekPage .whiteContent input[type=email],
.kerdoivekPage .whiteContent input[type=url],
.kerdoivekPage .whiteContent input[type=time],
.kerdoivekPage .whiteContent input[type=date],
.kerdoivekPage .whiteContent input[type=datetime-local],
.kerdoivekPage .whiteContent input[type=tel],
.kerdoivekPage .whiteContent input[type=number],
.kerdoivekPage .whiteContent input[type=search],
.kerdoivekPage .whiteContent textarea.materialize-textarea {
  height: 2rem;
}
.kerdoivekPage .whiteContent .questionLine {
  margin: 25px 0;
  padding: 5px 0;
}
.kerdoivekPage .whiteContent .questionLine .question {
  padding-right: 10px;
  font-size: 14px;
}
.kerdoivekPage .whiteContent .questionLine .answer {
  display: table;
}
.kerdoivekPage .whiteContent .questionLine .answer .dropdown-content li > span,
.kerdoivekPage .whiteContent .questionLine .answer .input-field label,
.kerdoivekPage .whiteContent .questionLine .answer input[type=text],
.kerdoivekPage .whiteContent .questionLine .answer input[type=password],
.kerdoivekPage .whiteContent .questionLine .answer input[type=email],
.kerdoivekPage .whiteContent .questionLine .answer input[type=url],
.kerdoivekPage .whiteContent .questionLine .answer input[type=time],
.kerdoivekPage .whiteContent .questionLine .answer input[type=date],
.kerdoivekPage .whiteContent .questionLine .answer input[type=datetime-local],
.kerdoivekPage .whiteContent .questionLine .answer input[type=tel],
.kerdoivekPage .whiteContent .questionLine .answer input[type=number],
.kerdoivekPage .whiteContent .questionLine .answer input[type=search],
.kerdoivekPage .whiteContent .questionLine .answer textarea.materialize-textarea {
  font-size: 14px;
}
.kerdoivekPage .whiteContent .questionLine .answer .btn-flat {
  padding: 0;
  border: none;
}
.kerdoivekPage .whiteContent .questionLine .answer .answerTableCell {
  display: table-cell;
  vertical-align: middle;
}
.kerdoivekPage .whiteContent .questionLine .answer .answerTableCell:first-child {
  width: 20px;
}
.kerdoivekPage .whiteContent .questionLine .answer .tooltipped {
  font-weight: bold;
  font-size: 15px;
  color: #000000;
  margin-right: 5px;
}
.kerdoivekPage .whiteContent .questionLine.unfilled {
  background-color: #42b76e;
}
.kerdoivekPage .whiteContent p {
  margin: 0;
}
.kerdoivekPage .whiteContent .flowChart {
  height: 2px;
  position: relative;
  margin: 30px 0;
  background-color: #32ab55;
}
.kerdoivekPage .whiteContent .flowChart .point {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #FFFFFF;
  top: -15px;
  text-align: center;
  line-height: 30px;
  font-size: 21px;
  color: #32ab55;
  font-weight: 700;
}
.kerdoivekPage .whiteContent .flowChart .point .number {
  line-height: 30px;
  height: 26px;
  width: 26px;
  display: inline-block;
  position: relative;
  top: -2px;
}
.kerdoivekPage .whiteContent .flowChart .point:first-child {
  left: 0;
}
.kerdoivekPage .whiteContent .flowChart .point:nth-child(2) {
  left: 25%;
  margin-left: -15px;
}
.kerdoivekPage .whiteContent .flowChart .point:nth-child(3) {
  left: 49%;
  margin-left: -15px;
}
.kerdoivekPage .whiteContent .flowChart .point:nth-child(4) {
  left: 74%;
  margin-left: -15px;
}
.kerdoivekPage .whiteContent .flowChart .point:last-child {
  right: 0%;
}
.kerdoivekPage .whiteContent .flowChart .point.kesz {
  background-color: #32ab55;
  color: #FFFFFF;
}
.kerdoivekPage .whiteContent .flowChart .point.kesz .number {
  top: 0;
}
.kerdoivekPage .whiteContent .flowChart .point.kotelezo_ok {
  color: #32ab55;
  border: 2px solid #32ab55;
}
.kerdoivekPage .whiteContent .flowChart .point .border {
  display: none;
}
.kerdoivekPage .whiteContent .flowChart .point.aktiv {
  background-color: #FFFFFF;
  display: inline-block;
}
.kerdoivekPage .whiteContent .flowChart .point.aktiv span.number {
  width: 30px;
  height: 30px;
  background-color: #32ab55;
  display: inline-block;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}
.kerdoivekPage .whiteContent .flowChart .point.aktiv .border {
  position: absolute;
  width: 30px;
  border-bottom: 3px solid #32ab55;
  display: block;
  top: 32px;
  z-index: 1;
}
.kerdoivekPage .whiteContent .flowChart .point.elkezdte {
  color: #32ab55;
}
.kerdoivekPage .whiteContent .msg a {
  color: #32ab55;
}
.kerdoivekPage .whiteContent .typeContainer {
  line-height: 100%;
  margin-bottom: 30px;
  margin-top: 30px;
}
.kerdoivekPage .whiteContent .typeContainer .type {
  text-transform: uppercase;
  font-size: 20px;
  color: rgba(170,170,170,0.5);
  font-weight: 700;
  vertical-align: middle;
}
.kerdoivekPage .whiteContent .typeContainer .type.active {
  color: #000000;
  border-bottom: 5px solid #32ab55;
}
.kerdoivekPage .whiteContent .typeContainer i {
  vertical-align: middle;
  color: #32ab55;
  font-size: 1.8rem;
  margin: 0 10px;
}
.kerdoivekPage .whiteContent .comment {
  font-size: 11px;
  font-style: italic;
  line-height: 11px;
}
.kerdoivekPage .whiteContent .comment label {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  display: inline-block;
  font-size: 9px;
  text-align: center;
  margin-right: 2px;
  line-height: 11px;
  font-style: normal;
  vertical-align: top;
}
.kerdoivekPage .whiteContent .comment span:last-child label {
  border: 1px solid #32ab55;
}
.eredmenyekPage .whiteContent {
  padding-right: 0;
}
.eredmenyekPage .whiteContent .rightColumn {
  padding-right: 0;
}
.eredmenyekPage .whiteContent .btn {
  font-size: 12px;
  line-height: 140%;
  height: auto;
  padding: 5px 65px !important;
}
.eredmenyekPage .whiteContent .comment {
  text-align: center;
}
.eredmenyekPage .whiteContent .comment span {
  font-size: 14px;
  display: block;
}
.eredmenyekPage .whiteContent .comment span i {
  font-weight: bold;
  vertical-align: middle;
}
.eredmenyekPage .whiteContent .comment span:last-child {
  cursor: pointer;
}
.eredmenyekPage .whiteContent .hiddenComment {
  font-size: 14px;
  margin-top: 5px;
  display: none;
  border-top: 2px dashed #323232;
  border-bottom: 2px dashed #323232;
  padding: 10px 0 !important;
}
.eredmenyekPage .whiteContent .showHiddenComment {
  font-size: 14px;
  color: #323232;
  margin: 15px 0;
  position: relative;
}
.eredmenyekPage .whiteContent .showHiddenComment .arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: -20px;
  padding: 0 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  background-color: #FFFFFF;
}
.eredmenyekPage .whiteContent .showHiddenComment .down {
  background-image: url('/images/down_arrow.png');
}
.eredmenyekPage .whiteContent .showHiddenComment .up {
  background-image: url('/images/up_arrow.png');
}
.eredmenyekPage .whiteContent .circle {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  border-radius: 0 !important;
}
.eredmenyekPage .whiteContent .circle.circle_-1 {
  background-color: #9CB84D;
}
.eredmenyekPage .whiteContent .circle.circle_-2 {
  background-color: #9CB84D;
}
.eredmenyekPage .whiteContent .circle.circle_-3 {
  background-color: #9CB84D;
}
.eredmenyekPage .whiteContent .circle.circle_-4 {
  background-color: #9CB84D;
}
.eredmenyekPage .whiteContent .circle.circle_0 {
  background-color: #4F4F4F;
}
.eredmenyekPage .whiteContent .circle.circle_0_red {
  background-color: #E86666;
}
.eredmenyekPage .whiteContent .circle.circle_0_green {
  background-color: #9CB84D;
}
.eredmenyekPage .whiteContent .circle.circle_1 {
  background-color: #E86666;
}
.eredmenyekPage .whiteContent .circle.circle_2 {
  background-color: #E86666;
}
.eredmenyekPage .whiteContent .circle.circle_3 {
  background-color: #E86666;
}
.eredmenyekPage .whiteContent .circle.circle_4 {
  background-color: #E86666;
}
.eredmenyekPage .whiteContent .circle.vedo {
  background-color: #9CB84D;
}
.eredmenyekPage .whiteContent .circle.kockazati {
  background-color: #E86666;
}
.eredmenyekPage .whiteContent .circle.semleges {
  background-color: #4F4F4F;
}
.eredmenyekPage .whiteContent .table {
  margin-bottom: 0;
}
.eredmenyekPage .whiteContent .table .tableRow {
  font-size: 14px;
  color: #323232;
  min-height: 50px;
  position: relative;
}
.eredmenyekPage .whiteContent .table .tableRow .row {
  margin: 0;
}
.eredmenyekPage .whiteContent .table .tableRow > .row {
  width: 100%;
}
.eredmenyekPage .whiteContent .table .tableRow:nth-child(2n+1) {
  background-color: rgba(170,170,170,0.2);
}
.eredmenyekPage .whiteContent .table .tableRow:first-child {
  background-color: rgba(170,170,170,0.3);
}
.eredmenyekPage .whiteContent .table .tableRow .border {
  position: absolute;
  height: 100%;
  top: 0;
  background-color: rgba(157,157,157,0.2);
}
.eredmenyekPage .whiteContent .table .tableRow .textCol {
  padding: 5px;
}
.eredmenyekPage .whiteContent .table .tableRow .textCol .question {
  padding-right: 10px;
}
.eredmenyekPage .whiteContent .table .tableRow .resultCol {
  padding: 10px 0;
}
.eredmenyekPage .whiteContent .table .tableRow .circle {
  position: relative;
  z-index: 1;
}
.eredmenyekPage .whiteContent .table .tableRow .icon {
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-top: 8px;
}
.eredmenyekPage .whiteContent .table .tableRow:last-child {
  height: 10px;
  background-color: rgba(170,170,170,0.5);
  min-height: inherit;
}
.egeszsegtervPage .whiteContent {
  padding-right: 0;
}
.egeszsegtervPage .whiteContent .rightColumn {
  padding-right: 0;
}
.egeszsegtervPage .whiteContent .rightColumn .row:not(.buttonRow) {
  margin-bottom: 0;
}
.egeszsegtervPage .whiteContent .btn {
  font-size: 12px;
  padding: 5px 70px !important;
  line-height: 130%;
}
.egeszsegtervPage .whiteContent .table .tableHead {
  background-color: rgba(159,159,159,0.3);
  padding: 7px;
  font-weight: 500;
  color: #323232;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
}
.egeszsegtervPage .whiteContent .table .tableHead .icon {
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  margin-right: 10px;
}
.egeszsegtervPage .whiteContent .table .tableHead .headTitle {
  width: 170px;
}
.egeszsegtervPage .whiteContent .table .tableHead .showAllThisTable {
  font-size: 14px;
  color: #9F9F9F;
  font-weight: 500;
  text-transform: none;
  font-style: italic;
  cursor: pointer;
}
.egeszsegtervPage .whiteContent .table .tableHead .showAllThisTable i {
  font-weight: bold;
  color: #9F9F9F;
}
.egeszsegtervPage .whiteContent .table .tableHead .kockazat {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  z-index: 0;
}
.egeszsegtervPage .whiteContent .table .tableHead .kockazat.semleges {
  background-color: #F9BE39;
}
.egeszsegtervPage .whiteContent .table .tableHead .kockazat.rossz {
  background-color: #E86666;
}
.egeszsegtervPage .whiteContent .table .tableHead .kockazat.jo {
  background-color: #9CB84D;
}
.egeszsegtervPage .whiteContent .table .tableHead .finalPoint {
  font-weight: 500;
  font-size: 13px;
  position: relative;
  padding-left: 10px;
  color: #FFFFFF;
}
.egeszsegtervPage .whiteContent .table .row {
  margin-bottom: 0;
}
.egeszsegtervPage .whiteContent .table .columns {
  padding: 7px;
}
.egeszsegtervPage .whiteContent .title {
  font-weight: 700;
  font-size: 14px;
}
.egeszsegtervPage .whiteContent .item {
  font-size: 14px;
  color: #505050;
  cursor: pointer;
  margin-bottom: 2px;
}
.egeszsegtervPage .whiteContent .item .number,
.egeszsegtervPage .whiteContent .item i {
  margin: 0 5px 0 0;
}
.egeszsegtervPage .whiteContent .item i {
  font-weight: bold;
}
.egeszsegtervPage .whiteContent .item .hiddenText {
  display: none;
  font-size: 12px;
}
.egeszsegtervPage .whiteContent .kockazatiCol .number,
.egeszsegtervPage .whiteContent .kockazatiCol i {
  color: #DD4C3D;
}
.egeszsegtervPage .whiteContent .vedoCol .number,
.egeszsegtervPage .whiteContent .vedoCol i {
  color: #00A668;
}
.egeszsegtervPage .whiteContent .kockazatiCol,
.egeszsegtervPage .whiteContent .vedoCol,
.egeszsegtervPage .whiteContent .javaslatokCol {
  padding: 5px 5px 0 0 !important;
}
.egeszsegtervPage .whiteContent .more {
  font-weight: 500;
  font-size: 14px;
  font-style: italic;
  color: #000000;
  cursor: pointer;
}
.egeszsegtervPage .whiteContent .more i {
  color: #000000;
}
.egeszsegtervPage .whiteContent .hiddenItems {
  display: none;
}
.hirekPage {
  padding-top: 30px;
}
.hirekPage .col {
  padding: 0 !important;
}
.hirekPage .list {
  margin-top: 50px;
}
.hirekPage .list > .col:nth-child(3n+1) {
  padding-right: 10px !important;
}
.hirekPage .list > .col:nth-child(3n+2) {
  padding: 0 5px !important;
}
.hirekPage .list > .col:nth-child(3n+3) {
  padding-left: 10px !important;
}
.hirekPage .hirBox,
.hirPage .hirBox {
  height: 275px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.hirekPage .hirBox .image,
.hirPage .hirBox .image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  transition: all .5s ease-in-out;
}
.hirekPage .hirBox .overlay,
.hirPage .hirBox .overlay {
  background-color: rgba(50,50,50,0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all .5s ease-in-out;
}
.hirekPage .hirBox .title,
.hirPage .hirBox .title {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 24px;
  transition: all .5s ease-in-out;
}
.hirekPage .hirBox .title span,
.hirPage .hirBox .title span {
  display: block;
  text-align: center;
  width: 100%;
}
.hirekPage .hirBox:hover .image,
.hirPage .hirBox:hover .image {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hirekPage .hirBox:hover .overlay,
.hirPage .hirBox:hover .overlay {
  opacity: 0;
}
.hirekPage .hirBox:hover .title,
.hirPage .hirBox:hover .title {
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.hirPage .smallContent {
  max-width: 820px;
  margin: auto;
}
.hirPage .smallContent .col {
  padding: 0 !important;
}
.hirPage .hirContent .img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 355px;
}
.hirPage .hirContent .share {
  padding: 10px 50px 0 50px;
}
.hirPage .hirContent .share .shareIcon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 7px;
}
.hirPage .hirContent .text {
  padding: 0 0 100px 0;
}
.hirPage .hirContent .text h1 {
  font-size: 24px;
  color: #323232;
  text-transform: uppercase;
  line-height: 120%;
  margin: 20px 0;
  font-weight: 700;
}
.hirPage .hirContent .text .lead {
  font-size: 16px;
  font-weight: 500;
  color: #323232;
  line-height: 140%;
  display: block;
  margin-bottom: 15px;
  text-align: justify;
}
.hirPage .hirContent .text .textContent {
  line-height: 140%;
  font-size: 16px;
  color: #323232;
  text-align: justify;
}
.hirPage .hirContent .text .textContent b,
.hirPage .hirContent .text .textContent strong {
  font-weight: bold;
}
.hirPage .hirContent .text .textContent ul,
.hirPage .hirContent .text .textContent ol {
  padding-left: 0;
  margin: 0;
}
.hirPage .hirContent .text .textContent ul li {
  list-style: none;
  padding-left: 10px;
  line-height: 160%;
}
.hirPage .hirContent .text .textContent ul li:before {
  content: "• ";
  color: #32ab55;
}
.hirPage .hirContent .text .textContent ol {
  list-style-position: inside;
  margin-left: 10px;
}
.hirPage .hirContent .text .textContent img {
  border: none;
  max-width: 100%;
  height: auto;
  margin: auto;
  display: block;
}
.hirPage .hirContent .text .textContent p {
  margin: 0;
}
.hirPage .hirContent .text .textContent a {
  color: #32ab55;
  text-decoration: underline;
}
.hirPage .hirContent .text .textContent h1 {
  font-size: 20px;
  margin: 10px 0;
  line-height: 120%;
  font-weight: normal;
  text-transform: none;
}
.hirPage .hirContent .text .textContent h2 {
  font-size: 15px;
  margin: 10px 0;
  line-height: 120%;
  font-weight: normal;
}
.hirPage .hirContent .text .textContent h3 {
  font-size: 16px;
  margin: 7px 0;
  line-height: 120%;
  font-weight: normal;
}
.hirPage .others > div {
  margin-left: 20px;
  padding-bottom: 20px;
}
.hirPage .others .head {
  font-family: "Roboto Slab";
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
}
.hirPage .others .head span:first-child {
  margin-left: 0;
}
.hirPage .others .head span:last-child {
  margin-right: 0;
}
.hirPage .others .hirBox {
  height: 205px;
}
.hirPage .others .hirBox .title {
  font-size: 18px;
}
.szovegesPage .whiteContent {
  padding-top: 70px;
  max-width: 615px;
  margin: auto;
}
.szovegesPage h3 {
  font-family: "Roboto Slab";
  font-weight: 700;
  font-size: 18px;
  color: #323232;
  text-transform: uppercase;
  line-height: 120%;
  margin: 5px 0;
  text-align: center;
}
.szovegesPage h3 .icon {
  top: -40px;
}
.szovegesPage .content {
  line-height: 130%;
  font-size: 16px;
  color: #323232;
  text-align: justify;
  margin-top: 50px;
}
.szovegesPage .content b,
.szovegesPage .content strong {
  font-weight: bold;
}
.szovegesPage .content ul,
.szovegesPage .content ol {
  padding-left: 0;
  margin: 0;
}
.szovegesPage .content ul li {
  list-style: none;
  padding-left: 10px;
  line-height: 160%;
}
.szovegesPage .content ul li:before {
  content: "• ";
  color: #32ab55;
}
.szovegesPage .content ol {
  list-style-position: inside;
  margin-left: 10px;
}
.szovegesPage .content img {
  border: none;
  max-width: 100%;
  height: auto;
  margin: auto;
  display: block;
}
.szovegesPage .content p {
  margin: 0;
}
.szovegesPage .content a {
  color: #32ab55;
  text-decoration: underline;
}
.szovegesPage .content h1 {
  font-size: 22px;
  margin: 10px 0;
  line-height: 120%;
  font-weight: normal;
  text-transform: none;
}
.szovegesPage .content h2 {
  font-size: 20px;
  margin: 10px 0;
  line-height: 120%;
  font-weight: normal;
}
.szovegesPage .content h3 {
  font-size: 18px;
  margin: 7px 0;
  line-height: 120%;
  font-weight: normal;
}
.mentorPage .whiteContent {
  max-width: 720px;
}
.mentorPage .whiteContent .rightColumn {
  padding-right: 0;
}
.mentorPage .whiteContent .rightColumn .typeContainer {
  line-height: 100%;
  margin-bottom: 30px;
  margin-top: 30px;
}
.mentorPage .whiteContent .rightColumn .typeContainer .type {
  text-transform: uppercase;
  font-size: 20px;
  color: #000000;
  font-weight: 700;
}
.mentorPage .whiteContent .rightColumn .typeContainer .type.active {
  color: #323232;
  border-bottom: 5px solid #32ab55;
}
.mentorPage .whiteContent .rightColumn .typeContainer .type:first-child {
  margin-right: 20px;
}
.mentorPage .whiteContent .rightColumn .row {
  margin-bottom: 10px;
}
.mentorPage .whiteContent .rightColumn .input-field {
  margin-top: 0;
}
.mentorPage .whiteContent .rightColumn .select-wrapper input.select-dropdown {
  height: 1.8rem;
  margin-bottom: 0;
}
.mentorPage .whiteContent .rightColumn .type {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 160%;
}
.mentorPage .whiteContent .rightColumn .download {
  text-align: right;
}
.mentorPage .whiteContent .rightColumn .download span {
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  margin: 0 10px;
}
.mentorPage.fillout .whiteContent {
  max-width: 820px;
  font-size: 14px;
}
.mentorPage.fillout .whiteContent .rightColumn .add {
  height: 20px;
  display: inline-block;
  margin-bottom: 10px;
}
.mentorPage.fillout .whiteContent .rightColumn .headRow {
  text-transform: uppercase;
  font-size: 14px;
}
.mentorPage.fillout .whiteContent .rightColumn .type {
  position: relative;
}
.mentorPage.fillout .whiteContent .rightColumn .type span {
  position: absolute;
  left: -15px;
  font-weight: 500;
}
.mentorPage.fillout .whiteContent .rightColumn .download a {
  display: inline-block;
  width: 30px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  margin-right: 3px;
}
.mentorPage.fillout .whiteContent .rightColumn .pager {
  margin-top: 70px;
}
.adataimPage .whiteContent .col.s12 {
  padding: 0;
}
.adataimPage .whiteContent .input-field {
  padding-right: 30px !important;
}
.adataimPage .whiteContent h5 {
  font-size: 16px;
  margin: 0 0 15px 0;
  line-height: 120%;
}
.adataimPage .whiteContent #adataimForm .input-field:last-child,
.adataimPage .whiteContent #adataimForm > .row:last-child .input-field {
  padding-right: 0 !important;
}
.pager {
  margin: 50px 0;
}
.pager .center {
  width: auto;
  margin: auto;
  display: table;
  font-size: 0;
  border-spacing: 5px 0;
}
.pager .center a,
.pager .center b {
  width: 30px;
  height: 30px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 24px;
  font-family: 'Roboto Slab';
  color: #9D9D9D;
  border-radius: 15px;
  line-height: 100%;
  background-color: #FFFFFF;
}
.pager .center b {
  color: #323232;
}
.pager .center .pagersep {
  display: none;
}
.pager .center .waves-effect .waves-ripple {
  display: none;
}
.pager .pager_link[title*="előző"],
.pager .pager_link[title*="következő"],
.pager .pager_link[title*="utolsó"],
.pager .pager_link[title*="első"] {
  background-color: #FFFFFF;
  border: 2px solid #323232;
  color: #FFFFFF;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
}
.pager .pager_link[title*="előző"] {
  background-image: url('/images/pager_left.png');
}
.pager .pager_link[title*="következő"] {
  background-image: url('/images/pager_right.png');
}
.pager .pager_link[title*="utolsó"] {
  background-image: url('/images/right_arrow.png');
}
.pager .pager_link[title*="első"] {
  background-image: url('/images/left_arrow.png');
}
.tudastarPage {
  padding-top: 50px;
}
.tudastarPage table {
  border: 1px solid;
}
.tudastarPage table td {
  border: 1px solid;
}
.tudastarPage h3 .icon {
  width: 54px;
  margin-left: -27px;
}
.tudastarPage .breadCrumnbs {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
.tudastarPage .breadCrumnbs .col {
  padding: 0;
}
.tudastarPage .breadCrumnbs a:not(.btn-flat) {
  color: #000000;
}
.tudastarPage .breadCrumnbs a:not(.btn-flat).active {
  color: #323232;
}
.tudastarPage .breadCrumnbs span {
  color: #000000;
}
.tudastarPage .tudastarCsoportBox {
  margin-bottom: 15px;
  padding: 0;
}
.tudastarPage .tudastarCsoportBox > div {
  height: 210px;
  background-color: #32ab55;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tudastarPage .tudastarCsoportBox h1 {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 100%;
  margin: 0 0 10px;
  word-wrap: break-word;
  display: table;
  height: 100%;
  width: 100%;
}
.tudastarPage .tudastarCsoportBox h1 a {
  color: #FFFFFF;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.tudastarPage .tudastarCsoportBox .tudastarCsoportBoxBottom {
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 0 10px;
  width: 100%;
  color: #FFFFFF;
  text-align: center;
}
.tudastarPage .tudastarCsoportBox .tudastarCsoportBoxBottom span {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.tudastarPage .tudastarCsoportBox:nth-child(3n+1) > div {
  margin-right: 10px;
}
.tudastarPage .tudastarCsoportBox:nth-child(3n+2) > div {
  margin: 0 5px;
}
.tudastarPage .tudastarCsoportBox:nth-child(3n+3) > div {
  margin-left: 10px;
}
.tudastarPage .tudastarCikkBox {
  position: relative;
  margin-bottom: 15px;
  padding-right: 5px;
  height: 350px;
  overflow-y: hidden;
}
.tudastarPage .tudastarCikkBox h3 {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #323232;
  line-height: 120%;
  margin: 0 0 5px;
  padding-top: 10px;
}
.tudastarPage .tudastarCikkBox .lead {
  font-family: "Roboto";
  font-size: 14px;
  color: #323232;
  display: block;
  line-height: 120%;
}
.tudastarPage .tudastarCikkBox .tudastarCikkBoxFooter {
  position: absolute;
  padding-left: 10px;
  bottom: 0px;
  width: 100%;
  left: 0;
  color: #323232;
  font-family: "Roboto";
  font-size: 12px;
  text-transform: uppercase;
}
.tudastarPage .tudastarCikkBox .tudastarCikkBoxFooter span {
  display: block;
}
.tudastarPage .others .tudastarCikkBox a {
  margin: 0 !important;
  height: auto;
}
.tudastarPage .others .tudastarCikkBox a .tudastarCikkBoxFooter {
  position: static;
  padding: 0;
  margin-top: 30px;
}
.tudastarPage .others .tudastarCikkBox a .tudastarCikkBoxFooter .left,
.tudastarPage .others .tudastarCikkBox a .tudastarCikkBoxFooter .right {
  float: none !important;
}
.lexikonPage {
  padding-top: 50px;
}
.lexikonPage .whiteContent {
  max-width: 810px;
  margin: auto;
}
.lexikonPage h3 .icon {
  width: 40px;
  margin-left: -20px;
}
.lexikonPage .abcContainer {
  text-align: center;
  margin-bottom: 30px;
}
.lexikonPage .abcContainer .letter {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 24px;
  color: #323232;
  display: inline-block;
  text-align: center;
  margin: 0 4px 4px 0;
  line-height: 100%;
}
.lexikonPage .abcContainer .letter.active {
  border-bottom: 5px solid #32ab55;
}
.lexikonPage .lexikonContainer .lexikonItem {
  margin-bottom: 50px;
}
.lexikonPage .lexikonContainer .lexikonItem .lexikonTitle {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 14px;
  color: #323232;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.lexikonPage .lexikonContainer .lexikonItem .lexikonText {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 14px;
  color: #323232;
}
.szakertoPage {
  padding-top: 50px;
}
.szakertoPage .whiteContent {
  max-width: 1000px;
  margin: auto;
}
.szakertoPage h3 .icon {
  width: 42px;
  margin-left: -21px;
}
.szakertoPage .szakertoBox {
  margin-bottom: 50px;
  padding: 0;
}
.szakertoPage .szakertoBox > div {
  height: 400px;
  position: relative;
}
.szakertoPage .szakertoBox > div .col {
  padding: 0;
}
.szakertoPage .szakertoBox > div .col:first-child {
  padding-right: 10px;
}
.szakertoPage .szakertoBox img {
  max-height: 210px;
}
.szakertoPage .szakertoBox h1 {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 100%;
  margin: 0 0 10px;
}
.szakertoPage .szakertoBox h1 a {
  color: #323232;
}
.szakertoPage .szakertoBox span {
  display: block;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 14px;
  color: #323232;
  line-height: 120%;
}
.szakertoPage .szakertoBox .btn-flat {
  position: absolute;
  bottom: 0;
  left: 0;
}
.szakertoPage .szakertoBox:nth-child(3n+1) > div {
  margin-right: 100px;
}
.szakertoPage .szakertoBox:nth-child(3n+2) > div {
  margin: 0 50px;
}
.szakertoPage .szakertoBox:nth-child(3n+3) > div {
  margin-left: 100px;
}
.szakertoPage .rightColumn {
  padding: 0;
}
.szakertoPage .rightColumn img {
  max-width: 100%;
}
.szakertoPage .rightColumn .messageBox {
  margin: 0 0 70px 0;
}
.szakertoPage .rightColumn .messageBox .question {
  padding: 15px;
  position: relative;
  border: 2px solid #32ab55;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  margin-bottom: 20px;
}
.szakertoPage .rightColumn .messageBox .question:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -2px;
  border-width: 8px 8px 0px 0px;
  border-style: solid;
  border-color: #32ab55 transparent;
  display: block;
  width: 0;
}
.szakertoPage .rightColumn .messageBox .question:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  border-width: 5px 5px 0 0;
  border-style: solid;
  border-color: white transparent;
  display: block;
  width: 0;
}
.szakertoPage .rightColumn .messageBox .answer {
  padding: 15px;
  margin-top: 10px;
  border: 2px solid #323232;
  border-radius: 4px;
  position: relative;
  border-bottom-right-radius: 0;
}
.szakertoPage .rightColumn .messageBox .answer:before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -2px;
  border-width: 8px 0 0 8px;
  border-style: solid;
  border-color: #323232 transparent;
  display: block;
  width: 0;
}
.szakertoPage .rightColumn .messageBox .answer:after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  border-width: 5px 0 0 5px;
  border-style: solid;
  border-color: white transparent;
  display: block;
  width: 0;
}
.szakertoPage .rightColumn .messageBox .date {
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  display: inline-block;
  width: 30%;
  text-align: right;
  vertical-align: top;
}
.szakertoPage .rightColumn .messageBox .subject {
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: inline-block;
  width: 69%;
}
.szakertoPage .rightColumn .messageBox .text {
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 500;
  color: #323232;
}
.szakertoPage .rightColumn .info {
  font-family: "Roboto";
  font-size: 14px;
  color: #323232;
  font-weight: 500;
  text-align: center;
  display: inline-block;
}
.szakertoPage .rightColumn .szakertoKerdes {
  font-family: "Roboto";
  font-size: 14px;
  color: #323232;
  font-weight: 500;
  display: none;
}
.szakertoPage .rightColumn .szakertoKerdes .col {
  padding: 0;
}
.szakertoPage .rightColumn .szakertoKerdes button {
  display: block;
  margin: auto;
}
.szakertoPage .rightColumn .buttonRow {
  text-align: center;
  margin: 20px 0 50px 0;
  position: relative;
}
.szakertoPage .rightColumn .buttonRow span {
  padding: 0 20px;
}
.szakertoPage .rightColumn .buttonRow .showForm:before {
  position: absolute;
  top: 51%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  border: 1px dashed black;
  z-index: -1;
}
.szakertoPage .rightColumn .name {
  text-align: center;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.szakertoPage.szakertoPageDetails .whiteContent {
  max-width: 610px;
}
.felmerokPage .col {
  padding: 0;
}
.felmerokPage .titleRow {
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  color: #323232;
  margin: 40px 0 25px 0;
}
.felmerokPage .itemRow {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  color: #323232;
  margin-bottom: 50px;
}
.felmerokPage .itemRow .text {
  text-align: justify;
}
.felmerokPage .itemRow .btn-flat {
  width: 120px;
  padding: 0;
  text-align: center;
  margin-bottom: 10px;
}
.felmerokPage .itemRow .btn-flat.yellow {
  border: none;
}
.felmeroPage .whiteContent {
  max-width: 735px;
}
.felmeroPage .col {
  padding: 0;
}
.felmeroPage .title {
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  color: #323232;
  margin-bottom: 10px;
}
.felmeroPage .text {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  color: #323232;
  text-align: justify;
  margin-bottom: 10px;
}
.felmeroPage .questionLine {
  margin: 20px 0;
}
.felmeroPage .questionLine .question {
  padding-right: 10px;
}
.felmeroPage .questionLine .question .kapcs_cikk {
  display: block;
  margin-top: 10px;
  color: #32ab55;
}
.felmeroPage .questionLine .question .kapcs_cikk:last-child {
  margin-bottom: 20px;
}
.felmeroPage .questionLine .answer {
  display: table;
}
.felmeroPage .questionLine .answerTableCell {
  display: table-cell;
  vertical-align: middle;
}
.felmeroPage .questionLine .answerTableCell:first-child {
  width: 20px;
  text-align: center;
}
.felmeroPage .questionLine .btn-flat.tooltipped {
  padding: 0;
  border: none;
  font-weight: bold;
  font-size: 15px;
  color: #aaaaaa;
}
.felmeroPage .row.next {
  margin-top: 30px;
}
.felmeroModal {
  border-bottom: none;
  background-color: #32ab55;
  padding: 40px 10px;
}
.felmeroModal .closeModal {
  top: 5px;
  right: 5px;
  z-index: 100;
}
.felmeroModal .closeModal svg {
  fill: #FFFFFF;
}
.felmeroModal .white {
  height: 100%;
  width: 100%;
  background: #FFFFFF;
  position: relative;
  padding: 100px 25% 50px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #323232;
  text-transform: uppercase;
}
.felmeroModal .white .top {
  border-bottom: solid 30px white;
  border-left: solid 30px transparent;
  border-right: solid 30px transparent;
  border-top: none 0 transparent;
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
}
.felmeroModal .white .bottom {
  border-top: solid 30px white;
  border-left: solid 30px transparent;
  border-right: solid 30px transparent;
  border-bottom: none 0 transparent;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
}
.felmeroModal .icon {
  width: 90px;
  height: 75px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  left: 50%;
  top: 0;
  margin-left: -45px;
}
.felmeroModal #grat {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 15px;
  color: #323232;
}
.felmeroModal #grat span {
  color: #32ab55;
}
.felmeroModal .line {
  display: inline-block;
  width: 15px;
  border-bottom: 2px solid #323232;
  margin: 10px;
}
.felmeroModal #text {
  text-transform: none;
  line-height: 100%;
}
.felmeroModal #resultText {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 15px;
  color: #323232;
  margin: 30px 0 10px;
}
.felmeroModal #result {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 26px;
  color: #32ab55;
  height: 60px;
  width: 65px;
  line-height: 63px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
}
.kepessegekPage {
  padding-top: 40px;
}
.kepessegekPage h3 .icon {
  width: 52px;
  height: 43px;
  background-size: auto;
  margin-left: -26px;
  top: -40px;
}
.kepessegekPage .kepessegRow {
  max-width: 625px;
  text-align: center;
  margin: auto;
}
.kepessegekPage #fokepessegList {
  text-align: center;
  margin-top: 60px;
  display: inline-block;
  font-size: 0;
}
.kepessegekPage #fokepessegList li {
  width: 85px;
  height: 85px;
  background-color: #E89B1E;
  display: inline-block;
  margin: 0 20px 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
  position: relative;
}
.kepessegekPage #fokepessegList li .selector {
  background-color: #E89B1E;
  width: 85px;
  height: 5px;
  position: absolute;
  bottom: -15px;
  left: 0;
  display: none;
}
.kepessegekPage #fokepessegData {
  text-align: left;
  margin-top: 20px;
}
.kepessegekPage #fokepessegData .fokepessegTitle {
  text-transform: uppercase;
  font-size: 14px;
  color: #323232;
  font-weight: 500;
}
.kepessegekPage #fokepessegData .fokepessegText {
  font-size: 14px;
  color: #323232;
  font-weight: 400;
}
.kepessegekPage #fokepessegData .row {
  display: none;
}
.kepessegekPage .jatekRow {
  max-width: 1030px;
  margin: auto;
}
.kepessegekPage .jatekRow h4 {
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  color: #323232;
}
.kepessegekPage .jatekRow >.row {
  display: none;
}
.kepessegekPage .jatekRow .col:nth-child(3n+1) {
  padding: 0 4% 0 0;
}
.kepessegekPage .jatekRow .col:nth-child(3n+2) {
  padding: 0 2% 0 2%;
}
.kepessegekPage .jatekRow .col:nth-child(3n+3) {
  padding: 0 0 0 4%;
}
.kepessegModal #popupFokepessegList {
  padding: 0;
  margin: 30px 0;
  height: 350px;
}
.kepessegModal #popupFokepessegList > li {
  margin-bottom: 40px;
}
.kepessegModal .alkepessegList {
  margin-left: 105px;
}
.kepessegModal .fokepessegImg,
.kepessegModal .alkepessegImg {
  display: table-cell;
  vertical-align: top;
}
.kepessegModal .fokepessegImg span,
.kepessegModal .alkepessegImg span {
  width: 85px;
  height: 85px;
  background-color: #E89B1E;
  display: inline-block;
  margin: 0 20px 20px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.kepessegModal .alkepessegImg span {
  background-color: #646464;
}
.kepessegModal .fokepessegData,
.kepessegModal .alkepessegData {
  display: table-cell;
  vertical-align: top;
}
.kepessegModal .fokepessegData .kepessegTitle,
.kepessegModal .alkepessegData .kepessegTitle {
  text-transform: uppercase;
  font-size: 14px;
  color: #323232;
  font-weight: 500;
}
.kepessegModal .fokepessegData .kepessegText,
.kepessegModal .alkepessegData .kepessegText {
  font-size: 14px;
  color: #323232;
  font-weight: 400;
  line-height: 120%;
}
.kepessegekPage .jatekBox,
.jatekPage .jatekBox {
  padding-bottom: 40px;
  height: 460px;
  position: relative;
  margin-bottom: 40px;
}
.kepessegekPage .jatekBox .imgContainer,
.jatekPage .jatekBox .imgContainer {
  position: relative;
  display: block;
}
.kepessegekPage .jatekBox .imgContainer img,
.jatekPage .jatekBox .imgContainer img {
  width: 100%;
  height: auto;
}
.kepessegekPage .jatekBox .imgContainer .fokepesseg,
.jatekPage .jatekBox .imgContainer .fokepesseg {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 44%;
  background-color: #E89B1E;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.kepessegekPage .jatekBox .alkepessegList,
.jatekPage .jatekBox .alkepessegList {
  margin: 0 0 10px 0;
}
.kepessegekPage .jatekBox .alkepessegList li,
.jatekPage .jatekBox .alkepessegList li {
  width: 35px;
  height: 35px;
  background-color: rgba(49,49,49,0.7);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.kepessegekPage .jatekBox .jatekTitle,
.jatekPage .jatekBox .jatekTitle {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #323232;
}
.kepessegekPage .jatekBox .jatekText,
.jatekPage .jatekBox .jatekText {
  font-size: 14px;
  font-weight: 400;
  color: #323232;
  margin-bottom: 15px;
  height: 147px;
}
.kepessegekPage .jatekBox .row,
.jatekPage .jatekBox .row {
  position: absolute;
  bottom: 0;
  right: 0;
}
.jatekPage {
  padding-top: 50px;
}
.jatekPage .col {
  padding: 0;
}
.jatekPage .whiteContent {
  max-width: 1030px;
  margin: auto;
}
.jatekPage h3 .icon {
  width: 81px;
  height: 31px;
  margin-left: -40px;
}
.jatekPage .typeContainer {
  line-height: 100%;
  margin-bottom: 30px;
  margin-top: 30px;
}
.jatekPage .typeContainer .type {
  text-transform: uppercase;
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  margin-right: 20px;
}
.jatekPage .typeContainer .type.active {
  color: #323232;
  border-bottom: 5px solid #32ab55;
}
.jatekPage h5 {
  text-transform: uppercase;
  font-size: 20px;
  color: #323232;
  font-weight: 700;
}
.jatekPage .jatekData img {
  width: 100%;
  height: auto;
  padding-right: 20px;
}
.jatekPage .jatekData .jatekTitle {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #323232;
}
.jatekPage .jatekData .jatekText {
  font-size: 14px;
  font-weight: 400;
  color: #323232;
  margin-bottom: 15px;
}
.jatekPage .jatekData #kepessegList li {
  display: inline-block;
  text-align: center;
  width: 85px;
  vertical-align: top;
  margin: 0 15px 5px 0;
}
.jatekPage .jatekData #kepessegList .kepessegImg {
  width: 85px;
  height: 85px;
  background-color: #646464;
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.jatekPage .jatekData #kepessegList .kepessegText {
  font-size: 13px;
  font-weight: 400;
  color: #323232;
}
.jatekPage .btn-flat {
  padding: 0 2rem;
}
.jatekPage .btn-flat.right {
  margin-right: 20px;
}
.jatekPage .stars {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #323232;
}
.jatekPage .stars ul {
  display: inline-block;
  margin: 10px 0 0 20px;
}
.jatekPage .stars .star {
  width: 13px;
  height: 13px;
  display: inline-block;
  margin: 0 2px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("/images/grey_star.png");
}
.jatekPage .stars .star.filled {
  background-image: url("/images/gold_star.png");
}
.jatekPage .stars .userStars .star {
  cursor: pointer;
}
.jatekPage .filterContainer {
  background-color: #F1F1F1;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 30px;
}
.jatekPage .filterContainer p {
  margin: 5px 0;
}
.jatekPage .filterContainer label {
  font-size: 14px;
  color: #323232;
}
.jatekPage .filterContainer .select-wrapper input.select-dropdown {
  font-size: 14px;
  height: 2rem;
}
.jatekPage .toplistaContainer .rank,
.jatekPage .eredmenyeimContainer .rank {
  font-size: 14px;
  color: #323232;
  font-weight: 500;
}
.jatekPage .toplistaContainer .progressbar,
.jatekPage .eredmenyeimContainer .progressbar {
  height: 12px;
  border: 3px solid #313131;
  border-radius: 6px;
  position: relative;
  margin: 5px 0 90px 0;
  font-size: 12px;
  color: #323232;
  font-weight: 500;
}
.jatekPage .toplistaContainer .progressbar .status,
.jatekPage .eredmenyeimContainer .progressbar .status {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 6px;
  background-color: #32ab55;
}
.jatekPage .toplistaContainer .progressbar .line,
.jatekPage .eredmenyeimContainer .progressbar .line {
  border-right: 3px solid #313131;
  position: absolute;
  top: -4px;
  left: 0;
  height: 19px;
  display: none;
}
.jatekPage .toplistaContainer .progressbar .line span,
.jatekPage .eredmenyeimContainer .progressbar .line span {
  text-align: center;
  width: 150px;
  position: absolute;
  top: 20px;
  left: 100%;
  margin-left: -75px;
}
.jatekPage .toplistaContainer .progressbar .line span label,
.jatekPage .eredmenyeimContainer .progressbar .line span label {
  font-size: 12px;
  color: #323232;
  font-weight: 500;
}
.jatekPage .toplistaContainer .progressbar .min,
.jatekPage .eredmenyeimContainer .progressbar .min {
  position: absolute;
  left: 0;
  top: 15px;
}
.jatekPage .toplistaContainer .progressbar .max,
.jatekPage .eredmenyeimContainer .progressbar .max {
  position: absolute;
  left: 100%;
  margin-left: -75px;
  width: 150px;
  text-align: center;
  top: 15px;
}
.jatekPage .eredmenyeimContainer .progressbar {
  margin-top: 55px;
}
.jatekPage .eredmenyeimContainer .progressbar .line {
  top: -9px;
  line-height: 1.2;
}
.jatekPage .eredmenyeimContainer .progressbar .line span {
  top: -41px;
}
.jatekPage .toplistaContainer {
  font-size: 13px;
}
.jatekPage .toplistaContainer #toplista {
  background-color: #E1E1E1;
  height: 380px;
  padding: 20px 10px;
}
.jatekPage .toplistaContainer #toplista li {
  font-size: 14px;
  color: #323232;
  font-weight: 500;
  padding: 5px;
  margin-bottom: 20px;
}
.jatekPage .toplistaContainer #toplista li .row {
  margin-bottom: 0;
}
.jatekPage .toplistaContainer #toplista li .myresult {
  color: #32ab55;
}
.jatekPage .toplistaContainer #toplista li:nth-child(2n+1) {
  background-color: #F1F1F1;
  border-radius: 5px;
}
.jatekPage .eredmenyeimContainer {
  font-size: 13px;
}
.jatekPage .eredmenyeimContainer .color {
  width: 20px;
  height: 12px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.jatekPage .eredmenyeimContainer .text {
  font-weight: 500;
}
.jatekPage .eredmenyeimContainer #calcCanvCont {
  border: 3px solid #313131;
  width: auto;
  height: 165px;
  position: relative;
}
.jatekPage .eredmenyeimContainer #calcBorders {
  height: 160px;
  width: 100%;
  position: absolute;
  z-index: 10;
  opacity: 0.5;
}
.jatekPage .eredmenyeimContainer #calcBorders .border {
  height: 1px;
  display: block;
  position: absolute;
  width: 100%;
}
.jatekPage .eredmenyeimContainer #calcBorders .border span {
  position: absolute;
  display: block;
  color: #FFFFFF;
  font-size: 10px;
  line-height: 100%;
  padding: 3px 6px 2px 6px;
  margin: -8px 0px 0px 10px;
}
.jatekPage .eredmenyeimContainer #calcHovers {
  position: absolute;
  height: 160px;
  z-index: 20;
}
.jatekPage .eredmenyeimContainer #calcHovers .hover {
  display: block;
  position: absolute;
  width: 20px;
  height: 160px;
  cursor: pointer;
}
.jatekPage .eredmenyeimContainer #calcHovers .hover .tip {
  display: none;
  position: relative;
  background: #E1E1E1;
  font-size: 14px;
  font-weight: normal;
  color: #323232;
  line-height: 100%;
  margin: -3px 0px 0px 14px;
  padding: 5px 10px 5px 10px;
}
.jatekPage .eredmenyeimContainer #calcHovers .hover .tip:before {
  content: "";
  width: 0;
  height: 0;
  top: 4px;
  left: -6px;
  position: absolute;
  border-top: 8px solid transparent;
  border-right: 8px solid #E1E1E1;
  border-bottom: 8px solid transparent;
}
.jatekPage .eredmenyeimContainer #calcHovers .hover:hover .tip {
  display: inline-block;
}
.jatekPage .eredmenyeimContainer #line1,
.jatekPage .eredmenyeimContainer #line2 {
  position: absolute;
  border-bottom: 3px dotted #313131;
  width: 100%;
}
.jatekPage .eredmenyeimContainer #line1 span,
.jatekPage .eredmenyeimContainer #line2 span {
  position: absolute;
  font-weight: 500;
  font-style: italic;
  font-size: 11px;
  color: #323232;
  line-height: 100%;
}
.jatekPage .eredmenyeimContainer #line1 {
  top: 18px;
}
.jatekPage .eredmenyeimContainer #line1 span {
  left: 100%;
  margin: -10px 0 0 5px;
}
.jatekPage .eredmenyeimContainer #line2 span {
  left: 0;
  text-align: right;
  margin: -10px -75px 0;
}
.jatekPage #tovabbiJatekok .col:nth-child(3n+1) {
  padding: 0 4% 0 0;
}
.jatekPage #tovabbiJatekok .col:nth-child(3n+2) {
  padding: 0 2% 0 2%;
}
.jatekPage #tovabbiJatekok .col:nth-child(3n+3) {
  padding: 0 0 0 4%;
}
@media only screen and (max-width: 1200px) {
  header nav ul li a {
    top: -3px;
    font-size: 10px;
    padding: 0 6px;
  }
  .mainPage .leftSide {
    padding: 50px !important;
  }
  .mainPage .rightSide .text span {
    min-height: 130px;
  }
  .hirekPage .hirBox .textContent a {
    font-size: 15px;
  }
  .hirekPage .hirBox .textContent span {
    font-size: 11px;
  }
  .szakertoPage .szakertoBox:nth-child(3n+1) > div {
    margin-right: 60px;
  }
  .szakertoPage .szakertoBox:nth-child(3n+2) > div {
    margin: 0 30px;
  }
  .szakertoPage .szakertoBox:nth-child(3n+3) > div {
    margin-left: 60px;
  }
}
@media only screen and (max-width: 992px) {
  header #headerLeft #logo {
    width: 90%;
  }
  header nav ul li a {
    font-size: 9px;
    padding: 0 3px;
  }
  footer ul li {
    display: block;
  }
  .mainPage .leftSide {
    padding: 50px 50px !important;
  }
  .mainPage .rightSide {
    padding: 50px 50px 50px 35px !important;
  }
  .mainPage .newsContainer .newsList > .col:nth-child(3n+2) {
    padding: 0 0 0 10px !important;
  }
  .mainPage .newsContainer .newsList > .col:nth-child(3n+3) {
    padding: 0 !important;
  }
  .mainPage .newsContainer .newsList > .col:nth-child(3n+3) .newsBox {
    height: auto;
  }
  .kerdoivekPage .whiteContent .leftColumn,
  .eredmenyekPage .whiteContent .leftColumn,
  .egeszsegtervPage .whiteContent .leftColumn,
  .mentorPage .whiteContent .leftColumn {
    margin-bottom: 20px;
  }
  .eredmenyekPage .whiteContent .rightColumn {
    padding: 0;
  }
  .eredmenyekPage .whiteContent .buttonRow div:nth-child(n+2) .btn {
    padding: 5px 45px !important;
  }
  .egeszsegtervPage .whiteContent .rightColumn {
    padding-left: 0;
  }
  .egeszsegtervPage .whiteContent .table .tableHead {
    font-size: 13px;
  }
  .egeszsegtervPage .whiteContent .table .tableHead .headTitle {
    width: 150px;
  }
  .egeszsegtervPage .whiteContent .table .tableHead .showAllThisTable {
    font-size: 13px;
  }
  .egeszsegtervPage .whiteContent .table .tableHead .finalPoint {
    font-size: 12px;
  }
  .egeszsegtervPage .whiteContent .buttonRow .col:nth-of-type(2) .btn {
    padding: 5px 50px !important;
  }
  .hirekPage .list > .col:nth-child(2n+1) {
    padding: 0 10px 0 0 !important;
  }
  .hirekPage .list > .col:nth-child(2n+2) {
    padding: 0 0 0 0px !important;
  }
  .hirPage .others .hirBoxContainer:nth-of-type(3n+1) {
    padding: 0 10px 0 0 !important;
  }
  .hirPage .others .hirBoxContainer:nth-of-type(3n+2) {
    padding: 0 5px 0 5px !important;
  }
  .hirPage .others .hirBoxContainer:nth-of-type(3n+3) {
    padding: 0 0 0 10px !important;
  }
  .hirPage .others > div {
    margin-left: 0;
  }
  .mentorPage .whiteContent .rightColumn {
    padding: 0;
  }
  .mentorPage .whiteContent .rightColumn .input-field {
    margin: 7px 0;
  }
  .tudastarPage .tudastarCsoportBox h1 {
    font-size: 22px;
  }
  .tudastarPage .tudastarCsoportBox:nth-child(2n+1) > div {
    margin: 0 10px 0 0 !important;
  }
  .tudastarPage .tudastarCsoportBox:nth-child(2n+2) > div {
    margin: 0 0 0 0px !important;
  }
  .tudastarPage .tudastarCikkBox:nth-child(2n+1) > a {
    margin: 0 10px 0 0 !important;
  }
  .tudastarPage .tudastarCikkBox:nth-child(2n+2) > a {
    margin: 0 0 0 0px !important;
  }
  .tudastarPage .others .tudastarCikkBox a {
    margin: 0 !important;
  }
  .szakertoPage .szakertoBox:nth-child(2n+1) > div {
    margin: 0 120px 0 0;
  }
  .szakertoPage .szakertoBox:nth-child(2n+2) > div {
    margin: 0 0 0 120px;
  }
  .kepessegekPage .jatekRow .col {
    padding: 0 !important;
  }
  .kepessegekPage .jatekRow .col:nth-child(2n+1) {
    padding: 0 3% 0 0 !important;
  }
  .kepessegekPage .jatekRow .col:nth-child(2n+2) {
    padding: 0 0 0 3% !important;
  }
  .kepessegekPage .jatekBox,
  .jatekPage .jatekBox {
    height: 470px;
  }
  .kepessegekPage .jatekBox .jatekText,
  .jatekPage .jatekBox .jatekText {
    height: 170px;
  }
  .jatekPage .jatekData img {
    padding-right: 0;
  }
  .jatekPage .stars {
    font-size: 12px;
  }
  .jatekPage .btn-flat.right {
    margin-right: 0;
  }
  .jatekPage .userStars {
    text-align: right;
  }
  .jatekPage .toplistaContainer {
    padding-right: 10px;
  }
  .jatekPage .eredmenyeimContainer .progressbar .max {
    text-align: right;
    left: auto;
    right: 0;
  }
  .jatekPage .eredmenyeimContainer #line1 span {
    left: auto;
    right: 0;
    margin: -15px 10px 0 0;
  }
  .jatekPage .eredmenyeimContainer #line2 span {
    left: 0;
    text-align: left;
    margin: -22px 5px 0;
    background-color: rgba(255,255,255,0.7);
  }
}
@media only screen and (max-width: 800px) {
  header nav {
    display: none !important;
  }
  header .mobileMenuOpen2 {
    display: block;
  }
  header .mobileMenu {
    top: 86px;
  }
  header .mobileMenu nav {
    display: block !important;
  }
  header #headerRight {
    width: 35px;
    height: 80px;
  }
  header #headerLeft {
    width: 70%;
    height: 80px;
  }
  header #headerLeft #logo {
    width: 140px;
  }
  .mainPage .leftSide {
    padding: 35px !important;
  }
  .mainPage .rightSide {
    padding: 35px !important;
  }
  .mainPage .bigImgContainer {
    height: 440px;
  }
  .mainPage .bigImgContainer .text {
    top: 110px;
  }
  .mainPage .bigImgContainer .text .title h1 {
    font-size: 35px;
  }
  .mainPage .bigImgContainer .img {
    height: 440px;
  }
  .mainPage .bigImgContainer .szechenyi {
    max-width: 40%;
  }
  .eredmenyekPage .whiteContent .buttonRow div:first-child .btn {
    padding: 5px 45px !important;
  }
  .eredmenyekPage .whiteContent .buttonRow div:nth-child(n+2) .btn {
    padding: 5px 19px !important;
  }
  .egeszsegtervPage .whiteContent .btn {
    padding: 5px 20px !important;
  }
  .egeszsegtervPage .whiteContent .buttonRow .col:nth-of-type(2) .btn {
    padding: 5px 10px !important;
  }
  .szakertoPage .szakertoBox:nth-child(2n+1) > div {
    margin: 0 60px 0 0;
  }
  .szakertoPage .szakertoBox:nth-child(2n+2) > div {
    margin: 0 0 0 60px;
  }
  .felmerokPage .titleRow {
    font-size: 20px;
  }
  .felmerokPage .itemRow {
    font-size: 13px;
  }
  .felmerokPage .itemRow .btn-flat {
    width: 110px;
  }
}
@media only screen and (max-width: 600px) {
  header #headerLeft .colorbox {
    width: 20px;
  }
  header #headerRight {
    width: 35px;
  }
  header .mobileMenuOpen2 {
    width: 35px;
    font-size: 20px;
  }
  footer {
    height: auto;
  }
  footer ul li {
    display: inline-block;
  }
  footer .logoContainer {
    height: 140px;
  }
  footer .logoContainer img {
    height: 100%;
  }
  h3 {
    font-size: 16px;
  }
  .mainPage .bigImgContainer .text .title h1 {
    font-size: 24px;
    line-height: 180%;
  }
  .mainPage .rightSide {
    padding: 10px !important;
  }
  .kerdoivekPage .whiteContent .rightColumn {
    padding: 0;
  }
  .kerdoivekPage .whiteContent .comment {
    margin-top: 10px;
  }
  .kerdoivekPage .whiteContent .comment span {
    text-align: left !important;
  }
  .kerdoivekPage .whiteContent .row.valign-wrapper.questionLine {
    display: block;
  }
  .kerdoivekPage .whiteContent .btn {
    padding: 0 2.5rem;
  }
  .kerdoivekPage .whiteContent .btn.right.notright {
    float: none !important;
    margin: 20px auto;
    display: inline-block;
    width: 100%;
  }
  .kerdoivekPage .whiteContent .typeContainer {
    margin-bottom: 20px;
    line-height: inherit;
  }
  .kerdoivekPage .whiteContent .typeContainer .type {
    font-size: 15px;
  }
  .kerdoivekPage .whiteContent .typeContainer i {
    margin: 0 5px;
  }
  .eredmenyekPage .whiteContent .hiddenComment .row.valign-wrapper {
    display: block;
  }
  .eredmenyekPage .whiteContent .table .tableRow .row.valign-wrapper {
    display: block;
  }
  .eredmenyekPage .whiteContent .table .tableRow .textCol .row div:last-child {
    font-style: italic;
    margin-top: 10px;
    font-size: 11px;
  }
  .eredmenyekPage .whiteContent .table .tableRow .circle {
    width: 20px;
    height: 20px;
    font-size: 13px;
  }
  .eredmenyekPage .whiteContent .table .tableRow .icon {
    width: 20px;
    height: 20px;
  }
  .eredmenyekPage .whiteContent .buttonRow div:nth-child(n) .btn {
    margin-bottom: 10px;
    padding: 10px 10px !important;
  }
  .egeszsegtervPage .whiteContent .rightColumn {
    padding: 0;
  }
  .egeszsegtervPage .whiteContent .rightColumn .btn {
    margin-bottom: 10px;
  }
  .egeszsegtervPage .whiteContent .rightColumn .table .tableHead > div.valign-wrapper {
    display: block;
  }
  .egeszsegtervPage .whiteContent .rightColumn .table .tableHead > div.valign-wrapper > div {
    margin-bottom: 10px;
  }
  .egeszsegtervPage .whiteContent .rightColumn .table .tableHead .icon {
    margin-right: 5px;
  }
  .egeszsegtervPage .whiteContent .rightColumn .table .tableHead .headTitle {
    font-size: 11px;
    width: 50%;
    position: relative;
    top: 3px;
  }
  .egeszsegtervPage .whiteContent .rightColumn .table .tableHead .showAllThisTable {
    font-size: 10px;
  }
  .egeszsegtervPage .whiteContent .rightColumn .table .tableHead .kockazat {
    top: 50%;
    height: 50%;
  }
  .egeszsegtervPage .whiteContent .rightColumn .table .tableHead .finalPoint {
    display: inline-block;
    padding: 0;
    position: relative;
    top: 7px;
  }
  .hirekPage .list > .col:nth-child(n) {
    padding: 0 !important;
  }
  .hirPage .hirContent .img {
    height: 175px;
  }
  .hirPage .others .hirBoxContainer:nth-of-type(n) {
    padding: 0 !important;
  }
  .szovegesPage .whiteContent h3 {
    font-size: 16px;
  }
  .mentorPage .whiteContent .rightColumn .row.valign-wrapper {
    display: block;
  }
  .mentorPage .whiteContent .rightColumn .typeContainer {
    margin-bottom: 20px;
  }
  .mentorPage .whiteContent .rightColumn .typeContainer .type {
    font-size: 15px !important;
  }
  .mentorPage .whiteContent .rightColumn .download {
    text-align: left;
  }
  .mentorPage .whiteContent .rightColumn .download span {
    margin-left: 0;
  }
  .mentorPage.fillout .whiteContent {
    font-size: 10px;
  }
  .mentorPage.fillout .whiteContent .rightColumn .headRow {
    font-size: 10px;
  }
  .mentorPage.fillout .whiteContent .rightColumn .type {
    font-size: 10px;
  }
  .mentorPage.fillout .whiteContent .rightColumn .type span {
    left: -10px;
  }
  .mentorPage.fillout .whiteContent .rightColumn .download {
    margin-top: 10px;
  }
  .mentorPage.fillout .whiteContent .rightColumn .download a {
    margin-right: 15px;
  }
  .loginModal .btn-flat {
    padding: 0 1rem;
  }
  .adataimPage .whiteContent #adataimForm .input-field {
    padding: 0 !important;
  }
  .tudastarPage .tudastarCsoportBox h1 {
    font-size: 20px;
  }
  .tudastarPage .tudastarCsoportBox:nth-child(n) > div {
    margin: 0 !important;
  }
  .tudastarPage table {
    border: 1px solid;
  }
  .tudastarPage .tudastarCikkBox a {
    height: auto;
  }
  .tudastarPage .tudastarCikkBox .tudastarCikkBoxFooter {
    position: static;
    padding: 0;
    margin-top: 30px;
  }
  .tudastarPage .tudastarCikkBox .tudastarCikkBoxFooter .left,
  .tudastarPage .tudastarCikkBox .tudastarCikkBoxFooter .right {
    float: none !important;
  }
  .tudastarPage .tudastarCikkBox:nth-child(n) > a {
    margin: 0 !important;
  }
  .tudastarPage .breadCrumnbs .btn-flat {
    margin-top: 15px;
  }
  .szakertoPage .szakertoBox > div {
    height: auto;
    padding-bottom: 30px;
  }
  .szakertoPage .szakertoBox:nth-child(n) > div {
    margin: 0;
  }
  .szakertoPage .rightColumn .messageBox .date {
    display: block;
    width: 100%;
    text-align: left;
  }
  .felmerokPage .titleRow {
    font-size: 18px;
  }
  .felmerokPage .itemRow .btn-flat.right {
    float: none !important;
    margin-top: 15px;
  }
  .felmeroPage .questionLine {
    display: block;
    margin-top: 60px;
  }
  .felmeroModal .white {
    padding: 60px 5% 0;
  }
  .felmeroModal .icon {
    width: 60px;
    height: 50px;
    margin-left: -30px;
    top: -10px;
  }
  .felmeroModal .line {
    margin: 4px;
  }
  .felmeroModal #resultText {
    margin-top: 20px;
  }
  .felmeroModal #result {
    height: 50px;
    font-size: 22px;
    line-height: 53px;
  }
  .kepessegekPage .jatekRow .col:nth-child(n) {
    padding: 0 !important;
  }
  .kepessegekPage .jatekBox,
  .jatekPage .jatekBox {
    height: auto;
  }
  .kepessegekPage .jatekBox .jatekText,
  .jatekPage .jatekBox .jatekText {
    height: auto;
  }
  .kepessegModal .modal-content {
    padding: 14px;
  }
  .kepessegModal h4 {
    font-size: 24px;
    line-height: 120%;
  }
  .kepessegModal #popupFokepessegList {
    height: 250px;
    margin: 20px 0;
  }
  .kepessegModal .fokepessegImg span,
  .kepessegModal .alkepessegImg span {
    width: 45px;
    height: 45px;
    margin: 0 5px 10px 0;
  }
  .kepessegModal .fokepessegData .kepessegTitle,
  .kepessegModal .alkepessegData .kepessegTitle {
    font-size: 12px;
  }
  .kepessegModal .fokepessegData .kepessegText,
  .kepessegModal .alkepessegData .kepessegText {
    font-size: 12px;
  }
  .kepessegModal .alkepessegList {
    margin-left: 25px;
  }
  .jatekPage .jatekData #kepessegList li:last-child {
    margin-right: 0;
  }
  .jatekPage .userStars {
    text-align: left;
  }
  .jatekPage #tovabbiJatekok .col:nth-child(n) {
    padding: 0;
  }
  .jatekPage .toplistaContainer {
    padding-right: 0;
  }
  .jatekPage .toplistaContainer #toplista li {
    font-size: 12px;
  }
}
