.bg-white {
  background: white;
}
.bg-grey {
  background-color: #f7f7f7;
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Source Sans Pro';
  font-weight: 400;
  background-color: #F7F7F7;
  color: #3F3F35;
}
main {
  overflow: hidden;
}
.contentSize {
  max-width: 1200px;
  width: 95%;
  margin: auto;
}
.clra {
  clear: both;
}
.clra:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
}
.container,
.container-fluid {
  padding: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.leftAlign {
  text-align: left;
}
.centerAlign {
  text-align: center;
}
.rightAlign {
  text-align: right;
}
.justifyAlign {
  text-align: justify;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table .tableCell {
  display: table-cell;
  vertical-align: middle;
}
.inputContainer label {
  font-size: 15px;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
textarea {
  border: none;
  border-bottom: 1px solid #858585;
  padding: 7px 20px;
  font-size: 15px;
  font-family: "Source Sans Pro";
  font-weight: 400;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 0;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
textarea:focus {
  border-color: #0098D6 !important;
}
textarea:focus,
input:focus {
  outline: none;
}
ul {
  list-style-type: none;
}
.btnContainer {
  text-align: center;
}
.btnContainer .btn {
  padding: 14px 40px;
  border-radius: 30px;
  font-size: 16px;
  background-color: white !important;
  color: #858585;
  display: inline-block;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  border: 1px solid #858585;
  cursor: pointer;
}
.btnContainer .btn.lightblue {
  color: #0098D6 !important;
  border-color: #0098D6;
}
.dd-container,
.dd-select,
.dd-options {
  width: 100% !important;
}
.dd-select {
  border: none !important;
  background-color: white !important;
}
.dd-selected {
  padding: 15px !important;
}
.dd-option-image,
.dd-selected-image {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.dd-selected-text {
  line-height: 30px !important;
}
.dd-pointer-down {
  border: none !important;
  background-image: url("/images/icons/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px !important;
  height: 15px !important;
}
.dd-pointer-up {
  border: none !important;
  background-image: url("/images/icons/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px !important;
  height: 15px !important;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dd-options {
  border: none !important;
  box-shadow: 0px 3px 5px #ddd !important;
}
.dd-option {
  border: none !important;
  padding: 15px !important;
}
.flip-container {
  perspective: 1000px;
  padding-top: 80px;
  margin: auto;
}
.flip-container.hover .flipper {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.flip-container,
.front,
.back {
  width: 520px;
  height: 555px;
}
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.front,
.back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
header {
  height: 90px;
  background-color: white;
  border-bottom: 3px solid #0098D6;
}
header.green {
  border-color: #b1ca00;
}
header .contentSize {
  height: 100%;
}
header ul {
  margin: 0 30px 0 0;
  padding: 0;
}
header ul li {
  display: inline-block;
  margin: 0 10px;
  border-bottom: 3px solid transparent;
}
header ul li a {
  font-size: 14px;
  text-transform: uppercase;
}
header ul li.selected {
  border-bottom: 3px solid #0098D6;
}
header ul li:last-child {
  margin-right: 0;
}
header ul #search {
  padding: 18px 20px;
  margin: 0;
  background-color: #0098D6;
  color: white;
}
header ul #search::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: .6;
}
header ul #search:-moz-placeholder {
  color: #FFFFFF;
  opacity: .6;
}
header ul #search::-moz-placeholder {
  color: #FFFFFF;
  opacity: .6;
}
header ul #search:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: .6;
}
header ul #search::placeholder {
  color: #FFFFFF;
  opacity: .6;
}
header #menu >li {
  display: block;
  float: left;
  line-height: 100%;
  position: relative;
}
header #menu >li >a {
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
}
header #menu >li:last-child {
  border-right: none;
}
header #menu >li:nth-last-child(3) {
  border-right: none;
}
header #menu >li .submenu {
  background-color: #FFFFFF;
  width: 650px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 5px solid #0098D6;
  position: absolute;
  top: 100px;
  left: -325px;
  margin-left: 50%;
  padding: 30px 20px 0;
  border-radius: 2px;
  display: none;
  text-align: center;
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.3);
  z-index: 10;
}
header #menu >li .submenu .submenuItem {
  display: inline-block;
  width: 280px;
  margin: 0;
  margin-bottom: 50px;
  vertical-align: middle;
}
header #menu >li .submenu .submenuItem .submenuItemContainer .tableCell:first-child {
  width: 80px;
}
header #menu >li .submenu .submenuItem .submenuItemContainer .menuIcon {
  display: block;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  margin-right: 20px;
}
header #menu >li .submenu .submenuItem .submenuItemContainer .menuTitle {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 5px;
  display: block;
  color: #000000;
  text-transform: none;
}
header #menu >li .submenu .submenuItem .submenuItemContainer .menuText {
  font-size: 14px;
  text-align: left;
  color: #000000;
  text-transform: none;
}
header #menu >li .submenu .submenuItem:nth-child(odd):not(:last-child) {
  margin-right: 40px;
}
header #menu >li .submenu:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 50%;
  margin-left: 10px;
  box-sizing: border-box;
  border: 9px solid black;
  border-color: transparent transparent #FFFFFF #FFFFFF;
  transform-origin: 0 0;
  transform: rotate(135deg);
  box-shadow: -2px 2px 2px 0 rgba(0,0,0,0.06), -2px 2px 2px 0 rgba(0,0,0,0.02);
}
header .dl-menuwrapper {
  text-align: right;
  z-index: 10;
  position: absolute;
}
header .dl-menuwrapper .dl-trigger {
  width: 42px;
  height: 40px;
  margin-top: 3px;
  display: inline-block;
  position: relative;
}
header .dl-menuwrapper .dl-trigger span {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 5px;
  background-color: #0098D6;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  top: 18px;
  left: 6px;
}
header .dl-menuwrapper .dl-trigger span:before,
header .dl-menuwrapper .dl-trigger span:after {
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  background: #0098D6;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
header .dl-menuwrapper .dl-trigger span:before {
  margin-top: -10px;
}
header .dl-menuwrapper .dl-trigger span:after {
  margin-top: 10px;
}
header .dl-menuwrapper .dl-trigger.dl-active span {
  background-color: transparent;
}
header .dl-menuwrapper .dl-trigger.dl-active span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 0;
}
header .dl-menuwrapper .dl-trigger.dl-active span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 0;
}
header .dl-menuwrapper .dl-menu {
  width: 100%;
  margin: 0;
}
header .dl-menuwrapper .dl-menu.scroll,
header .dl-menuwrapper .dl-menu .scroll {
  background-image: url('/images/arrow_bottom.png');
  background-repeat: no-repeat, no-repeat;
  background-size: 10px;
  background-position: left 3px bottom 8px;
}
header .dl-menuwrapper .dl-menu.scroll:not(.dl-animate-out-1):not(.dl-animate-in-1),
header .dl-menuwrapper .dl-menu .scroll:not(.dl-animate-out-1):not(.dl-animate-in-1) {
  animation: animate .5s linear 0s infinite alternate;
}
header .dl-menuwrapper .dl-menu > li > a {
  text-transform: uppercase;
}
@keyframes animate {
  header .dl-menuwrapper from {
    background-position: left 3px bottom 8px;
  }
  header .dl-menuwrapper to {
    background-position: left 3px bottom 3px;
  }
}
header .dl-menuwrapper ul {
  background-color: #0098D6;
  text-align: left;
}
header .dl-menuwrapper ul li {
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
header .dl-menuwrapper ul li:last-child {
  border-bottom: none;
}
header .dl-menuwrapper ul li.dl-subviewopen {
  border-bottom: none;
}
header .dl-menuwrapper > .dl-submenu {
  top: 57px;
}
header .sb-search {
  position: absolute;
  right: 0;
  min-width: 30px;
  height: 90px;
  margin-top: 0;
  top: 0;
}
header .sb-search .sb-search-input {
  background-color: white;
  height: 1.4rem;
  top: 50%;
  margin-top: -13px;
  max-width: 680px;
}
header .sb-search .sb-icon-search,
header .sb-search .sb-search-submit {
  width: 30px;
  background: #ffffff !important;
  color: #0098D6 !important;
  height: 25px;
  line-height: 25px;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
header .sb-search .sb-icon-search.green,
header .sb-search .sb-search-submit.green {
  color: #b1ca00 !important;
}
header .sb-search .sb-icon-search:before {
  font-size: 16px;
  vertical-align: top;
}
header #profileIcon {
  display: inline-block;
  vertical-align: middle;
  max-width: 32px;
  border-radius: 50%;
}
header .table .tableCell.rightAlign {
  position: relative;
}
header .hamburger {
  width: 50px;
  display: none;
  vertical-align: middle;
}
header .hamburger .line {
  width: 50px;
  height: 5px;
  background-color: #0098D6;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .hamburger:hover {
  cursor: pointer;
}
header #hamburger-11 {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header #hamburger-11.is-active {
  animation: smallbig 0.6s forwards;
}
@keyframes smallbig {
  header 0%,
  header 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  header 50% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}
