.blue {
  background-color: #5bb1df !important;
}
.blue-text {
  color: #5bb1df !important;
}
.waves-effect.waves-blue .waves-ripple {
  background-color: rgba(91, 177, 223, 0.7);
}
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: #5bb1df;
}
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 #5bb1df;
  box-shadow: 0 1px 0 0 #5bb1df;
}
[type="checkbox"]:checked + label:before {
  border-right-color: #5bb1df;
  border-bottom-color: #5bb1df;
}
.dropdown-content li > a,
.dropdown-content li > span {
  color: #5bb1df;
}
[type="radio"]:checked + label:after {
  border: 2px solid #5bb1df;
  background-color: #5bb1df;
}
[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: #505050;
  left: 0;
}
.dropdown-content li > span {
  font-size: 15px;
  padding: 0.7rem 1rem;
}
button:focus {
  background-color: transparent;
}
.material-tooltip {
  max-width: 250px;
  font-family: "Open Sans";
  font-size: 11px;
  background-color: #323232;
}
.material-tooltip span {
  display: inline-block;
}
.modal {
  border-bottom: 10px solid #5bb1df;
}
.modal .col {
  padding: 0!important;
}
.modal h4 {
  text-transform: uppercase;
}
.modal .dropdown-content {
  max-height: 250px;
}
.progress {
  background-color: rgba(91, 177, 223, 0.2);
}
.progress .indeterminate {
  background-color: #5bb1df;
}
[type="radio"].with-gap:checked + label:before {
  border-color: #5bb1df;
}
[type="radio"].with-gap:checked + label:after {
  background-color: #5bb1df;
  border-color: #5bb1df;
}
input[type=range] + .thumb {
  background-color: #5bb1df;
}
input[type=range]::-moz-range-thumb {
  height: 20px;
  width: 20px;
  background-color: #5bb1df;
  margin: -2px 0 0 0;
}
input[type=range]::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  background-color: #5bb1df;
  margin: -2px 0 0 0;
}
input[type=range]::-ms-thumb {
  height: 20px;
  width: 20px;
  background-color: #5bb1df;
  margin: -2px 0 0 0;
}
input[type=range]::-webkit-slider-runnable-track {
  height: 16px;
  border-radius: 8px;
  background-color: #EEEEEE;
  -webkit-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}
input[type=range]::-moz-range-track {
  height: 16px;
  border-radius: 8px;
  background-color: #EEEEEE;
  -webkit-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}
