@charset "UTF-8";
/* CMS v2 update */
/* line 2, ../sass/global.sass */
a.anchorName {
  position: absolute !important;
  visibility: hidden !important; }

/* line 6, ../sass/global.sass */
.postEntryImagesTitle,
.postEntryImageDesc,
.postEntrySectionHeader {
  display: none; }

/* GENERAL */
/* line 13, ../sass/global.sass */
body._idopontot-kerek section.breadcrumb,
div.separator {
  display: none; }

/* line 17, ../sass/global.sass */
body {
  font-size: 14px;
  font-family: Verdana;
  border-top: 7px solid #fedc7f;
  background: #fcfcfc url("/img/bg.jpg") repeat-x;
  background-position: 13px 0; }
  /* line 23, ../sass/global.sass */
  body * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  /* line 27, ../sass/global.sass */
  body:after {
    content: " ";
    position: absolute;
    top: 7px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #C7C7C7; }

/* line 36, ../sass/global.sass */
header,
.header {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Sans-Serif;
  color: #00abd2; }

/* line 44, ../sass/global.sass */
#wrapper {
  width: 100%;
  overflow: auto;
  background-color: #fefde2; }

/* line 49, ../sass/global.sass */
strong {
  font-weight: bold; }

/* line 52, ../sass/global.sass */
a {
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

/* line 60, ../sass/global.sass */
section.breadcrumb a {
  cursor: auto;
  color: #003E6A; }

/* line 64, ../sass/global.sass */
p {
  font-family: Verdana;
  font-size: 14px;
  line-height: 21px; }

/* line 69, ../sass/global.sass */
.mainpage p {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px; }

/* line 73, ../sass/global.sass */
img {
  vertical-align: middle; }

/* line 76, ../sass/global.sass */
.formField > label > span:first-child {
  display: block;
  margin-top: 10px;
  color: #003E6A; }

/* line 81, ../sass/global.sass */
fieldset > legend {
  display: none; }

/* line 84, ../sass/global.sass */
.formField.button {
  margin-top: 29px; }
  /* line 86, ../sass/global.sass */
  .formField.button > label > span:first-child {
    display: none; }

/* line 89, ../sass/global.sass */
dd > img {
  display: block;
  margin-bottom: 10px; }

/* line 93, ../sass/global.sass */
textarea {
  width: 400px;
  height: 100px;
  resize: vertical; }

/* line 98, ../sass/global.sass */
input, select, textarea {
  border: 1px solid #ffd76b;
  color: #3366DC;
  padding: 5px; }

/* line 103, ../sass/global.sass */
cite {
  display: block;
  opacity: 0.7; }

/* line 107, ../sass/global.sass */
blockquote {
  margin-left: 0;
  padding-left: 20px; }

/* line 111, ../sass/global.sass */
div#container {
  margin: 0 auto;
  width: 960px; }

/* line 115, ../sass/global.sass */
.region.container {
  background-color: white;
  -webkit-box-shadow: 0 0 2px #c4c4c4;
  -moz-box-shadow: 0 0 2px #c4c4c4;
  -ms-box-shadow: 0 0 2px #c4c4c4;
  -o-box-shadow: 0 0 2px #c4c4c4;
  box-shadow: 0 0 2px #c4c4c4; }
  /* line 122, ../sass/global.sass */
  .region.container:after {
    content: "";
    display: block;
    clear: both;
    float: none; }

/* line 128, ../sass/global.sass */
div.region.left {
  width: 250px;
  padding: 15px;
  float: left;
  background-color: white;
  position: relative;
  top: -2px; }

/* line 136, ../sass/global.sass */
.regionWrapper.left {
  background: url("/img/c.png") no-repeat;
  min-height: 700px; }

/* line 141, ../sass/global.sass */
.region.left a {
  display: inline-block;
  color: #616161;
  padding: 5px 0 5px 10px;
  width: 170px; }
  /* line 146, ../sass/global.sass */
  .region.left a:hover {
    color: #00abd2; }
/* line 148, ../sass/global.sass */
.region.left li.active > h3 > a {
  color: #00abd2; }

/* line 151, ../sass/global.sass */
body:not(.mainpage) div.region.content {
  float: right;
  width: 710px;
  color: #787878;
  line-height: 19px;
  background-color: white; }
  /* line 157, ../sass/global.sass */
  body:not(.mainpage) div.region.content h1, body:not(.mainpage) div.region.content h2, body:not(.mainpage) div.region.content h3 {
    font-family: "Oswald", sans-serif;
    color: #00abd2;
    font-weight: bold; }
  /* line 161, ../sass/global.sass */
  body:not(.mainpage) div.region.content h1 {
    font-size: 23px;
    margin-bottom: 25px; }
  /* line 164, ../sass/global.sass */
  body:not(.mainpage) div.region.content h2 {
    font-size: 18px;
    margin-bottom: 5px; }
  /* line 167, ../sass/global.sass */
  body:not(.mainpage) div.region.content table {
    position: relative;
    padding-left: 5px;
    margin-left: 30px;
    margin-bottom: 50px; }
  /* line 172, ../sass/global.sass */
  body:not(.mainpage) div.region.content ul {
    margin-left: 15px;
    list-style-image: url("/img/rarrow.png"); }
    /* line 175, ../sass/global.sass */
    body:not(.mainpage) div.region.content ul li {
      padding-left: 10px;
      line-height: 22px; }
  /* line 178, ../sass/global.sass */
  body:not(.mainpage) div.region.content p {
    text-align: justify; }
    /* line 180, ../sass/global.sass */
    body:not(.mainpage) div.region.content p > img {
      margin-right: 10px; }
  /* line 182, ../sass/global.sass */
  body:not(.mainpage) div.region.content table tr td:first-child {
    padding-left: 10px; }
  /* line 184, ../sass/global.sass */
  body:not(.mainpage) div.region.content h3 {
    font-weight: normal; }

/* line 187, ../sass/global.sass */
div.region.content {
  position: relative;
  top: -2px; }

/* line 192, ../sass/global.sass */
body:not(.mainpage) div.regionWrapper.content {
  padding: 20px; }
/* line 194, ../sass/global.sass */
body:not(.mainpage) div.region.content p > picture > img {
  margin-right: 10px;
  box-shadow: 0 0 5px #757575;
  border: 1px solid #00abd2; }

/* line 200, ../sass/global.sass */
.searchResult a {
  color: #00abd2;
  display: inline-block;
  margin: 5px; }
  /* line 204, ../sass/global.sass */
  .searchResult a:hover {
    text-decoration: underline; }
/* line 207, ../sass/global.sass */
.searchResult .searchResultBody {
  display: none; }
/* line 211, ../sass/global.sass */
.searchResult .separator:before {
  content: " » "; }

/* HEADER */
/* line 216, ../sass/global.sass */
.regionWrapper.header {
  position: relative; }

/* line 219, ../sass/global.sass */
.header-logo a {
  position: absolute;
  color: transparent;
  margin-top: 15px;
  width: 200px;
  height: 90px;
  transition: background 0s ease;
  background: url("/img/logo.png") no-repeat scroll 0 0 transparent;
  background-size: 200px; }
  /* line 228, ../sass/global.sass */
  .header-logo a:hover {
    background: url("/img/logo.png") no-repeat scroll 0 -97px transparent;
    background-size: 200px; }

/* line 232, ../sass/global.sass */
.header-menu-up {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 1;
  border: 1px solid #E5E5E5;
  border-top: none; }
  /* line 239, ../sass/global.sass */
  .header-menu-up:before {
    content: " ";
    width: 17px;
    height: 41px;
    display: block;
    position: absolute;
    left: -16px;
    background: url("/img/top-side.png") no-repeat; }
  /* line 247, ../sass/global.sass */
  .header-menu-up a {
    color: #767575;
    display: inline-block;
    padding: 15px 40px;
    background-color: #fedc7f;
    text-transform: none;
    font-weight: normal;
    font-family: arial;
    font-size: 12px; }
    /* line 256, ../sass/global.sass */
    .header-menu-up a:hover {
      text-decoration: underline; }

/* line 259, ../sass/global.sass */
.header-phone {
  position: absolute;
  right: 280px;
  top: 80px;
  padding-left: 30px;
  background: url("/img/phone.png") no-repeat; }
  /* line 265, ../sass/global.sass */
  .header-phone span {
    font-size: 15px; }

/* line 268, ../sass/global.sass */
.header-search {
  position: relative;
  float: right; }
  /* line 271, ../sass/global.sass */
  .header-search .formField._q input {
    margin-top: 75px;
    margin-bottom: 10px;
    width: 270px;
    height: 30px;
    border: 1px solid #F3F3F3;
    padding-right: 25px;
    padding-left: 5px;
    color: #616161; }
  /* line 280, ../sass/global.sass */
  .header-search #q-element {
    position: relative; }

/* line 283, ../sass/global.sass */
.insertedSearch {
  content: " ";
  color: #616161;
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/img/search.png") no-repeat;
  background-size: 18px 18px;
  right: 0;
  bottom: 10px;
  cursor: pointer; }

/* line 297, ../sass/global.sass */
.header-search .formField > label > span:first-child,
.header-search .formField._submit {
  display: none; }

/* line 301, ../sass/global.sass */
.header-menu {
  height: 70px;
  float: none;
  clear: both;
  background: #fcfcfc;
  /* Old browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fcfcfc 0%, #ebebeb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #ebebeb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #ebebeb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fcfcfc 0%, #ebebeb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fcfcfc 0%, #ebebeb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fcfcfc 0%, #ebebeb 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ebebeb',GradientType=0 );
  /* IE6-8 */
  border: 3px solid #f7f7f7; }
  /* line 323, ../sass/global.sass */
  .header-menu ul {
    display: none; }
  /* line 325, ../sass/global.sass */
  .header-menu .navigation {
    display: block; }
    /* line 327, ../sass/global.sass */
    .header-menu .navigation > li {
      float: left; }
      /* line 329, ../sass/global.sass */
      .header-menu .navigation > li > ul {
        position: absolute;
        z-index: 1;
        margin-top: -3px;
        padding: 0 20px;
        background-color: #fbfbfb;
        text-align: center;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -ms-transition: 0.5s all;
        transition: 0.5s all;
        border: 1px solid #f4f4f4; }
  /* line 341, ../sass/global.sass */
  .header-menu a {
    color: #00abd2;
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
    padding: 28px 9px;
    text-transform: uppercase; }
    /* line 348, ../sass/global.sass */
    .header-menu a:hover {
      color: #FFD76B;
      background-color: #fcfcfc; }
  /* line 351, ../sass/global.sass */
  .header-menu .navigation > li > ul a {
    text-transform: none;
    color: #939393;
    padding: 10px 12px;
    font-size: 13px; }
    /* line 356, ../sass/global.sass */
    .header-menu .navigation > li > ul a:hover {
      color: #494949;
      background-color: transparent;
      -webkit-transition: all 700ms;
      -moz-transition: all 700ms;
      -o-transition: all 700ms;
      transition: all 700ms; }

/* line 364, ../sass/global.sass */
.header-bread {
  background-color: white;
  padding: 10px;
  -webkit-box-shadow: 0 0 2px #c4c4c4;
  -moz-box-shadow: 0 0 2px #c4c4c4;
  -ms-box-shadow: 0 0 2px #c4c4c4;
  -o-box-shadow: 0 0 2px #c4c4c4;
  box-shadow: 0 0 2px #c4c4c4; }
  /* line 372, ../sass/global.sass */
  .header-bread:after {
    content: " ";
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
    height: 0px;
    background-color: gray; }
  /* line 380, ../sass/global.sass */
  .header-bread li {
    display: inline-block;
    color: #b6b6b6;
    font-size: 13px;
    text-transform: none; }
    /* line 385, ../sass/global.sass */
    .header-bread li a {
      color: #b6b6b6;
      font-size: 13px;
      text-transform: none; }

/* LEFT SIDE-BAR */
/* CONTENT-GENERAL */
/* line 394, ../sass/global.sass */
div.regionWrapper.content {
  width: 100%;
  background-color: white;
  position: relative; }
  /* line 398, ../sass/global.sass */
  div.regionWrapper.content table {
    position: relative;
    right: 20px;
    width: 180px !important;
    color: #ffaa00; }

/* line 404, ../sass/global.sass */
body.mainpage div.regionWrapper.content {
  background-color: white; }

/* line 407, ../sass/global.sass */
div.regionWrapper.content:after {
  content: " ";
  clear: both;
  float: none;
  display: block; }

/*a[href='/idopontot-kerek']{ position: absolute;margin-top:0px;left: 0px;margin-left: 30px;display: block; width: 145px; text-align: center; font-size: 14px; font-weight: bold; text-decoration: none; color: white; padding: 5px 10px; background-color: #00abd2; text-align: center; border: 1px solid #787878; text-shadow: 0 0 5px black; -webkit-transition: 1s; -moz-transition: 1s; -o-transition: 1s; transition: 1s; }
 *table a[href='/idopontot-kerek']{margin-left: 0px;}
 *a[href='/idopontot-kerek']:hover{background-color: #FFD76B;}
 *input[type=submit],button[type=submit]{ position: relative;cursor: pointer;margin-top:0px;left: 10px;display: block; width: 150px;text-align: center; font-size: 14px; font-weight: bold; text-decoration: none; color: white; padding: 5px 10px; background-color: #00abd2; border: 1px solid #787878; text-align: center; text-shadow: 0 0 5px black; -webkit-transition: 1s; -moz-transition: 1s; -o-transition: 1s; transition: 1s; }
 *input[type=submit],button[type=submit]:hover{background-color: #FFD76B;}
 *.scarlet a[href='/idopontot-kerek'],
 *.tartos a[href='/idopontot-kerek']{position: relative;float:right;}
 *
 *div.regionWrapper.content table a:hover, .scarlet a:hover,
 *input[type=submit]:hover,button[type=submit]:hover{ -webkit-transition: 1s; -moz-transition: 1s; -o-transition: 1s; transition: 1s; } */
/* line 425, ../sass/global.sass */
a[href='/idopontot-kerek'] {
  position: absolute;
  margin-top: 0px;
  left: 10px;
  display: block;
  width: 150px;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: white;
  padding: 10px;
  background-color: #3b7129;
  border: 2px solid #62bb45;
  text-align: center;
  text-shadow: 0 0 5px black;
  -moz-border-radius-topleft: 40px;
  -webkit-border-top-left-radius: 40px;
  border-top-left-radius: 40px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-right-radius: 15px;
  border-top-right-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px;
  -moz-border-radius-bottomright: 40px;
  -webkit-border-bottom-right-radius: 40px;
  border-bottom-right-radius: 40px;
  -webkit-box-shadow: 0 0 5px #444444;
  -moz-box-shadow: 0 0 5px #444444;
  box-shadow: 0 0 5px #444444;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

/* line 462, ../sass/global.sass */
.fooldal-idopont a[href='/idopontot-kerek'] {
  background-color: transparent;
  border: medium none;
  box-shadow: none;
  color: #bebebe;
  display: inline;
  margin: 0;
  padding: 0;
  position: static;
  text-shadow: none;
  width: auto;
  font-size: 12px;
  font-weight: normal; }

/* line 476, ../sass/global.sass */
input[type=submit], button[type=submit], .button:not(.formField) {
  position: relative;
  margin-top: 0px;
  left: 10px;
  display: block;
  width: 150px;
  height: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: white;
  padding: 10px;
  background-color: #3b7129;
  border: 2px solid #62bb45;
  text-align: center;
  text-shadow: 0 0 5px black;
  -moz-border-radius-topleft: 40px;
  -webkit-border-top-left-radius: 40px;
  border-top-left-radius: 40px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-right-radius: 15px;
  border-top-right-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px;
  -moz-border-radius-bottomright: 40px;
  -webkit-border-bottom-right-radius: 40px;
  border-bottom-right-radius: 40px;
  -webkit-box-shadow: 0 0 5px #444444;
  -moz-box-shadow: 0 0 5px #444444;
  box-shadow: 0 0 5px #444444;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

/* line 513, ../sass/global.sass */
.scarlet a[href='/idopontot-kerek'], .tartos a[href='/idopontot-kerek'] {
  position: relative;
  float: right; }

/* line 517, ../sass/global.sass */
div.regionWrapper.content table a:hover, a[href='/idopontot-kerek']:hover, input[type=submit]:hover, button[type=submit]:hover {
  background-color: #62bb45;
  text-decoration: none;
  color: black;
  text-shadow: 0 0 5px green;
  -moz-border-radius-topleft: 15px;
  -webkit-border-top-left-radius: 15px;
  border-top-left-radius: 15px;
  -moz-border-radius-topright: 40px;
  -webkit-border-top-right-radius: 40px;
  border-top-right-radius: 40px;
  -moz-border-radius-bottomleft: 40px;
  -webkit-border-bottom-left-radius: 40px;
  border-bottom-left-radius: 40px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-right-radius: 15px;
  border-bottom-right-radius: 15px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

/* line 539, ../sass/global.sass */
div.regionWrapper.content table.onlyButton {
  position: relative;
  margin: 10px 160px 30px 15px; }

/* FOOTER */
/* line 545, ../sass/global.sass */
.region.footer {
  position: relative;
  float: none;
  clear: both;
  color: #9b9b9b;
  font-size: 11px;
  margin: 20px 0; }

/* CONTENT MAIN-PAGE */
/* line 555, ../sass/global.sass */
.fooldal-slider {
  height: 350px;
  clear: both;
  float: none; }
  /* line 559, ../sass/global.sass */
  .fooldal-slider .statBody:after {
    content: "";
    clear: both;
    float: none; }
  /* line 563, ../sass/global.sass */
  .fooldal-slider img {
    width: 640px !important;
    height: 350px !important; }

/* line 567, ../sass/global.sass */
.fixSlider {
  float: right;
  width: 320px;
  height: 350px;
  background-color: #00abd2;
  color: white;
  padding: 35px; }
  /* line 574, ../sass/global.sass */
  .fixSlider h2 {
    font-size: 21px;
    color: white;
    font-family: "Oswald", Sans-Serif;
    font-weight: bold; }
  /* line 579, ../sass/global.sass */
  .fixSlider p {
    line-height: 21px; }

/* line 582, ../sass/global.sass */
.szolgaltatasaink {
  padding: 40px 20px;
  width: 100%;
  background: #eff3f5; }
/* line 614, ../sass/global.sass */
.szolgaltatasaink time {
  display: none;; }
/**/
.szolgaltatasaink .entryGroupIndex {
  display: grid;
  column-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }
/* line 616, ../sass/global.sass */
.szolgaltatasaink .postEntry {
  margin-top: 0;
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid; }
.szolgaltatasaink .postEntrySections {
  height: 100%; }
.szolgaltatasaink .postEntrySections > div {
  height: 100%; }
.szolgaltatasaink .postEntrySections > div .postEntrySectionContent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }
.szolgaltatasaink .postEntryHeader {
  display: none; }
/* line 628, ../sass/global.sass */
.szolgaltatasaink h2 {
  text-align: center;
  margin-bottom: 20px; }
/* line 630, ../sass/global.sass */
.szolgaltatasaink h3 {
  margin: 5px 0;
  color: #616161;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: none; }
/* line 637, ../sass/global.sass */
.szolgaltatasaink p {
  color: #616161;
  text-align: left; }
.szolgaltatasaink p strong {
  color: #8bd590;
  font-size: 18px;
  text-align: center;
  font-weight: 400; }
.szolgaltatasaink p > a {
  display: inline-block;
  padding: 10px 20px;
  margin-top: 20px;
  background-color: #dce6ee;
  color: #3399ff;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  font-weight: bold;
  transition: background 0.3s; }
.szolgaltatasaink p > a:hover {
  background-color: #c0cbd3; }
/* line 639, ../sass/global.sass */
.szolgaltatasaink img {
  width: 60px;
  margin: 20px 0; }

/* line 582, ../sass/global.sass */
.fooldal-szolgaltatas {
  margin-top: 50px;
  padding: 40px 40px 20px 40px;
  width: 100%;
  height: 270px;
  background: #f8f8f8;
  /* Old browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f8f8f8 0%, #eaeaea 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #eaeaea));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f8f8f8 0%, #eaeaea 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f8f8f8 0%, #eaeaea 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f8f8f8 0%, #eaeaea 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f8f8f8 0%, #eaeaea 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#eaeaea',GradientType=0 );
  /* IE6-8 */
  border: 1px solid #e5e5e5; }
  /* line 605, ../sass/global.sass */
  .fooldal-szolgaltatas:before {
    content: "";
    position: absolute;
    top: 350px;
    left: 0px;
    display: block;
    background-color: #FCFCFC;
    width: 100%;
    height: 50px; }
  /* line 614, ../sass/global.sass */
  .fooldal-szolgaltatas time {
    display: none; }
  /* line 616, ../sass/global.sass */
  .fooldal-szolgaltatas .postEntry {
    margin-top: -40px;
    float: left;
    width: 210px;
    padding: 10px; }
    /* line 622, ../sass/global.sass */
    .fooldal-szolgaltatas .postEntry:first-of-type header {
      display: none; }
    /* line 624, ../sass/global.sass */
    .fooldal-szolgaltatas .postEntry:first-of-type .postBody {
      padding: 15px;
      margin-left: -16px;
      padding-top: 40px; }
  /* line 628, ../sass/global.sass */
  .fooldal-szolgaltatas h2 {
    padding-left: 7px; }
  /* line 630, ../sass/global.sass */
  .fooldal-szolgaltatas h3 {
    margin: 5px 0;
    color: #616161;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: none; }
  /* line 637, ../sass/global.sass */
  .fooldal-szolgaltatas p {
    color: #616161; }
  /* line 639, ../sass/global.sass */
  .fooldal-szolgaltatas img {
    width: 100%; }

/* line 642, ../sass/global.sass */
.fooldal-idopont, .fooldal-szakrendeles, .fooldal-fogorvos, .fooldal-borgy {
  float: left;
  padding: 40px 30px 0 30px; }

/* line 646, ../sass/global.sass */
.fooldal-idopont {
  width: 630px;
  height: 260px;
  border-left: 1px solid #e5e5e5; }
  /* line 650, ../sass/global.sass */
  .fooldal-idopont .statBody {
    clear: both;
    float: none;
    position: relative;
    height: 180px;
    overflow: hidden; }
    /* line 656, ../sass/global.sass */
    .fooldal-idopont .statBody:after {
      content: " ";
      display: block;
      position: absolute;
      bottom: 0px;
      width: 100%;
      height: 1px;
      background-color: #f1f1f1; }
  /* line 664, ../sass/global.sass */
  .fooldal-idopont header {
    margin-bottom: 10px;
    font-size: 18px; }
  /* line 667, ../sass/global.sass */
  .fooldal-idopont p {
    color: #787878; }
  /* line 669, ../sass/global.sass */
  .fooldal-idopont img {
    padding: 5px 10px 5px 0; }

/* line 672, ../sass/global.sass */
.fooldal-szakrendeles {
  position: relative;
  float: right;
  width: 330px;
  height: 600px;
  padding-bottom: 20px;
  padding-top: 40px;
  color: #616161;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }
  /* line 682, ../sass/global.sass */
  .fooldal-szakrendeles:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 85%;
    top: 40px;
    left: 0px;
    background-color: #f1f1f1; }
  /* line 690, ../sass/global.sass */
  .fooldal-szakrendeles .postEntry {
    margin-top: 10px; }
  /* line 692, ../sass/global.sass */
  .fooldal-szakrendeles time {
    display: none; }
  /* line 694, ../sass/global.sass */
  .fooldal-szakrendeles > header {
    font-size: 18px; }
  /* line 696, ../sass/global.sass */
  .fooldal-szakrendeles p {
    line-height: 14px;
    font-size: 12px; }
  /* line 699, ../sass/global.sass */
  .fooldal-szakrendeles a {
    color: #bebebe; }
  /* line 701, ../sass/global.sass */
  .fooldal-szakrendeles .postEntry header {
    text-transform: uppercase;
    color: #616161; }

/* line 705, ../sass/global.sass */
.fooldal-fogorvos, .fooldal-borgy {
  width: 315px;
  height: 340px;
  border-bottom: 1px solid #e5e5e5; }

/* line 710, ../sass/global.sass */
.fooldal-fogorvos {
  position: relative;
  border-left: 1px solid #e5e5e5; }
  /* line 713, ../sass/global.sass */
  .fooldal-fogorvos:after {
    content: "";
    position: absolute;
    top: 40px;
    right: 0;
    width: 1px;
    height: 180px;
    background-color: #f1f1f1; }
  /* line 721, ../sass/global.sass */
  .fooldal-fogorvos h4 {
    color: #616161;
    font-size: 13px;
    margin-top: 15px; }
  /* line 725, ../sass/global.sass */
  .fooldal-fogorvos a {
    color: #bebebe;
    font-style: italic; }

/* line 729, ../sass/global.sass */
.fooldal-borgy a {
  color: #bebebe;
  font-style: italic; }

/* line 733, ../sass/global.sass */
.fooldal-fogorvos p {
  color: #616161; }

/* line 736, ../sass/global.sass */
.fooldal-borgy {
  padding-left: 30px; }
  /* line 738, ../sass/global.sass */
  .fooldal-borgy video {
    margin-top: 15px; }
  /* line 740, ../sass/global.sass */
  .fooldal-borgy:after {
    clear: both;
    float: none;
    display: block; }

/* line 745, ../sass/global.sass */
.mainpage .regionWrapper.content a:hover {
  color: #444444;
  -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; }

/* line 753, ../sass/global.sass */
body img {
  max-width: 650px;
  height: auto !important; }

/* line 758, ../sass/global.sass */
body.mainpage section._3-nap-az-egeszsegert {
  margin-top: 50px;
  padding: 10px 40px 40px;
  width: 100%;
  height: 270px;
  border: 1px solid #e5e5e5;
  border-bottom: 0; }
  /* line 766, ../sass/global.sass */
  body.mainpage section._3-nap-az-egeszsegert .sectionHeader {
    margin: 15px 0; }
  /* line 769, ../sass/global.sass */
  body.mainpage section._3-nap-az-egeszsegert .statBody {
    width: 80%; }
  /* line 772, ../sass/global.sass */
  body.mainpage section._3-nap-az-egeszsegert p,
  body.mainpage section._3-nap-az-egeszsegert li {
    color: #616161; }
  /* line 776, ../sass/global.sass */
  body.mainpage section._3-nap-az-egeszsegert img {
    margin-right: 20px; }
  /* line 779, ../sass/global.sass */
  body.mainpage section._3-nap-az-egeszsegert .coloured {
    color: #00abd2; }

/* line 784, ../sass/global.sass */
body._3-nap-az-egeszsegert section._3-nap-az-egeszsegert .sectionHeader {
  margin-bottom: 30px; }
  /* line 787, ../sass/global.sass */
  body._3-nap-az-egeszsegert section._3-nap-az-egeszsegert .sectionHeader .sectionTitle {
    font-size: 24px; }
/* line 790, ../sass/global.sass */
body._3-nap-az-egeszsegert section._3-nap-az-egeszsegert .statBody {
  width: 90%; }
/* line 794, ../sass/global.sass */
body._3-nap-az-egeszsegert section._3-nap-az-egeszsegert article p {
  font-family: Arial, Helvetica, sans-serif; }
/* line 797, ../sass/global.sass */
body._3-nap-az-egeszsegert section._3-nap-az-egeszsegert article > p:first-child {
  margin-bottom: 40px; }
/* line 800, ../sass/global.sass */
body._3-nap-az-egeszsegert section._3-nap-az-egeszsegert article > table {
  width: 100% !important; }
  /* line 803, ../sass/global.sass */
  body._3-nap-az-egeszsegert section._3-nap-az-egeszsegert article > table td,
  body._3-nap-az-egeszsegert section._3-nap-az-egeszsegert article > table th {
    padding: 20px; }
  /* line 807, ../sass/global.sass */
  body._3-nap-az-egeszsegert section._3-nap-az-egeszsegert article > table tr > th:first-of-type, body._3-nap-az-egeszsegert section._3-nap-az-egeszsegert article > table tr > th:nth-of-type(2),
  body._3-nap-az-egeszsegert section._3-nap-az-egeszsegert article > table tr > td:first-of-type, body._3-nap-az-egeszsegert section._3-nap-az-egeszsegert article > table tr > td:nth-of-type(2) {
    background-color: #dceef8; }
  /* line 813, ../sass/global.sass */
  body._3-nap-az-egeszsegert section._3-nap-az-egeszsegert article > table tr > th:first-of-type, body._3-nap-az-egeszsegert section._3-nap-az-egeszsegert article > table tr > th:nth-of-type(2) {
    border-top: 2px solid #787878; }
  /* line 816, ../sass/global.sass */
  body._3-nap-az-egeszsegert section._3-nap-az-egeszsegert article > table tr > th:first-of-type {
    border-left: 2px solid #787878; }
  /* line 819, ../sass/global.sass */
  body._3-nap-az-egeszsegert section._3-nap-az-egeszsegert article > table tr > th:nth-of-type(2) {
    border-right: 2px solid #787878; }
/* line 822, ../sass/global.sass */
body._3-nap-az-egeszsegert section._3-nap-az-egeszsegert p {
  color: #616161;
  font-size: 13px;
  text-align: left !important; }
  /* line 827, ../sass/global.sass */
  body._3-nap-az-egeszsegert section._3-nap-az-egeszsegert p thead th > p {
    color: black; }
  /* line 830, ../sass/global.sass */
  body._3-nap-az-egeszsegert section._3-nap-az-egeszsegert p tbody tr > td:first-of-type > p > strong {
    color: #fa0; }
  /* line 833, ../sass/global.sass */
  body._3-nap-az-egeszsegert section._3-nap-az-egeszsegert p .button {
    position: static;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 40px; }