header #hamburger-11.is-active .line:nth-child(1),
header #hamburger-11.is-active .line:nth-child(2),
header #hamburger-11.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
header #hamburger-11.is-active .line:nth-child(2) {
  opacity: 0;
}
header #hamburger-11.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}
header #hamburger-11.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}
header #page-types {
  background-color: #f2f2f2;
  border-radius: 30px;
  display: inline-block;
  padding: 6px 8px;
  line-height: 100%;
  margin-right: 10px;
  box-shadow: inset 0 0 3px 0 rgba(63,63,53,0.25);
}
header .page-type {
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  padding: 6px 3px;
  width: 95px;
  display: inline-block;
  text-align: center;
}
header .page-type.inactive {
  background-color: #c6c6c6 !important;
  box-shadow: inset 0px -2px 1px 0px rgba(63,63,53,0.25);
}
header .page-type.change {
  box-shadow: inset 0px -2px 1px 0px rgba(63,63,53,0.25);
}
header #page-type-1 {
  background-color: #0098D6;
}
header #page-type-2 {
  background-color: #b1ca00;
}
footer {
  height: 100px;
  background-color: white;
  border-top: 3px solid #0098D6;
}
footer.green {
  border-color: #b1ca00;
}
footer .contentSize {
  height: 100%;
}
footer .table .tableCell {
  vertical-align: top;
  padding-top: 30px;
}
footer .table .footerSzakmaiPartner {
  font-size: 15px;
  float: right;
  padding-top: 17px;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  display: inline-block;
}
footer ul li a {
  color: #858585;
  font-size: 15px;
  padding: 0 20px;
  text-transform: uppercase;
}
footer ul li:first-child a {
  padding-left: 0;
}
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.75);
  overflow: hidden;
  z-index: 100;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.modal {
  background: white;
  padding: 50px 40px;
  max-width: 480px;
  width: 90%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 101;
  visibility: hidden;
  opacity: 0;
  border-radius: 5px;
  text-align: center;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: visibility .2s, opacity .2s, transform .2s;
  -moz-transition: visibility .2s, opacity .2s, transform .2s;
  transition: visibility .2s, opacity .2s, transform .2s;
  overflow: hidden;
}
.modal.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility .5s, opacity .5s, transform .5s;
  -moz-transition: visibility .5s, opacity .5s, transform .5s;
  transition: visibility .5s, opacity .5s, transform .5s;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.modal:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;
  background: #00C7FB;
  background: -moz-linear-gradient(-45deg,#00C7FB 0%,#02ADE7 100%);
  background: -webkit-linear-gradient(-45deg,#00C7FB 0%,#02ADE7 100%);
  background: linear-gradient(135deg,#00C7FB 0%,#02ADE7 100%);
}
.modal .close:not(.btn) {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
}
.modal h1 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 30px;
}
.modal h3 {
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: 400;
}
.modal .btn {
  min-width: 150px;
}
#smartDietModal {
  padding: 0;
  text-align: left;
}
#smartDietModal:before {
  display: none;
}
#smartDietModal .top {
  padding: 25px 35px;
}
#smartDietModal .top h3 {
  font-size: 20px;
  color: #3F3F35;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#smartDietModal .top .item {
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  padding: 10px 0;
  font-size: 16px;
  color: #3F3F35;
  font-weight: 400;
  margin-bottom: 10px;
}
#smartDietModal .top .item .tableCell:first-child {
  padding-left: 10px;
}
#smartDietModal .top .item .name {
  margin-bottom: 10px;
  font-weight: 600;
}
#smartDietModal .top .item .period {
  width: 80px;
}
#smartDietModal .top .rangeTitle {
  font-size: 15px;
  margin-bottom: 15px;
}
#smartDietModal .top .rangeLabels {
  margin-bottom: 10px;
}
#smartDietModal .top .rangeLabels span {
  font-size: 14px;
}
#smartDietModal .top .rangeLabels span:first-child {
  float: left;
}
#smartDietModal .top .rangeLabels span:last-child {
  float: right;
}
#smartDietModal .top .range {
  margin-bottom: 15px;
  background: #eeeeee;
  background: -moz-linear-gradient(top,#eeeeee 0%,#ffffff 100%);
  background: -webkit-linear-gradient(top,#eeeeee 0%,#ffffff 100%);
  background: linear-gradient(to bottom,#eeeeee 0%,#ffffff 100%);
  padding: 3px 4px;
  border-radius: 10px;
}
#smartDietModal .top .range input[type="range"],
#smartDietModal .top .range .rangeslider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 10px;
  background: #FFFFFF;
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
  border: 1px solid #EEEEEE;
  box-shadow: inset 0px -5px 13px 0px rgba(237,237,237,0.65);
  margin: 0;
}
#smartDietModal .top .range input[type="range"]::-webkit-slider-thumb,
#smartDietModal .top .range .rangeslider__handle {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #EEEEEE;
  background: -moz-linear-gradient(-45deg,#FFFFFF 0%,#EEEEEE 100%);
  background: -webkit-linear-gradient(-45deg,#FFFFFF 0%,#EEEEEE 100%);
  background: linear-gradient(135deg,#FFFFFF 0%,#EEEEEE 100%);
  cursor: pointer;
  border: 1px solid #EEEEEE;
  box-shadow: none;
}
#smartDietModal .top .range .rangeslider__handle:after {
  display: none;
}
#smartDietModal .top .range .rangeslider__fill {
  box-shadow: none;
  background: #5d9cec;
  background: -moz-linear-gradient(left,#5d9cec 0%,#0e65d7 100%);
  background: -webkit-linear-gradient(left,#5d9cec 0%,#0e65d7 100%);
  background: linear-gradient(to right,#5d9cec 0%,#0e65d7 100%);
}
#smartDietModal .top .text {
  font-size: 14px;
  margin-bottom: 130px;
  line-height: 140%;
}
#smartDietModal .top .text ~ a {
  color: #0098D6;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  display: block;
}
#smartDietModal .bottom {
  text-align: center;
  height: 80px;
  line-height: 80px;
}
#smartDietModal .bottom.blue {
  background: #5D9CEC;
  background: -moz-linear-gradient(-45deg,#5D9CEC 0%,#0E65D7 100%);
  background: -webkit-linear-gradient(-45deg,#5D9CEC 0%,#0E65D7 100%);
  background: linear-gradient(135deg,#5D9CEC 0%,#0E65D7 100%);
}
#smartDietModal .bottom.red {
  background: #ED5565;
  background: -moz-linear-gradient(-45deg,#ED5565 0%,#D62839 100%);
  background: -webkit-linear-gradient(-45deg,#ED5565 0%,#D62839 100%);
  background: linear-gradient(135deg,#ED5565 0%,#D62839 100%);
}
#smartDietModal .bottom.yellow {
  background: #FFD371;
  background: -moz-linear-gradient(-45deg,#FFD371 0%,#FFAA14 100%);
  background: -webkit-linear-gradient(-45deg,#FFD371 0%,#FFAA14 100%);
  background: linear-gradient(135deg,#FFD371 0%,#FFAA14 100%);
}
#smartDietModal .bottom.green {
  background: #A0D468;
  background: -moz-linear-gradient(-45deg,#A0D468 0%,#6EAF27 100%);
  background: -webkit-linear-gradient(-45deg,#A0D468 0%,#6EAF27 100%);
  background: linear-gradient(135deg,#A0D468 0%,#6EAF27 100%);
}
#smartDietModal .bottom.purple {
  background: #EC87C0;
  background: -moz-linear-gradient(-45deg,#EC87C0 0%,#BF4C90 100%);
  background: -webkit-linear-gradient(-45deg,#EC87C0 0%,#BF4C90 100%);
  background: linear-gradient(135deg,#EC87C0 0%,#BF4C90 100%);
}
#smartDietModal .bottom img {
  display: inline-block;
  vertical-align: middle;
}
#newProfileModal {
  width: 360px;
}
#newProfileModal h1 {
  font-size: 24px;
  font-weight: 500;
  text-align: left;
}
#newProfileModal .inputContainer input[type="text"] {
  padding-left: 0 !important;
}
#newProfileModal .btn {
  background: #00C7FB;
  background: -moz-linear-gradient(-45deg,#00C7FB 0%,#02ADE7 100%);
  background: -webkit-linear-gradient(-45deg,#00C7FB 0%,#02ADE7 100%);
  background: linear-gradient(135deg,#00C7FB 0%,#02ADE7 100%);
  display: block;
  padding: 20px 40px;
  border-radius: 30px;
  color: white;
  font-size: 18px;
  margin-top: 30px;
}
#indexPage {
  background-color: white;
  padding-top: 23px;
  padding-bottom: 40px;
}
#indexPage .contentSize {
  position: relative;
}
#indexPage .contentSize #videoContainer {
  overflow: hidden;
  height: 100%;
  position: relative;
}
#indexPage .contentSize #videoContainer video {
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#indexPage .contentSize .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 20px;
}
#indexPage .contentSize .title b {
  font-weight: 700;
}
#indexPage .contentSize #text {
  color: #3F3F35;
  text-align: justify;
  line-height: 150%;
}
#indexPage .contentSize #text + .btnContainer {
  margin-top: 30px;
  text-align: left;
}
#indexPage .contentSize .btnContainer .btn {
  min-width: 150px;
  padding: 9px 40px;
  background: #0098D6 !important;
  border-color: transparent;
  color: white;
}
#indexPage .contentSize .smallBox {
  margin-top: 40px;
  text-align: center;
}
#indexPage .contentSize .smallBox .title {
  font-weight: 600;
  margin-bottom: 10px;
}
#indexPage .contentSize .smallBox img {
  margin-bottom: 10px;
}
#indexPage .contentSize .smallBox .btn {
  min-width: 150px;
  padding: 9px 40px;
  background: #0098D6 !important;
  border-color: transparent;
  color: white;
  border-radius: 30px;
  font-size: 16px;
}
#indexPage .contentSize h3 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 50px;
  text-align: center;
}
#indexPage .contentSize .news {
  margin-bottom: 100px;
}
#indexPage .contentSize .news .title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 5px;
}
#indexPage .contentSize .news .lead {
  font-size: 16px;
  line-height: 24px;
}
#mainIndexPage {
  padding-bottom: 100px;
  padding-top: 40px;
  background-color: white;
}
#mainIndexPage img {
  border-radius: 4px;
  width: 100%;
}
#mainIndexPage .box .img-container {
  position: relative;
  margin-bottom: 20px;
}
#mainIndexPage .box .img-container .next-container {
  background-color: white;
  border-radius: 30pc;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  position: absolute;
  bottom: 30px;
  right: 30px;
  padding: 0 25px 0 0;
  width: 230px;
  height: 63px;
  line-height: 63px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.33);
}
#mainIndexPage .box .img-container .next-container .next {
  width: 55px;
  height: 55px;
  background-color: #0098D6;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background-image: url("/images/icons/arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 4px;
  right: 4px;
}
#mainIndexPage .box .img-container .next-container .next.green {
  background-color: #b1ca00;
}
#mainIndexPage .box .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 20px;
  letter-spacing: 0.6px;
}
#mainIndexPage .box .text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.6px;
  text-align: justify;
  margin-bottom: 20px;
}
#mainIndexPage .box ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1rem;
}
#mainIndexPage .bg-grey {
  background-color: #f7f7f7;
}
#mainIndexPage #news {
  margin: 20px 0;
  padding-top: 20px;
}
#mainIndexPage #news .title {
  width: 100%;
  padding-bottom: 5px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 5px;
  letter-spacing: 0.6px;
}
#mainIndexPage #news .title b {
  font-weight: 700;
}
#mainIndexPage #news a {
  text-decoration: none;
}
.info-button {
  cursor: pointer;
}
#loginPage {
  background-image: url(/images/login_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #FFFFFF;
  height: 780px;
}
#loginPage #mainImg {
  max-width: 100%;
}
#loginPage .contentSize {
  position: relative;
}
#loginPage .contentSize .welcomeBox {
  background-color: white;
  border-radius: 8px;
  padding: 30px 60px 80px;
  max-width: 520px;
}
#loginPage .contentSize .welcomeBox .welcome {
  color: #0098D6;
  font-size: 12px;
}
#loginPage .contentSize .welcomeBox h1 {
  font-size: 34px;
  font-weight: 400;
  color: #858585;
}
#loginPage .contentSize .welcomeBox .text {
  font-size: 16px;
  color: #858585;
  margin-bottom: 15px;
}
#loginPage .contentSize .welcomeBox form {
  width: 100%;
}
#loginPage .contentSize .welcomeBox input {
  color: #858585;
}
#loginPage .contentSize .welcomeBox #forgottenPassword {
  color: #0098D6;
  font-size: 12px;
}
#loginPage .contentSize .welcomeBox .btnContainer {
  margin-top: 40px;
}
#loginPage .contentSize .welcomeBox .btnContainer .btn {
  width: 100%;
  padding: 14px 0;
}
#loginPage .contentSize .regBox {
  position: relative;
}
#loginPage .contentSize .regBox #closeRegistration {
  position: absolute;
  top: 20px;
  right: 20px;
}
#loginPage .contentSize .regBox .btnContainer .btn {
  width: 100%;
}
#loginPage .contentSize .regBox .login {
  color: #858585;
  margin-top: 30px;
}
#loginPage .contentSize .regBox .login a {
  color: #0098D6;
}
.tudastarCsoportBox {
  margin-bottom: 30px;
}
.tudastarCsoportBox .image {
  display: block;
  background-color: #000000;
  font-size: 0;
  margin-bottom: 5px;
  overflow: hidden;
}
.tudastarCsoportBox .image img {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.tudastarCsoportBox .image:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.tudastarCsoportBox .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
  color: #3F3F35;
  text-transform: uppercase;
}
.tudastarCsoportBox >div {
  line-height: 100%;
}
.tudastarCsoportBox .category {
  font-size: 14px;
  text-transform: uppercase;
  color: #858585;
}
.tudastarCsoportBox .article {
  text-align: justify;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.6px;
  margin-right: 10px;
  color: #858585;
}
.tudastarCsoportBox2 .title {
  text-transform: none;
  font-size: 18px;
}
.hirBox .title {
  color: #3F3F35;
  text-transform: none;
  font-size: 18px;
  display: block;
  margin-bottom: 8px;
}
.hirBox .lead {
  color: #3F3F35;
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 10px;
}
.hirBox .author {
  color: #3F3F35;
  text-transform: uppercase;
  font-size: 14px;
}
.hirBox .date {
  color: #3F3F35;
  font-size: 14px;
}
#knowledgePage {
  padding-top: 80px;
}
#knowledgePage #tree {
  background-color: white;
  padding: 30px 20px;
}
#knowledgePage #tree .mainMenu {
  padding: 0;
  margin: 0;
}
#knowledgePage #tree .mainMenu .mainMenuItem {
  margin-bottom: 30px;
  position: relative;
}
#knowledgePage #tree .mainMenu .mainMenuItem >a {
  color: #3F3F35;
  font-size: 16px;
  font-weight: 600;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