input[type=range]::-ms-track {
  height: 16px;
  border-radius: 8px;
  background-color: #EEEEEE;
  -webkit-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background-color: #EEEEEE;
}
input[type=range]:focus::-moz-range-track {
  background-color: #EEEEEE;
}
input[type=range]:focus::-ms-fill-lower {
  background-color: #EEEEEE;
}
input[type=range]:focus::-ms-fill-upper {
  background-color: #EEEEEE;
}
input[readonly]:not(.select-dropdown) {
  color: rgba(0, 0, 0, 0.3);
}
.sb-search-input::-webkit-input-placeholder,
.mobileMenu input::-webkit-input-placeholder {
  color: #5bb1df;
}
.sb-search-input:-moz-placeholder,
.mobileMenu input:-moz-placeholder {
  color: #5bb1df;
}
.sb-search-input::-moz-placeholder,
.mobileMenu input::-moz-placeholder {
  color: #5bb1df;
}
.sb-search-input:-ms-input-placeholder,
.mobileMenu input:-ms-input-placeholder {
  color: #5bb1df;
}
.mygrey {
  background-color: #505050 !important;
}
.mygrey-text {
  color: #505050 !important;
}
.beige {
  background-color: #FFFFF8;
}
.beige-text {
  color: #FFFFF8!important;
}
.mygrey-text-darker {
  color: #323232 !important;
}
.mygrey-lighter {
  background-color: #aaaaaa !important;
}
.mygrey-text-lighter {
  color: #aaaaaa !important;
}
html {
  font-family: 'Dosis';
}
body {
  background-color: #E9E9E4;
}
.btn-flat.next,
.btn.next {
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: auto;
  background-image: url('/images/egeszsegessomogy/right_arrow.png');
}
header {
  position: relative;
  z-index: 10;
}
header .row {
  margin-bottom: 0;
}
header .col {
  padding: 0!important;
}
header #headerLeft {
  height: 60px;
  float: left;
  width: 32%;
}
header #headerLeft .colorbox {
  width: 30px;
  height: 60px;
  display: inline-block;
}
header #headerLeft #logo {
  display: inline-block;
  margin-left: 10px;
}
header #headerLeft #logo img {
  width: 100%;
  vertical-align: bottom;
}
header #headerRight {
  float: right;
}
header nav {
  background-color: #FFFFFF;
  position: relative;
  box-shadow: none;
}
header nav ul {
  margin-right: 30px;
}
header nav ul li {
  height: 60px;
  border-right: 1px solid #D4D4D4;
}
header nav ul li:last-child {
  border-right: none;
}
header nav ul li a {
  top: -1px;
  text-transform: uppercase;
  font-family: 'Dosis';
  font-weight: 600;
  font-size: 12px;
}
header nav ul li a.active {
  font-weight: 700;
  color: #323232 !important;
}
header .sb-search {
  margin-top: 0;
  position: absolute;
  right: 0;
  min-width: 30px;
}
header .sb-search .sb-search-input {
  background-color: white;
}
header .sb-search .sb-icon-search,
header .sb-search .sb-search-submit {
  width: 30px;
}
header .sb-search .sb-icon-search:before {
  font-size: 16px;
}
header > div {
  position: relative;
}
header .mobileMenuOpen {
  display: none;
  width: 30px;
  font-size: 30px;
  height: 100%;
}
header .mobileMenuOpen i {
  height: 100%;
}
header .mobileMenu {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 65px;
  padding: 0 30px;
  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;
}
header .mobileMenu nav ul li a {
  display: block;
  font-size: 12px;
  top: -1px;
}
header .mobileMenu nav ul li input {
  padding-left: 10px;
  border-bottom: none;
  color: #505050;
}
footer {
  background-color: #4F4F4F;
  height: 205px;
}
footer .row {
  margin-bottom: 0;
}
footer .col {
  padding: 0!important;
}
footer .colorLine {
  height: 15px;
}
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: #5bb1df;
}
#content {
  min-height: 700px;
}
#content .container {
  padding: 0 30px;
}
.mainPage {
  background-color: #FFFFFF;
}
.mainPage .col {
  padding: 0!important;
}
.mainPage .row {
  margin-bottom: 0;
}
.mainPage .bg {
  position: relative;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-size: 65% auto;
  background-position: 15% center;
  height: 700px;
}
.mainPage .bg .szechenyi {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 246px;
}
.mainPage .bg .valign-wrapper {
  height: 100%;
}
.mainPage .bg .textContainer {
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: 600;
  margin-top: 120px;
}
.mainPage .bg .textContainer h1 {
  font-family: 'Open Sans';
  font-size: 38px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 130%;
  margin: 0 auto 10px;
}
.mainPage .bg .textContainer span {
  font-style: italic;
}
.mainPage .bg .textContainer .btn {
  box-shadow: none;
  max-width: 170px;
  padding: 10px 1.6rem;
  height: auto;
  margin-top: 20px;
  line-height: 32px;
}
.mainPage .bg .textContainer .btn:first-child {
  margin-right: 15px;
}
.mainPage .bg .textContainer .btn:last-child {
  line-height: 16px;
}
.mainPage .bg .textContainer .textBox {
  margin-top: 20px;
  text-align: justify;
}
.mainPage .bg .textContainer .textBox .more {
  font-style: italic;
  white-space: nowrap;
}
.mainPage .bottomText {
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
}
.mainPage .bottomText .more {
  font-style: italic;
  white-space: nowrap;
}
.buttonRow {
  margin: 40px 0;
}
.kerdoivekPage .whiteContent,
.eredmenyekPage .whiteContent,
.egeszsegtervPage .whiteContent,
.mentorPage .whiteContent,
.page404 .whiteContent,
.adataimPage .whiteContent,
.lexikonPage .whiteContent,
.szakertoPage .whiteContent,
.celPage .whiteContent,
.celjaimPage .whiteContent,
.tanacsokPage .whiteContent,
.felmerokPage .whiteContent,
.felmeroPage .whiteContent {
  max-width: 810px;
  min-height: 750px;
  margin: auto;
  border-top: 2px solid #5bb1df;
  padding: 50px 30px 0 0;
}
.kerdoivekPage .whiteContent .leftColumn,
.eredmenyekPage .whiteContent .leftColumn,
.egeszsegtervPage .whiteContent .leftColumn,
.mentorPage .whiteContent .leftColumn,
.page404 .whiteContent .leftColumn,
.adataimPage .whiteContent .leftColumn,
.lexikonPage .whiteContent .leftColumn,
.szakertoPage .whiteContent .leftColumn,
.celPage .whiteContent .leftColumn,
.celjaimPage .whiteContent .leftColumn,
.tanacsokPage .whiteContent .leftColumn,
.felmerokPage .whiteContent .leftColumn,
.felmeroPage .whiteContent .leftColumn {
  background-color: rgba(170, 170, 170, 0.15);
  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,
.lexikonPage .whiteContent .rightColumn .col,
.szakertoPage .whiteContent .rightColumn .col,
.celPage .whiteContent .rightColumn .col,
.celjaimPage .whiteContent .rightColumn .col,
.tanacsokPage .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,
.lexikonPage .whiteContent h5,
.szakertoPage .whiteContent h5,
.celPage .whiteContent h5,
.celjaimPage .whiteContent h5,
.tanacsokPage .whiteContent h5,
.felmerokPage .whiteContent h5,
.felmeroPage .whiteContent h5 {
  text-transform: uppercase;
  font-size: 14px;
  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,
.lexikonPage .whiteContent h5 a,
.szakertoPage .whiteContent h5 a,
.celPage .whiteContent h5 a,
.celjaimPage .whiteContent h5 a,
.tanacsokPage .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,
.lexikonPage .whiteContent > .row,
.szakertoPage .whiteContent > .row,
.celPage .whiteContent > .row,
.celjaimPage .whiteContent > .row,
.tanacsokPage .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,
.lexikonPage .whiteContent .btn,
.szakertoPage .whiteContent .btn,
.celPage .whiteContent .btn,
.celjaimPage .whiteContent .btn,
.tanacsokPage .whiteContent .btn,
.felmerokPage .whiteContent .btn,
.felmeroPage .whiteContent .btn {
  font-family: "Open Sans";
  font-size: 12px;
  text-transform: none;
  box-shadow: none;
}
.kerdoivekPage [type="checkbox"] + label {
  height: auto;
}
.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: 13px;
  font-family: "Open Sans";
}
.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: 12px;
  font-family: "Open Sans";
}
.kerdoivekPage .whiteContent .questionLine .answer .btn-flat {
  padding: 0;
}
.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-family: "Open Sans";
  font-weight: bold;
  font-size: 15px;
  color: #5bb1df;
  margin-right: 5px;
}
.kerdoivekPage .whiteContent .questionLine.unfilled {
  background-color: rgba(91, 177, 223, 0.2);
}
.kerdoivekPage .whiteContent p {
  margin: 0;
}
.kerdoivekPage .whiteContent .flowChart {
  height: 2px;
  position: relative;
  margin: 30px 0;
  background-color: #5bb1df;
}
.kerdoivekPage .whiteContent .flowChart .point {
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #FFFFFF;
  border-radius: 13px;
  top: -12px;
  text-align: center;
  line-height: 26px;
  font-family: "Open Sans";
  font-size: 15px;
  color: #aaaaaa;
}
.kerdoivekPage .whiteContent .flowChart .point:first-child {
  left: 0;
}
.kerdoivekPage .whiteContent .flowChart .point:nth-child(2) {
  left: 21%;
}
.kerdoivekPage .whiteContent .flowChart .point:nth-child(3) {
  left: 42%;
}
.kerdoivekPage .whiteContent .flowChart .point:nth-child(4) {
  left: 64%;
}
.kerdoivekPage .whiteContent .flowChart .point:last-child {
  right: 0%;
}
.kerdoivekPage .whiteContent .flowChart .point.kesz {
  background-color: #5bb1df;
  color: #FFFFFF;
}
.kerdoivekPage .whiteContent .flowChart .point.kotelezo_ok {
  color: #5bb1df;
  border: 2px solid #5bb1df;
  line-height: 22px;
}
.kerdoivekPage .whiteContent .flowChart .point .border {
  display: none;
}
.kerdoivekPage .whiteContent .flowChart .point.aktiv {
  background-color: #FFFFFF;
  display: inline-block;
  border-radius: 20px;
}
.kerdoivekPage .whiteContent .flowChart .point.aktiv span.number {
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background-color: #5bb1df;
  display: inline-block;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}