#knowledgePage #tree .mainMenu .mainMenuItem .toggle {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
#knowledgePage #tree .mainMenu .mainMenuItem .toggle.up {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#knowledgePage #tree .mainMenu .mainMenuItem .subMenu {
  display: none;
  padding: 0;
  padding-top: 15px;
}
#knowledgePage #tree .mainMenu .mainMenuItem .subMenu .subMenuItem {
  margin-bottom: 20px;
}
#knowledgePage #tree .mainMenu .mainMenuItem .subMenu .subMenuItem >a {
  font-size: 16px;
  color: #858585;
  line-height: 110%;
}
#knowledgePage #tree .mainMenu .mainMenuItem .subMenu .subMenuItem >a.active {
  font-weight: 700;
}
#knowledgePage #tree .mainMenu .mainMenuItem .subMenu .subMenuItem.selected >a {
  color: #0098D6;
  font-weight: 600;
}
#knowledgePage #tree .mainMenu .mainMenuItem .subMenu .subMenuItem .toggleContainer {
  position: relative;
}
#knowledgePage #tree .mainMenu .mainMenuItem .subMenu .subMenuItem .toggleContainer .toggle {
  top: 0;
  left: 10px;
  cursor: pointer;
}
#knowledgePage .knowledgeContent h3 {
  font-size: 15px;
  font-weight: 600;
  color: #3F3F35;
  text-transform: uppercase;
  margin-top: 0;
  line-height: 33px;
}
#knowledgePage .knowledgeContent #searchForm {
  position: relative;
}
#knowledgePage .knowledgeContent #searchForm input[type="text"] {
  margin-bottom: 0;
  border: none;
  border-radius: 20px;
}
#knowledgePage .knowledgeContent #searchForm .btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 15px;
  height: 15px;
  background-image: url("/images/icons/search.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
#knowledgePage.knowledgeContentPage .date,
#knowledgePage.knowledgeContentPage .author {
  font-size: 15px;
  font-weight: 400;
  color: #3F3F35;
  text-transform: uppercase;
  margin-right: 5px;
  margin-top: 10px;
}
#knowledgePage.knowledgeContentPage h1 {
  font-weight: 600;
  font-size: 18pt;
  color: #3F3F35;
  margin: 15px 0;
}
#knowledgePage.knowledgeContentPage h2 {
  font-weight: 600;
  font-size: 12pt;
  color: #3F3F35;
  margin: 15px 0;
}
#knowledgePage.knowledgeContentPage .lead {
  font-size: 20px;
  color: #9A9A9A;
  line-height: 130%;
  text-align: justify;
  font-weight: bold;
  font-style: italic;
}
#knowledgePage.knowledgeContentPage .share {
  margin: 0 10px 10px 0;
  display: inline-block;
}
#knowledgePage.knowledgeContentPage .content {
  line-height: 130%;
  color: #3F3F35;
  font-size: 14pt;
  font-weight: 400;
  text-align: justify;
  margin-bottom: 100px;
}
#knowledgePage.knowledgeContentPage .content img {
  max-width: 100%;
  display: block;
  margin: auto;
  margin-top: 50px;
}
#knowledgePage.knowledgeContentPage .content figcaption {
  font-size: 15px;
}
#knowledgePage.knowledgeContentPage .content figure {
  width: 100%;
  max-width: 620px;
  margin: 0 auto 50px;
}
#knowledgePage.knowledgeContentPage .content a {
  color: #0098D6;
}
#knowledgePage.knowledgeContentPage .content p {
  margin: 10px 0 0 0;
  display: block;
}
#knowledgePage.knowledgeContentPage .content ul {
  list-style-position: inside;
  margin: 15px 0;
}
#knowledgePage.knowledgeContentPage .content ul li {
  padding-left: 20px;
  list-style-type: none;
}
#knowledgePage.knowledgeContentPage .content ul li::before {
  content: "";
  background-color: #0098D6;
  margin-right: 8px;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
}
#knowledgePage.knowledgeContentPage .content table {
  border-collapse: collapse;
}
#knowledgePage.knowledgeContentPage .content table td {
  border: 2px solid;
}
#knowledgePage.knowledgeContentPage .hirBox .lead {
  font-size: 14px;
  color: #3F3F35;
}
#knowledgePage.knowledgeContentPage .hirBox .date,
#knowledgePage.knowledgeContentPage .hirBox .author {
  font-size: 14px;
}
.circle {
  position: absolute;
  border-radius: 50%;
}
.circle.small {
  width: 27px;
  height: 27px;
}
.circle.medium {
  width: 65px;
  height: 65px;
}
.circle.large {
  width: 110px;
  height: 110px;
}
.circle.xl {
  width: 300px;
  height: 300px;
}
.circle.green {
  background: #48cfad;
  background: -moz-linear-gradient(-45deg,#48cfad 0%,#19a784 100%);
  background: -webkit-linear-gradient(-45deg,#48cfad 0%,#19a784 100%);
  background: linear-gradient(135deg,#48cfad 0%,#19a784 100%);
}
.circle.yellow {
  background: #FFD371;
  background: -moz-linear-gradient(-45deg,#FFD371 0%,#FFAA14 100%);
  background: -webkit-linear-gradient(-45deg,#FFD371 0%,#FFAA14 100%);
  background: linear-gradient(135deg,#FFD371 0%,#FFAA14 100%);
}
.circle.pink {
  background: #FF7676;
  background: -moz-linear-gradient(-45deg,#FF7676 0%,#F54EA2 100%);
  background: -webkit-linear-gradient(-45deg,#FF7676 0%,#F54EA2 100%);
  background: linear-gradient(135deg,#FF7676 0%,#F54EA2 100%);
}
.circle.purple {
  background: #EC87C0;
  background: -moz-linear-gradient(-45deg,#EC87C0 0%,#BF4C90 100%);
  background: -webkit-linear-gradient(-45deg,#EC87C0 0%,#BF4C90 100%);
  background: linear-gradient(135deg,#EC87C0 0%,#BF4C90 100%);
}
.circle.blue {
  background: #00C7FB;
  background: -moz-linear-gradient(-45deg,#00C7FB 0%,#02ADE7 100%);
  background: -webkit-linear-gradient(-45deg,#00C7FB 0%,#02ADE7 100%);
  background: linear-gradient(135deg,#00C7FB 0%,#02ADE7 100%);
}
.circle.red {
  background: #ED5565;
  background: -moz-linear-gradient(-45deg,#ED5565 0%,#D62839 100%);
  background: -webkit-linear-gradient(-45deg,#ED5565 0%,#D62839 100%);
  background: linear-gradient(135deg,#ED5565 0%,#D62839 100%);
}
.circle#circle_1 {
  top: 120px;
  left: 20px;
}
.circle#circle_2 {
  top: 300px;
  left: 65px;
}
.circle#circle_3 {
  top: 350px;
  left: 100%;
}
.circle#circle_4 {
  top: 550px;
  left: 0;
}
.circle#circle_5 {
  top: 850px;
  left: 10%;
}
.circle#circle_6 {
  top: 730px;
  left: 85%;
}
.circle#circle_7 {
  top: 630px;
  left: 100%;
}
.circle#circle_8 {
  top: 980px;
  left: 60%;
}
.circle#circle_9 {
  bottom: -100px;
  right: -150px;
}
#profilePage {
  position: relative;
  overflow: hidden;
}
#profilePage .contentSize {
  position: relative;
  padding-bottom: 400px;
  background-image: url("/images/icons/meat_grey.svg"), url("/images/icons/cake_grey.svg"), url("/images/icons/cheese_grey.svg");
  background-position: 50px 150px, right 640px, center bottom 260px;
  background-repeat: no-repeat;
}
#profilePage a {
  text-decoration: underline;
}
#profilePage .profileContent {
  background-color: white;
  padding: 50px 70px 150px;
  width: 100%;
  max-width: 800px;
  margin: 50px auto 0;
  border-radius: 8px;
  position: relative;
  z-index: 2;
}
#profilePage .profileContent:nth-child(1) {
  padding-bottom: 50px;
}
#profilePage .profileContent h3 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #3F3F35;
}
#profilePage .profileContent input:not([type="submit"]) {
  font-size: 18px;
  padding-left: 0 !important;
  border-color: #E3E3E3;
}
#profilePage .profileContent input[type="submit"] {
  width: 100%;
  margin-top: 15px;
  color: #3F3F35;
}
#profilePage .profileContent .fileuploadLabel {
  width: 70px;
  height: 70px;
  display: inline-block;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  margin-right: 30px;
}
#profilePage .profileContent .fileuploadLabel.gradient {
  background: #00C7FB;
  background: -moz-linear-gradient(top,#00C7FB 0%,#02BAF8 100%);
  background: -webkit-linear-gradient(top,#00C7FB 0%,#02BAF8 100%);
  background: linear-gradient(to bottom,#00C7FB 0%,#02BAF8 100%);
}
#profilePage .profileContent .fileuploadLabel span {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/images/icons/upload.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
#profilePage .profileContent input[type="text"],
#profilePage .profileContent input[type="email"],
#profilePage .profileContent input[type="password"] {
  margin-bottom: 0;
}
#profilePage .profileContent .myProfile .inputContainer {
  margin-bottom: 30px;
}
#profilePage .profileContent .myProfile .table {
  height: auto;
}
#profilePage .profileContent #profiles {
  margin-top: 50px;
}
#profilePage .profileContent #profiles .inputContainer {
  margin-right: 20px;
}
#profilePage .profileContent #profiles .row {
  margin-bottom: 20px;
}
#profilePage .profileContent .openNewProfileBtn {
  width: 70px;
  height: 70px;
  display: inline-block;
  border-radius: 50%;
  background: #00C7FB;
  background: -moz-linear-gradient(top,#00C7FB 0%,#02BAF8 100%);
  background: -webkit-linear-gradient(top,#00C7FB 0%,#02BAF8 100%);
  background: linear-gradient(to bottom,#00C7FB 0%,#02BAF8 100%);
}
#profilePage .profileContent .openNewProfileBtn span {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/images/icons/new.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
#profilePage .profileContent .hiddenContent {
  display: none;
}
#profilePage .profileContent .showHiddenContent {
  display: block;
  width: 100%;
  text-decoration: none;
  margin-top: 8px;
}
#smartDietPage {
  padding: 70px 0 250px;
}
#smartDietPage .dd-option-text,
#smartDietPage .dd-selected-text {
  font-size: 20px;
  font-weight: 400;
}
#smartDietPage .top {
  margin-bottom: 50px;
}
#smartDietPage .top .table {
  background-color: white;
}
#smartDietPage .top .table .tableCell:last-child {
  text-align: center;
}
#smartDietPage .top .alertText {
  color: #858585;
}
#smartDietPage .top .alertText a {
  color: #0098D6;
}
#smartDietPage .smartDietBox {
  border-radius: 5px;
  background-color: white;
  overflow: hidden;
  margin-bottom: 30px;
}
#smartDietPage .smartDietBox .smartDietBoxTop {
  padding: 20px 10px;
}
#smartDietPage .smartDietBox .smartDietBoxTop h3 {
  font-size: 20px;
  color: #3F3F35;
  font-weight: 600;
  margin-top: 0;
  text-transform: uppercase;
}
#smartDietPage .smartDietBox .smartDietBoxTop h3 a {
  display: inline-block;
  margin-top: 2px;
}
#smartDietPage .smartDietBox .smartDietBoxTop h3 a img {
  width: 20px;
}
#smartDietPage .smartDietBox .smartDietBoxTop .item {
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  padding: 10px 0;
  font-size: 16px;
  color: #3F3F35;
  font-weight: 400;
  margin-bottom: 10px;
}
#smartDietPage .smartDietBox .smartDietBoxTop .item .more {
  margin: 0 2px;
  display: block;
  text-align: center;
}
#smartDietPage .smartDietBox .smartDietBoxTop .item .tableCell:first-child {
  padding-left: 10px;
}
#smartDietPage .smartDietBox .smartDietBoxTop .item .tableCell:last-child {
  border-left: 1px solid #E3E3E3;
  width: 20px;
}
#smartDietPage .smartDietBox .smartDietBoxTop .item .name {
  margin-bottom: 10px;
  font-weight: 600;
}
#smartDietPage .smartDietBox .smartDietBoxTop .item .period {
  width: 80px;
}
#smartDietPage .smartDietBox .smartDietBoxBottom {
  height: 80px;
  background-color: #E3E3E3;
  text-align: center;
}
#smartDietPage .smartDietBox.blue .smartDietBoxBottom {
  background: #5D9CEC;
  background: -moz-linear-gradient(-45deg,#5D9CEC 0%,#0E65D7 100%);
  background: -webkit-linear-gradient(-45deg,#5D9CEC 0%,#0E65D7 100%);
  background: linear-gradient(135deg,#5D9CEC 0%,#0E65D7 100%);
}
#smartDietPage .smartDietBox.red .smartDietBoxBottom {
  background: #ED5565;
  background: -moz-linear-gradient(-45deg,#ED5565 0%,#D62839 100%);
  background: -webkit-linear-gradient(-45deg,#ED5565 0%,#D62839 100%);
  background: linear-gradient(135deg,#ED5565 0%,#D62839 100%);
}
#smartDietPage .smartDietBox.yellow .smartDietBoxBottom {
  background: #FFD371;
  background: -moz-linear-gradient(-45deg,#FFD371 0%,#FFAA14 100%);
  background: -webkit-linear-gradient(-45deg,#FFD371 0%,#FFAA14 100%);
  background: linear-gradient(135deg,#FFD371 0%,#FFAA14 100%);
}
#smartDietPage .smartDietBox.green .smartDietBoxBottom {
  background: #A0D468;
  background: -moz-linear-gradient(-45deg,#A0D468 0%,#6EAF27 100%);
  background: -webkit-linear-gradient(-45deg,#A0D468 0%,#6EAF27 100%);
  background: linear-gradient(135deg,#A0D468 0%,#6EAF27 100%);
}
#smartDietPage .smartDietBox.purple .smartDietBoxBottom {
  background: #EC87C0;
  background: -moz-linear-gradient(-45deg,#EC87C0 0%,#BF4C90 100%);
  background: -webkit-linear-gradient(-45deg,#EC87C0 0%,#BF4C90 100%);
  background: linear-gradient(135deg,#EC87C0 0%,#BF4C90 100%);
}
#textPage {
  position: relative;
  overflow: hidden;
}
#textPage .contentSize {
  position: relative;
  padding-bottom: 400px;
  background-image: url("/images/icons/meat_grey.svg"), url("/images/icons/cake_grey.svg"), url("/images/icons/cheese_grey.svg");
  background-position: 50px 150px, right 640px, center bottom 260px;
  background-repeat: no-repeat;
}
#textPage h1 {
  font-size: 24px;
  font-weight: 700;
  margin: 30px 0 20px;
}
#textPage .textContent {
  background-color: white;
  padding: 50px 70px 150px;
  width: 100%;
  max-width: 800px;
  margin: 50px auto 0;
  border-radius: 8px;
  position: relative;
  z-index: 2;
  min-height: 750px;
}
#textPage .textContent h3 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  color: #3F3F35;
}
#textPage .textContent p {
  margin: 0 0 20px;
}
#textPage .textContent a {
  color: #0098D6;
}
#textPage .textContent ul {
  list-style-position: inside;
  margin: 15px 0;
}
#textPage .textContent ul li {
  padding-left: 20px;
  list-style-type: none;
}
#textPage .textContent ul li::before {
  content: "";
  background-color: #0098D6;
  margin-right: 8px;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
}
#miezPage {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
#miezPage .textContent {
  box-shadow: -3px 3px 30px 2px rgba(220,221,235,0.4);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#miezPage section {
  padding: 30px;
}
#miezPage h1 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.6px;
}
#miezPage .column_break {
  -webkit-column-break-after: always;
  break-after: always;
  -moz-column-break-after: always;
}
#miezPage .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  text-align: justify;
  margin-bottom: 5px;
  letter-spacing: 0.6px;
}
#miezPage .title b {
  font-weight: 700;
}
#miezPage .text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.6px;
  text-align: justify;
  margin-bottom: 20px;
}
#miezPage p {
  margin: 0px;
  padding: 0px;
}
#miezPage ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1rem;
  margin-top: 20px;
}
#miezPage img {
  width: 100%;
  margin-bottom: 20px;
}
#miezPage .two-column {
  column-count: 2;
  column-gap: 2rem;
}
#miezPage .bg-grey {
  position: relative;
  overflow: hidden;
}
#miezPage .bg-grey #circle_3 {
  right: 20px;
  top: 20px;
  left: auto;
}
#miezPage .bg-grey #circle_7 {
  bottom: 30px;
  left: 50%;
  top: auto;
}
#miezPage .bg-grey #circle_6 {
  bottom: -25px;
  right: -20px;
  top: auto;
  left: auto;
  background-image: linear-gradient(164deg,#a0d468 4%,#6eaf27 196%);
}
#miezPage #circle_9 {
  bottom: -160px;
  right: -120px;
  z-index: 0;
}
#page404 {
  min-height: 900px;
}
#page404 .contentSize {
  padding-top: 250px;
  position: relative;
}
#page404 .smallContent {
  max-width: 450px;
  margin: auto;
  position: relative;
  z-index: 10;
}
#page404 .smallContent img {
  width: 100%;
}
#page404 h1 {
  font-size: 28px;
  color: #3F3F35;
  font-weight: 600;
  margin: 50px 0 0;
}
#page404 h2 {
  font-size: 28px;
  color: #3F3F35;
  font-weight: 400;
  margin: 0;
}
#page404 .btnContainer {
  text-align: left;
  margin-top: 20px;
}
#page404 .btnContainer .btn {
  background-color: transparent;
  color: #3F3F35;
  border-color: #3F3F35;
}
#questionsPage {
  position: relative;
  overflow: hidden;
}
#questionsPage .contentSize {
  position: relative;
  padding-bottom: 400px;
  background-image: url("/images/icons/meat_grey.svg"), url("/images/icons/cake_grey.svg"), url("/images/icons/cheese_grey.svg");
  background-position: 50px 150px, right 640px, center bottom 260px;
  background-repeat: no-repeat;
}
#questionsPage .innerContent {
  width: 100%;
  max-width: 800px;
  margin: auto;
  padding-top: 50px;
  position: relative;
  z-index: 2;
}
#questionsPage .top {
  margin-bottom: 50px;
}
#questionsPage .top .table {
  width: 100%;
  background-color: white;
  white-space: nowrap;
}
#questionsPage .top .table .tableCell:first-child {
  width: 60%;
  padding-right: 10px;
  padding-left: 10px;
}
#questionsPage .top .table .tableCell:last-child {
  text-align: right;
}
#questionsPage .top .table .tableCell {
  display: -webkit-inline-box;
}
#questionsPage .top .alertText {
  color: #858585;
}
#questionsPage .top .alertText a {
  color: #0098D6;
}
#questionsPage .profil {
  min-width: 300px;
}
#questionsPage .profil .tableCell {
  background-color: #FFFFFF;
}
#questionsPage .questionsContent {
  background-color: white;
  padding: 50px 70px 150px;
  margin: 50px auto 0;
  border-radius: 8px;
}
#questionsPage .questionsContent .questionRow {
  margin-bottom: 20px;
}
#questionsPage .questionsContent .questionRow .question span {
  color: #0098D6;
  display: inline;
}
#questionsPage .questionsContent .questionRow .question p {
  display: inline;
}
#questionsPage .questionsContent .questionRow .question .kapcs_cikk {
  display: block;
  margin-top: 10px;
  color: darkgreen;
}
#questionsPage .questionsContent .questionRow .question .kapcs_cikk:last-child {
  margin-bottom: 20px;
}
#questionsPage .questionsContent .questionRow .answer .tableCell:first-child {
  width: 20px;
}
#questionsPage .questionsContent .questionRow .answer .tooltipped {
  color: #0098D6;
  font-size: 18px;
  cursor: pointer;
  padding: 2px 7px;
}
#questionsPage .questionsContent .questionRow .answer input[type="text"],
#questionsPage .questionsContent .questionRow .answer input[type="number"] {
  border-color: #E3E3E3;
  font-size: 16px;
  padding: 7px 0;
}
#questionsPage .questionsContent .questionRow .answer .checkboxContainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#questionsPage .questionsContent .questionRow .answer .checkboxContainer input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#questionsPage .questionsContent .questionRow .answer .checkboxContainer input[type="checkbox"]:checked ~ .checkmark {
  background-color: #0098D6;
  border: 1px solid transparent;
}
#questionsPage .questionsContent .questionRow .answer .checkboxContainer input[type="checkbox"]:checked ~ .checkmark:after {
  display: block;
}
#questionsPage .questionsContent .questionRow .answer .checkboxContainer input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#questionsPage .questionsContent .questionRow .answer .checkboxContainer input[type="radio"]:checked ~ .checkmark {
  background-color: #0098D6;
  border: 1px solid transparent;
}
#questionsPage .questionsContent .questionRow .answer .checkboxContainer input[type="radio"]:checked ~ .checkmark:after {
  display: block;
  left: 3px;
  top: 3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: none;
  background-color: #ffffff;
}
#questionsPage .questionsContent .questionRow .answer .checkboxContainer input[type="radio"] ~ .checkmark {
  border-radius: 50%;
}
#questionsPage .questionsContent .questionRow .answer .checkboxContainer .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #979797;
  background-color: transparent;
}
#questionsPage .questionsContent .questionRow .answer .checkboxContainer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#questionsPage .questionsContent .questionRow .answer .checkboxContainer.disabled {
  color: rgba(0,0,0,0.26);
  cursor: not-allowed;
}
#questionsPage .questionsContent .questionRow .answer .dd-selected {
  font-weight: 400;
  margin-right: 10px;
}
#questionsPage .questionsContent .questionRow .answer p:first-child {
  margin-top: 0;
}
#questionsPage .questionsContent .questionRow .btn {
  width: 100%;
  margin-top: 30px;
}
#questionsPage .next .btnContainer .btn {
  margin: 0 10px 20px;
  padding: 14px 10px;
  width: 100%;
}
#questionsPage .next .btnContainer .btn:first-child {
  margin-left: 0;
}
#questionsPage .next .btnContainer .btn:last-child {
  margin-right: 0;
}
#questionsPage h3 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #3F3F35;
  margin-bottom: 30px;
}
#surveysPage {
  min-height: 600px;
}
#surveysPage .innerContent {
  width: 100%;
  max-width: 800px;
  margin: auto;
  padding-top: 50px;
}
#surveysPage .titleRow {
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 25px;
}
#surveysPage .itemRow {
  margin-bottom: 40px;
}
#surveysPage .itemRow .btnContainer .btn {
  width: 100%;
  background-color: transparent !important;
}
#contactPage .contactContent {
  background-color: white;
  padding: 50px 70px 150px;
  width: 100%;
  max-width: 800px;
  margin: 50px auto 0;
  border-radius: 8px;
}
#contactPage .contactContent h3 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #3F3F35;
}
.icons {
  min-width: 120px;
  white-space: nowrap;
  display: inline-block;
  padding-right: 15px;
}
.icons img {
  float: right;
  padding-left: 15px;
  width: 45px;
}
.icons svg {
  fill: #E3E3E3;
}
.icons #firsticon {
  border-left: 1px solid #E3E3E3;
  display: block;
}
@media (max-width: 1200px) {
  header ul li a {
    font-size: 12.5px;
  }
}
@media (max-width: 1100px) {
  header ul li {
    margin: 0 5px;
  }
  header ul li a {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  header ul {
    margin-right: 0;
  }
  header ul li {
    margin: 0 8px;
  }
  header ul li a {
    font-size: 12px;
  }
  header .logo {
    width: 100px;
  }
  header {
    height: 70px;
    position: relative;
  }
  header ul {
    top: 57px;
    background: #0098D6;
    z-index: 10;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
    line-height: 100%;
  }
  header ul li {
    display: block;
    margin: 0;
    border-bottom: 1px solid white;
  }
  header ul li:last-child {
    border-bottom: none;
  }
  header ul li.selected {
    border-bottom: 1px solid white;
    background-color: #0074a3;
  }
  header ul li a {
    color: white;
    padding: 20px 40px;
    display: block;
  }
  header #page-types {
    margin-right: 60px;
    position: relative;
    z-index: 20;
  }
  header .table .tableCell.leftAlign {
    position: absolute;
    top: 11px;
    z-index: 100;
  }
  header .table .tableCell.rightAlign {
    position: absolute;
    width: 95%;
    left: 2.5%;
    height: 100%;
  }
  header .table .tableCell.rightAlign > div {
    margin-top: 13px;
  }
  header .table .tableCell.rightAlign .d-flex {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #indexPage .contentSize .smallBox {
    float: none !important;
  }
  #indexPage .contentSize .smallBox .btn {
    white-space: nowrap;
  }
  #indexPage .contentSize #videoContainer video {
    height: auto;
    width: 100%;
    position: static;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@media (max-width: 767px) {
  .flip-container,
  .front,
  .back {
    width: 100%;
  }
  footer {
    height: 100px;
    background-color: white;
    border-top: 3px solid #0098D6;
  }
  footer.green {
    border-color: #b1ca00;
  }
  footer .contentSize {
    height: 100%;
  }
  footer .table .tableCell {
    width: 100%;
    display: block;
    vertical-align: top;
    padding-top: 30px;
  }
  footer .table .footerSzakmaiPartner {
    font-size: 12px;
    float: right;
    padding-top: 17px;
  }
  #indexPage .flip-container {
    margin: auto;
  }
  #indexPage .flip-container,
  #indexPage .front,
  #indexPage .back {
    width: 100%;
    max-width: 520px;
  }
  #indexPage .contentSize .btnContainer .btn {
    margin-bottom: 20px;
  }
  #mainIndexPage .box {
    margin-bottom: 20px;
  }
  #profilePage .profileContent input[type="submit"] {
    margin-bottom: 30px;
  }
  #profilePage .profileContent {
    padding: 50px 30px 40px;
  }
  #questionsPage .questionsContent {
    padding-right: 20px;
    padding-left: 20px;
  }
  #miezPage section {
    padding: 20px;
  }
  #miezPage .two-column {
    column-count: 1;
  }
}
@media (max-width: 576px) {
  header .page-type {
    width: 80px;
    font-size: 12px;
  }
  header .dl-menuwrapper {
    max-width: none;
  }
  header .dl-menuwrapper ul {
    margin-top: 0 !important;
  }
  header .table .tableCell.rightAlign {
    width: 100%;
    left: 0%;
  }
  #indexPage .contentSize .title {
    font-size: 20px;
  }
  #indexPage .contentSize .welcomeBox {
    padding: 30px 20px 80px;
  }
  #indexPage .contentSize .welcomeBox h1 {
    font-size: 25px;
  }
  #indexPage .contentSize .btnContainer .btn {
    min-width: 100px;
    padding: 14px 20px;
  }
  #knowledgePage .knowledgeContent {
    margin-top: 30px;
  }
  #profilePage .profileContent {
    padding: 50px 20px 40px;
  }
  #profilePage .profileContent #profiles .smartDietTable .tableCell:last-child {
    width: 40px;
  }
  #profilePage .profileContent #profiles .smartDiet {
    float: right;
  }
  #profilePage .profileContent #profiles .trash {
    right: 0;
    top: 0;
  }
  #profilePage .profileContent #profiles .new {
    width: 25px;
  }
  #profilePage .profileContent input[type="file"] + label {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  #surveysPage .itemRow .text {
    margin-bottom: 10px;
  }
}