.kerdoivekPage .whiteContent .flowChart .point.aktiv .border {
  position: absolute;
  width: 38px;
  height: 38px;
  border: 2px solid #5bb1df;
  display: block;
  border-radius: 20px;
  left: -6px;
  top: -6px;
  z-index: 1;
  background-color: #FFFFFF;
}
.kerdoivekPage .whiteContent .flowChart .point.elkezdte {
  color: #5bb1df;
}
.kerdoivekPage .whiteContent .msg a {
  color: #5bb1df;
}
.kerdoivekPage .whiteContent .typeContainer {
  line-height: 100%;
}
.kerdoivekPage .whiteContent .typeContainer .type {
  text-transform: uppercase;
  font-size: 16px;
  color: #aaaaaa;
}
.kerdoivekPage .whiteContent .typeContainer .type.active {
  color: #505050;
}
.kerdoivekPage .whiteContent .typeContainer .mdi-action-swap-horiz {
  font-size: 18px;
}
.kerdoivekPage .whiteContent .comment {
  font-family: "Open Sans";
  font-size: 11px;
  font-style: italic;
  line-height: 11px;
}
.kerdoivekPage .whiteContent .comment label {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  font-family: "Open Sans";
  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 #5bb1df;
}
.kerdoivekPage .whiteContent .buttonRow a {
  background-color: #5bb1df;
}
.eredmenyekPage .whiteContent {
  padding-right: 0;
}
.eredmenyekPage .whiteContent .rightColumn {
  padding-right: 0;
}
.eredmenyekPage .whiteContent .rightColumn h5 {
  font-size: 16px;
  margin: 0 0 15px 0;
  line-height: 120%;
  font-family: 'Dosis';
}
.eredmenyekPage .whiteContent .btn {
  font-size: 12px;
  line-height: 140%;
  height: auto;
  padding: 5px 25px!important;
}
.eredmenyekPage .whiteContent .comment {
  font-family: "Open Sans";
}
.eredmenyekPage .whiteContent .comment h5 {
  font-size: 16px;
  margin: 0 0 5px 0;
  line-height: 120%;
  font-family: 'Dosis';
}
.eredmenyekPage .whiteContent .comment span {
  font-size: 13px;
  display: block;
  max-width: 400px;
  font-style: italic;
}
.eredmenyekPage .whiteContent .comment span i {
  font-weight: bold;
  vertical-align: middle;
}
.eredmenyekPage .whiteContent .comment span:last-child {
  cursor: pointer;
}
.eredmenyekPage .whiteContent .hiddenComment {
  font-family: "Open Sans";
  font-size: 11px;
  margin-top: 5px;
  font-style: italic;
  display: none;
}
.eredmenyekPage .whiteContent .circle {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  color: #FFFFFF;
  text-align: center;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
}
.eredmenyekPage .whiteContent .circle.circle_-1 {
  background-color: #009e5d;
}
.eredmenyekPage .whiteContent .circle.circle_-2 {
  background-color: #008b52;
}
.eredmenyekPage .whiteContent .circle.circle_-3 {
  background-color: #007846;
}
.eredmenyekPage .whiteContent .circle.circle_-4 {
  background-color: #00653b;
}
.eredmenyekPage .whiteContent .circle.circle_0 {
  background-color: #f9be39;
}
.eredmenyekPage .whiteContent .circle.circle_0_red {
  background-color: #e74c3c;
}
.eredmenyekPage .whiteContent .circle.circle_0_green {
  background-color: #00b168;
}
.eredmenyekPage .whiteContent .circle.circle_1 {
  background-color: #d34031;
}
.eredmenyekPage .whiteContent .circle.circle_2 {
  background-color: #c03425;
}
.eredmenyekPage .whiteContent .circle.circle_3 {
  background-color: #ac271a;
}
.eredmenyekPage .whiteContent .circle.circle_4 {
  background-color: #981b0e;
}
.eredmenyekPage .whiteContent .circle.vedo {
  background-color: #00b168;
}
.eredmenyekPage .whiteContent .circle.kockazati {
  background-color: #c03425;
}
.eredmenyekPage .whiteContent .circle.semleges {
  background-color: #f9be39;
}
.eredmenyekPage .whiteContent .table {
  margin-bottom: 0;
}
.eredmenyekPage .whiteContent .table .tableRow {
  font-family: "Open Sans";
  font-size: 13px;
  color: #505050;
  min-height: 40px;
  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.15);
}
.eredmenyekPage .whiteContent .table .tableRow .border {
  position: absolute;
  height: 100%;
  right: 8.3%;
  border-left: 2px dashed #aaaaaa;
  border-right: 2px dashed #aaaaaa;
  top: 0;
}
.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: 100% auto;
  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 h5 {
  font-size: 16px;
  margin: 0 0 15px 0;
  line-height: 120%;
  font-family: 'Dosis';
}
.egeszsegtervPage .whiteContent .rightColumn .row:not(.buttonRow) {
  margin-bottom: 0;
}
.egeszsegtervPage .whiteContent .btn {
  font-size: 12px;
  padding: 5px 25px!important;
  line-height: 140%;
  height: auto;
}
.egeszsegtervPage .whiteContent .table {
  background-color: rgba(241, 241, 241, 0.2);
}
.egeszsegtervPage .whiteContent .table .tableHead {
  background-color: rgba(170, 170, 170, 0.2);
  padding: 7px;
  font-family: 'Dosis';
  color: #aaaaaa;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
}
.egeszsegtervPage .whiteContent .table .tableHead .icon {
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  display: inline-block;
  margin-right: 10px;
}
.egeszsegtervPage .whiteContent .table .tableHead .headTitle {
  width: 120px;
}
.egeszsegtervPage .whiteContent .table .tableHead .showAllThisTable {
  font-family: 'Open Sans';
  font-size: 11px;
  color: #aaaaaa;
  text-transform: none;
  font-style: italic;
  cursor: pointer;
}
.egeszsegtervPage .whiteContent .table .tableHead .showAllThisTable i {
  font-weight: bold;
  color: #898989;
}
.egeszsegtervPage .whiteContent .table .tableHead .kockazat {
  width: 10px;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
}
.egeszsegtervPage .whiteContent .table .tableHead .kockazat.semleges {
  background-color: #f9be39;
}
.egeszsegtervPage .whiteContent .table .tableHead .kockazat.rossz {
  background-color: #e74c3c;
}
.egeszsegtervPage .whiteContent .table .tableHead .kockazat.jo {
  background-color: #00b168;
}
.egeszsegtervPage .whiteContent .table .row {
  margin-bottom: 0;
}
.egeszsegtervPage .whiteContent .table .columns {
  padding: 7px;
}
.egeszsegtervPage .whiteContent .title {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 13px;
}
.egeszsegtervPage .whiteContent .item {
  font-family: "Open Sans";
  font-size: 13px;
  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: 11px;
}
.egeszsegtervPage .whiteContent .kockazatiCol .number,
.egeszsegtervPage .whiteContent .kockazatiCol i {
  color: #E74C3D;
}
.egeszsegtervPage .whiteContent .vedoCol .number,
.egeszsegtervPage .whiteContent .vedoCol i {
  color: #00B268;
}
.egeszsegtervPage .whiteContent .kockazatiCol,
.egeszsegtervPage .whiteContent .vedoCol,
.egeszsegtervPage .whiteContent .javaslatokCol {
  padding: 5px 5px 0 0!important;
}
.egeszsegtervPage .whiteContent .more {
  font-family: "Open Sans";
  font-size: 12px;
  font-style: italic;
  color: #aaaaaa;
  cursor: pointer;
}
.egeszsegtervPage .whiteContent .more i {
  color: #aaaaaa;
}
.egeszsegtervPage .whiteContent .hiddenItems {
  display: none;
}
.hirekPage {
  padding-top: 50px;
}
.hirekPage .container {
  padding: 0 20px 0 30px!important;
}
.hirekPage .col {
  padding: 0!important;
}
.hirekPage .hirBox {
  height: 280px;
  margin-bottom: 10px;
  overflow: hidden;
}
.hirekPage .hirBox > div {
  margin-right: 10px;
}
.hirekPage .hirBox .image {
  display: block;
  width: 100%;
  height: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.hirekPage .hirBox .textContent {
  background-color: #FFFFF8;
  height: 100px;
  padding: 5px 10px;
  border-bottom: 8px solid #4F4F4F;
}
.hirekPage .hirBox .textContent a {
  margin: 0;
  font-family: "Dosis";
  font-size: 16px;
  color: #323232;
  text-transform: uppercase;
  line-height: 120%;
  display: block;
}
.hirekPage .hirBox .textContent span {
  font-family: "Open Sans";
  font-size: 13px;
  color: #323232;
  line-height: 100%;
  display: block;
}
.hirPage {
  padding: 50px 0;
}
.hirPage .smallContent {
  max-width: 810px;
  margin: auto;
}
.hirPage .smallContent .col {
  padding: 0!important;
}
.hirPage .hirContent {
  background-color: #FFFFF8;
}
.hirPage .hirContent .img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 200px;
}
.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 50px 50px 50px;
}
.hirPage .hirContent .text h1 {
  font-size: 34px;
  color: #323232;
  text-transform: uppercase;
  line-height: 120%;
  margin: 5px 0;
}
.hirPage .hirContent .text .lead {
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 700;
  color: #323232;
  line-height: 130%;
  display: block;
  margin-bottom: 15px;
}
.hirPage .hirContent .text .textContent {
  line-height: 130%;
  font-family: "Open Sans";
  font-size: 13px;
  color: #323232;
}
.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: #5bb1df;
}
.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: #5bb1df;
  text-decoration: underline;
}
.hirPage .hirContent .text .textContent h1 {
  font-size: 22px;
  margin: 10px 0;
  line-height: 120%;
  font-weight: normal;
  text-transform: none;
}
.hirPage .hirContent .text .textContent h2 {
  font-size: 20px;
  margin: 10px 0;
  line-height: 120%;
  font-weight: normal;
}
.hirPage .hirContent .text .textContent h3 {
  font-size: 18px;
  margin: 7px 0;
  line-height: 120%;
  font-weight: normal;
}
.hirPage .others > div {
  margin-left: 10px;
  background-color: #FFFFF8;
  padding-bottom: 20px;
}
.hirPage .others .head {
  padding: 30px 130px 10px 10px;
  background-color: #4F4F4F;
  font-family: "Dosis";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.hirPage .others .hirBox {
  padding: 10px;
}
.hirPage .others .hirBox h5 {
  font-family: "Dosis";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 120%;
}
.hirPage .others .hirBox h5 a {
  color: #323232;
}
.hirPage .others .hirBox span {
  font-family: "Open Sans";
  font-size: 12px;
  color: #323232;
  line-height: 130%;
  display: block;
  border-bottom: 4px solid #4F4F4F;
  padding-bottom: 20px;
}
.szovegesPage .whiteContent {
  background-color: #FFFFFA;
  max-width: 810px;
  margin: auto;
  border-top: 2px solid #5bb1df;
  padding: 50px 200px 100px 60px;
}
.szovegesPage h1 {
  font-size: 34px;
  color: #323232;
  text-transform: uppercase;
  line-height: 120%;
  margin: 5px 0;
}
.szovegesPage .content {
  line-height: 130%;
  font-family: "Open Sans";
  font-size: 14px;
  color: #323232;
  text-align: justify;
  margin-top: 20px;
}
.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: #5bb1df;
}
.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: #5bb1df;
  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 .rightColumn {
  padding-right: 0;
}
.mentorPage .whiteContent .rightColumn h5 {
  font-size: 16px;
  margin: 0 0 15px 0;
  line-height: 120%;
  font-family: 'Dosis';
}
.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-family: "Dosis";
  font-weight: 700;
  font-size: 12px;
  line-height: 160%;
}
.mentorPage .whiteContent .rightColumn .type span {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #4F4F4F;
  display: inline-block;
  margin-right: 7px;
}
.mentorPage .whiteContent .rightColumn .download {
  text-transform: uppercase;
  font-family: "Dosis";
  font-weight: 700;
  font-size: 12px;
}
.mentorPage .whiteContent .rightColumn .download span {
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  margin: 0 10px;
  background-color: #5bb1df;
  border-radius: 15px;
}
.mentorPage.fillout .whiteContent .rightColumn {
  font-family: "Open Sans";
  font-size: 12px;
}
.mentorPage.fillout .whiteContent .rightColumn .headRow {
  font-family: "Dosis";
  text-transform: uppercase;
}
.mentorPage.fillout .whiteContent .rightColumn .headRow .add {
  border-radius: 10px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #5bb1df;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px;
}
.mentorPage.fillout .whiteContent .rightColumn .type {
  font-family: "Open Sans";
  font-weight: normal;
}
.mentorPage.fillout .whiteContent .rightColumn .download a {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 3px;
}
.mentorPage.fillout .whiteContent .rightColumn .pager {
  margin-top: 70px;
}
.mentorPage.fillout .whiteContent .rightColumn .hide-on-med-and-up {
  font-size: 11px;
}
.mentorPage.fillout .whiteContent .rightColumn .hide-on-med-and-up .download a {
  margin: 0 10px;
}
.mentorPage.fillout .whiteContent .rightColumn .hide-on-med-and-up .row > div:first-child {
  text-transform: uppercase;
}
.adataimPage .whiteContent {
  padding: 50px 30px 0 30px;
}
.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%;
  font-family: 'Dosis';
}
.adataimPage .whiteContent #adataimForm .input-field:last-child,
.adataimPage .whiteContent #adataimForm > .row:last-child .input-field {
  padding-right: 0!important;
}
.pager {
  margin: 20px 0;
}
.pager .center {
  width: auto;
  margin: auto;
  display: table;
  font-size: 0;
  border-spacing: 5px 0;
}
.pager .center a,
.pager .center b {
  width: 26px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  font-family: 'Open Sans';
  color: #4F4F4F;
  border-radius: 15px;
}
.pager .center .pagersep {
  display: none;
}
.pager .pager_link[title*="els"],
.pager .pager_link[title*="utols"] {
  display: none;
}
.pager .pager_link[title*="előző"],
.pager .pager_link[title*="következő"] {
  background-color: #4F4F4F;
  color: #FFFFFF;
}
.tudastarPage {
  padding-top: 50px;
}
.tudastarPage .container {
  padding: 0 20px 0 30px!important;
}
.tudastarPage .breadCrumnbs {
  font-family: "Dosis";
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.tudastarPage .breadCrumnbs a {
  color: #aaaaaa;
}
.tudastarPage .breadCrumnbs a.active {
  color: #505050;
}
.tudastarPage .breadCrumnbs span {
  color: #aaaaaa;
}
.tudastarPage .btn {
  box-shadow: none;
}
.tudastarPage .tudastarCsoportBox {
  margin-bottom: 10px;
  padding: 0;
}
.tudastarPage .tudastarCsoportBox > div {
  margin-right: 10px;
  height: 280px;
  padding: 10px;
  border-bottom: 8px solid #4F4F4F;
}
.tudastarPage .tudastarCsoportBox h1 {
  font-family: "Dosis";
  font-weight: 600;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 100%;
  margin: 0 0 10px;
  word-wrap: break-word;
}
.tudastarPage .tudastarCsoportBox h1 a {
  color: #323232;
}
.tudastarPage .tudastarCsoportBox span {
  display: block;
  font-family: "Dosis";
  font-weight: 600;
  font-size: 13px;
  color: #323232;
  text-transform: uppercase;
}
.tudastarPage .tudastarCikkBox {
  margin-bottom: 10px;
  padding: 0;
}
.tudastarPage .tudastarCikkBox > a {
  margin-right: 10px;
  height: 190px;
  padding: 10px;
  display: block;
  position: relative;
}
.tudastarPage .tudastarCikkBox h3 {
  font-family: "Dosis";
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #323232;
  line-height: 120%;
  margin: 0 0 5px;
}
.tudastarPage .tudastarCikkBox .lead {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 12px;
  color: #323232;
  display: block;
  line-height: 120%;
}
.tudastarPage .tudastarCikkBox .tudastarCikkBoxFooter {
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
  padding: 0 10px;
  color: #505050;
  font-family: "Open Sans";
  font-size: 12px;
  text-transform: uppercase;
}
.tudastarPage .tudastarCikkBox .tudastarCikkBoxFooter span {
  display: block;
}
.tudastarPage .others .tudastarCikkBox a {
  margin-right: 0;
  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 .whiteContent {
  padding: 50px 10px;
}
.lexikonPage .abcContainer {
  text-align: center;
  margin-bottom: 30px;
}
.lexikonPage .abcContainer .letter {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: 2px solid #5bb1df;
  font-family: "Open Sans";
  font-size: 15px;
  color: #5bb1df;
  display: inline-block;
  line-height: 19px;
  text-align: center;
  margin: 0 1px 4px 0;
}
.lexikonPage .abcContainer .letter.active {
  background-color: #5bb1df;
  color: #FFFFFF;
}
.lexikonPage .lexikonContainer .lexikonItem {
  margin-bottom: 20px;
}
.lexikonPage .lexikonContainer .lexikonItem .lexikonTitle {
  font-family: "Dosis";
  font-size: 16px;
  color: #505050;
  text-transform: uppercase;
}
.lexikonPage .lexikonContainer .lexikonItem .lexikonText {
  font-family: "Open Sans";
  font-size: 13px;
  color: #505050;
}
.szakertoPage {
  padding-top: 50px;
}
.szakertoPage .container {
  padding: 0 20px 0 30px!important;
}
.szakertoPage .szakertoBox {
  margin-bottom: 10px;
  padding: 0;
}
.szakertoPage .szakertoBox > div {
  margin-right: 10px;
  height: 280px;
  padding: 10px;
  position: relative;
  border-bottom: 8px solid #4F4F4F;
}
.szakertoPage .szakertoBox > div .col {
  padding: 0;
}
.szakertoPage .szakertoBox > div .col:first-child {
  padding-right: 10px;
}
.szakertoPage .szakertoBox img {
  max-width: 100%;
}
.szakertoPage .szakertoBox h1 {
  font-family: "Dosis";
  font-weight: 600;
  font-size: 21px;
  text-transform: uppercase;
  line-height: 100%;
  margin: 0 0 10px;
}
.szakertoPage .szakertoBox h1 a {
  color: #323232;
}
.szakertoPage .szakertoBox span {
  display: block;
  font-family: "Open Sans";
  font-size: 12px;
  color: #323232;
  line-height: 120%;
}
.szakertoPage .szakertoBox .btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-family: "Open Sans";
  font-size: 12px;
  text-transform: none;
  box-shadow: none;
}
.szakertoPage .smallText {
  font-family: "Open Sans";
  font-size: 11px;
  line-height: 120%;
  text-transform: none;
}
.szakertoPage .rightColumn {
  padding-right: 0;
}
.szakertoPage .rightColumn img {
  max-width: 100%;
}
.szakertoPage .rightColumn h1 {
  font-family: "Dosis";
  font-weight: 600;
  font-size: 21px;
  text-transform: uppercase;
  line-height: 100%;
  margin-top: 10px;
  text-align: center;
}
.szakertoPage .rightColumn .messageBox {
  margin: 0 30px 50px 0;
}
.szakertoPage .rightColumn .messageBox .question {
  padding: 10px;
  background-color: #F2F2F2;
  border-radius: 2px;
  position: relative;
}
.szakertoPage .rightColumn .messageBox .question:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -20px;
  left: 50%;
  box-sizing: border-box;
  border: 10px solid black;
  border-color: transparent transparent #F2F2F2 #F2F2F2;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  box-shadow: -2px 2px 3px rgba(170, 170, 170, 0.5);
  margin-left: -14px;
}
.szakertoPage .rightColumn .messageBox .answer {
  padding: 10px;
  margin-top: 10px;
}
.szakertoPage .rightColumn .messageBox .date {
  font-family: "Dosis";
  font-size: 14px;
  font-weight: 700;
  color: #505050;
}
.szakertoPage .rightColumn .messageBox .subject {
  font-family: "Dosis";
  font-size: 14px;
  font-weight: 700;
  color: #505050;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.szakertoPage .rightColumn .messageBox .text {
  font-family: "Open Sans";
  font-size: 12px;
  color: #505050;
}
.szakertoPage.szakertoPageDetails .container {
  padding: 0 30px!important;
}
.celPage .whiteContent {
  padding: 50px 30px 0;
}
.celPage .typeContainer {
  line-height: 100%;
  padding: 0;
  margin-bottom: 40px;
}
.celPage .typeContainer .type {
  text-transform: uppercase;
  font-size: 16px;
  color: #aaaaaa;
}
.celPage .typeContainer .type.active {
  color: #505050;
}
.celPage .typeContainer .mdi-action-swap-horiz {
  font-size: 18px;
}
.celPage .circleContainer {
  display: inline-block;
  margin: 0 19px 20px;
}
.celPage .circleContainer .circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: block;
  margin: auto;
  background-color: #aaaaaa;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation: bg_animation 1s 0s ease-in-out;
  /* Safari 4+ */

  -moz-animation: bg_animation 1s 0s ease-in-out;
  /* Fx 5+ */

  -o-animation: bg_animation 1s 0s ease-in-out;
  /* Opera 12+ */

  animation: bg_animation 1s 0s ease-in-out;
  /* IE 10+, Fx 29+ */

}
@-webkit-keyframes bg_animation {
  0% {
    background-size: 0;
    opacity: 0.5;
  }
  100% {
    background-size: 60px auto;
    opacity: 1;
  }
}
@-moz-keyframes bg_animation {
  0% {
    background-size: 0;
    opacity: 0.5;
  }
  100% {
    background-size: 60px auto;
    opacity: 1;
  }
}
@-o-keyframes bg_animation {
  0% {
    background-size: 0;
    opacity: 0.5;
  }
  100% {
    background-size: 60px auto;
    opacity: 1;
  }
}
@keyframes bg_animation {
  0% {
    background-size: 0;
    opacity: 0.5;
  }
  100% {
    background-size: 60px auto;
    opacity: 1;
  }
}
.celPage .circleContainer h3 {
  font-size: 12px;
  font-family: 'Dosis';
  text-transform: uppercase;
  font-weight: 700;
  line-height: 120%;
  margin: 10px 0 10px;
}
.celPage .list .listItem {
  padding: 0;
  position: relative;
  margin-bottom: 4px;
}
.celPage .list .listItem .type {
  padding-bottom: 10px;
  padding-top: 10px;
}
.celPage .list .listItem .type span {
  display: block;
}
.celPage .list .listItem .type span:first-child {
  font-family: "Open Sans";
  font-size: 12px;
  color: #505050;
  font-style: italic;
}
.celPage .list .listItem .type span:last-child {
  font-family: "Dosis";
  font-size: 16px;
  color: #505050;
  font-weight: 700;
  text-transform: uppercase;
}
.celPage .list .listItem .start {
  background-color: #5bb1df;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.celPage .list .listItem .start span {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}
.celPage .list .listItem .start span a {
  display: table-cell;
  vertical-align: middle;
  color: #FFFFFF;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
}
.celPage .list .listItem:nth-child(odd) {
  background-color: rgba(170, 170, 170, 0.15);
}
.celjaimPage .whiteContent {
  padding: 50px 30px 0;
}
.celjaimPage .typeContainer {
  line-height: 100%;
  padding: 0;
  margin-bottom: 40px;
}
.celjaimPage .typeContainer .type {
  text-transform: uppercase;
  font-size: 16px;
  color: #aaaaaa;
}
.celjaimPage .typeContainer .type.active {
  color: #505050;
}
.celjaimPage .typeContainer .mdi-action-swap-horiz {
  font-size: 18px;
}
.celjaimPage .listItem,
.tanacsokPage .listItem,
.celKerdoivekPage .listItem {
  min-height: 100px;
  margin-bottom: 20px;
  padding: 0;
}
.celjaimPage .listItem .col,
.tanacsokPage .listItem .col,
.celKerdoivekPage .listItem .col {
  padding: 0;
}
.celjaimPage .listItem .data,
.tanacsokPage .listItem .data,
.celKerdoivekPage .listItem .data {
  background-color: #5bb1df;
  border-bottom: 1px solid #EEEEEE;
}
.celjaimPage .listItem .data .table,
.tanacsokPage .listItem .data .table,
.celKerdoivekPage .listItem .data .table {
  display: table;
  width: 100%;
  height: 100%;
}
.celjaimPage .listItem .data .table .cell,
.tanacsokPage .listItem .data .table .cell,
.celKerdoivekPage .listItem .data .table .cell {
  display: table-cell;
  vertical-align: middle;
  height: 100px;
}
.celjaimPage .listItem .data .table .link,
.tanacsokPage .listItem .data .table .link,
.celKerdoivekPage .listItem .data .table .link {
  text-align: center;
  color: #FFFFFF;
  background-color: #5bb1df;
  font-family: "open sans";
  font-size: 12px;
  font-weight: 600;
  width: 50%;
}
.celjaimPage .listItem .data .table .link:first-child,
.tanacsokPage .listItem .data .table .link:first-child,
.celKerdoivekPage .listItem .data .table .link:first-child {
  border-right: 1px solid #EEEEEE;
}
.celjaimPage .listItem .data .table .text,
.tanacsokPage .listItem .data .table .text,
.celKerdoivekPage .listItem .data .table .text {
  background-color: #EEEEEE;
}
.celjaimPage .listItem .data .table .text span,
.tanacsokPage .listItem .data .table .text span,
.celKerdoivekPage .listItem .data .table .text span {
  display: block;
  padding: 0 20px;
}
.celjaimPage .listItem .data .table .text span:first-child,
.tanacsokPage .listItem .data .table .text span:first-child,
.celKerdoivekPage .listItem .data .table .text span:first-child {
  font-family: "Open Sans";
  font-size: 12px;
  color: #505050;
  font-style: italic;
}
.celjaimPage .listItem .data .table .text span:last-child,
.tanacsokPage .listItem .data .table .text span:last-child,
.celKerdoivekPage .listItem .data .table .text span:last-child {
  font-family: "Dosis";
  font-size: 16px;
  color: #505050;
  font-weight: 700;
  text-transform: uppercase;
}
.celjaimPage .listItem .data .table .circle,
.tanacsokPage .listItem .data .table .circle,
.celKerdoivekPage .listItem .data .table .circle {
  width: 80px;
  height: 60px;
  border-radius: 50%;
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation: bg_animation 1s 0s ease-in-out;
  /* Safari 4+ */

  -moz-animation: bg_animation 1s 0s ease-in-out;
  /* Fx 5+ */

  -o-animation: bg_animation 1s 0s ease-in-out;
  /* Opera 12+ */

  animation: bg_animation 1s 0s ease-in-out;
  /* IE 10+, Fx 29+ */

}
.celjaimPage .listItem .data .table h3,
.tanacsokPage .listItem .data .table h3,
.celKerdoivekPage .listItem .data .table h3 {
  font-size: 12px;
  font-family: 'Dosis';
  text-transform: uppercase;
  font-weight: 600;
  line-height: 120%;
  margin: 10px 0 10px;
  text-align: center;
}
.celjaimPage .listItem .data .table h3 a,
.tanacsokPage .listItem .data .table h3 a,
.celKerdoivekPage .listItem .data .table h3 a {
  color: #FFFFFF;
}
.celjaimPage .listItem .progressbar,
.tanacsokPage .listItem .progressbar,
.celKerdoivekPage .listItem .progressbar {
  height: 30px;
  -webkit-box-shadow: inset 0px 0px 10px 2px rgba(50, 50, 50, 0.15);
  -moz-box-shadow: inset 0px 0px 10px 2px rgba(50, 50, 50, 0.15);
  box-shadow: inset 0px 0px 10px 2px rgba(50, 50, 50, 0.15);
}
.celjaimPage .listItem .progressbar .status,
.tanacsokPage .listItem .progressbar .status,
.celKerdoivekPage .listItem .progressbar .status {
  background-color: #5bb1df;
  width: 0px;
  height: 30px;
  vertical-align: middle;
  position: relative;
}
.celjaimPage .listItem .progressbar .status span,
.tanacsokPage .listItem .progressbar .status span,
.celKerdoivekPage .listItem .progressbar .status span {
  color: #FFFFFF;
  font-family: "Dosis";
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  right: 5%;
  line-height: 30px;
}
.celjaimPage .listItem .progressbar .status span.right,
.tanacsokPage .listItem .progressbar .status span.right,
.celKerdoivekPage .listItem .progressbar .status span.right {
  right: -30px;
  color: #5bb1df;
}
.tanacsokPage .whiteContent {
  padding: 50px 30px 0;
}
.tanacsokPage .text {
  padding: 0;
}
.tanacsokPage .text h5 {
  font-size: 16px;
  margin: 0 0 30px 0;
  line-height: 120%;
  font-family: 'Dosis';
}
.tanacsokPage .text .tanacs {
  margin-bottom: 20px;
}
.tanacsokPage .text .tanacs .title {
  font-size: 15px;
  line-height: 120%;
  font-family: 'Open Sans';
  font-weight: 600;
  text-transform: uppercase;
}
.tanacsokPage .text .tanacs .title span {
  width: 13px;
  height: 13px;
  border-radius: 7px;
  display: inline-block;
  margin-right: 5px;
}
.tanacsokPage .text .tanacs .title span.green {
  background-color: #00B168!important;
}
.tanacsokPage .text .tanacs .title span.yellow {
  background-color: #F9BE39!important;
}
.tanacsokPage .text .tanacs .title span.red {
  background-color: #C03425!important;
}
.tanacsokPage .text .tanacs .content {
  font-size: 13px;
  line-height: 140%;
  font-family: 'Open Sans';
  font-weight: 600;
}
.celKerdoivekPage .whiteContent {
  padding: 50px 30px 0;
}
.celKerdoivekPage .whiteContent h5 {
  font-size: 15px;
  margin: 0 0 30px 0;
  line-height: 120%;
  font-family: 'Open Sans';
  font-weight: 600;
}
.celKerdoivekPage .whiteContent .rightColumn {
  padding: 0;
}
.celKerdoivekPage .whiteContent #group {
  text-align: center;
  font-size: 0;
  margin-bottom: 30px;
}
.celKerdoivekPage .whiteContent #group .groupItem {
  display: inline-block;
  background-color: #505050;
  font-size: 11px;
  font-family: 'Open Sans';
  font-weight: 600;
  margin: 0 7px 7px 7px;
  position: relative;
}
.celKerdoivekPage .whiteContent #group .groupItem a {
  color: #FFFFFF;
  padding: 5px 20px;
  display: block;
}
.celKerdoivekPage .whiteContent #group .groupItem a .itemStatus {
  display: none;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  right: 7px;
  top: 50%;
  margin-top: -3px;
}
.celKerdoivekPage .whiteContent #group .groupItem.ready {
  background-color: #5bb1df;
}
.celKerdoivekPage .whiteContent #group .groupItem.ready a .itemStatus {
  display: block;
  background-color: #FFFFFF;
}
.celKerdoivekPage .whiteContent #group .groupItem.partial {
  background-color: #5bb1df;
}
.celKerdoivekPage .whiteContent #group .groupItem.partial a .itemStatus {
  display: block;
  border: 1px solid #FFFFFF;
}
.celKerdoivekPage .whiteContent .print {
  width: 19px;
  height: 19px;
  display: inline-block;
  background-image: url('/images/egeszsegessomogy/print.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.celKerdoivekPage .whiteContent .comment {
  width: 19px;
  height: 19px;
  display: block;
  margin-left: 10px;
  background-image: url('/images/egeszsegessomogy/comment.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.celKerdoivekPage .whiteContent .materialize-textarea {
  background-color: #EEEEEE;
  border-bottom-color: transparent;
  -webkit-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  height: 100px!important;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.celKerdoivekPage .whiteContent .materialize-textarea:focus {
  -webkit-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.3), 0 1px 0 0 #5bb1df;
  -moz-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.3), 0 1px 0 0 #5bb1df;
  box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.3), 0 1px 0 0 #5bb1df;
}
.celKerdoivekPage .whiteContent .character-counter {
  font-family: 'Open Sans';
}
.celKerdoivekPage .whiteContent .likertTable {
  font-size: 11px;
  font-family: 'Open Sans';
}
.celKerdoivekPage .whiteContent .likertTable td {
  padding: 15px 4px;
}
.celKerdoivekPage .whiteContent .likertTable td:not(:first-child) {
  text-align: center;
}
.celKerdoivekPage .whiteContent .likertTable [type="radio"]:not(:checked) + label,
.celKerdoivekPage .whiteContent .likertTable [type="radio"]:checked + label {
  padding-left: 25px;
}
.celKerdoivekPage .whiteContent .likertTable.hide-on-small-only td:first-child {
  width: 35%;
}
.celKerdoivekPage .whiteContent .likertTable.hide-on-med-and-up td {
  padding: 5px 3px;
  text-align: center;
}
.celKerdoivekPage .whiteContent .likertTable.hide-on-med-and-up [type="radio"] + label:before,
.celKerdoivekPage .whiteContent .likertTable.hide-on-med-and-up [type="radio"] + label:after {
  margin: 1px;
  width: 10px;
  height: 10px;
}
.celKerdoivekPage .whiteContent .likertTable.hide-on-med-and-up [type="radio"]:not(:checked) + label,
.celKerdoivekPage .whiteContent .likertTable.hide-on-med-and-up [type="radio"]:checked + label {
  padding-left: 13px;
  height: 13px;
}
.celKerdoivekPage .whiteContent .likertTable.hide-on-med-and-up .text {
  text-align: left;
}
.celKerdoivekPage .whiteContent .btn.mygrey {
  margin-right: 10px;
}
.felmerokPage .rightColumn h5 {
  color: #505050;
  margin-top: 0;
  line-height: 100%;
  font-size: 16px;
  font-weight: 600;
}
.felmerokPage .rightColumn .titleRow {
  color: #505050;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 25px 0 30px 0;
}
.felmerokPage .rightColumn .itemRow {
  margin-bottom: 50px;
}
.felmerokPage .rightColumn .itemRow .title,
.felmerokPage .rightColumn .itemRow .text {
  font-size: 11px;
  font-family: 'Open Sans';
  font-weight: 600;
  color: #505050;
}
.felmerokPage .rightColumn .itemRow .btn {
  text-transform: uppercase;
  font-size: 10px;
  width: 120px;
  margin-bottom: 10px;
  padding: 0;
}
.felmeroPage .rightColumn h5 {
  color: #505050;
  margin: 0 auto 20px;
  line-height: 100%;
  font-size: 16px;
  font-weight: 600;
}
.felmeroPage .rightColumn .lead {
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 600;
  color: #505050;
  margin-bottom: 30px;
}
.felmeroPage .rightColumn .questionLine {
  margin-bottom: 30px;
}
.felmeroPage .rightColumn .questionLine .question,
.felmeroPage .rightColumn .questionLine .answer {
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 600;
  color: #505050;
}
.felmeroPage .rightColumn .questionLine p {
  margin: 5px 0;
}
.felmeroPage .rightColumn .questionLine [type="radio"] + label {
  font-size: 12px;
  padding-left: 25px;
  line-height: 20px;
  height: 20px;
}
.felmeroPage .rightColumn .questionLine [type="radio"] + label:before,
.felmeroPage .rightColumn .questionLine [type="radio"] + label:after {
  margin: 4px;
  width: 12px;
  height: 12px;
}
.felmeroPage .rightColumn .questionLine [type="checkbox"] + label {
  font-size: 12px;
  padding-left: 25px;
  line-height: 20px;
  height: 20px;
}
.felmeroPage .rightColumn .questionLine [type="checkbox"] + label:before {
  width: 14px;
  height: 14px;
  margin-top: 4px;
}
.felmeroPage .rightColumn .questionLine [type="checkbox"]:checked + label:before {
  width: 8px;
  height: 15px;
}
.felmeroModal {
  padding-top: 30px;
}
.felmeroModal .closeModal {
  top: 10px;
  right: 10px;
  z-index: 100;
}
.felmeroModal .closeModal svg {
  fill: #5bb1df;
}
.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 .icon {
  width: 105px;
  height: 58px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  left: 50%;
  top: 0;
  margin-left: -52px;
}
.felmeroModal #grat {
  font-family: 'Dosis';
  font-weight: 600;
  font-size: 16px;
  color: #505050;
}
.felmeroModal .line {
  display: inline-block;
  width: 20px;
  border-bottom: 1px solid #5bb1df;
  margin: 20px;
}
.felmeroModal #text {
  text-transform: none;
  font-family: 'Open Sans';
  font-size: 12px;
  color: #505050;
  line-height: 100%;
}
.felmeroModal #resultText {
  text-align: center;
  margin-bottom: 15px;
}
.felmeroModal #resultText span {
  font-family: 'Dosis';
  font-weight: 600;
  font-size: 16px;
  color: #505050;
  border-bottom: 1px solid #5bb1df;
}
.felmeroModal #result {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 27px;
  color: #5bb1df;
  display: inline-block;
}
@media only screen and (max-width: 1200px) {
  header nav ul li a {
    top: -3px;
    font-size: 10px;
    padding: 0 10px;
  }
  .mainPage .bg .textContainer {
    margin-top: 100px;
  }
  .mainPage .bg .textContainer h1 {
    font-size: 32px;
  }
  .mainPage .bg .textContainer .btn {
    font-size: 10px;
    width: 180px;
  }
  .hirekPage .hirBox .textContent a {
    font-size: 15px;
  }
  .hirekPage .hirBox .textContent span {
    font-size: 11px;
  }
  .tudastarPage .tudastarCsoportBox h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 992px) {
  header #headerLeft #logo {
    width: 70%;
  }
  header nav ul li a {
    font-size: 9px;
    padding: 0 8px;
  }
  footer ul li {
    display: block;
  }
  .kerdoivekPage .whiteContent,
  .eredmenyekPage .whiteContent,
  .egeszsegtervPage .whiteContent,
  .mentorPage .whiteContent,
  .celPage .whiteContent,
  .celjaimPage .whiteContent,
  .tanacsokPage .whiteContent,
  .celKerdoivekPage .whiteContent,
  .szakertoPage .whiteContent,
  .felmerokPage .whiteContent,
  .felmeroPage .whiteContent {
    padding: 30px 10px 0 10px;
  }
  .kerdoivekPage .whiteContent .leftColumn,
  .eredmenyekPage .whiteContent .leftColumn,
  .egeszsegtervPage .whiteContent .leftColumn,
  .mentorPage .whiteContent .leftColumn,
  .felmerokPage .whiteContent .leftColumn,
  .felmeroPage .whiteContent .leftColumn {
    margin-bottom: 20px;
  }
  .eredmenyekPage .whiteContent .rightColumn {
    padding: 0;
  }
  .eredmenyekPage .whiteContent .buttonRow div:first-child .btn {
    padding: 5px 60px!important;
  }
  .eredmenyekPage .whiteContent .buttonRow div:nth-child(2) .btn {
    padding: 5px 28px!important;
  }
  .egeszsegtervPage .whiteContent .rightColumn {
    padding-left: 0;
  }
  .egeszsegtervPage .whiteContent .rightColumn .buttonRow div .btn {
    padding: 5px 60px!important;
  }
  .egeszsegtervPage .whiteContent .rightColumn .buttonRow div:nth-of-type(2) .btn {
    padding: 5px 35px!important;
  }
  .hirPage .others {
    margin-top: 30px;
  }
  .hirPage .others > div {
    margin-left: 0;
  }
  .szovegesPage .whiteContent {
    padding-right: 60px;
  }
  .mentorPage .whiteContent .rightColumn {
    padding: 0;
  }
  .mentorPage .whiteContent .rightColumn .input-field {
    margin: 7px 0;
  }
  .tudastarPage .others .tudastarCikkBox a .tudastarCikkBoxFooter .left {
    float: left!important;
  }
  .tudastarPage .others .tudastarCikkBox a .tudastarCikkBoxFooter .right {
    float: right!important;
  }
  .tudastarPage .tudastarCsoportBox h1 {
    font-size: 28px;
  }
  .tudastarPage.hirPage .container {
    padding: 0 30px!important;
  }
  .szakertoPage .leftColumn {
    margin-bottom: 20px;
  }
  .szakertoPage .rightColumn {
    padding: 0;
  }
  .szakertoPage .rightColumn .messageBox {
    margin-right: 0;
  }
}
@media only screen and (max-width: 800px) {
  header nav {
    display: none;
  }
  header .mobileMenuOpen {
    display: block;
  }
  header .mobileMenu nav {
    display: block;
  }
  header #headerRight {
    width: 30px;
    height: 60px;
    background-color: #5bb1df;
  }
  header #headerLeft {
    width: 70%;
  }
  header #headerLeft #logo {
    width: 140px;
  }
  .mainPage .bg .textContainer .btn {
    width: 180px;
  }
  .eredmenyekPage .whiteContent .buttonRow div:first-child .btn {
    padding: 5px 30px!important;
  }
  .eredmenyekPage .whiteContent .buttonRow div:nth-child(n+2) .btn {
    padding: 5px 8px!important;
  }
  .egeszsegtervPage .whiteContent .rightColumn .buttonRow div .btn {
    padding: 5px 30px!important;
  }
  .egeszsegtervPage .whiteContent .rightColumn .buttonRow div:nth-of-type(2) .btn {
    padding: 5px 10px!important;
  }
  .mentorPage.fillout .whiteContent .rightColumn .download a {
    width: 17px;
  }
  .tudastarPage .tudastarCsoportBox h1 {
    font-size: 26px;
  }
  .felmerokPage .rightColumn .itemRow .btn {
    width: 100px;
  }
}
@media only screen and (max-width: 600px) {
  #content .container {
    padding: 0 20px;
  }
  header #headerLeft .colorbox {
    width: 20px;
  }
  header #headerRight {
    width: 20px;
  }
  header .mobileMenuOpen {
    width: 20px;
    font-size: 20px;
  }
  header .mobileMenu {
    padding: 0 20px;
  }
  footer {
    height: auto;
  }
  footer ul li {
    display: inline-block;
  }
  footer .logoContainer {
    height: 140px;
  }
  footer .logoContainer img {
    height: 100%;
  }
  .mainPage .bg {
    background-image: url('/images/egeszsegessomogy/mainpage_bg_mobile.png') !important;
    background-size: contain;
    background-position: center center;
  }
  .mainPage .bg .szechenyi {
    position: static;
    float: right;
  }
  .mainPage .bg .valign-wrapper {
    height: auto;
  }
  .mainPage .bg .textContainer {
    margin-top: 0;
  }
  .mainPage .bg .textContainer h1 {
    font-size: 28px;
  }
  .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 1rem;
  }
  .kerdoivekPage .whiteContent .btn.right.notright {
    float: none!important;
    margin: 20px auto;
    display: inline-block;
    width: 100%;
  }
  .eredmenyekPage .whiteContent .hiddenComment .row.valign-wrapper {
    display: block;
  }
  .eredmenyekPage .whiteContent .table .tableRow .border {
    right: 16.6%;
  }
  .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 .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%;
  }
  .egeszsegtervPage .whiteContent .rightColumn .table .tableHead .showAllThisTable {
    font-size: 10px;
  }
  .hirekPage .container {
    padding: 0 10px 0 20px!important;
  }
  .hirPage .hirContent .text {
    padding: 0 20px 50px 20px;
  }
  .hirPage .hirContent .text h1 {
    font-size: 25px;
  }
  .hirPage .hirContent .share {
    padding-left: 20px;
  }
  .szovegesPage .whiteContent {
    padding: 20px 20px 50px 20px;
  }
  .szovegesPage .whiteContent h1 {
    font-size: 25px;
  }
  .mentorPage .whiteContent .rightColumn .row.valign-wrapper {
    display: block;
  }
  .mentorPage .whiteContent .rightColumn .download span {
    margin-left: 0;
  }
  .mentorPage.fillout .whiteContent .rightColumn .download a {
    width: 20px;
  }
  .loginModal .btn-flat {
    padding: 0 1rem;
  }
  .adataimPage .whiteContent {
    padding: 50px 10px 0 10px;
  }
  .adataimPage .whiteContent #adataimForm .input-field {
    padding: 0!important;
  }
  .tudastarPage .container {
    padding: 0 10px 0 20px!important;
  }
  .tudastarPage .others .tudastarCikkBox a {
    padding-bottom: 0;
  }
  .tudastarPage .others .tudastarCikkBox a .tudastarCikkBoxFooter .left,
  .tudastarPage .others .tudastarCikkBox a .tudastarCikkBoxFooter .right {
    float: none!important;
    clear: both;
  }
  .tudastarPage .tudastarCsoportBox > div {
    height: 180px;
  }
  .tudastarPage .tudastarCikkBox > a {
    height: auto;
  }
  .tudastarPage .tudastarCikkBox > a .tudastarCikkBoxFooter {
    margin-top: 20px;
    position: static;
    padding: 0;
  }
  .tudastarPage .tudastarCikkBox > a .tudastarCikkBoxFooter .right {
    float: none!important;
    clear: both;
  }
  .tudastarPage.hirPage .container {
    padding: 0 20px!important;
  }
  .szakertoPage.szakertoPageDetails .container,
  .szakertoPage .container {
    padding: 0 20px!important;
  }
  .szakertoPage .szakertoBox > div {
    margin-right: 0;
    height: auto;
  }
  .szakertoPage .szakertoBox > div .col:first-child {
    text-align: center;
    padding-right: 0;
  }
  .szakertoPage .szakertoBox > div img {
    margin-bottom: 20px;
  }
  .szakertoPage .szakertoBox > div .row:last-child {
    text-align: right;
  }
  .szakertoPage .szakertoBox > div .btn {
    position: static;
  }
  .celPage .list .listItem .start {
    position: static;
    height: 50px;
  }
  .celjaimPage .listItem,
  .tanacsokPage .listItem,
  .celKerdoivekPage .listItem {
    margin-bottom: 50px;
  }
  .celjaimPage .listItem .data .leftTable .cell,
  .tanacsokPage .listItem .data .leftTable .cell,
  .celKerdoivekPage .listItem .data .leftTable .cell {
    display: block;
  }
  .celjaimPage .listItem .data .leftTable .text,
  .tanacsokPage .listItem .data .leftTable .text,
  .celKerdoivekPage .listItem .data .leftTable .text {
    text-align: center;
    padding-top: 10px;
  }
  .celjaimPage .listItem .progressbar .status span,
  .tanacsokPage .listItem .progressbar .status span,
  .celKerdoivekPage .listItem .progressbar .status span {
    font-size: 14px;
    font-weight: 600;
  }
  .celKerdoivekPage .whiteContent .comment {
    width: 15px;
    height: 15px;
    margin-left: 5px;
  }
  .celKerdoivekPage .whiteContent .btn {
    padding: 0 0.5rem;
    font-size: 10px;
  }
  .felmerokPage .rightColumn .itemRow .btn {
    float: none!important;
  }
  .felmeroPage .whiteContent .valign-wrapper.questionLine {
    display: block;
  }
  .felmeroModal .white {
    padding: 70px 10% 20px;
  }
}

/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */
