@charset "UTF-8";
@font-face {
  font-family: 'an';
  font-weight: 300;
  font-style: normal;
  src: url("../font/an_lgt.woff") format("woff"); }
@font-face {
  font-family: 'an';
  font-weight: 400;
  font-style: normal;
  src: url("../font/an_reg.woff") format("woff"); }
@font-face {
  font-family: 'an';
  font-weight: 600;
  font-style: normal;
  src: url("../font/an_bld.woff") format("woff"); }
@font-face {
  font-family: 'an';
  font-weight: 700;
  font-style: normal;
  src: url("../font/an_blk.woff") format("woff"); }
@font-face {
  font-family: 'nr';
  font-weight: 500;
  font-style: normal;
  src: url("../font/nr_med.woff") format("woff"); }
@font-face {
  font-family: 'nr';
  font-weight: 600;
  font-style: normal;
  src: url("../font/nr_bld.woff") format("woff"); }
@font-face {
  font-family: 'nr';
  font-weight: 700;
  font-style: normal;
  src: url("../font/nr_ebd.woff") format("woff"); }
@font-face {
  font-family: 'nr';
  font-weight: 800;
  font-style: normal;
  src: url("../font/nr_blk.woff") format("woff"); }
html {
  height: 100%; }

  /* ==========================================================================
    FACEBOOK POPUP   
   ========================================================================== */

#zoom_fb_layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  z-index: 9999;
}

#zoom_fb_popup {
  max-width: 340px;
  width: 100%;
  padding: 20px;
  background-color: white;
  position: absolute;
  top: 130px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, 0);
}

#zoom_fb_popup h2 {
  margin-top: 0;
  font-family: 'nr';
}

#zoom_fb_popup .fb-page.fb_iframe_widget {
  min-width: 100%;
  min-height: 220px;
}

#zoom_fb_popup .already-liked {
  margin-top: 10px;
  display: block;
  font-family: 'an';
  cursor: pointer;
  font-size: 16px;
  color: #666;
  text-decoration: underline;
}


body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow-x: hidden; }
  body #main {
    flex: 1; }
    body #main.dark {
      background: #262626; }
  body * {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }
  body a:link, body a:visited, body a:hover, body a:active {
    text-decoration: none;
    color: inherit; }
  body.zoom {
    margin: 0;
    padding: 0; }
    body.zoom .container-fluid,
    body.zoom .container {
      margin-right: auto;
      margin-left: auto; }
    body.zoom .container-fluid {
      padding-right: 2rem;
      padding-left: 2rem; }
    body.zoom .row {
      box-sizing: border-box;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -0.5rem;
      margin-left: -0.5rem; }
    body.zoom .row.reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    body.zoom .col.reverse {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
    body.zoom .col-xs,
    body.zoom .col-xs-1,
    body.zoom .col-xs-2,
    body.zoom .col-xs-3,
    body.zoom .col-xs-4,
    body.zoom .col-xs-5,
    body.zoom .col-xs-6,
    body.zoom .col-xs-7,
    body.zoom .col-xs-8,
    body.zoom .col-xs-9,
    body.zoom .col-xs-10,
    body.zoom .col-xs-11,
    body.zoom .col-xs-12,
    body.zoom .col-xs-offset-0,
    body.zoom .col-xs-offset-1,
    body.zoom .col-xs-offset-2,
    body.zoom .col-xs-offset-3,
    body.zoom .col-xs-offset-4,
    body.zoom .col-xs-offset-5,
    body.zoom .col-xs-offset-6,
    body.zoom .col-xs-offset-7,
    body.zoom .col-xs-offset-8,
    body.zoom .col-xs-offset-9,
    body.zoom .col-xs-offset-10,
    body.zoom .col-xs-offset-11,
    body.zoom .col-xs-offset-12 {
      box-sizing: border-box;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
    body.zoom .col-xs {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      max-width: 100%; }
    body.zoom .col-xs-1 {
      -ms-flex-preferred-size: 8.33333333%;
      flex-basis: 8.33333333%;
      max-width: 8.33333333%; }
    body.zoom .col-xs-2 {
      -ms-flex-preferred-size: 16.66666667%;
      flex-basis: 16.66666667%;
      max-width: 16.66666667%; }
    body.zoom .col-xs-3 {
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-width: 25%; }
    body.zoom .col-xs-4 {
      -ms-flex-preferred-size: 33.33333333%;
      flex-basis: 33.33333333%;
      max-width: 33.33333333%; }
    body.zoom .col-xs-5 {
      -ms-flex-preferred-size: 41.66666667%;
      flex-basis: 41.66666667%;
      max-width: 41.66666667%; }
    body.zoom .col-xs-6 {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    body.zoom .col-xs-7 {
      -ms-flex-preferred-size: 58.33333333%;
      flex-basis: 58.33333333%;
      max-width: 58.33333333%; }
    body.zoom .col-xs-8 {
      -ms-flex-preferred-size: 66.66666667%;
      flex-basis: 66.66666667%;
      max-width: 66.66666667%; }
    body.zoom .col-xs-9 {
      -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
      max-width: 75%; }
    body.zoom .col-xs-10 {
      -ms-flex-preferred-size: 83.33333333%;
      flex-basis: 83.33333333%;
      max-width: 83.33333333%; }
    body.zoom .col-xs-11 {
      -ms-flex-preferred-size: 91.66666667%;
      flex-basis: 91.66666667%;
      max-width: 91.66666667%; }
    body.zoom .col-xs-12 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    body.zoom .col-xs-offset-0 {
      margin-left: 0; }
    body.zoom .col-xs-offset-1 {
      margin-left: 8.33333333%; }
    body.zoom .col-xs-offset-2 {
      margin-left: 16.66666667%; }
    body.zoom .col-xs-offset-3 {
      margin-left: 25%; }
    body.zoom .col-xs-offset-4 {
      margin-left: 33.33333333%; }
    body.zoom .col-xs-offset-5 {
      margin-left: 41.66666667%; }
    body.zoom .col-xs-offset-6 {
      margin-left: 50%; }
    body.zoom .col-xs-offset-7 {
      margin-left: 58.33333333%; }
    body.zoom .col-xs-offset-8 {
      margin-left: 66.66666667%; }
    body.zoom .col-xs-offset-9 {
      margin-left: 75%; }
    body.zoom .col-xs-offset-10 {
      margin-left: 83.33333333%; }
    body.zoom .col-xs-offset-11 {
      margin-left: 91.66666667%; }
    body.zoom .start-xs {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      text-align: start; }
    body.zoom .center-xs {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center; }
    body.zoom .end-xs {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      text-align: end; }
    body.zoom .top-xs {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    body.zoom .middle-xs {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    body.zoom .bottom-xs {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
    body.zoom .around-xs {
      -ms-flex-pack: distribute;
      justify-content: space-around; }
    body.zoom .between-xs {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    body.zoom .first-xs {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1; }
    body.zoom .last-xs {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    @media only screen and (min-width: 48em) {
      body.zoom .container {
        width: 49rem; }
      body.zoom .col-sm,
      body.zoom .col-sm-1,
      body.zoom .col-sm-2,
      body.zoom .col-sm-3,
      body.zoom .col-sm-4,
      body.zoom .col-sm-5,
      body.zoom .col-sm-6,
      body.zoom .col-sm-7,
      body.zoom .col-sm-8,
      body.zoom .col-sm-9,
      body.zoom .col-sm-10,
      body.zoom .col-sm-11,
      body.zoom .col-sm-12,
      body.zoom .col-sm-offset-0,
      body.zoom .col-sm-offset-1,
      body.zoom .col-sm-offset-2,
      body.zoom .col-sm-offset-3,
      body.zoom .col-sm-offset-4,
      body.zoom .col-sm-offset-5,
      body.zoom .col-sm-offset-6,
      body.zoom .col-sm-offset-7,
      body.zoom .col-sm-offset-8,
      body.zoom .col-sm-offset-9,
      body.zoom .col-sm-offset-10,
      body.zoom .col-sm-offset-11,
      body.zoom .col-sm-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
      body.zoom .col-sm {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%; }
      body.zoom .col-sm-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%; }
      body.zoom .col-sm-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%; }
      body.zoom .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%; }
      body.zoom .col-sm-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%; }
      body.zoom .col-sm-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%; }
      body.zoom .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%; }
      body.zoom .col-sm-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%; }
      body.zoom .col-sm-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%; }
      body.zoom .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%; }
      body.zoom .col-sm-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%; }
      body.zoom .col-sm-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%; }
      body.zoom .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; }
      body.zoom .col-sm-offset-0 {
        margin-left: 0; }
      body.zoom .col-sm-offset-1 {
        margin-left: 8.33333333%; }
      body.zoom .col-sm-offset-2 {
        margin-left: 16.66666667%; }
      body.zoom .col-sm-offset-3 {
        margin-left: 25%; }
      body.zoom .col-sm-offset-4 {
        margin-left: 33.33333333%; }
      body.zoom .col-sm-offset-5 {
        margin-left: 41.66666667%; }
      body.zoom .col-sm-offset-6 {
        margin-left: 50%; }
      body.zoom .col-sm-offset-7 {
        margin-left: 58.33333333%; }
      body.zoom .col-sm-offset-8 {
        margin-left: 66.66666667%; }
      body.zoom .col-sm-offset-9 {
        margin-left: 75%; }
      body.zoom .col-sm-offset-10 {
        margin-left: 83.33333333%; }
      body.zoom .col-sm-offset-11 {
        margin-left: 91.66666667%; }
      body.zoom .start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start; }
      body.zoom .center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center; }
      body.zoom .end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end; }
      body.zoom .top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
      body.zoom .middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      body.zoom .bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; }
      body.zoom .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around; }
      body.zoom .between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
      body.zoom .first-sm {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1; }
      body.zoom .last-sm {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
    @media only screen and (min-width: 64em) {
      body.zoom .container {
        width: 65rem; }
      body.zoom .col-md,
      body.zoom .col-md-1,
      body.zoom .col-md-2,
      body.zoom .col-md-3,
      body.zoom .col-md-4,
      body.zoom .col-md-5,
      body.zoom .col-md-6,
      body.zoom .col-md-7,
      body.zoom .col-md-8,
      body.zoom .col-md-9,
      body.zoom .col-md-10,
      body.zoom .col-md-11,
      body.zoom .col-md-12,
      body.zoom .col-md-offset-0,
      body.zoom .col-md-offset-1,
      body.zoom .col-md-offset-2,
      body.zoom .col-md-offset-3,
      body.zoom .col-md-offset-4,
      body.zoom .col-md-offset-5,
      body.zoom .col-md-offset-6,
      body.zoom .col-md-offset-7,
      body.zoom .col-md-offset-8,
      body.zoom .col-md-offset-9,
      body.zoom .col-md-offset-10,
      body.zoom .col-md-offset-11,
      body.zoom .col-md-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
      body.zoom .col-md {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%; }
      body.zoom .col-md-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%; }
      body.zoom .col-md-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%; }
      body.zoom .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%; }
      body.zoom .col-md-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%; }
      body.zoom .col-md-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%; }
      body.zoom .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%; }
      body.zoom .col-md-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%; }
      body.zoom .col-md-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%; }
      body.zoom .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%; }
      body.zoom .col-md-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%; }
      body.zoom .col-md-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%; }
      body.zoom .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; }
      body.zoom .col-md-offset-0 {
        margin-left: 0; }
      body.zoom .col-md-offset-1 {
        margin-left: 8.33333333%; }
      body.zoom .col-md-offset-2 {
        margin-left: 16.66666667%; }
      body.zoom .col-md-offset-3 {
        margin-left: 25%; }
      body.zoom .col-md-offset-4 {
        margin-left: 33.33333333%; }
      body.zoom .col-md-offset-5 {
        margin-left: 41.66666667%; }
      body.zoom .col-md-offset-6 {
        margin-left: 50%; }
      body.zoom .col-md-offset-7 {
        margin-left: 58.33333333%; }
      body.zoom .col-md-offset-8 {
        margin-left: 66.66666667%; }
      body.zoom .col-md-offset-9 {
        margin-left: 75%; }
      body.zoom .col-md-offset-10 {
        margin-left: 83.33333333%; }
      body.zoom .col-md-offset-11 {
        margin-left: 91.66666667%; }
      body.zoom .start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start; }
      body.zoom .center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center; }
      body.zoom .end-md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end; }
      body.zoom .top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
      body.zoom .middle-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      body.zoom .bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; }
      body.zoom .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around; }
      body.zoom .between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
      body.zoom .first-md {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1; }
      body.zoom .last-md {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
    @media only screen and (min-width: 75em) {
      body.zoom .container {
        width: 76rem; }
      body.zoom .col-lg,
      body.zoom .col-lg-1,
      body.zoom .col-lg-2,
      body.zoom .col-lg-3,
      body.zoom .col-lg-4,
      body.zoom .col-lg-5,
      body.zoom .col-lg-6,
      body.zoom .col-lg-7,
      body.zoom .col-lg-8,
      body.zoom .col-lg-9,
      body.zoom .col-lg-10,
      body.zoom .col-lg-11,
      body.zoom .col-lg-12,
      body.zoom .col-lg-offset-0,
      body.zoom .col-lg-offset-1,
      body.zoom .col-lg-offset-2,
      body.zoom .col-lg-offset-3,
      body.zoom .col-lg-offset-4,
      body.zoom .col-lg-offset-5,
      body.zoom .col-lg-offset-6,
      body.zoom .col-lg-offset-7,
      body.zoom .col-lg-offset-8,
      body.zoom .col-lg-offset-9,
      body.zoom .col-lg-offset-10,
      body.zoom .col-lg-offset-11,
      body.zoom .col-lg-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
      body.zoom .col-lg {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%; }
      body.zoom .col-lg-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%; }
      body.zoom .col-lg-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%; }
      body.zoom .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%; }
      body.zoom .col-lg-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%; }
      body.zoom .col-lg-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%; }
      body.zoom .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%; }
      body.zoom .col-lg-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%; }
      body.zoom .col-lg-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%; }
      body.zoom .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%; }
      body.zoom .col-lg-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%; }
      body.zoom .col-lg-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%; }
      body.zoom .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; }
      body.zoom .col-lg-offset-0 {
        margin-left: 0; }
      body.zoom .col-lg-offset-1 {
        margin-left: 8.33333333%; }
      body.zoom .col-lg-offset-2 {
        margin-left: 16.66666667%; }
      body.zoom .col-lg-offset-3 {
        margin-left: 25%; }
      body.zoom .col-lg-offset-4 {
        margin-left: 33.33333333%; }
      body.zoom .col-lg-offset-5 {
        margin-left: 41.66666667%; }
      body.zoom .col-lg-offset-6 {
        margin-left: 50%; }
      body.zoom .col-lg-offset-7 {
        margin-left: 58.33333333%; }
      body.zoom .col-lg-offset-8 {
        margin-left: 66.66666667%; }
      body.zoom .col-lg-offset-9 {
        margin-left: 75%; }
      body.zoom .col-lg-offset-10 {
        margin-left: 83.33333333%; }
      body.zoom .col-lg-offset-11 {
        margin-left: 91.66666667%; }
      body.zoom .start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start; }
      body.zoom .center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center; }
      body.zoom .end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end; }
      body.zoom .top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
      body.zoom .middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      body.zoom .bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; }
      body.zoom .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around; }
      body.zoom .between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
      body.zoom .first-lg {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1; }
      body.zoom .last-lg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
    body.zoom .zoom-header {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 55px;
      text-align: center;
      z-index: 10000;
      -webkit-transition: all 0.15s;
      transition: all 0.15s; }
      body.zoom .zoom-header:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 130px;
        background: #000000;
        background: -webkit-linear-gradient(#000000 15%, transparent);
        background: -o-linear-gradient(#000000 15%, transparent);
        background: -moz-linear-gradient(#000000 15%, transparent);
        background: linear-gradient(#000000 15%, transparent);
        z-index: -1;
        -webkit-transition: all 0.15s;
        transition: all 0.15s;
        pointer-events: none; }
      body.zoom .zoom-header:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 40px;
        background: #000000;
        pointer-events: none;
        z-index: -1;
        opacity: 0;
        -webkit-transition: all 0.15s;
        transition: all 0.15s; }
      body.zoom .zoom-header .zoom-menu {
        position: absolute;
        top: 20px;
        left: 30px;
        z-index: 1;
        -webkit-transition: all 0.15s;
        transition: all 0.15s; }
        body.zoom .zoom-header .zoom-menu .menu {
          display: inline-block;
          width: 36px;
          height: 8px;
          padding: 12px 0;
          background: url("../img/menu.svg") no-repeat center;
          background-size: contain;
          cursor: pointer;
          -webkit-transition: all 0.15s;
          transition: all 0.15s; }
        body.zoom .zoom-header .zoom-menu .menu-content {
          position: fixed;
          z-index: -1;
          left: 0;
          top: 0;
          width: 100%;
          height: 100vh;
          background-color: rgba(0, 0, 0, 0.81);
          opacity: 0;
          pointer-events: none;
          -webkit-transition: all 0.15s;
          transition: all 0.15s; }
          body.zoom .zoom-header .zoom-menu .menu-content nav {
            margin: 80px 0 0 25px;
            text-align: left; }
            body.zoom .zoom-header .zoom-menu .menu-content nav a {
              display: block;
              width: 100%;
              font-size: 72px;
              font-family: 'nr';
              font-weight: 800;
              text-transform: uppercase;
              text-decoration: none;
              color: #ffffff; }
              body.zoom .zoom-header .zoom-menu .menu-content nav a:hover, body.zoom .zoom-header .zoom-menu .menu-content nav a:active, body.zoom .zoom-header .zoom-menu .menu-content nav a:focus {
                color: #9128F9; }
        body.zoom .zoom-header .zoom-menu.open {
          top: 20px; }
          body.zoom .zoom-header .zoom-menu.open .menu {
            position: fixed;
            top: 20px;
            width: 32px;
            height: 32px;
            padding: 0;
            background: url("../img/close.svg") no-repeat center;
            background-size: contain; }
          body.zoom .zoom-header .zoom-menu.open .menu-content {
            opacity: 1;
            pointer-events: auto; }
      body.zoom .zoom-header .zoom-logo {
        width: 150px;
        margin: 20px 0;
        -webkit-transition: all 0.15s;
        transition: all 0.15s; 
      }
      body.zoom .zoom-header .zoom-logo.valasztas {
        width: 355px;
      }
      body.zoom .zoom-header .zoom-contact {
        position: absolute;
        top: 26px;
        right: 22px;
        -webkit-transition: all 0.15s;
        transition: all 0.15s; }
        body.zoom .zoom-header .zoom-contact .email, body.zoom .zoom-header .zoom-contact .instagram, body.zoom .zoom-header .zoom-contact .facebook {
          display: inline-block;
          width: 25px;
          height: 25px;
          margin-right: 18px;
          background-size: contain;
          -webkit-transition: all 0.15s;
          transition: all 0.15s; }
        body.zoom .zoom-header .zoom-contact .email {
          width: 32px;
          background-image: url("../img/email.svg");
          margin: 0; }
        body.zoom .zoom-header .zoom-contact .instagram {
          background-image: url("../img/instagram.svg"); }
        body.zoom .zoom-header .zoom-contact .facebook {
          background-image: url("../img/facebook.svg"); }
      body.zoom .zoom-header .zoom-search {
        position: absolute;
        top: 26px;
        right: 170px;
        -webkit-transition: all 0.15s;
        transition: all 0.15s;
        cursor: pointer; }
        body.zoom .zoom-header .zoom-search .search {
          display: inline-block;
          width: 25px;
          height: 25px;
          background-image: url("../img/search.svg");
          background-size: contain;
          -webkit-transition: all 0.15s;
          transition: all 0.15s; }
          body.zoom .zoom-header .zoom-search .search.close {
            background-image: url("../img/close.svg"); }
      body.zoom .zoom-header.small {
        position: fixed;
        height: 40px; }
        body.zoom .zoom-header.small:before {
          opacity: 0; }
        body.zoom .zoom-header.small:after {
          opacity: 1; }
        body.zoom .zoom-header.small .zoom-menu {
          top: 4px; }
          body.zoom .zoom-header.small .zoom-menu .menu {
            width: 25px; }
        body.zoom .zoom-header.small .zoom-logo {
          width: 106px;
          margin: 7px; }
        body.zoom .zoom-header.small .zoom-logo.valasztas {
          width: 253px;
          margin: 7px; }
        body.zoom .zoom-header.small .zoom-contact {
          position: absolute;
          top: 10px;
          right: 10px; }
          body.zoom .zoom-header.small .zoom-contact .email, body.zoom .zoom-header.small .zoom-contact .instagram, body.zoom .zoom-header.small .zoom-contact .facebook {
            height: 20px;
            width: 20px;
            margin-right: 15px; }
          body.zoom .zoom-header.small .zoom-contact .email {
            width: 25px;
            margin-right: 0; }
        body.zoom .zoom-header.small .zoom-search {
          top: 10px;
          right: 133px; }
          body.zoom .zoom-header.small .zoom-search .search {
            width: 20px;
            height: 20px; }
    body.zoom .zoom-content {
      position: relative;
      max-width: 1280px;
      margin: auto;
      z-index: 5000; }
      body.zoom .zoom-content .zoom-list {
        margin: 0 30px 0;
        padding: 25px 0 0; }
        body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted {
          position: relative;
          width: 100%;
          height: 700px;
          display: table; }
          body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted .top-link {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.37); }
            body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted .top-link:after {
              content: '';
              position: absolute;
              left: 0;
              top: 0;
              width: 100%;
              height: 100%;
              background: -webkit-linear-gradient(transparent, 60% rgba(0, 0, 0, 0.7));
              background: -o-linear-gradient(transparent 60%, rgba(0, 0, 0, 0.7));
              background: -moz-linear-gradient(transparent 60%, rgba(0, 0, 0, 0.7));
              background: linear-gradient(transparent 60%, rgba(0, 0, 0, 0.7)); }
          body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted .background-image {
            position: absolute;
            width: 100%;
            height: 100%;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            z-index: -1; }
          body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted .data {
            position: relative;
            top: 0;
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            margin: 23px; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted .data .tags {
              width: 530px;
              margin: 0 auto;
              padding: 0;
              list-style: none; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted .data .tags li {
                display: inline-block;
                margin: 0 10px 0 0;
                font-size: 12px;
                font-family: 'nr';
                font-weight: 700;
                text-transform: uppercase;
                color: #000000; }
                body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted .data .tags li a {
                  background: #ffffff;
                  padding: 5px 8px;
                  margin: 0 0 10px;
                  display: inline-block; }
                body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted .data .tags li.author {
                  text-transform: none;
                  font-weight: 500;
                  background: none;
                  color: #ffffff; }
                  body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted .data .tags li.author a {
                    background: none;
                    color: #ffffff; }
                    body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted .data .tags li.author a:after {
                      content: '';
                      position: relative;
                      display: inline-block;
                      width: 10px;
                      height: 2px;
                      margin: 3px 5px;
                      background: #ffffff; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted .data .top-link {
              position: relative;
              height: auto;
              width: 530px;
              margin: 0 auto;
              background: none; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted .data .top-link:after {
                display: none; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted .data h2 {
              position: relative;
              line-height: 1.1;
              width: 530px;
              margin: 10px auto 20px;
              font-size: 78px;
              font-family: 'nr';
              font-weight: 700;
              color: #ffffff; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted .data .lead-in {
              position: relative;
              padding: 30px 0 20px;
              width: 530px;
              margin: 0 auto;
              font-size: 16px;
              font-family: 'an';
              font-weight: 500;
              color: #ffffff;
              letter-spacing: 0.8px;
              line-height: 1.7; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted .data .lead-in:before {
                content: '';
                position: absolute;
                left: calc(50% - 90px);
                top: 0;
                height: 5px;
                width: 180px;
                background-color: #ffffff; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted .data .zoom-linked-container {
              box-sizing: border-box;
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              justify-content: center;
              -webkit-flex-flow: wrap;
              flex-flow: wrap;
              margin-bottom: 50px; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted .data .zoom-linked-container .tags {
                padding: 30px 0 !important;
                width: 100% !important;
                text-align: center; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted .data .zoom-linked-container .zoom-linked-container-item {
                width: 320px;
                text-align: left;
                font-size: 16px;
                font-family: 'an';
                font-weight: 800;
                color: #ffffff;
                line-height: 1.6;
                margin: 0 20px; }
          @media (min-width: 992px) {
            body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted.breaking {
              background: #262626;
              height: auto !important;
              padding: 110px 0 60px; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted.breaking .zoom-breaking-title {
                max-width: 1220px;
                width: calc(100% - 76px);
                margin: 20px auto;
                background-image: url("../img/breaking.jpg");
                background-repeat: repeat;
                background-position: center;
                background-size: contain;
                text-align: left;
                height: 24px;
                line-height: 24px;
                font-weight: 700;
                font-family: 'nr';
                font-size: 12px;
                text-transform: uppercase;
                color: white;
                padding: 0 8px; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted.breaking .data .top-link {
                max-width: 1220px;
                width: auto !important;
                margin: 0 auto; }
                body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted.breaking .data .top-link h2 {
                  font-size: 87px;
                  line-height: 1.1;
                  max-width: 1220px;
                  width: 100%; }
                body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted.breaking .data .top-link:after {
                  display: none; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted.breaking .data .lead-in {
                width: 530px;
                margin: 0 auto; }
                body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted.breaking .data .lead-in:before {
                  background-color: #9128F9; } }
          body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted + .default {
            border: none; }
        body.zoom .zoom-content .zoom-list .zoom-list-item.galeria {
          position: relative;
          width: 100%;
          height: 700px; }
          body.zoom .zoom-content .zoom-list .zoom-list-item.galeria .top-link {
            display: block;
            height: 100%;
            background: rgba(0, 0, 0, 0.16); }
            body.zoom .zoom-content .zoom-list .zoom-list-item.galeria .top-link:after {
              content: '';
              position: absolute;
              left: 0;
              bottom: 0;
              width: 100%;
              height: 200px;
              background: #161616;
              background: -webkit-linear-gradient(transparent 35%, #161616);
              background: -o-linear-gradient(transparent 35%, #161616);
              background: -moz-linear-gradient(transparent 35%, #161616);
              background: linear-gradient(transparent 35%, #161616);
              pointer-events: none;
              z-index: -1; }
          body.zoom .zoom-content .zoom-list .zoom-list-item.galeria .background-image {
            position: absolute;
            width: 100%;
            height: 100%;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            z-index: -1; }
          body.zoom .zoom-content .zoom-list .zoom-list-item.galeria .data {
            position: absolute;
            bottom: 0;
            left: 0;
            margin: 0 250px;
            padding: 25px 0 25px 0;
            width: calc(100% - 500px);
            display: table;
            min-height: 200px;
            max-width: 720px; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.galeria .data .middle {
              display: table-cell;
              vertical-align: middle; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.galeria .data .middle .tags {
                padding: 0;
                margin: 0;
                list-style: none; }
                body.zoom .zoom-content .zoom-list .zoom-list-item.galeria .data .middle .tags li {
                  display: inline-block;
                  margin: 0 10px 0 0;
                  font-size: 12px;
                  font-family: 'nr';
                  font-weight: 700;
                  text-transform: uppercase;
                  color: #000000; }
                  body.zoom .zoom-content .zoom-list .zoom-list-item.galeria .data .middle .tags li a {
                    background: #ffffff;
                    padding: 5px 8px;
                    margin: 0 0 10px;
                    display: inline-block; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.galeria .data .middle .top-link {
                background: none; }
                body.zoom .zoom-content .zoom-list .zoom-list-item.galeria .data .middle .top-link:after {
                  display: none; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.galeria .data .middle h2 {
                margin: 0;
                font-size: 36px;
                font-family: 'nr';
                font-weight: 700;
                color: #ffffff;
                line-height: normal;
                letter-spacing: -0.7px; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.galeria .data .middle:before {
                content: '';
                position: absolute;
                left: -225px;
                bottom: 30px;
                width: 190px;
                height: 190px;
                background-image: url("../img/galeria.svg");
                background-repeat: no-repeat;
                background-position: center;
                background-size: contain;
                pointer-events: none; }
          body.zoom .zoom-content .zoom-list .zoom-list-item.galeria + .default {
            border: none; }
          body.zoom .zoom-content .zoom-list .zoom-list-item.galeria + .kulso, body.zoom .zoom-content .zoom-list .zoom-list-item.galeria + .feature, body.zoom .zoom-content .zoom-list .zoom-list-item.galeria + .video, body.zoom .zoom-content .zoom-list .zoom-list-item.galeria + .galeria, body.zoom .zoom-content .zoom-list .zoom-list-item.galeria + .mappa {
            margin-top: 40px; }
        body.zoom .zoom-content .zoom-list .zoom-list-item.video {
          position: relative;
          width: 100%;
          height: 700px; }
          body.zoom .zoom-content .zoom-list .zoom-list-item.video .top-link {
            display: block;
            height: 100%;
            background: rgba(0, 0, 0, 0.16); }
            body.zoom .zoom-content .zoom-list .zoom-list-item.video .top-link:after {
              content: '';
              position: absolute;
              left: 0;
              bottom: 0;
              width: 100%;
              height: 200px;
              background: #161616;
              background: -webkit-linear-gradient(transparent 35%, #161616);
              background: -o-linear-gradient(transparent 35%, #161616);
              background: -moz-linear-gradient(transparent 35%, #161616);
              background: linear-gradient(transparent 35%, #161616);
              pointer-events: none;
              z-index: -1; }
          body.zoom .zoom-content .zoom-list .zoom-list-item.video .background-image {
            position: absolute;
            width: 100%;
            height: 100%;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            z-index: -1; }
          body.zoom .zoom-content .zoom-list .zoom-list-item.video .data {
            position: absolute;
            bottom: 0;
            left: 0;
            margin: 0 250px;
            padding: 25px 0 25px 0;
            width: calc(100% - 500px);
            display: table;
            min-height: 200px;
            max-width: 720px; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.video .data .middle {
              display: table-cell;
              vertical-align: middle; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.video .data .middle .tags {
                padding: 0;
                margin: 0;
                list-style: none; }
                body.zoom .zoom-content .zoom-list .zoom-list-item.video .data .middle .tags li {
                  display: inline-block;
                  margin: 0 10px 0 0;
                  font-size: 12px;
                  font-family: 'nr';
                  font-weight: 700;
                  text-transform: uppercase;
                  color: #000000; }
                  body.zoom .zoom-content .zoom-list .zoom-list-item.video .data .middle .tags li a {
                    background: #ffffff;
                    padding: 5px 8px;
                    margin: 0 0 10px;
                    display: inline-block; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.video .data .middle .top-link {
                background: none; }
                body.zoom .zoom-content .zoom-list .zoom-list-item.video .data .middle .top-link:after {
                  display: none; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.video .data .middle h2 {
                margin: 0;
                font-size: 36px;
                font-family: 'nr';
                font-weight: 700;
                color: #ffffff;
                line-height: normal;
                letter-spacing: -0.7px; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.video .data .middle:before {
                content: '';
                position: absolute;
                left: -225px;
                bottom: 30px;
                width: 190px;
                height: 190px;
                background-image: url("../img/video.svg");
                background-repeat: no-repeat;
                background-position: center;
                background-size: contain;
                pointer-events: none; }
          body.zoom .zoom-content .zoom-list .zoom-list-item.video + .default {
            border: none; }
          body.zoom .zoom-content .zoom-list .zoom-list-item.video + .kulso, body.zoom .zoom-content .zoom-list .zoom-list-item.video + .feature, body.zoom .zoom-content .zoom-list .zoom-list-item.video + .video, body.zoom .zoom-content .zoom-list .zoom-list-item.video + .galeria, body.zoom .zoom-content .zoom-list .zoom-list-item.video + .mappa {
            margin-top: 40px; }
        body.zoom .zoom-content .zoom-list .zoom-list-item.mappa {
          position: relative;
          width: 100%;
          height: 700px; }
          body.zoom .zoom-content .zoom-list .zoom-list-item.mappa h2 {
            position: absolute;
            font-size: 18px;
            padding: 7px 10px 7px 35px;
            margin: 30px 0;
            font-family: 'nr';
            font-weight: 700;
            text-transform: uppercase;
            background: #ffffff;
            z-index: 1; }
          body.zoom .zoom-content .zoom-list .zoom-list-item.mappa .top-link {
            display: block;
            height: 100%;
            background: rgba(0, 0, 0, 0.37); }
            body.zoom .zoom-content .zoom-list .zoom-list-item.mappa .top-link:before {
              content: '';
              position: absolute;
              right: 0;
              top: 0;
              width: 50%;
              height: 100%;
              background: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.7) 50%);
              background: -o-linear-gradient(right, transparent, rgba(0, 0, 0, 0.7) 50%);
              background: -moz-linear-gradient(right, transparent, rgba(0, 0, 0, 0.7) 50%);
              background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.7) 50%); }
            body.zoom .zoom-content .zoom-list .zoom-list-item.mappa .top-link:after {
              content: '';
              position: absolute;
              left: 0;
              top: 0;
              width: 100%;
              height: 100%;
              background: -webkit-linear-gradient(rgba(0, 0, 0, 0.37), transparent);
              background: -o-linear-gradient(rgba(0, 0, 0, 0.37), transparent);
              background: -moz-linear-gradient(rgba(0, 0, 0, 0.37), transparent);
              background: linear-gradient(rgba(0, 0, 0, 0.37), transparent); }
          body.zoom .zoom-content .zoom-list .zoom-list-item.mappa .background-image {
            position: absolute;
            width: 100%;
            height: 100%;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            z-index: -1; }
          body.zoom .zoom-content .zoom-list .zoom-list-item.mappa .data {
            position: absolute;
            top: 80px;
            left: 0;
            width: 100%;
            height: calc(100% - 80px); }
            body.zoom .zoom-content .zoom-list .zoom-list-item.mappa .data .top {
              position: absolute;
              left: 0;
              top: 0;
              width: calc(100% - 375px);
              height: 100%; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.mappa .data .top a {
                display: block; }
                body.zoom .zoom-content .zoom-list .zoom-list-item.mappa .data .top a h3 {
                  font-size: 48px;
                  margin: 0 100px 30px 30px;
                  font-family: 'nr';
                  font-weight: 700;
                  color: #ffffff; }
                body.zoom .zoom-content .zoom-list .zoom-list-item.mappa .data .top a .lead-in {
                  position: relative;
                  font-size: 16px;
                  font-family: 'an';
                  font-weight: 500;
                  color: #ffffff;
                  letter-spacing: 0.9px;
                  line-height: 1.8;
                  margin: 0 30px;
                  padding: 30px 0;
                  width: 500px; }
                  body.zoom .zoom-content .zoom-list .zoom-list-item.mappa .data .top a .lead-in:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 180px;
                    height: 5px;
                    background: #ffffff; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.mappa .data .linked {
              position: absolute;
              right: 0;
              top: 0;
              width: 375px;
              height: 100%; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.mappa .data .linked a {
                position: relative;
                display: block; }
                body.zoom .zoom-content .zoom-list .zoom-list-item.mappa .data .linked a h3 {
                  font-size: 28px;
                  margin: 15px 30px;
                  font-family: 'nr';
                  font-weight: 700;
                  color: #ffffff; }
                body.zoom .zoom-content .zoom-list .zoom-list-item.mappa .data .linked a .lead-in {
                  position: relative;
                  font-size: 16px;
                  font-family: 'an';
                  font-weight: 500;
                  color: #ffffff;
                  letter-spacing: 0.9px;
                  line-height: 1.8;
                  margin: 0 30px; }
                body.zoom .zoom-content .zoom-list .zoom-list-item.mappa .data .linked a:first-child {
                  margin-bottom: 60px; }
                  body.zoom .zoom-content .zoom-list .zoom-list-item.mappa .data .linked a:first-child:after {
                    content: '';
                    position: absolute;
                    bottom: -30px;
                    left: 30px;
                    width: 180px;
                    height: 5px;
                    background: #ffffff; }
          body.zoom .zoom-content .zoom-list .zoom-list-item.mappa + .default {
            border: none; }
          body.zoom .zoom-content .zoom-list .zoom-list-item.mappa + .kulso, body.zoom .zoom-content .zoom-list .zoom-list-item.mappa + .feature, body.zoom .zoom-content .zoom-list .zoom-list-item.mappa + .video, body.zoom .zoom-content .zoom-list .zoom-list-item.mappa + .galeria, body.zoom .zoom-content .zoom-list .zoom-list-item.mappa + .mappa {
            margin-top: 40px; }
        body.zoom .zoom-content .zoom-list .zoom-list-item.default, body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted {
          position: relative;
          width: 100%;
          border-top: 5px solid #EBEBEB;
          margin: 0;
          padding: 40px 0;
          min-height: 300px; }
          body.zoom .zoom-content .zoom-list .zoom-list-item.default .image, body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted .image {
            position: absolute;
            width: 555px;
            height: calc(100% - 80px); }
            body.zoom .zoom-content .zoom-list .zoom-list-item.default .image .background-image, body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted .image .background-image {
              width: 100%;
              height: 100%;
              display: block;
              overflow: hidden;
              background-position: center;
              background-repeat: no-repeat;
              background-size: cover; }

          body.zoom .zoom-content .zoom-list .zoom-list-item.default .image .background-image, 
          body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted .image .background-image,
          body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted .background-image,
          body.zoom .zoom-content .zoom-list .zoom-list-item.galeria .background-image,
          body.zoom .zoom-content .zoom-list .zoom-list-item.video .background-image,
          body.zoom .zoom-post .highlighted-image span {
             overflow: hidden;
          }

          body.zoom .zoom-content .zoom-list .zoom-list-item.default .image .background-image img, 
          body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted .image .background-image img,
          body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted .background-image img,
          body.zoom .zoom-content .zoom-list .zoom-list-item.galeria .background-image img,
          body.zoom .zoom-content .zoom-list .zoom-list-item.video .background-image img,
          body.zoom .zoom-post .highlighted-image span img
           {
              min-width: 100%;
              width: 100%;
              height: 100%;
              object-fit: cover;
          }
          body.zoom .zoom-content .zoom-list .zoom-list-item.default .data, body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted .data {
            width: calc(100% - 580px);
            margin-left: 555px;
            padding: 0 0 0 25px; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.default .data .tags, body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted .data .tags {
              padding: 0;
              margin: 0;
              list-style: none; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.default .data .tags li, body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted .data .tags li {
                display: inline-block;
                margin: 0 10px 0 0;
                font-size: 12px;
                font-family: 'nr';
                font-weight: 700;
                text-transform: uppercase;
                color: #ffffff; }
                body.zoom .zoom-content .zoom-list .zoom-list-item.default .data .tags li a, body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted .data .tags li a {
                  background: #000000;
                  padding: 5px 8px;
                  margin: 0 0 10px;
                  display: inline-block; 
                }

                body.zoom.valasztas .zoom-content .zoom-list .zoom-list-item.default .data .tags li:not(.author) a, 
                body.zoom.valasztas .zoom-content .zoom-list .zoom-list-item.sub-highlighted .data .tags li:not(.author) a,
                body.zoom.valasztas .zoom-content .zoom-list .zoom-list-item.galeria .data .middle .tags li:not(.author) a,
                body.zoom.valasztas .zoom-content .zoom-list .zoom-list-item.video .data .middle .tags li:not(.author) a,
                body.zoom.valasztas .zoom-content .zoom-list .zoom-list-item.highlighted .data .tags li:not(.author) a {
                  background-color: #aa24fb;
                  color: white;
                }

                body.zoom .zoom-content .zoom-list .zoom-list-item.default .data .tags li.author, body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted .data .tags li.author {
                  background: none;
                  text-transform: none;
                  color: #999999;
                  font-weight: 500; }
                  body.zoom .zoom-content .zoom-list .zoom-list-item.default .data .tags li.author a, body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted .data .tags li.author a {
                    background: none;
                    padding: 0; }
                    body.zoom .zoom-content .zoom-list .zoom-list-item.default .data .tags li.author a:after, body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted .data .tags li.author a:after {
                      content: '';
                      position: relative;
                      display: inline-block;
                      width: 10px;
                      height: 2px;
                      margin: 3px 5px;
                      background: #999999; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.default .data h2, body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted .data h2 {
              margin: 0 0 10px 0;
              font-size: 48px;
              font-family: 'nr';
              font-weight: 700;
              color: #000000;
              line-height: normal;
              letter-spacing: -1px; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.default .data .lead-in, body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted .data .lead-in {
              position: relative;
              padding: 5px 0 0;
              font-size: 16px;
              font-family: 'an';
              font-weight: 500;
              color: #000000;
              letter-spacing: 1.1px;
              line-height: 1.8; }
          body.zoom .zoom-content .zoom-list .zoom-list-item.default:first-child, body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted:first-child {
            border: none;
            padding-top: 0; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.default:first-child .image, body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted:first-child .image {
              height: calc(100% - 40px); }
          body.zoom .zoom-content .zoom-list .zoom-list-item.default.no-image, body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted.no-image {
            min-height: unset; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.default.no-image .data, body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted.no-image .data {
              width: 100%;
              margin: 0;
              padding: 0; }
        body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted {
          width: calc(50% - 15px);
          float: left;
          padding-top: 15px;
          border-top: none; }
          body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted.left {
            padding-right: 15px; }
          body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted.right {
            padding-left: 15px; }
          body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted h2 {
            font-size: 28px !important; }
          body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted + .clearfix + .zoom-list-item.default {
            border-color: #9128F9; }
        body.zoom .zoom-content .zoom-list .zoom-list-item.feature {
          position: relative;
          width: 100%;
          height: 700px; }
          body.zoom .zoom-content .zoom-list .zoom-list-item.feature .top-link {
            display: block;
            height: 100%;
            background: rgba(0, 0, 0, 0.37); }
            body.zoom .zoom-content .zoom-list .zoom-list-item.feature .top-link:before {
              content: '';
              position: absolute;
              left: 0;
              top: 0;
              width: 100%;
              height: 100%;
              background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 40%, transparent 60%);
              background: -o-linear-gradient(right, rgba(0, 0, 0, 0.7) 40%, transparent 60%);
              background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.7) 40%, transparent 60%);
              background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 40%, transparent 60%); }
          body.zoom .zoom-content .zoom-list .zoom-list-item.feature .background-image {
            position: absolute;
            width: 100%;
            height: 100%;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            z-index: -1; }
          body.zoom .zoom-content .zoom-list .zoom-list-item.feature .data {
            position: absolute;
            top: 0;
            left: 0;
            margin: 30px;
            padding: 0;
            width: calc(100% - 500px); }
            body.zoom .zoom-content .zoom-list .zoom-list-item.feature .data .tags {
              padding: 0;
              margin: 0;
              list-style: none; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.feature .data .tags li {
                display: inline-block;
                margin: 0 10px 0 0;
                font-size: 12px;
                font-family: 'nr';
                font-weight: 700;
                text-transform: uppercase;
                color: #000000; }
                body.zoom .zoom-content .zoom-list .zoom-list-item.feature .data .tags li a {
                  background: #ffffff;
                  padding: 5px 8px;
                  margin: 0 0 10px;
                  display: inline-block; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.feature .data .top-link {
              background: none; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.feature .data .top-link:before, body.zoom .zoom-content .zoom-list .zoom-list-item.feature .data .top-link:after {
                display: none; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.feature .data h2 {
              margin: 10px 0 35px;
              font-size: 48px;
              font-family: 'nr';
              font-weight: 700;
              color: #ffffff;
              line-height: normal;
              letter-spacing: -1px; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.feature .data .lead-in {
              position: relative;
              font-size: 16px;
              font-family: 'an';
              font-weight: 500;
              color: #ffffff;
              letter-spacing: 0.9px;
              line-height: 1.8;
              margin: 0;
              padding: 30px 0;
              width: 500px; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.feature .data .lead-in:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 180px;
                height: 5px;
                background: #ffffff; }
          body.zoom .zoom-content .zoom-list .zoom-list-item.feature + .default {
            border: none; }
          body.zoom .zoom-content .zoom-list .zoom-list-item.feature + .kulso, body.zoom .zoom-content .zoom-list .zoom-list-item.feature + .feature, body.zoom .zoom-content .zoom-list .zoom-list-item.feature + .video, body.zoom .zoom-content .zoom-list .zoom-list-item.feature + .galeria, body.zoom .zoom-content .zoom-list .zoom-list-item.feature + .mappa {
            margin-top: 40px; }
        body.zoom .zoom-content .zoom-list .zoom-list-item.kulso {
          position: relative;
          overflow:hidden;
          width: 100%;
          height: 100vh;
          margin-left: -30px; }
          body.zoom .zoom-content .zoom-list .zoom-list-item.kulso .top-link {
            display: block;
            height: 100%;
            background: rgba(0, 0, 0, 0.16);
            cursor: default; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.kulso .top-link:after {
              content: '';
              position: absolute;
              left: 0;
              bottom: 0;
              width: 100%;
              height: 200px;
              background: #161616;
              background: -webkit-linear-gradient(transparent 35%, #161616);
              background: -o-linear-gradient(transparent 35%, #161616);
              background: -moz-linear-gradient(transparent 35%, #161616);
              background: linear-gradient(transparent 35%, #161616);
              pointer-events: none;
              z-index: -1; }
          body.zoom .zoom-content .zoom-list .zoom-list-item.kulso .background-image {
            position: absolute;
            width: 100%;
            height: 100%;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            z-index: -1; }
          body.zoom .zoom-content .zoom-list .zoom-list-item.kulso .data {
            position: absolute;
            bottom: 0;
            left: 0;
            margin: 0;
            padding: 30px calc(50% - 450px) 50px;
            width: 900px;
            text-align: center;
            background: #161616;
            background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.81));
            background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.81));
            background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.81));
            background: linear-gradient(transparent, rgba(0, 0, 0, 0.81));
            z-index: 2; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.kulso .data .tags {
              padding: 0;
              list-style: none;
              width: 530px;
              margin: 0 auto;
              padding-top: 5px; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.kulso .data .tags li {
                display: inline-block;
                margin: 0 10px 0 0;
                font-size: 12px;
                font-family: 'nr';
                font-weight: 700;
                text-transform: uppercase;
                color: #000000;
                background: #ffffff;
                padding: 5px 8px; }
                body.zoom .zoom-content .zoom-list .zoom-list-item.kulso .data .tags li:first-child:last-child {
                  margin: 0 !important; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.kulso .data .tags:before {
                content: '';
                position: absolute;
                top: -20px;
                left: calc(50% - 20px);
                width: 40px;
                height: 40px;
                background-image: url("../img/multimedia.svg");
                background-repeat: no-repeat;
                background-position: center;
                background-size: contain;
                pointer-events: none; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.kulso .data .top-link {
              background: none;
              position: relative;
              height: auto;
              width: 530px;
              margin: 0 auto; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.kulso .data h2 {
              margin: 20px 0;
              font-size: 48px;
              font-family: 'nr';
              font-weight: 700;
              color: #ffffff;
              line-height: 1.075; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.kulso .data .lead {
              position: relative;
              padding: 10px 0 20px;
              font-size: 15px;
              font-family: 'an';
              font-weight: 500;
              color: #ffffff;
              letter-spacing: 0.8px;
              line-height: 1.7; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.kulso .data .open-button {
              border: 2px solid #ffffff;
              font-family: 'nr';
              font-size: 20px;
              text-transform: uppercase;
              font-weight: 600;
              color: #ffffff;
              padding: 4px 25px;
              letter-spacing: 1px;
              margin: 20px;
              outline: none !important;
              box-shadow: none !important;
              background: none;
              cursor: pointer;
              display: inline-block; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.kulso .data .open-button:hover {
                background: rgba(255, 255, 255, 0.3); }
          body.zoom .zoom-content .zoom-list .zoom-list-item.kulso + .default {
            border: none; }
          body.zoom .zoom-content .zoom-list .zoom-list-item.kulso + .kulso, body.zoom .zoom-content .zoom-list .zoom-list-item.kulso + .feature, body.zoom .zoom-content .zoom-list .zoom-list-item.kulso + .video, body.zoom .zoom-content .zoom-list .zoom-list-item.kulso + .galeria, body.zoom .zoom-content .zoom-list .zoom-list-item.kulso + .mappa {
            margin-top: 40px; }
        body.zoom .zoom-content .zoom-list .zoom-list-item:last-child {
          margin-bottom: 30px; }
        body.zoom .zoom-content .zoom-list .zoom-list-item.default + .adverticum.goa-embedded {
          margin: 0 0 40px; }
          @media (max-width: 991px) {
            body.zoom .zoom-content .zoom-list .zoom-list-item.default + .adverticum.goa-embedded {
              margin: 0 0 30px; } }
        body.zoom .zoom-content .zoom-list .adverticum.goa-embedded + .zoom-list-item.default {
          border-top: none !important;
          padding-top: 0; }
          @media (min-width: 992px) {
            body.zoom .zoom-content .zoom-list .adverticum.goa-embedded + .zoom-list-item.default .top-link .image {
              height: calc(100% - 40px); } }
      body.zoom .zoom-content.homepage .zoom-list .zoom-list-item.highlighted {
        margin-left: -30px;
        width: calc(100% + 60px);
        margin-top: -25px;
        height: 720px; }
        body.zoom .zoom-content.homepage .zoom-list .zoom-list-item.highlighted .data {
          position: relative;
          top: 0;
          width: 100%;
          display: table-cell;
          vertical-align: middle;
          text-align: center; }
          body.zoom .zoom-content.homepage .zoom-list .zoom-list-item.highlighted .data .tags {
            width: 530px;
            margin: 0 auto;
            padding-top: 100px; }
      body.zoom .zoom-content.homepage .zoom-list .zoom-list-item.video {
        margin-left: -30px;
        width: calc(100% + 60px);
        height: 720px; }
      body.zoom .zoom-content.homepage .zoom-list .zoom-list-item.galeria {
        margin-left: -30px;
        width: calc(100% + 60px);
        height: 720px; }
      body.zoom .zoom-content.homepage .zoom-list .zoom-list-item.mappa {
        height: 720px; }
      body.zoom .zoom-content.homepage .zoom-list .zoom-list-item.feature {
        height: 720px; }
      body.zoom .zoom-content.homepage .zoom-list .zoom-list-item.default:first-child, body.zoom .zoom-content.homepage .zoom-list .zoom-list-item.feature:first-child {
        margin-top: 130px; }
      body.zoom .zoom-content.taxonomy .zoom-list, body.zoom .zoom-content.tags .zoom-list, body.zoom .zoom-content.archive .zoom-list, body.zoom .zoom-content.search .zoom-list {
        margin: 0 30px 0;
        padding: 140px 0 0; }
        body.zoom .zoom-content.taxonomy .zoom-list .zoom-list-item.highlighted, body.zoom .zoom-content.tags .zoom-list .zoom-list-item.highlighted, body.zoom .zoom-content.archive .zoom-list .zoom-list-item.highlighted, body.zoom .zoom-content.search .zoom-list .zoom-list-item.highlighted {
          width: 100% !important; }
      body.zoom .zoom-content .zoom-title {
        position: absolute;
        left: calc((100vw - 100%) / 2 * -1);
        top: 90px;
        margin: 0;
        padding: 9px 10px 9px 36px;
        font-size: 18px;
        text-transform: uppercase;
        font-family: 'nr';
        font-weight: 600;
        background: #000000;
        color: #ffffff; }
      body.zoom .zoom-content.impresszum .zoom-title {
        background: #ffffff;
        color: #000000; }
      body.zoom .zoom-content.impresszum .post {
        max-width: 1220px;
        margin: 0 auto;
        padding-top: 150px; }
        body.zoom .zoom-content.impresszum .post table {
          width: calc(100% - 20px);
          color: #ffffff;
          font-family: 'an';
          font-weight: 400;
          font-size: 16px;
          margin: 0 10px; }
          body.zoom .zoom-content.impresszum .post table strong {
            font-weight: 700;
            margin: 0 0 20px 0;
            display: block;
            color: #ffffff; }
          body.zoom .zoom-content.impresszum .post table p {
            margin: 5px 0;
            color: #ffffff; }
          body.zoom .zoom-content.impresszum .post table .bigger-margin p {
            margin: 10px 0;
            color: #ffffff; }
      body.zoom .zoom-content.impresszum .zoom-munkatarsak {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        margin: 50px 0; }
        body.zoom .zoom-content.impresszum .zoom-munkatarsak .person {
          width: 280px;
          font-family: 'an';
          font-weight: 600;
          font-size: 16px;
          color: #BFBFBF;
          margin: 0 0 50px; }
          body.zoom .zoom-content.impresszum .zoom-munkatarsak .person img {
            width: 100%;
            height: auto; }
          body.zoom .zoom-content.impresszum .zoom-munkatarsak .person a {
            color: #ffffff;
            font-family: 'nr';
            font-weight: 700;
            font-size: 28px; }
    body.zoom .zoom-profil-container {
      background: #262626;
      padding: 110px 0 30px; }
      body.zoom .zoom-profil-container .zoom-profil {
        max-width: 1220px;
        margin: 0 auto; }
        body.zoom .zoom-profil-container .zoom-profil img {
          float: left; }
        body.zoom .zoom-profil-container .zoom-profil .zoom-profil-data {
          float: left;
          margin: 0 30px; }
          body.zoom .zoom-profil-container .zoom-profil .zoom-profil-data h1 {
            font-family: 'nr';
            font-weight: 700;
            font-size: 48px;
            color: #ffffff;
            margin: 0; }
          body.zoom .zoom-profil-container .zoom-profil .zoom-profil-data p {
            font-family: 'an';
            font-weight: 600;
            font-size: 16px;
            color: #BFBFBF;
            margin: 10px 0 20px; }
          body.zoom .zoom-profil-container .zoom-profil .zoom-profil-data a {
            background-image: url("../img/gray_email.svg");
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            width: 63px;
            height: 49px;
            display: block; }
    body.zoom .zoom-post {
      position: relative;
      overflow: hidden; }
      body.zoom .zoom-post .highlighted-image {
        height: 690px;
        position: relative; }
        body.zoom .zoom-post .highlighted-image span {
          display: block;
          width: 100%;
          height: 100%;
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover; }
        body.zoom .zoom-post .highlighted-image .title-wrapper {
          position: absolute;
          bottom: 0;
          width: 100%;
          z-index: 1;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center;
          justify-content: center; }
          body.zoom .zoom-post .highlighted-image .title-wrapper h1 {
            position: relative;
            max-width: 1220px;
            text-align: left;
            font-size: 48px;
            font-weight: 700;
            font-family: 'nr';
            z-index: 1;
            padding: 0.75em 0;
            color: #ffffff;
            margin: 0 30px;
            width: 100%; }
            @media (max-width: 991px) {
              body.zoom .zoom-post .highlighted-image .title-wrapper h1 {
                margin: 0 10px;
                font-size: 30px; } }
            body.zoom .zoom-post .highlighted-image .title-wrapper h1:after {
              content: '';
              height: 5px;
              max-width: 1220px;
              width: 100%;
              position: absolute;
              bottom: -33px;
              display: block;
              background: #EBEBEB; }
              @media (max-width: 991px) {
                body.zoom .zoom-post .highlighted-image .title-wrapper h1:after {
                  display: none; } }
          body.zoom .zoom-post .highlighted-image .title-wrapper:before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: #161616;
            background: -webkit-linear-gradient(transparent 0%, #000000);
            background: -o-linear-gradient(transparent 0%, #000000);
            background: -moz-linear-gradient(transparent 0%, #000000);
            background: linear-gradient(transparent 0%, #000000);
            z-index: -2; }
      body.zoom .zoom-post .zoom-post-body {
        position: relative;
        max-width: 1280px;
        margin: 0 auto; }
        body.zoom .zoom-post .zoom-post-body .zoom-post-container {
          width: calc(100% - 420px);
          margin: 30px; }
          @media (max-width: 1099px) {
            body.zoom .zoom-post .zoom-post-body .zoom-post-container {
              width: 100%;
              max-width: 820px;
              margin: 30px auto; } }
          body.zoom .zoom-post .zoom-post-body .zoom-post-container h1 {
            font-size: 48px;
            font-weight: 700;
            font-family: 'nr';
            letter-spacing: -1px;
            margin: 0;
            display: none; }
          body.zoom .zoom-post .zoom-post-body .zoom-post-container h2 {
            font-size: 36px;
            font-weight: 700;
            font-family: 'nr';
            letter-spacing: -0.8px;
            margin: 1em 0 1.4em; }
          body.zoom .zoom-post .zoom-post-body .zoom-post-container h3 {
            font-family: 'an';
            font-size: 48px;
            font-weight: 300;
            color: #9128F9;
            margin: 1em 0; }
          body.zoom .zoom-post .zoom-post-body .zoom-post-container .tags {
            padding: 0;
            margin: 25px 0 20px;
            list-style: none;
            float: left;
            width: calc(100% - 240px); }
            body.zoom .zoom-post .zoom-post-body .zoom-post-container .tags li {
              display: inline-block;
              margin: 0 10px 0 0;
              font-size: 12px;
              font-family: 'nr';
              font-weight: 700;
              text-transform: uppercase;
              color: #ffffff;
              letter-spacing: normal; }
              body.zoom .zoom-post .zoom-post-body .zoom-post-container .tags li a {
                color: #ffffff;
                background: #000000;
                padding: 5px 8px; }
              body.zoom .zoom-post .zoom-post-body .zoom-post-container .tags li:before {
                display: none; }
          body.zoom .zoom-post .zoom-post-body .zoom-post-container .fb-share-button {
            float: right;
            margin: 30px 0 0; }

          body.zoom .zoom-post .zoom-post-body .zoom-post-container .fb-comment-count {
            float: right;
            margin: 30px 0 0;
          }
          body.zoom .zoom-post .zoom-post-body .zoom-post-container .fb-comment-count a {
            line-height: 30px;
            padding-left: 25px;
            margin-right: 10px;
            position: relative;
            font-size: 14px;
            font-family: 'nr';
          }
          body.zoom .zoom-post .zoom-post-body .zoom-post-container .fb-comment-count a:before {
            content: '';
            width: 20px;
            height: 20px;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            background-size: contain;
            background-image: url("../img/comment-multiple-outline.svg");
          }
          body.zoom .zoom-post .zoom-post-body .zoom-post-container .fb-comment-count span.hsz { display: none; }
          body.zoom .zoom-post .zoom-post-body .zoom-post-container .authors {
            margin: 0 0 25px;
            list-style: none;
            padding: 0; }
            body.zoom .zoom-post .zoom-post-body .zoom-post-container .authors li {
              display: inline-block;
              margin: 0 20px 10px 0;
              font-size: 12px;
              font-family: 'nr';
              letter-spacing: normal; }
              body.zoom .zoom-post .zoom-post-body .zoom-post-container .authors li a {
                padding: 5px 8px; }
              body.zoom .zoom-post .zoom-post-body .zoom-post-container .authors li.author {
                font-weight: 500;
                background: none;
                color: #999999; }
                body.zoom .zoom-post .zoom-post-body .zoom-post-container .authors li.author a {
                  background: none;
                  color: #999999; }
                  body.zoom .zoom-post .zoom-post-body .zoom-post-container .authors li.author a.name {
                    display: inline-block;
                    padding: 0; }
                    body.zoom .zoom-post .zoom-post-body .zoom-post-container .authors li.author a.name .avatar {
                      position: relative;
                      display: inline-block;
                      width: 35px;
                      height: 35px;
                      margin: -12px 10px -12px 0;
                      background-size: contain;
                      background-position: center;
                      background-repeat: no-repeat; }
                  body.zoom .zoom-post .zoom-post-body .zoom-post-container .authors li.author a.mail {
                    position: relative;
                    display: inline-block;
                    top: 1px;
                    padding: 0;
                    margin: 0 10px 0 0;
                    width: 13px;
                    height: 10px;
                    background-image: url("../img/small-email.svg");
                    background-size: contain;
                    background-position: center;
                    background-repeat: no-repeat; }
              body.zoom .zoom-post .zoom-post-body .zoom-post-container .authors li:before {
                display: none; }
          body.zoom .zoom-post .zoom-post-body .zoom-post-container .lead {
            display: inline-block;
            margin: 5px 0; }
            body.zoom .zoom-post .zoom-post-body .zoom-post-container .lead p:first-child {
              margin-top: 0; }
            body.zoom .zoom-post .zoom-post-body .zoom-post-container .lead p a {
              color: #9128F9; }
          body.zoom .zoom-post .zoom-post-body .zoom-post-container iframe {
            width: 100% !important; }
          body.zoom .zoom-post .zoom-post-body .zoom-post-container ul {
            list-style: none;
            padding: 0 30px;
            margin: 0;
            font-family: 'an';
            font-size: 17px;
            font-weight: 500; }
            body.zoom .zoom-post .zoom-post-body .zoom-post-container ul li {
              position: relative;
              letter-spacing: 1.5px;
              line-height: 35px;
              margin-bottom: 22px; }
              body.zoom .zoom-post .zoom-post-body .zoom-post-container ul li:before {
                content: "•";
                font-size: 40px;
                position: absolute;
                left: -32px;
                top: 3px;
                line-height: 30px; }
              body.zoom .zoom-post .zoom-post-body .zoom-post-container ul li a {
                color: #9128F9; }
          body.zoom .zoom-post .zoom-post-body .zoom-post-container p {
            font-family: 'an';
            font-size: 17px;
            font-weight: 300;
            color: #333333;
            letter-spacing: 1.1px;
            line-height: 2;
            margin: 1.5em 0; }
            body.zoom .zoom-post .zoom-post-body .zoom-post-container p a {
              color: #9128F9; }
          body.zoom .zoom-post .zoom-post-body .zoom-post-container .alignnone, body.zoom .zoom-post .zoom-post-body .zoom-post-container .alignleft, body.zoom .zoom-post .zoom-post-body .zoom-post-container .alignright, body.zoom .zoom-post .zoom-post-body .zoom-post-container .aligncenter {
            position: relative;
            margin: 1em 0 2em;
            width: 100%;
            object-fit: contain;
            object-position: center;
            max-width: unset !important;
            height: auto; }
            body.zoom .zoom-post .zoom-post-body .zoom-post-container .alignnone img, body.zoom .zoom-post .zoom-post-body .zoom-post-container .alignleft img, body.zoom .zoom-post .zoom-post-body .zoom-post-container .alignright img, body.zoom .zoom-post .zoom-post-body .zoom-post-container .aligncenter img {
              width: 100%;
              height: auto;
              object-fit: contain;
              object-position: center; }
            body.zoom .zoom-post .zoom-post-body .zoom-post-container .alignnone .wp-caption-text, body.zoom .zoom-post .zoom-post-body .zoom-post-container .alignleft .wp-caption-text, body.zoom .zoom-post .zoom-post-body .zoom-post-container .alignright .wp-caption-text, body.zoom .zoom-post .zoom-post-body .zoom-post-container .aligncenter .wp-caption-text {
              margin: 5px 0;
              font-size: 14px;
              font-family: 'nr';
              letter-spacing: 0.7px;
              line-height: 1.5;
              color: #999999; }
          body.zoom .zoom-post .zoom-post-body .zoom-post-container img.size-full {
            margin: 1em 0 0;
            width: 100%;
            height: auto;
            object-fit: contain;
            object-position: center; }
          body.zoom .zoom-post .zoom-post-body .zoom-post-container .zoom-post-blockquote, body.zoom .zoom-post .zoom-post-body .zoom-post-container .short-quote-1 {
            margin: 0.5em 0;
            font-size: 40px;
            color: #000000;
            font-family: 'an';
            font-weight: 700;
            line-height: 1.13;
            letter-spacing: 1.5px; }
            body.zoom .zoom-post .zoom-post-body .zoom-post-container .zoom-post-blockquote p, body.zoom .zoom-post .zoom-post-body .zoom-post-container .short-quote-1 p {
              font-size: 40px;
              color: #000000;
              font-family: 'an';
              font-weight: 700;
              line-height: 1.15;
              letter-spacing: 1.5px;
              margin: 0; }
            body.zoom .zoom-post .zoom-post-body .zoom-post-container .zoom-post-blockquote cite, body.zoom .zoom-post .zoom-post-body .zoom-post-container .short-quote-1 cite {
              display: block;
              font-family: 'nr';
              font-size: 14px;
              font-style: normal;
              font-weight: 500;
              letter-spacing: 1px;
              color: #300f5e;
              margin: 1em 0; }
          body.zoom .zoom-post .zoom-post-body .zoom-post-container .zoom-post-bordered {
            display: inline-block;
            background: #f1f1f1;
            margin: 0 0 3em -30px;
            width: calc(100% - 30px);
            font-family: 'an';
            font-size: 17px;
            font-weight: 300;
            color: #333333;
            letter-spacing: 1.1px;
            line-height: 2.3;
            padding: 1.5em 30px; }
            body.zoom .zoom-post .zoom-post-body .zoom-post-container .zoom-post-bordered a {
              color: #9128F9; }
          body.zoom .zoom-post .zoom-post-body .zoom-post-container .zoom-post-question {
            font-size: 17px;
            font-family: 'an';
            font-weight: 600;
            color: #5c5c5c;
            letter-spacing: 1px;
            line-height: 2.3;
            margin: 0.5em 0 1em; }
            body.zoom .zoom-post .zoom-post-body .zoom-post-container .zoom-post-question strong {
              font-weight: 700;
              color: #333333; }
            body.zoom .zoom-post .zoom-post-body .zoom-post-container .zoom-post-question a {
              color: #9128F9; }
          body.zoom .zoom-post .zoom-post-body .zoom-post-container .zoom-post-answer {
            font-size: 17px;
            font-family: 'an';
            font-weight: 500;
            color: #5c5c5c;
            letter-spacing: 1px;
            line-height: 2.3;
            margin: 0.5em 0 1em; }
            body.zoom .zoom-post .zoom-post-body .zoom-post-container .zoom-post-answer strong {
              font-weight: 700;
              color: #333333; }
            body.zoom .zoom-post .zoom-post-body .zoom-post-container .zoom-post-answer a {
              color: #9128F9; }
          body.zoom .zoom-post .zoom-post-body .zoom-post-container .zoom-post-video {
            position: relative;
            padding-bottom: 56.25%;
            /* 16:9 */
            padding-top: 25px;
            height: 0; }
            body.zoom .zoom-post .zoom-post-body .zoom-post-container .zoom-post-video iframe {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%; }
        body.zoom .zoom-post .zoom-post-body .zoom-sidebar-container {
          position: absolute;
          top: 30px;
          right: 30px;
          float: left;
          width: 320px;
          max-height: calc(100% - 70px);
          margin: 0;
          padding: 0;
          overflow: hidden; }
          @media (max-width: 1099px) {
            body.zoom .zoom-post .zoom-post-body .zoom-sidebar-container {
              display: none; } }
          body.zoom .zoom-post .zoom-post-body .zoom-sidebar-container .sidebar-mobil-header {
            display: none;
            position: relative;
            background: #000000;
            color: #ffffff;
            margin: 0 0 10px;
            left: -10px;
            top: 0;
            width: calc(100% + 20px);
            text-align: center;
            font-family: 'nr';
            font-weight: 700;
            font-size: 16px;
            padding: 10px 0;
            text-transform: uppercase; }
            body.zoom .zoom-post .zoom-post-body .zoom-sidebar-container .sidebar-mobil-header:before, body.zoom .zoom-post .zoom-post-body .zoom-sidebar-container .sidebar-mobil-header:after {
              content: '+';
              position: absolute;
              left: 20px; }
            body.zoom .zoom-post .zoom-post-body .zoom-sidebar-container .sidebar-mobil-header:after {
              left: auto;
              right: 20px; }
          body.zoom .zoom-post .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-linked-container .tags {
            padding: 0;
            margin: 0;
            list-style: none; }
            body.zoom .zoom-post .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-linked-container .tags li {
              display: inline-block;
              margin: 0 10px 0 0;
              font-size: 12px;
              font-family: 'nr';
              font-weight: 700;
              text-transform: uppercase;
              color: #ffffff; }
              body.zoom .zoom-post .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-linked-container .tags li a {
                background: #000000;
                padding: 5px 8px;
                margin: 0 0 10px;
                display: inline-block; }
              body.zoom .zoom-post .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-linked-container .tags li.author {
                background: none;
                text-transform: none;
                color: #999999;
                font-weight: 500; }
                body.zoom .zoom-post .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-linked-container .tags li.author a {
                  background: none;
                  padding: 0; }
                  body.zoom .zoom-post .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-linked-container .tags li.author a:after {
                    content: '';
                    position: relative;
                    display: inline-block;
                    width: 10px;
                    height: 2px;
                    margin: 3px 5px;
                    background: #999999; }
          body.zoom .zoom-post .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-linked-container .zoom-linked-container-item {
            display: block;
            font-size: 16px;
            font-family: 'an';
            font-weight: 600;
            margin: 25px 0;
            line-height: 1.7; }
          body.zoom .zoom-post .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-sidebar-item {
            position: relative;
            width: 100%;
            border-top: 5px solid #EBEBEB;
            margin: 0;
            padding: 30px 0 0; }
            body.zoom .zoom-post .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-sidebar-item .image {
              position: relative;
              width: 100%;
              height: 180px; }
              body.zoom .zoom-post .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-sidebar-item .image .background-image {
                width: 100%;
                height: 100%;
                display: block;
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover; }
            body.zoom .zoom-post .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-sidebar-item .data {
              width: 100%;
              margin: 20px 0; }
              body.zoom .zoom-post .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-sidebar-item .data .tags {
                padding: 0;
                margin: 0;
                list-style: none; }
                body.zoom .zoom-post .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-sidebar-item .data .tags li {
                  display: inline-block;
                  margin: 0 10px 0 0;
                  font-size: 12px;
                  font-family: 'nr';
                  font-weight: 700;
                  text-transform: uppercase;
                  color: #ffffff; }
                  body.zoom .zoom-post .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-sidebar-item .data .tags li a {
                    background: #000000;
                    padding: 5px 8px;
                    margin: 0 0 10px;
                    display: inline-block; }
                  body.zoom .zoom-post .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-sidebar-item .data .tags li.author {
                    background: none;
                    text-transform: none;
                    color: #999999;
                    font-weight: 500; }
                    body.zoom .zoom-post .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-sidebar-item .data .tags li.author a {
                      background: none;
                      padding: 0; }
                      body.zoom .zoom-post .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-sidebar-item .data .tags li.author a:after {
                        content: '';
                        position: relative;
                        display: inline-block;
                        width: 10px;
                        height: 2px;
                        margin: 3px 5px;
                        background: #999999; }
              body.zoom .zoom-post .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-sidebar-item .data h2 {
                margin: 0 0 10px 0;
                font-size: 30px;
                font-family: 'nr';
                font-weight: 700;
                color: #000000;
                line-height: normal;
                letter-spacing: -1px; }
              body.zoom .zoom-post .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-sidebar-item .data .lead-in {
                position: relative;
                padding: 5px 0 0;
                font-size: 16px;
                font-family: 'an';
                font-weight: 500;
                color: #000000;
                letter-spacing: 1.1px;
                line-height: 1.8; }
            body.zoom .zoom-post .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-sidebar-item.no-image .data {
              width: 100%;
              margin-top: 0;
              padding: 0; }
            body.zoom .zoom-post .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-sidebar-item:first-child {
              border: none;
              padding: 0; }
      body.zoom .zoom-post.video {
        padding-top: 140px;
        background: #262626; }
        body.zoom .zoom-post.video .zoom-video-title {
          position: absolute;
          left: 0;
          top: 90px;
          margin: 0;
          padding: 9px 10px 9px 36px;
          font-size: 18px;
          text-transform: uppercase;
          font-family: 'nr';
          font-weight: 600;
          background: #ffffff;
          color: #000000; }
          body.zoom .zoom-post.video .zoom-video-title:after {
            content: '';
            position: absolute;
            right: -49px;
            top: 0;
            width: 39px;
            height: 39px;
            background-image: url("../img/video.svg");
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain; }
        body.zoom .zoom-post.video .zoom-video-container {
          background: #000000;
          max-height: 686px; }
          body.zoom .zoom-post.video .zoom-video-container .zoom-video-wrapper {
            position: relative;
            padding-bottom: 56.25%;
            height: 0;
            margin: 0 auto;
            max-width: 1220px; }
            @media (min-width: 1235px) {
              body.zoom .zoom-post.video .zoom-video-container .zoom-video-wrapper {
                height: 686px;
                padding: 0; } }
            body.zoom .zoom-post.video .zoom-video-container .zoom-video-wrapper iframe {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              max-height: 686px; }
        body.zoom .zoom-post.video .zoom-post-body .zoom-post-container h1 {
          color: #ffffff; }
        body.zoom .zoom-post.video .zoom-post-body .zoom-post-container h2 {
          color: #ffffff; }
        body.zoom .zoom-post.video .zoom-post-body .zoom-post-container .tags li {
          color: #000000; }
          body.zoom .zoom-post.video .zoom-post-body .zoom-post-container .tags li a {
            color: #000000;
            background: #ffffff;
            padding: 5px 8px; }
        body.zoom .zoom-post.video .zoom-post-body .zoom-post-container .authors li.author {
          color: #999999; }
          body.zoom .zoom-post.video .zoom-post-body .zoom-post-container .authors li.author a.name {
            background: none; }
          body.zoom .zoom-post.video .zoom-post-body .zoom-post-container .authors li.author a.mail {
            background-color: transparent; }
        body.zoom .zoom-post.video .zoom-post-body .zoom-post-container ul li {
          color: #ffffff; }
          body.zoom .zoom-post.video .zoom-post-body .zoom-post-container ul li:before {
            color: #ffffff; }
        body.zoom .zoom-post.video .zoom-post-body .zoom-post-container p {
          color: #ffffff; }
          body.zoom .zoom-post.video .zoom-post-body .zoom-post-container p a {
            color: #9128F9; }
        body.zoom .zoom-post.video .zoom-post-body .zoom-post-container .alignnone .wp-caption-text, body.zoom .zoom-post.video .zoom-post-body .zoom-post-container .alignleft .wp-caption-text, body.zoom .zoom-post.video .zoom-post-body .zoom-post-container .alignright .wp-caption-text, body.zoom .zoom-post.video .zoom-post-body .zoom-post-container .aligncenter .wp-caption-text {
          color: #999999; }
        body.zoom .zoom-post.video .zoom-post-body .zoom-post-container .zoom-post-blockquote p {
          color: #ffffff; }
        body.zoom .zoom-post.video .zoom-post-body .zoom-post-container .zoom-post-blockquote cite {
          color: #999999; }
        body.zoom .zoom-post.video .zoom-post-body .zoom-post-container .zoom-post-bordered {
          display: inline-block;
          background: #f1f1f1;
          margin: 0 0 3em -30px;
          width: calc(100% - 30px);
          padding: 0 30px; }
        body.zoom .zoom-post.video .zoom-post-body .zoom-sidebar-container {
          border-color: #999999; }
          body.zoom .zoom-post.video .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-linked-container .tags li {
            color: #000000; }
            body.zoom .zoom-post.video .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-linked-container .tags li a {
              background: #ffffff; }
          body.zoom .zoom-post.video .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-linked-container .zoom-linked-container-item {
            color: #ffffff; }
          body.zoom .zoom-post.video .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-sidebar-item {
            border-color: #999999; }
            body.zoom .zoom-post.video .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-sidebar-item .data .tags li {
              color: #000000; }
              body.zoom .zoom-post.video .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-sidebar-item .data .tags li a {
                background: #ffffff; }
              body.zoom .zoom-post.video .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-sidebar-item .data .tags li.author {
                background: none;
                color: #999999; }
                body.zoom .zoom-post.video .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-sidebar-item .data .tags li.author a {
                  background: none; }
            body.zoom .zoom-post.video .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-sidebar-item .data h2 {
              color: #ffffff; }
            body.zoom .zoom-post.video .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-sidebar-item .data .lead-in {
              color: #ffffff; }
      body.zoom .zoom-post.galeria {
        background: #262626; }
        body.zoom .zoom-post.galeria .cover {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100vh;
          background: #262626;
          z-index: 2000;
          -webkit-transition: transform 0.5s;
          transition: transform 0.5s; }
          body.zoom .zoom-post.galeria .cover .highlighted-image {
            height: 100% !important;
            margin-top: 0; }
            body.zoom .zoom-post.galeria .cover .highlighted-image span {
              position: absolute; }
          body.zoom .zoom-post.galeria .cover .data {
            position: absolute;
            bottom: 0;
            left: 0;
            margin: 0;
            padding: 30px calc(50% - 450px) 100px;
            width: 900px;
            text-align: center;
            background: #161616;
            background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.81));
            background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.81));
            background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.81));
            background: linear-gradient(transparent, rgba(0, 0, 0, 0.81));
            z-index: 2; }
            body.zoom .zoom-post.galeria .cover .data .tags {
              padding: 0;
              list-style: none;
              width: 530px;
              margin: 0 auto;
              padding-top: 5px; }
              body.zoom .zoom-post.galeria .cover .data .tags li {
                display: inline-block;
                margin: 0 10px 0 0;
                font-size: 12px;
                font-family: 'nr';
                font-weight: 700;
                text-transform: uppercase;
                color: #000000; }
                body.zoom .zoom-post.galeria .cover .data .tags li:first-child:last-child {
                  margin: 0 !important; }
                body.zoom .zoom-post.galeria .cover .data .tags li a {
                  background: #ffffff;
                  padding: 5px 8px; }
                body.zoom .zoom-post.galeria .cover .data .tags li.author {
                  text-transform: none;
                  font-weight: 500;
                  background: none;
                  color: #ffffff; }
                  body.zoom .zoom-post.galeria .cover .data .tags li.author a {
                    background: none;
                    color: #ffffff; }
                    body.zoom .zoom-post.galeria .cover .data .tags li.author a:after {
                      content: '';
                      position: relative;
                      display: inline-block;
                      width: 10px;
                      height: 2px;
                      margin: 3px 5px;
                      background: #ffffff; }
              body.zoom .zoom-post.galeria .cover .data .tags:before {
                content: '';
                position: absolute;
                top: -20px;
                left: calc(50% - 20px);
                width: 40px;
                height: 40px;
                background-image: url("../img/galeria.svg");
                background-repeat: no-repeat;
                background-position: center;
                background-size: contain;
                pointer-events: none; }
            body.zoom .zoom-post.galeria .cover .data .top-link {
              background: none;
              position: relative;
              height: auto;
              width: 530px;
              margin: 0 auto; }
            body.zoom .zoom-post.galeria .cover .data h2 {
              margin: 20px 0;
              font-size: 48px;
              font-family: 'nr';
              font-weight: 700;
              color: #ffffff;
              line-height: 1.075; }
            body.zoom .zoom-post.galeria .cover .data .lead {
              position: relative;
              padding: 10px 0 20px;
              font-size: 15px;
              font-family: 'an';
              font-weight: 500;
              color: #ffffff;
              letter-spacing: 0.8px;
              line-height: 1.7; }
            body.zoom .zoom-post.galeria .cover .data .close-gallery-cover {
              border: 2px solid #ffffff;
              font-family: 'nr';
              font-size: 20px;
              text-transform: uppercase;
              font-weight: 600;
              color: #ffffff;
              padding: 4px 25px;
              letter-spacing: 1px;
              margin: 20px;
              outline: none !important;
              box-shadow: none !important;
              background: none;
              cursor: pointer; }
              body.zoom .zoom-post.galeria .cover .data .close-gallery-cover:hover {
                background: rgba(255, 255, 255, 0.3); }
          body.zoom .zoom-post.galeria .cover:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.37);
            z-index: 1; }
          body.zoom .zoom-post.galeria .cover.hidden {
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
            pointer-events: none; }
        body.zoom .zoom-post.galeria:first-child .pswp {
          margin: 85px 30px 50px 30px;
          height: calc(100vh - 135px); }
      body.zoom .zoom-post .zoom-gallery-container .lead {
        display: none; }
      body.zoom .zoom-post .zoom-gallery-container .zoom-gallery {
        position: relative !important;
        opacity: 1;
        overflow: visible;
        margin: 1em 0 0;
        height: 40vw;
        max-height: 575px;
        width: 100%;
        background: #262626;
        min-height: 200px; }
        body.zoom .zoom-post .zoom-gallery-container .zoom-gallery .zoom-gallery-image-container {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          overflow: hidden; }
          body.zoom .zoom-post .zoom-gallery-container .zoom-gallery .zoom-gallery-image-container .zoom-gallery-image {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            justify-content: center;
            align-items: center; }
            body.zoom .zoom-post .zoom-gallery-container .zoom-gallery .zoom-gallery-image-container .zoom-gallery-image img {
              width: 100%;
              height: 100%;
              object-fit: contain;
              object-position: center; }
            body.zoom .zoom-post .zoom-gallery-container .zoom-gallery .zoom-gallery-image-container .zoom-gallery-image .goAdverticum {
              background: none; }
              body.zoom .zoom-post .zoom-gallery-container .zoom-gallery .zoom-gallery-image-container .zoom-gallery-image .goAdverticum:before {
                color: #ffffff; }
            body.zoom .zoom-post .zoom-gallery-container .zoom-gallery .zoom-gallery-image-container .zoom-gallery-image .mobil-caption {
              display: none; }
        body.zoom .zoom-post .zoom-gallery-container .zoom-gallery .zoom-gallery-toolbar {
          opacity: 1;
          position: absolute;
          bottom: 0;
          top: auto;
          width: 200px;
          left: calc(50% - 100px);
          background: #000000; }
          body.zoom .zoom-post .zoom-gallery-container .zoom-gallery .zoom-gallery-toolbar .zoom-gallery-toolbar-counter {
            position: relative;
            display: inline-block;
            font-family: 'nr';
            font-size: 19px;
            letter-spacing: -1px;
            color: #ffffff;
            height: 28px;
            width: 56px;
            line-height: 28px;
            text-align: center;
            margin: 8px 0;
            border-right: 3px solid #333333;
            padding: 0 10px;
            opacity: 1;
            float: left;
            background: none; }
          body.zoom .zoom-post .zoom-gallery-container .zoom-gallery .zoom-gallery-toolbar .zoom-gallery-toolbar-left, body.zoom .zoom-post .zoom-gallery-container .zoom-gallery .zoom-gallery-toolbar .zoom-gallery-toolbar-right {
            position: relative;
            display: inline-block;
            opacity: 1;
            width: 40px;
            padding: 0 10px;
            border: none;
            border-right: 3px solid #333333;
            top: auto;
            right: auto;
            margin: 8px 0;
            height: 28px;
            float: left;
            background: none;
            outline: none;
            box-shadow: none; }
            body.zoom .zoom-post .zoom-gallery-container .zoom-gallery .zoom-gallery-toolbar .zoom-gallery-toolbar-left:before, body.zoom .zoom-post .zoom-gallery-container .zoom-gallery .zoom-gallery-toolbar .zoom-gallery-toolbar-right:before {
              content: '';
              background-image: url("../img/arrow_left.svg");
              background-size: contain;
              background-repeat: no-repeat;
              background-position: center;
              background-color: transparent;
              top: 0;
              left: 10px;
              width: 20px;
              height: 28px;
              position: absolute;
              right: auto; }
          body.zoom .zoom-post .zoom-gallery-container .zoom-gallery .zoom-gallery-toolbar .zoom-gallery-toolbar-right:before {
            background-image: url("../img/arrow_right.svg"); }
          body.zoom .zoom-post .zoom-gallery-container .zoom-gallery .zoom-gallery-toolbar .zoom-gallery-toolbar-info {
            position: relative;
            opacity: 1;
            width: 40px;
            padding: 0 10px;
            margin: 8px 0;
            display: none;
            top: auto;
            right: auto;
            height: 28px;
            float: left;
            background: none;
            border: none;
            outline: none;
            box-shadow: none; }
            body.zoom .zoom-post .zoom-gallery-container .zoom-gallery .zoom-gallery-toolbar .zoom-gallery-toolbar-info:before {
              content: '';
              background-image: url("../img/info.svg");
              background-size: contain;
              background-repeat: no-repeat;
              background-position: center;
              background-color: transparent;
              top: 0;
              left: 10px;
              width: 20px;
              height: 28px;
              position: absolute;
              right: auto; }
            body.zoom .zoom-post .zoom-gallery-container .zoom-gallery .zoom-gallery-toolbar .zoom-gallery-toolbar-info .zoom-gallery-toolbar-info-text {
              opacity: 1;
              pointer-events: none;
              position: absolute;
              bottom: 50px;
              background: #ffffff;
              width: 250px;
              left: -100px;
              font-family: 'an';
              font-size: 15px;
              font-weight: 400;
              color: #5c5c5c;
              -webkit-transition: all 0.2s;
              transition: all 0.2s;
              padding: 10px; }
              body.zoom .zoom-post .zoom-gallery-container .zoom-gallery .zoom-gallery-toolbar .zoom-gallery-toolbar-info .zoom-gallery-toolbar-info-text p {
                margin: 0; }
              body.zoom .zoom-post .zoom-gallery-container .zoom-gallery .zoom-gallery-toolbar .zoom-gallery-toolbar-info .zoom-gallery-toolbar-info-text.hidden {
                opacity: 0; }
          body.zoom .zoom-post .zoom-gallery-container .zoom-gallery .zoom-gallery-toolbar .zoom-gallery-toolbar-toggle-fullscreen {
            position: relative;
            display: inline-block;
            opacity: 1;
            width: 40px;
            padding: 0 10px;
            top: auto;
            right: auto;
            margin: 8px 0;
            height: 28px;
            float: left;
            background: none;
            border: none;
            outline: none;
            box-shadow: none; }
            body.zoom .zoom-post .zoom-gallery-container .zoom-gallery .zoom-gallery-toolbar .zoom-gallery-toolbar-toggle-fullscreen:before {
              content: '';
              background-image: url("../img/fullscreen.svg");
              background-size: contain;
              background-repeat: no-repeat;
              background-position: center;
              background-color: transparent;
              top: 0;
              left: 10px;
              width: 20px;
              height: 28px;
              position: absolute;
              right: auto; }
            body.zoom .zoom-post .zoom-gallery-container .zoom-gallery .zoom-gallery-toolbar .zoom-gallery-toolbar-toggle-fullscreen.close {
              float: right; }
              body.zoom .zoom-post .zoom-gallery-container .zoom-gallery .zoom-gallery-toolbar .zoom-gallery-toolbar-toggle-fullscreen.close:before {
                background-image: url("../img/close_round.svg"); }
          body.zoom .zoom-post .zoom-gallery-container .zoom-gallery .zoom-gallery-toolbar .zoom-gallery-toolbar-facebook, body.zoom .zoom-post .zoom-gallery-container .zoom-gallery .zoom-gallery-toolbar .zoom-gallery-toolbar-twitter, body.zoom .zoom-post .zoom-gallery-container .zoom-gallery .zoom-gallery-toolbar .zoom-gallery-toolbar-email {
            position: relative;
            display: inline-block;
            opacity: 1;
            width: 28px;
            padding: 0 5px;
            top: auto;
            right: auto;
            margin: 8px 0;
            height: 28px;
            float: right;
            background: none;
            border: none;
            outline: none;
            box-shadow: none; }
            body.zoom .zoom-post .zoom-gallery-container .zoom-gallery .zoom-gallery-toolbar .zoom-gallery-toolbar-facebook:before, body.zoom .zoom-post .zoom-gallery-container .zoom-gallery .zoom-gallery-toolbar .zoom-gallery-toolbar-twitter:before, body.zoom .zoom-post .zoom-gallery-container .zoom-gallery .zoom-gallery-toolbar .zoom-gallery-toolbar-email:before {
              content: '';
              background-image: url("../img/facebook_fill.svg");
              background-size: contain;
              background-repeat: no-repeat;
              background-position: center;
              background-color: transparent;
              top: 0;
              left: 5px;
              width: 28px;
              height: 28px;
              position: absolute;
              right: auto; }
          body.zoom .zoom-post .zoom-gallery-container .zoom-gallery .zoom-gallery-toolbar .zoom-gallery-toolbar-twitter:before {
            background-image: url("../img/twitter_fill.svg"); }
          body.zoom .zoom-post .zoom-gallery-container .zoom-gallery .zoom-gallery-toolbar .zoom-gallery-toolbar-email {
            width: 37px;
            margin-right: 3px; }
            body.zoom .zoom-post .zoom-gallery-container .zoom-gallery .zoom-gallery-toolbar .zoom-gallery-toolbar-email:before {
              background-image: url("../img/email.svg");
              width: 35px; }
        body.zoom .zoom-post .zoom-gallery-container .zoom-gallery.full {
          margin: 80px 30px 50px 30px;
          height: calc(100vh - 130px);
          width: calc(100% - 60px);
          max-height: none; }
          body.zoom .zoom-post .zoom-gallery-container .zoom-gallery.full .zoom-gallery-toolbar {
            position: absolute;
            bottom: -50px;
            top: auto;
            width: 360px;
            left: calc(50% - 180px); }
            body.zoom .zoom-post .zoom-gallery-container .zoom-gallery.full .zoom-gallery-toolbar .zoom-gallery-toolbar-info {
              display: inline-block; }
      body.zoom .zoom-post .zoom-gallery-container .zoom-gallery-toolbar-info-text-inline {
        position: relative;
        width: 100%;
        top: 100%;
        padding: 5px 0;
        margin: 0 0 2em;
        font-size: 14px;
        font-family: 'nr';
        letter-spacing: 0.7px;
        line-height: 1.5;
        color: #999999; }
      body.zoom .zoom-post .zoom-gallery-container.fullscreen {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 100;
        background: #262626; }
        body.zoom .zoom-post .zoom-gallery-container.fullscreen .zoom-gallery {
          max-height: none;
          margin: 80px 30px 50px 30px;
          height: calc(100vh - 130px);
          width: calc(100% - 60px);
          max-height: none; }
          body.zoom .zoom-post .zoom-gallery-container.fullscreen .zoom-gallery .zoom-gallery-toolbar {
            position: absolute;
            bottom: -50px;
            top: auto;
            width: 360px;
            left: calc(50% - 180px); }
            body.zoom .zoom-post .zoom-gallery-container.fullscreen .zoom-gallery .zoom-gallery-toolbar .zoom-gallery-toolbar-info {
              display: inline-block; }
            body.zoom .zoom-post .zoom-gallery-container.fullscreen .zoom-gallery .zoom-gallery-toolbar .zoom-gallery-toolbar-toggle-fullscreen {
              float: right; }
              body.zoom .zoom-post .zoom-gallery-container.fullscreen .zoom-gallery .zoom-gallery-toolbar .zoom-gallery-toolbar-toggle-fullscreen:before {
                background-image: url("../img/close_round.svg"); }
      body.zoom .zoom-post.feature .highlighted-image {
        position: relative; }
        body.zoom .zoom-post.feature .highlighted-image h1 {
          position: absolute;
          bottom: 0;
          width: 860px;
          padding: 0.75em calc(50% - 430px);
          margin: 0;
          font-size: 48px;
          font-weight: 700;
          font-family: 'nr';
          color: #ffffff;
          text-align: center;
          z-index: 1; }
          body.zoom .zoom-post.feature .highlighted-image h1:before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: #161616;
            background: -webkit-linear-gradient(transparent 0%, #000000);
            background: -o-linear-gradient(transparent 0%, #000000);
            background: -moz-linear-gradient(transparent 0%, #000000);
            background: linear-gradient(transparent 0%, #000000);
            z-index: -2; }
          body.zoom .zoom-post.feature .highlighted-image h1:after {
            content: '';
            position: absolute;
            width: 90px;
            height: 90px;
            left: calc(50% - 45px);
            bottom: -40px;
            background-color: #000000;
            background-image: url("../img/arrow_down.svg");
            background-size: 40px auto;
            background-position: center;
            background-repeat: no-repeat;
            border-radius: 50%;
            z-index: -1; }
      body.zoom .zoom-post.feature .zoom-post-body .zoom-post-container {
        max-width: 820px;
        width: 100%;
        margin: 70px auto 30px; }
        body.zoom .zoom-post.feature .zoom-post-body .zoom-post-container .tags {
          margin: 0; }
        body.zoom .zoom-post.feature .zoom-post-body .zoom-post-container .tags-share {
          position: relative; }
        body.zoom .zoom-post.feature .zoom-post-body .zoom-post-container .fb-share-button {
          margin: 8px 0 0; }
        body.zoom .zoom-post.feature .zoom-post-body .zoom-post-container .authors {
          padding: 10px 0 10px;
          border-bottom: 5px solid #EBEBEB;
          color: #999999; }
      body.zoom .zoom-post.kulso {
        background: #262626;
        position: relative;
        width: 100%;
        height: 100vh;
        background: #262626;
        z-index: 2000;
        -webkit-transition: transform 0.5s;
        transition: transform 0.5s;
        margin-bottom: 30px;
        overflow: visible; }
        body.zoom .zoom-post.kulso .highlighted-image {
          height: 100%;
          margin-top: 0; }
          body.zoom .zoom-post.kulso .highlighted-image span {
            position: absolute; }
        body.zoom .zoom-post.kulso .data {
          position: absolute;
          bottom: 0;
          left: 0;
          margin: 0;
          padding: 30px calc(50% - 450px) 100px;
          width: 900px;
          text-align: center;
          background: #161616;
          background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.81));
          background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.81));
          background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.81));
          background: linear-gradient(transparent, rgba(0, 0, 0, 0.81));
          z-index: 2; }
          body.zoom .zoom-post.kulso .data .tags {
            padding: 0;
            list-style: none;
            width: 530px;
            margin: 0 auto;
            padding-top: 5px; }
            body.zoom .zoom-post.kulso .data .tags li {
              display: inline-block;
              margin: 0 10px 0 0;
              font-size: 12px;
              font-family: 'nr';
              font-weight: 700;
              text-transform: uppercase;
              color: #000000;
              background: #ffffff;
              padding: 5px 8px; }
              body.zoom .zoom-post.kulso .data .tags li:first-child:last-child {
                margin: 0 !important; }
            body.zoom .zoom-post.kulso .data .tags:before {
              content: '';
              position: absolute;
              top: -20px;
              left: calc(50% - 20px);
              width: 40px;
              height: 40px;
              background-image: url("../img/multimedia.svg");
              background-repeat: no-repeat;
              background-position: center;
              background-size: contain;
              pointer-events: none; }
          body.zoom .zoom-post.kulso .data .top-link {
            background: none;
            position: relative;
            height: auto;
            width: 530px;
            margin: 0 auto; }
          body.zoom .zoom-post.kulso .data h2 {
            margin: 20px 0;
            font-size: 48px;
            font-family: 'nr';
            font-weight: 700;
            color: #ffffff;
            line-height: 1.075; }
          body.zoom .zoom-post.kulso .data .lead {
            position: relative;
            padding: 10px 0 20px;
            font-size: 15px;
            font-family: 'an';
            font-weight: 500;
            color: #ffffff;
            letter-spacing: 0.8px;
            line-height: 1.7; }
          body.zoom .zoom-post.kulso .data .open-button {
            border: 2px solid #ffffff;
            font-family: 'nr';
            font-size: 20px;
            text-transform: uppercase;
            font-weight: 600;
            color: #ffffff;
            padding: 4px 25px;
            letter-spacing: 1px;
            margin: 20px;
            outline: none !important;
            box-shadow: none !important;
            background: none;
            cursor: pointer; }
            body.zoom .zoom-post.kulso .data .open-button:hover {
              background: rgba(255, 255, 255, 0.3); }
        body.zoom .zoom-post.kulso:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.37);
          z-index: 1; }
      body.zoom.lazy-enabled .zoom-post:after {
        content: '';
        background-image: url("../img/page_break.jpg");
        height: 30px;
        width: 100%;
        display: block; }
      body.zoom .zoom-post .mobil-title {
        font-size: 48px;
        font-weight: 700;
        font-family: 'nr';
        letter-spacing: -1px;
        margin: 0;
        display: none; }
        @media (max-width: 991px) {
          body.zoom .zoom-post .zoom-post-body .zoom-post-container .fb-comment-count {
            float: right;
            margin: 25px 0 0;
            position: absolute;
            right: 120px;

          }
          body.zoom .zoom-post .zoom-post-body .zoom-post-container .fb-comment-count span.hsz { display: none; }
          body.zoom .zoom-post .mobil-title {
            font-size: 30px;
            display: block; } }
      body.zoom .zoom-post.no-image .mobil-title {
        display: block; }
      body.zoom .zoom-post:first-child.no-image {
        padding-top: 100px; }
      body.zoom .zoom-post:not(.feature):not(.kulso) .highlighted-image {
        height: 690px; }
        body.zoom .zoom-post:not(.feature):not(.kulso) .highlighted-image span {
          display: block;
          width: 100%;
          height: 100%;
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover; }
      body.zoom .zoom-post:not(.feature):not(.kulso) .zoom-post-body .zoom-post-container .alignnone, body.zoom .zoom-post:not(.feature):not(.kulso) .zoom-post-body .zoom-post-container .alignleft, body.zoom .zoom-post:not(.feature):not(.kulso) .zoom-post-body .zoom-post-container .alignright, body.zoom .zoom-post:not(.feature):not(.kulso) .zoom-post-body .zoom-post-container .aligncenter {
        width: 100% !important; }
    body.zoom .zoom-age-alert-window {
      position: fixed;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      align-items: center;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-color: #262626;
      -webkit-transition: transform 0.5s;
      transition: transform 0.5s;
      z-index: 2000; }
      body.zoom .zoom-age-alert-window .zoom-age-num {
        width: 120px;
        height: 120px;
        background: #9128F9;
        border-radius: 50%;
        color: #ffffff;
        font-family: 'nr';
        font-weight: 700;
        font-size: 57px;
        text-align: center;
        line-height: 120px;
        margin: 0 auto; }
      body.zoom .zoom-age-alert-window .zoom-age-info {
        width: 530px;
        color: #ffffff;
        font-family: 'an';
        font-weight: 600;
        font-size: 16px;
        text-align: center;
        margin: 45px auto; }
      body.zoom .zoom-age-alert-window .zoom-age-yes, body.zoom .zoom-age-alert-window .zoom-age-no {
        background: none;
        display: inline-block;
        white-space: nowrap;
        padding: 0;
        width: auto;
        outline: none;
        box-shadow: none;
        border: none;
        font-family: 'nr';
        font-weight: 700;
        font-size: 24px;
        text-transform: uppercase;
        color: #ffffff;
        cursor: pointer;
        margin: 0 30px; }
        body.zoom .zoom-age-alert-window .zoom-age-yes:before, body.zoom .zoom-age-alert-window .zoom-age-no:before {
          content: '';
          margin: 0 auto 25px;
          width: 50px;
          height: 50px;
          display: block;
          background-image: url("../img/age_no.svg");
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center; }
      body.zoom .zoom-age-alert-window .zoom-age-yes {
        color: #9128F9; }
        body.zoom .zoom-age-alert-window .zoom-age-yes:before {
          background-image: url("../img/age_yes.svg"); }
      body.zoom .zoom-age-alert-window.hidden {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        pointer-events: none; }
    body.zoom .zoom-post .zoom-age-alert-window {
      position: absolute;
      align-items: flex-start; }
      body.zoom .zoom-post .zoom-age-alert-window .zoom-age-alert-window-content {
        padding-top: 100px; }
    body.zoom .zoom-post:first-child .zoom-age-alert-window .zoom-age-alert-window-content {
      padding-top: 200px; }
    body.zoom .zoom-404 {
      width: 100%;
      height: 100vh;
      background: #262626; }
      body.zoom .zoom-404 .zoom-404-container {
        text-align: center;
        display: inline-block;
        width: 100%;
        height: calc(100% - 250px);
        margin-top: 90px;
        background-image: url("../img/404_background.jpg");
        background-size: 30px auto;
        background-repeat: repeat; }
        body.zoom .zoom-404 .zoom-404-container .zoom-404-num {
          display: block;
          width: 80%;
          height: 100%;
          margin: 0 auto;
          position: relative;
          color: #ffffff;
          font-family: 'nr';
          font-weight: 800;
          font-size: 600px;
          line-height: 520px;
          letter-spacing: -30px;
          cursor: pointer;
          background-image: url("../img/404.svg");
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat; }
      body.zoom .zoom-404 .zoom-404-footer {
        height: 153px;
        text-align: center; }
        body.zoom .zoom-404 .zoom-404-footer p {
          color: #ffffff;
          font-family: 'nr';
          font-weight: 700;
          font-size: 12px;
          text-transform: uppercase;
          margin: 0;
          padding: 30px 0 70px; }
          body.zoom .zoom-404 .zoom-404-footer p span {
            position: relative;
            display: inline-block;
            top: 20px;
            width: 50px;
            height: 50px;
            margin: 0 20px;
            background-image: url("../img/age_no.svg");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center; }
          body.zoom .zoom-404 .zoom-404-footer p a {
            color: #9128F9; }
    body.zoom .zoom-footer {
      height: 120px;
      background: #262626;
      text-align: center;
      margin-top: 50px; }
      .zoom-footer .zoom-more-button {
        display: none;
      }
      body.zoom.lazy-enabled .zoom-footer .zoom-more-button {
        display: block;
        width: 420px;
        height: 100px;
        background: black;
        color: #ffffff;
        line-height: 100px;
        text-align: center;
        font-size: 50px;
        font-family: 'nr';
        font-weight: 800;
        cursor: pointer;
        margin: -50px auto; }
      body.zoom .zoom-footer a {
        color: #ffffff;
        font-size: 12px;
        font-family: 'nr';
        font-weight: 700;
        text-transform: uppercase;
        display: inline-block;
        margin: 75px 25px 0; }
      body.zoom .zoom-footer.no-margin {
        margin-top: 0; }
    body.zoom .zoom-search-form {
      opacity: 0;
      pointer-events: none;
      position: fixed;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.81);
      z-index: -1;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      -webkit-flex-flow: wrap;
      align-items: center;
      flex-direction: column;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      body.zoom .zoom-search-form .zoom-search-container .zoom-search-icon {
        width: 24px;
        height: 24px;
        display: block;
        background-image: url("../img/search.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        margin: 0 auto 30px; }
      body.zoom .zoom-search-form .zoom-search-container .zoom-search-input {
        width: 550px;
        height: 130px;
        font-size: 72px;
        text-align: center;
        color: #000000;
        text-transform: uppercase;
        font-family: 'nr';
        font-weight: 500;
        border: none;
        box-shadow: none;
        outline: none;
        display: block; }
      body.zoom .zoom-search-form .zoom-search-container .zoom-search-button {
        border: 2px solid #ffffff;
        font-family: 'nr';
        width: 200px;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 600;
        color: #ffffff;
        padding: 7px 25px;
        letter-spacing: 1px;
        margin: 40px auto 0;
        outline: none !important;
        box-shadow: none !important;
        background: none;
        cursor: pointer; }
        body.zoom .zoom-search-form .zoom-search-container .zoom-search-button:hover {
          background: rgba(255, 255, 255, 0.3); }
      body.zoom .zoom-search-form.visible {
        opacity: 1;
        pointer-events: auto; }
    body.zoom.customize-support .zoom-header .zoom-menu .menu-content {
      top: 32px;
      height: calc(100vh - 32px); }
    @media (max-width: 991px) {
      body.zoom .zoom-header {
        height: 40px;
        text-align: left; }
        body.zoom .zoom-header:before {
          display: none; }
        body.zoom .zoom-header:after {
          opacity: 1; }
        body.zoom .zoom-header .zoom-menu {
          top: 4px;
          right: 10px;
          left: auto; }
          body.zoom .zoom-header .zoom-menu .menu {
            width: 25px; }
          body.zoom .zoom-header .zoom-menu.open .menu {
            position: fixed;
            top: 5px;
            right: 10px;
            width: 20px; }
        body.zoom .zoom-header .zoom-logo {
          width: 106px;
          margin: 7px; 
        }
         body.zoom .zoom-header .zoom-logo.valasztas {
            width: 255px;
        }
        body.zoom .zoom-header .zoom-contact {
          display: none;
          position: fixed !important;
          bottom: 50px;
          z-index: 1;
          top: auto !important;
          left: calc((100% - 230px) / 2 + 60px);
          right: auto !important; }
          body.zoom .zoom-header .zoom-contact a {
            width: 40px !important;
            height: 40px !important;
            margin-right: 18px !important; }
            body.zoom .zoom-header .zoom-contact a.email {
              width: 51px !important;
              background-repeat: no-repeat; }
          body.zoom .zoom-header .zoom-contact.open {
            display: block; }
        body.zoom .zoom-header .zoom-search {
          display: none;
          position: fixed !important;
          bottom: 50px;
          left: calc((100% - 230px) / 2);
          right: auto !important;
          z-index: 1;
          top: auto !important; }
          body.zoom .zoom-header .zoom-search .search {
            width: 40px !important;
            height: 40px !important; }
          body.zoom .zoom-header .zoom-search.open {
            display: block; }
        body.zoom .zoom-header .zoom-menu .menu-content nav {
          margin: 50px 0 0 25px; }
          body.zoom .zoom-header .zoom-menu .menu-content nav a {
            font-size: 28px;
            margin: 10px 0; }
      body.zoom .zoom-content {
        position: relative;
        max-width: 1280px;
        margin: auto;
        z-index: 5000; }
        body.zoom .zoom-content .zoom-list, body.zoom .zoom-content .zoom-list.homepage {
          margin: 0 10px 20px;
          padding: 50px 0 0; }
          body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.highlighted {
            position: relative;
            display: block;
            margin: 0 !important;
            width: 100% !important;
            left: auto !important;
            height: auto !important;
            padding-bottom: 30px; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted .top-link, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.highlighted .top-link {
              position: relative;
              left: auto;
              top: auto;
              display: block;
              width: 100%;
              height: 50vw;
              background: none; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted .top-link:after, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.highlighted .top-link:after {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background: -webkit-linear-gradient(transparent, 60% rgba(0, 0, 0, 0.7));
                background: -o-linear-gradient(transparent 60%, rgba(0, 0, 0, 0.7));
                background: -moz-linear-gradient(transparent 60%, rgba(0, 0, 0, 0.7));
                background: linear-gradient(transparent 60%, rgba(0, 0, 0, 0.7)); }
            body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted .background-image, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.highlighted .background-image {
              position: absolute;
              width: 100%;
              height: 100%;
              background-position: center;
              background-repeat: no-repeat;
              background-size: cover;
              z-index: -1; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted .data, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.highlighted .data {
              position: relative;
              display: block;
              text-align: left;
              margin: 0;
              padding-top: 20px; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted .data .tags, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.highlighted .data .tags {
                width: 100% !important;
                padding: 0 !important;
                text-align: left;
                list-style: none; }
                body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted .data .tags li, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.highlighted .data .tags li {
                  display: inline-block;
                  margin: 0 10px 0 0;
                  font-size: 12px;
                  font-family: 'nr';
                  font-weight: 700;
                  text-transform: uppercase;
                  color: #ffffff; }
                  body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted .data .tags li a, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.highlighted .data .tags li a {
                    background: #000000;
                    padding: 5px 8px;
                    margin: 0 0 10px;
                    display: inline-block; }
                  body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted .data .tags li.author, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.highlighted .data .tags li.author {
                    text-transform: none;
                    font-weight: 500;
                    background: none;
                    color: #999999; }
                    body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted .data .tags li.author a, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.highlighted .data .tags li.author a {
                      background: none;
                      color: #999999;
                      padding-left: 0; }
                      body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted .data .tags li.author a:after, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.highlighted .data .tags li.author a:after {
                        content: '';
                        position: relative;
                        display: inline-block;
                        width: 10px;
                        height: 2px;
                        margin: 3px 5px;
                        background: #999999; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted .data .zoom-breaking-title, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.highlighted .data .zoom-breaking-title {
                display: none; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted .data .top-link, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.highlighted .data .top-link {
                position: relative;
                height: auto;
                width: 100%;
                margin: 0 auto;
                background: none; }
                body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted .data .top-link:after, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.highlighted .data .top-link:after {
                  display: none; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted .data h2, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.highlighted .data h2 {
                font-size: 30px;
                width: 100%;
                color: #000000;
                text-align: left;
                margin: 0 0 10px; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted .data .lead-in, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.highlighted .data .lead-in {
                padding: 0;
                width: 100%;
                color: #000000;
                text-align: left; }
                body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted .data .lead-in:before, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.highlighted .data .lead-in:before {
                  display: none; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted .data .zoom-linked-container, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.highlighted .data .zoom-linked-container {
                display: none; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted + .default, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.highlighted + .default {
              border: none; }
          body.zoom .zoom-content .zoom-list .zoom-list-item.default, body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.default, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.sub-highlighted {
            padding: 30px 0;
            border-top: 5px solid #EBEBEB !important; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.default .image, body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted .image, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.default .image, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.sub-highlighted .image {
              position: relative;
              width: 100%;
              height: 50vw;
              display: block; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.default .image .background-image, body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted .image .background-image, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.default .image .background-image, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.sub-highlighted .image .background-image {
                width: 100%;
                height: 100%;
                display: block;
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.default .data, body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted .data, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.default .data, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.sub-highlighted .data {
              width: 100%;
              margin: 0;
              padding: 20px 0 0; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.default .data .tags, body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted .data .tags, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.default .data .tags, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.sub-highlighted .data .tags {
                padding: 0;
                margin: 0;
                list-style: none; }
                body.zoom .zoom-content .zoom-list .zoom-list-item.default .data .tags li, body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted .data .tags li, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.default .data .tags li, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.sub-highlighted .data .tags li {
                  display: inline-block;
                  margin: 0 10px 0 0;
                  font-size: 12px;
                  font-family: 'nr';
                  font-weight: 700;
                  text-transform: uppercase;
                  color: #ffffff; }
                  body.zoom .zoom-content .zoom-list .zoom-list-item.default .data .tags li a, body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted .data .tags li a, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.default .data .tags li a, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.sub-highlighted .data .tags li a {
                    background: #000000;
                    padding: 5px 8px;
                    margin: 0 0 10px;
                    display: inline-block; }
                  body.zoom .zoom-content .zoom-list .zoom-list-item.default .data .tags li.author, body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted .data .tags li.author, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.default .data .tags li.author, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.sub-highlighted .data .tags li.author {
                    background: none;
                    text-transform: none;
                    color: #999999;
                    font-weight: 500; }
                    body.zoom .zoom-content .zoom-list .zoom-list-item.default .data .tags li.author a, body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted .data .tags li.author a, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.default .data .tags li.author a, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.sub-highlighted .data .tags li.author a {
                      background: none;
                      padding: 0; }
                      body.zoom .zoom-content .zoom-list .zoom-list-item.default .data .tags li.author a:after, body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted .data .tags li.author a:after, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.default .data .tags li.author a:after, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.sub-highlighted .data .tags li.author a:after {
                        content: '';
                        position: relative;
                        display: inline-block;
                        width: 10px;
                        height: 2px;
                        margin: 3px 5px;
                        background: #999999; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.default .data h2, body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted .data h2, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.default .data h2, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.sub-highlighted .data h2 {
                font-size: 30px; }
                body.zoom .zoom-content .zoom-list .zoom-list-item.default .data h2 a, body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted .data h2 a, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.default .data h2 a, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.sub-highlighted .data h2 a {
                  word-break: break-word; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.default .data .lead-in, body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted .data .lead-in, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.default .data .lead-in, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.sub-highlighted .data .lead-in {
                padding: 0; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.default:first-child, body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted:first-child, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.default:first-child, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.sub-highlighted:first-child {
              padding-top: initial;
              border: none; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.default:first-child .image, body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted:first-child .image, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.default:first-child .image, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.sub-highlighted:first-child .image {
                height: 50vw; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.default.no-image, body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted.no-image, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.default.no-image, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.sub-highlighted.no-image {
              min-height: unset; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.default.no-image .data, body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted.no-image .data, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.default.no-image .data, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.sub-highlighted.no-image .data {
                width: 100%;
                margin: 0;
                padding: 0; }
          body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.sub-highlighted {
            width: 100%;
            float: none;
            padding: 30px 0;
            border-top: 5px solid #EBEBEB; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted.left, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.sub-highlighted.left {
              padding: 30px 0; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted.right, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.sub-highlighted.right {
              padding: 30px 0; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted h2, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.sub-highlighted h2 {
              font-size: 30px !important; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.sub-highlighted + .clearfix + .zoom-list-item.default, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.sub-highlighted + .clearfix + .zoom-list-item.default {
              border-color: #EBEBEB; }
          body.zoom .zoom-content .zoom-list .zoom-list-item.galeria, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.galeria {
            position: relative;
            height: 100vh !important;
            left: -10px !important;
            width: calc(100% + 20px) !important;
            margin: 0 !important; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.galeria .top-link, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.galeria .top-link {
              display: block;
              height: 100%;
              background: rgba(0, 0, 0, 0.16); }
            body.zoom .zoom-content .zoom-list .zoom-list-item.galeria .data, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.galeria .data {
              left: 0;
              padding: 10px !important;
              margin: 0;
              width: calc(100% - 20px);
              height: auto;
              display: block;
              min-height: unset; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.galeria .data .middle, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.galeria .data .middle {
                display: block; }
                body.zoom .zoom-content .zoom-list .zoom-list-item.galeria .data .middle h2, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.galeria .data .middle h2 {
                  margin: 0;
                  font-size: 36px;
                  font-family: 'nr';
                  font-weight: 700;
                  color: #ffffff;
                  line-height: normal;
                  letter-spacing: -0.7px; }
                body.zoom .zoom-content .zoom-list .zoom-list-item.galeria .data .middle:before, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.galeria .data .middle:before {
                  left: calc(50% - 50px);
                  width: 100px;
                  height: 100px;
                  top: -110px; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.galeria + .default, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.galeria + .default {
              border: none; }
          body.zoom .zoom-content .zoom-list .zoom-list-item.video, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.video {
            position: relative;
            height: 100vh !important;
            left: -10px !important;
            width: calc(100% + 20px) !important;
            margin: 0 !important; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.video .top-link, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.video .top-link {
              display: block;
              height: 100%;
              background: rgba(0, 0, 0, 0.16); }
            body.zoom .zoom-content .zoom-list .zoom-list-item.video .data, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.video .data {
              left: 0;
              padding: 10px !important;
              margin: 0;
              width: calc(100% - 20px);
              height: auto;
              display: block;
              min-height: unset; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.video .data .middle, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.video .data .middle {
                display: block; }
                body.zoom .zoom-content .zoom-list .zoom-list-item.video .data .middle h2, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.video .data .middle h2 {
                  margin: 0;
                  font-size: 36px;
                  font-family: 'nr';
                  font-weight: 700;
                  color: #ffffff;
                  line-height: normal;
                  letter-spacing: -0.7px; }
                body.zoom .zoom-content .zoom-list .zoom-list-item.video .data .middle:before, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.video .data .middle:before {
                  left: calc(50% - 50px);
                  width: 100px;
                  height: 100px;
                  top: -110px; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.video + .default, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.video + .default {
              border: none; }
          body.zoom .zoom-content .zoom-list .zoom-list-item.feature, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.feature {
            position: relative;
            width: 100%;
            height: auto; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.feature .top-link, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.feature .top-link {
              display: block;
              height: 100%;
              background: rgba(0, 0, 0, 0.37); }
              body.zoom .zoom-content .zoom-list .zoom-list-item.feature .top-link:before, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.feature .top-link:before {
                content: '';
                position: absolute;
                left: 0;
                top: auto;
                bottom: 0;
                width: 100%;
                height: 200px;
                background: -webkit-linear-gradient(transparent 35%, #161616);
                background: -o-linear-gradient(transparent 35%, #161616);
                background: -moz-linear-gradient(transparent 35%, #161616);
                background: linear-gradient(transparent 35%, #161616); }
            body.zoom .zoom-content .zoom-list .zoom-list-item.feature .data, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.feature .data {
              position: absolute;
              left: 0;
              width: calc(100% - 20px);
              margin: 0;
              padding: 10px;
              bottom: 0;
              top: auto; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.feature .data .top-link, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.feature .data .top-link {
                background: none; }
                body.zoom .zoom-content .zoom-list .zoom-list-item.feature .data .top-link:before, body.zoom .zoom-content .zoom-list .zoom-list-item.feature .data .top-link:after, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.feature .data .top-link:before, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.feature .data .top-link:after {
                  display: none; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.feature .data h2, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.feature .data h2 {
                margin: 0 0 20px;
                font-size: 30px; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.feature .data .lead-in, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.feature .data .lead-in {
                display: none; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.feature + .default, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.feature + .default {
              border: none; }
          body.zoom .zoom-content .zoom-list .zoom-list-item.mappa, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.mappa {
            margin-top: 20px !important;
            height: auto !important; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.mappa h2, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.mappa h2 {
              font-size: 12px;
              color: #ffffff;
              background: #000000;
              padding: 7px 10px 7px 20px;
              margin-left: -10px; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.mappa .background-image, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.mappa .background-image {
              display: none; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.mappa .data, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.mappa .data {
              position: relative;
              height: auto;
              top: 0;
              padding-top: 80px; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.mappa .data .top, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.mappa .data .top {
                position: relative;
                width: 100%;
                height: auto; }
                body.zoom .zoom-content .zoom-list .zoom-list-item.mappa .data .top a, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.mappa .data .top a {
                  margin: 0 0 20px !important; }
                  body.zoom .zoom-content .zoom-list .zoom-list-item.mappa .data .top a h3, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.mappa .data .top a h3 {
                    color: #000000;
                    margin: 0 0 10px;
                    font-size: 30px; }
                  body.zoom .zoom-content .zoom-list .zoom-list-item.mappa .data .top a .lead-in, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.mappa .data .top a .lead-in {
                    padding: 0;
                    margin: 0;
                    color: #000000;
                    width: 100%; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.mappa .data .linked, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.mappa .data .linked {
                position: relative;
                width: 100%;
                height: auto; }
                body.zoom .zoom-content .zoom-list .zoom-list-item.mappa .data .linked a, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.mappa .data .linked a {
                  border-top: 5px solid #EBEBEB !important;
                  padding: 20px 0 !important;
                  margin: 0 !important; }
                  body.zoom .zoom-content .zoom-list .zoom-list-item.mappa .data .linked a h3, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.mappa .data .linked a h3 {
                    color: #000000;
                    margin: 0 0 10px;
                    font-size: 30px; }
                  body.zoom .zoom-content .zoom-list .zoom-list-item.mappa .data .linked a .lead-in, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.mappa .data .linked a .lead-in {
                    padding: 0;
                    margin: 0;
                    color: #000000;
                    width: 100%; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.mappa + .default, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.mappa + .default {
              border: none; }
          body.zoom .zoom-content .zoom-list .zoom-list-item.kulso, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.kulso {
            margin-left: -10px; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.kulso .data, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.kulso .data {
              width: 100%;
              padding-bottom: 20px; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.kulso .data .tags, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.kulso .data .tags {
                width: 100%; }
                body.zoom .zoom-content .zoom-list .zoom-list-item.kulso .data .tags li:first-child:last-child, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.kulso .data .tags li:first-child:last-child {
                  margin: 0 !important; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.kulso .data .top-link, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.kulso .data .top-link {
                width: 100%; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.kulso .data h2, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.kulso .data h2 {
                font-size: 30px; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.kulso .data .lead, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.kulso .data .lead {
                display: none; }
              body.zoom .zoom-content .zoom-list .zoom-list-item.kulso .data .open-button:hover, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.kulso .data .open-button:hover {
                background: rgba(255, 255, 255, 0.3); }
            body.zoom .zoom-content .zoom-list .zoom-list-item.kulso + .default, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.kulso + .default {
              border: none; }
            body.zoom .zoom-content .zoom-list .zoom-list-item.kulso + .kulso, body.zoom .zoom-content .zoom-list .zoom-list-item.kulso + .feature, body.zoom .zoom-content .zoom-list .zoom-list-item.kulso + .video, body.zoom .zoom-content .zoom-list .zoom-list-item.kulso + .galeria, body.zoom .zoom-content .zoom-list .zoom-list-item.kulso + .mappa, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.kulso + .kulso, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.kulso + .feature, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.kulso + .video, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.kulso + .galeria, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item.kulso + .mappa {
              margin-top: 40px; }
          body.zoom .zoom-content .zoom-list .zoom-list-item:last-child, body.zoom .zoom-content .zoom-list.homepage .zoom-list-item:last-child {
            margin-bottom: 30px; }
        body.zoom .zoom-content.homepage .zoom-list .zoom-list-item.default:first-child, body.zoom .zoom-content.homepage .zoom-list .zoom-list-item.feature:first-child {
          margin-top: 0;
          border-top: none; }
        body.zoom .zoom-content.taxonomy .zoom-list, body.zoom .zoom-content.tags .zoom-list, body.zoom .zoom-content.archive .zoom-list, body.zoom .zoom-content.profil .zoom-list, body.zoom .zoom-content.search .zoom-list {
          margin: 0 10px 0;
          padding: 100px 0 0; }
          body.zoom .zoom-content.taxonomy .zoom-list .zoom-list-item.highlighted, body.zoom .zoom-content.tags .zoom-list .zoom-list-item.highlighted, body.zoom .zoom-content.archive .zoom-list .zoom-list-item.highlighted, body.zoom .zoom-content.profil .zoom-list .zoom-list-item.highlighted, body.zoom .zoom-content.search .zoom-list .zoom-list-item.highlighted {
            width: 100% !important; }
        body.zoom .zoom-content.profil {
          padding: 10px 0 0; }
        body.zoom .zoom-content .zoom-title {
          top: 50px;
          padding: 7px 10px 7px 20px;
          font-size: 12px; }
        body.zoom .zoom-content.impresszum .post {
          padding-top: 110px; }
          body.zoom .zoom-content.impresszum .post table {
            font-size: 15px; }
            body.zoom .zoom-content.impresszum .post table td {
              display: block;
              width: 100% !important; }
        body.zoom .zoom-content.impresszum .zoom-munkatarsak .person {
          width: 300px; }
      body.zoom .zoom-profil-container {
        padding: 110px 0 30px; }
        body.zoom .zoom-profil-container .zoom-profil {
          max-width: 1220px;
          margin: 0 auto; }
          body.zoom .zoom-profil-container .zoom-profil img {
            width: 100%;
            height: auto;
            max-width: 550px;
            margin: 0 auto;
            float: none;
            display: block; }
          body.zoom .zoom-profil-container .zoom-profil .zoom-profil-data {
            width: 100%;
            max-width: 550px;
            margin: 10px auto 0;
            float: none; }
            body.zoom .zoom-profil-container .zoom-profil .zoom-profil-data h1 {
              font-size: 28px;
              margin: 0 10px; }
            body.zoom .zoom-profil-container .zoom-profil .zoom-profil-data p {
              margin: 10px 10px 20px; }
            body.zoom .zoom-profil-container .zoom-profil .zoom-profil-data a {
              margin: 0 auto; }
      body.zoom .zoom-footer {
        height: auto;
        text-align: center;
        margin-top: 0; }
        body.zoom .zoom-footer .zoom-more-button {
          width: 100%;
          height: 100px;
          font-size: 30px;
          margin: 0 auto; }
        body.zoom .zoom-footer a {
          width: 100%;
          display: block;
          margin: 20px auto 30px; }
      body.zoom .zoom-post {
        margin: 0;
        padding: 40px 0 0; }
        body.zoom .zoom-post .highlighted-image {
          height: 50vw !important; }
          body.zoom .zoom-post .highlighted-image span {
            display: block;
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover; }
          body.zoom .zoom-post .highlighted-image .title-wrapper {
            display: none; }
        body.zoom .zoom-post .zoom-post-body {
          position: relative;
          max-width: 1280px;
          margin: 0 auto; }
          body.zoom .zoom-post .zoom-post-body .zoom-post-container {
            margin: 10px;
            width: calc(100% - 20px);
            max-width: unset; }
            body.zoom .zoom-post .zoom-post-body .zoom-post-container h1 {
              font-size: 30px;
              display: block; }
            body.zoom .zoom-post .zoom-post-body .zoom-post-container h2 {
              font-size: 28px; }
            body.zoom .zoom-post .zoom-post-body .zoom-post-container h3 {
              font-size: 30px; }
            body.zoom .zoom-post .zoom-post-body .zoom-post-container .tags {
              display: none; }
            body.zoom .zoom-post .zoom-post-body .zoom-post-container .tags-share {
              position: relative; }
            body.zoom .zoom-post .zoom-post-body .zoom-post-container .fb-share-button {
              position: absolute;
              right: 0;
              margin: 26px 0 0; }
            body.zoom .zoom-post .zoom-post-body .zoom-post-container .authors {
              list-style: none;
              padding: 10px 110px 10px 0;
              margin: 10px 0;
              border-top: 3px solid #EBEBEB;
              border-bottom: 3px solid #EBEBEB; }
              body.zoom .zoom-post .zoom-post-body .zoom-post-container .authors li {
                display: inline-block;
                margin: 0;
                font-size: 12px;
                font-family: 'nr'; }
                body.zoom .zoom-post .zoom-post-body .zoom-post-container .authors li a {
                  padding: 5px 8px; }
                body.zoom .zoom-post .zoom-post-body .zoom-post-container .authors li.author {
                  font-weight: 500;
                  background: none;
                  color: #999999;
                  width: 100%;
                  margin: 0;
                  line-height: normal;
                  letter-spacing: 0.5px; }
                  body.zoom .zoom-post .zoom-post-body .zoom-post-container .authors li.author a {
                    background: none;
                    color: #999999; }
                    body.zoom .zoom-post .zoom-post-body .zoom-post-container .authors li.author a.name {
                      display: block;
                      width: calc(100% - 70px);
                      padding: 0; }
                      body.zoom .zoom-post .zoom-post-body .zoom-post-container .authors li.author a.name .avatar {
                        display: none; }
                    body.zoom .zoom-post .zoom-post-body .zoom-post-container .authors li.author a.mail {
                      display: none; }
                body.zoom .zoom-post .zoom-post-body .zoom-post-container .authors li:before {
                  display: none; }
            body.zoom .zoom-post .zoom-post-body .zoom-post-container .lead {
              display: inline-block;
              margin: 5px 0; }
              body.zoom .zoom-post .zoom-post-body .zoom-post-container .lead p:first-child {
                margin-top: 0; }
            body.zoom .zoom-post .zoom-post-body .zoom-post-container ul {
              list-style: none;
              padding: 0 0 0 30px;
              margin: 0;
              font-family: 'an';
              font-size: 15px;
              font-weight: 500; }
              body.zoom .zoom-post .zoom-post-body .zoom-post-container ul li {
                position: relative;
                letter-spacing: 1.5px;
                line-height: 35px;
                margin-bottom: 22px; }
                body.zoom .zoom-post .zoom-post-body .zoom-post-container ul li:before {
                  content: "•";
                  font-size: 40px;
                  position: absolute;
                  left: -32px;
                  top: 3px;
                  line-height: 30px; }
            body.zoom .zoom-post .zoom-post-body .zoom-post-container iframe {
              width: 100% !important; }
            body.zoom .zoom-post .zoom-post-body .zoom-post-container p {
              font-family: 'an';
              font-size: 15px;
              font-weight: 300;
              color: #333333;
              letter-spacing: 1.1px;
              line-height: 2.3;
              margin: 1.5em 0; }
              body.zoom .zoom-post .zoom-post-body .zoom-post-container p a {
                color: #9128F9; }
            body.zoom .zoom-post .zoom-post-body .zoom-post-container .alignnone, body.zoom .zoom-post .zoom-post-body .zoom-post-container .alignleft, body.zoom .zoom-post .zoom-post-body .zoom-post-container .alignright, body.zoom .zoom-post .zoom-post-body .zoom-post-container .aligncenter {
              margin: 1em 0 2em !important;
              width: 100% !important;
              left: 0 !important; }
              body.zoom .zoom-post .zoom-post-body .zoom-post-container .alignnone img, body.zoom .zoom-post .zoom-post-body .zoom-post-container .alignleft img, body.zoom .zoom-post .zoom-post-body .zoom-post-container .alignright img, body.zoom .zoom-post .zoom-post-body .zoom-post-container .aligncenter img {
                width: 100%;
                height: auto; }
              body.zoom .zoom-post .zoom-post-body .zoom-post-container .alignnone .wp-caption-text, body.zoom .zoom-post .zoom-post-body .zoom-post-container .alignleft .wp-caption-text, body.zoom .zoom-post .zoom-post-body .zoom-post-container .alignright .wp-caption-text, body.zoom .zoom-post .zoom-post-body .zoom-post-container .aligncenter .wp-caption-text {
                margin: 5px 0;
                font-size: 14px;
                font-family: 'nr';
                letter-spacing: 0.7px;
                line-height: 1.5;
                color: #999999; }
            body.zoom .zoom-post .zoom-post-body .zoom-post-container .zoom-post-blockquote, body.zoom .zoom-post .zoom-post-body .zoom-post-container .short-quote-1 {
              margin: 1em 0;
              font-size: 30px;
              color: #000000;
              font-family: 'an';
              font-weight: 700;
              line-height: 1.15;
              letter-spacing: 1.5px; }
              body.zoom .zoom-post .zoom-post-body .zoom-post-container .zoom-post-blockquote p, body.zoom .zoom-post .zoom-post-body .zoom-post-container .short-quote-1 p {
                font-size: 30px;
                color: #000000;
                font-family: 'an';
                font-weight: 700;
                line-height: 1.15;
                letter-spacing: 1.5px;
                margin: 0; }
              body.zoom .zoom-post .zoom-post-body .zoom-post-container .zoom-post-blockquote cite, body.zoom .zoom-post .zoom-post-body .zoom-post-container .short-quote-1 cite {
                display: block;
                font-family: 'nr';
                font-size: 12px;
                font-style: normal;
                font-weight: 500;
                letter-spacing: 1px;
                color: #300f5e;
                margin: 1em 0; }
            body.zoom .zoom-post .zoom-post-body .zoom-post-container .zoom-post-bordered {
              display: inline-block;
              background: #f1f1f1;
              margin: 0 0 1em -10px;
              width: calc(100% - 10px);
              font-family: 'an';
              font-size: 15px;
              font-weight: 300;
              color: #333333;
              letter-spacing: 1.1px;
              line-height: 2.3;
              padding: 0.5em 30px; }
              body.zoom .zoom-post .zoom-post-body .zoom-post-container .zoom-post-bordered a {
                color: #9128F9; }
            body.zoom .zoom-post .zoom-post-body .zoom-post-container .zoom-post-question {
              font-size: 15px;
              font-family: 'an';
              font-weight: 600;
              color: #5c5c5c;
              letter-spacing: 1px;
              line-height: 2.3;
              margin: 0.5em 0 1em; }
              body.zoom .zoom-post .zoom-post-body .zoom-post-container .zoom-post-question strong {
                font-weight: 700;
                color: #333333; }
            body.zoom .zoom-post .zoom-post-body .zoom-post-container .zoom-post-answer {
              font-size: 15px;
              font-family: 'an';
              font-weight: 500;
              color: #5c5c5c;
              letter-spacing: 1px;
              line-height: 2.3;
              margin: 0.5em 0 1em; }
              body.zoom .zoom-post .zoom-post-body .zoom-post-container .zoom-post-answer strong {
                font-weight: 700;
                color: #333333; }
          body.zoom .zoom-post .zoom-post-body .zoom-sidebar-container {
            display: none;
            position: fixed;
            background: #ffffff;
            left: 0;
            bottom: -2px;
            width: calc(100% - 20px);
            height: 40px;
            max-height: none;
            padding: 0 10px 0;
            margin: 0;
            border: none;
            z-index: 50;
            top: calc(100% - 38px);
            -webkit-transition: all 0.3s;
            transition: all 0.3s; }
            body.zoom .zoom-post .zoom-post-body .zoom-sidebar-container .sidebar-mobil-header {
              display: block; }
            body.zoom .zoom-post .zoom-post-body .zoom-sidebar-container .zoom-sidebar {
              height: 100%;
              -webkit-overflow-scrolling: touch;
              overflow: auto; }
              body.zoom .zoom-post .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-sidebar-item:first-child {
                border-color: #ffffff !important; }
            body.zoom .zoom-post .zoom-post-body .zoom-sidebar-container.open {
              top: 40px;
              height: calc(100% - 40px); }
        body.zoom .zoom-post.video {
          padding-top: 50px;
          background: #262626; }
          body.zoom .zoom-post.video .zoom-video-title {
            padding: 7px 10px 7px 20px;
            font-size: 12px;
            top: 10px; }
            body.zoom .zoom-post.video .zoom-video-title:after {
              right: -40px;
              top: 0;
              width: 30px;
              height: 30px; }
          body.zoom .zoom-post.video .zoom-video-container {
            background: #000000;
            max-height: 686px; }
            body.zoom .zoom-post.video .zoom-video-container .zoom-video-wrapper {
              position: relative;
              padding-bottom: 56.25%;
              height: 0;
              margin: 0 auto;
              max-width: 1220px; } }
        @media (max-width: 991px) and (min-width: 1235px) {
          body.zoom .zoom-post.video .zoom-video-container .zoom-video-wrapper {
            height: 686px;
            padding: 0; } }
    @media (max-width: 991px) {
              body.zoom .zoom-post.video .zoom-video-container .zoom-video-wrapper iframe {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                max-height: 686px; }
          body.zoom .zoom-post.video .zoom-post-body .zoom-post-container h1 {
            color: #ffffff; }
          body.zoom .zoom-post.video .zoom-post-body .zoom-post-container h2 {
            color: #ffffff; }
          body.zoom .zoom-post.video .zoom-post-body .zoom-post-container .tags li {
            color: #000000; }
            body.zoom .zoom-post.video .zoom-post-body .zoom-post-container .tags li a {
              background: #ffffff;
              padding: 5px 8px; }
          body.zoom .zoom-post.video .zoom-post-body .zoom-post-container .authors {
            border-color: #5c5c5c; }
            body.zoom .zoom-post.video .zoom-post-body .zoom-post-container .authors li.author {
              color: #999999; }
              body.zoom .zoom-post.video .zoom-post-body .zoom-post-container .authors li.author a.name {
                background: none; }
              body.zoom .zoom-post.video .zoom-post-body .zoom-post-container .authors li.author a.mail {
                background-color: transparent; }
          body.zoom .zoom-post.video .zoom-post-body .zoom-post-container ul li {
            color: #ffffff; }
            body.zoom .zoom-post.video .zoom-post-body .zoom-post-container ul li:before {
              color: #ffffff; }
          body.zoom .zoom-post.video .zoom-post-body .zoom-post-container p {
            color: #ffffff; }
            body.zoom .zoom-post.video .zoom-post-body .zoom-post-container p a {
              color: #9128F9; }
          body.zoom .zoom-post.video .zoom-post-body .zoom-post-container .alignnone .wp-caption-text, body.zoom .zoom-post.video .zoom-post-body .zoom-post-container .alignleft .wp-caption-text, body.zoom .zoom-post.video .zoom-post-body .zoom-post-container .alignright .wp-caption-text, body.zoom .zoom-post.video .zoom-post-body .zoom-post-container .aligncenter .wp-caption-text {
            color: #999999; }
          body.zoom .zoom-post.video .zoom-post-body .zoom-post-container .zoom-post-blockquote p {
            color: #ffffff; }
          body.zoom .zoom-post.video .zoom-post-body .zoom-post-container .zoom-post-blockquote cite {
            color: #999999; }
          body.zoom .zoom-post.video .zoom-post-body .zoom-post-container .zoom-post-bordered {
            display: inline-block;
            background: #f1f1f1;
            margin: 0 0 3em -30px;
            width: calc(100% - 30px);
            padding: 0 30px; }
          body.zoom .zoom-post.video .zoom-post-body .zoom-sidebar-container {
            border-color: #999999; }
            body.zoom .zoom-post.video .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-linked-container .tags li {
              color: #000000; }
              body.zoom .zoom-post.video .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-linked-container .tags li a {
                background: #ffffff; }
            body.zoom .zoom-post.video .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-linked-container .zoom-linked-container-item {
              color: #ffffff; }
            body.zoom .zoom-post.video .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-sidebar-item {
              border-color: #999999; }
              body.zoom .zoom-post.video .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-sidebar-item .data .tags li {
                color: #000000; }
                body.zoom .zoom-post.video .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-sidebar-item .data .tags li a {
                  background: #ffffff; }
                body.zoom .zoom-post.video .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-sidebar-item .data .tags li.author {
                  background: none;
                  color: #999999; }
                  body.zoom .zoom-post.video .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-sidebar-item .data .tags li.author a {
                    background: none; }
              body.zoom .zoom-post.video .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-sidebar-item .data h2 {
                color: #ffffff; }
              body.zoom .zoom-post.video .zoom-post-body .zoom-sidebar-container .zoom-sidebar .zoom-sidebar-item .data .lead-in {
                color: #ffffff; }
        body.zoom .zoom-post.galeria {
          background: #262626; }
          body.zoom .zoom-post.galeria .cover {
            position: relative;
            height: calc(100vh - 40px); }
            body.zoom .zoom-post.galeria .cover .highlighted-image {
              height: 100% !important;
              margin-top: 0; }
              body.zoom .zoom-post.galeria .cover .highlighted-image span {
                position: absolute; }
            body.zoom .zoom-post.galeria .cover .data {
              width: 100%;
              padding: 30px calc(50% - 450px) 30px; }
              body.zoom .zoom-post.galeria .cover .data .tags {
                width: 100%; }
                body.zoom .zoom-post.galeria .cover .data .tags li:first-child:last-child {
                  margin: 0 !important; }
                body.zoom .zoom-post.galeria .cover .data .tags li a {
                  background: #ffffff;
                  padding: 5px 8px; }
              body.zoom .zoom-post.galeria .cover .data .top-link {
                background: none;
                position: relative;
                height: auto;
                width: 530px;
                margin: 0 auto; }
              body.zoom .zoom-post.galeria .cover .data h2 {
                font-size: 30px; }
              body.zoom .zoom-post.galeria .cover .data .lead {
                display: none; }
              body.zoom .zoom-post.galeria .cover .data .close-gallery-cover {
                display: none; }
                body.zoom .zoom-post.galeria .cover .data .close-gallery-cover:hover {
                  background: rgba(255, 255, 255, 0.3); }
            body.zoom .zoom-post.galeria .cover:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background: rgba(0, 0, 0, 0.37);
              z-index: 1; }
            body.zoom .zoom-post.galeria .cover.hidden {
              -webkit-transform: translateY(0%);
              transform: translateY(0%);
              pointer-events: none; }
          body.zoom .zoom-post.galeria:first-child .pswp {
            margin: 0;
            width: 100%;
            height: calc(100vh - 40px); }
        body.zoom .zoom-post .zoom-gallery-container .lead {
          display: block;
          font-family: 'an';
          font-weight: 400;
          color: #ffffff;
          font-size: 15px;
          letter-spacing: 1px;
          line-height: 2;
          margin: 20px 10px; }
        body.zoom .zoom-post .zoom-gallery-container .zoom-gallery {
          position: relative !important;
          opacity: 1;
          overflow: visible;
          margin: 1em 0 0;
          height: 40vw;
          max-height: 575px;
          width: 100%;
          background: #262626; }
          body.zoom .zoom-post .zoom-gallery-container .zoom-gallery .zoom-gallery-toolbar {
            max-width: 100%; }
          body.zoom .zoom-post .zoom-gallery-container .zoom-gallery.full {
            margin: 0;
            height: auto;
            width: 100%; }
            body.zoom .zoom-post .zoom-gallery-container .zoom-gallery.full .zoom-gallery-toolbar {
              display: none; }
            body.zoom .zoom-post .zoom-gallery-container .zoom-gallery.full .zoom-gallery-image-container {
              position: relative; }
              body.zoom .zoom-post .zoom-gallery-container .zoom-gallery.full .zoom-gallery-image-container .zoom-gallery-image {
                position: relative;
                opacity: 1 !important;
                display: block; }
                body.zoom .zoom-post .zoom-gallery-container .zoom-gallery.full .zoom-gallery-image-container .zoom-gallery-image img {
                  width: 100%;
                  height: auto;
                  margin: 0;
                  object-fit: contain;
                  object-position: center; }
                body.zoom .zoom-post .zoom-gallery-container .zoom-gallery.full .zoom-gallery-image-container .zoom-gallery-image .mobil-caption {
                  display: block;
                  font-family: 'an';
                  font-weight: 300;
                  color: #BFBFBF;
                  font-size: 15px;
                  letter-spacing: 1px;
                  line-height: 2;
                  margin: 5px 10px 30px; }
        body.zoom .zoom-post .zoom-gallery-container .zoom-gallery-toolbar-info-text-inline {
          position: relative;
          width: 100%;
          top: 100%;
          padding: 5px 0;
          margin: 0 0 2em;
          font-size: 14px;
          font-family: 'nr';
          letter-spacing: 0.7px;
          line-height: 1.5;
          color: #999999; }
        body.zoom .zoom-post .zoom-gallery-container.fullscreen {
          position: fixed;
          left: 0;
          top: 40px;
          width: 100%;
          height: calc(100% - 40px);
          z-index: 100;
          background: #262626; }
          body.zoom .zoom-post .zoom-gallery-container.fullscreen .zoom-gallery {
            max-height: none;
            margin: 0;
            width: 100%;
            height: 100%; }
            body.zoom .zoom-post .zoom-gallery-container.fullscreen .zoom-gallery .zoom-gallery-toolbar {
              position: absolute;
              bottom: 0;
              top: auto;
              width: 320px;
              left: calc(50% - 160px); }
              body.zoom .zoom-post .zoom-gallery-container.fullscreen .zoom-gallery .zoom-gallery-toolbar .zoom-gallery-toolbar-info {
                display: inline-block; }
              body.zoom .zoom-post .zoom-gallery-container.fullscreen .zoom-gallery .zoom-gallery-toolbar .zoom-gallery-toolbar-toggle-fullscreen {
                float: right; }
                body.zoom .zoom-post .zoom-gallery-container.fullscreen .zoom-gallery .zoom-gallery-toolbar .zoom-gallery-toolbar-toggle-fullscreen:before {
                  background-image: url("../img/close_round.svg"); }
        body.zoom .zoom-post.feature .highlighted-image {
          position: relative;
          height: calc(100vh - 40px) !important; }
          body.zoom .zoom-post.feature .highlighted-image h1 {
            padding: 10px 10px 60px;
            text-align: left;
            width: 100%;
            font-size: 30px; }
            body.zoom .zoom-post.feature .highlighted-image h1:after {
              content: '';
              position: absolute;
              width: 70px;
              height: 70px;
              left: calc(50% - 45px);
              bottom: -20px;
              background-color: #000000;
              background-image: url("../img/arrow_down.svg");
              background-size: 40px auto;
              background-position: center;
              background-repeat: no-repeat;
              border-radius: 50%;
              z-index: -1; }
        body.zoom .zoom-post.feature .zoom-post-body .zoom-post-container {
          max-width: unset;
          margin: 50px 10px 20px;
          width: calc(100% - 20px); }
          body.zoom .zoom-post.feature .zoom-post-body .zoom-post-container .authors {
            padding: 0 0 10px;
            border-top: none;
            border-bottom: 3px solid #EBEBEB; }
        body.zoom .zoom-post.kulso .highlighted-image {
          height: 100vh !important; }
        body.zoom .zoom-post.kulso .data {
          width: 100%; }
          body.zoom .zoom-post.kulso .data .tags {
            width: 100%; }
            body.zoom .zoom-post.kulso .data .tags li:first-child:last-child {
              margin: 0 !important; }
          body.zoom .zoom-post.kulso .data .top-link {
            width: 100%; }
          body.zoom .zoom-post.kulso .data h2 {
            font-size: 30px; }
          body.zoom .zoom-post.kulso .data .lead {
            display: none; }
        body.zoom .zoom-post:after {
          content: '';
          background-image: url("../img/page_break.jpg");
          height: 30px;
          width: 100%;
          display: block; }
        body.zoom .zoom-post:first-child.no-image {
          padding-top: 40px; }
        body.zoom .zoom-post:not(.feature):not(.kulso) .highlighted-image {
          height: 690px; }
          body.zoom .zoom-post:not(.feature):not(.kulso) .highlighted-image span {
            display: block;
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover; }
        body.zoom .zoom-post:not(.feature):not(.kulso) .zoom-post-body .zoom-post-container .alignnone, body.zoom .zoom-post:not(.feature):not(.kulso) .zoom-post-body .zoom-post-container .alignleft, body.zoom .zoom-post:not(.feature):not(.kulso) .zoom-post-body .zoom-post-container .alignright, body.zoom .zoom-post:not(.feature):not(.kulso) .zoom-post-body .zoom-post-container .aligncenter {
          width: 100% !important; }
        body.zoom .zoom-post:first-child .zoom-sidebar-container {
          display: block; }
      body.zoom .zoom-age-alert-window .zoom-age-num {
        width: 120px;
        height: 120px;
        background: #9128F9;
        border-radius: 50%;
        color: #ffffff;
        font-family: 'nr';
        font-weight: 700;
        font-size: 57px;
        text-align: center;
        line-height: 120px;
        margin: 0 auto; }
      body.zoom .zoom-age-alert-window .zoom-age-info {
        display: none; }
      body.zoom .zoom-age-alert-window .zoom-age-yes, body.zoom .zoom-age-alert-window .zoom-age-no {
        width: 100%;
        display: block;
        font-size: 21px;
        margin: 0;
        padding: 30px 0;
        border-radius: 0; }
      body.zoom .zoom-age-alert-window .zoom-age-yes {
        border-top: 5px solid #333333;
        padding: 30px 0 0; }
      body.zoom .zoom-age-alert-window.hidden {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        pointer-events: none; }
      body.zoom .zoom-404 {
        width: 100%;
        height: 100vh;
        background: #262626; }
        body.zoom .zoom-404 .zoom-404-container {
          height: 150px;
          background: none; }
        body.zoom .zoom-404 .zoom-404-footer {
          height: auto; }
          body.zoom .zoom-404 .zoom-404-footer p {
            color: #ffffff;
            font-family: 'nr';
            font-weight: 700;
            font-size: 12px;
            text-transform: uppercase;
            margin: 10px 0px 40px; }
            body.zoom .zoom-404 .zoom-404-footer p span {
              display: block;
              width: 100%;
              margin: 0 0 40px; }
              body.zoom .zoom-404 .zoom-404-footer p span:before, body.zoom .zoom-404 .zoom-404-footer p span:after {
                content: '';
                width: 50px;
                height: 50px;
                margin: 0 50px;
                display: inline-block;
                background-image: url("../img/age_no.svg");
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center; }
            body.zoom .zoom-404 .zoom-404-footer p a {
              display: block;
              margin: 10px 0; }
      body.zoom .zoom-search-form .zoom-search-container {
        text-align: center; }
        body.zoom .zoom-search-form .zoom-search-container .zoom-search-input {
          width: 90%;
          margin: 0 5%;
          max-width: 500px;
          font-size: 24px;
          height: 80px; } }
    body.zoom .main-container {
      position: relative;
      flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      min-height: 100%; }
    body.zoom .adverticum {
      background: #BFBFBF;
      text-align: center;
      overflow: hidden;
      height: 0;
      opacity: 0; }
      body.zoom .adverticum + .zoom-sidebar-item {
        border: none !important;
        padding-top: 0 !important; }
      body.zoom .adverticum:before {
        content: 'Hirdetés';
        font-family: 'nr';
        font-weight: 700;
        font-size: 6px;
        text-transform: uppercase;
        color: #404040;
        letter-spacing: 2px;
        display: block;
        padding: 3px 0; }
      body.zoom .adverticum + .sidebar-mobil-header + .zoom-sidebar {
        margin-top: 30px; }
      body.zoom .adverticum.goa-embedded {
        opacity: 1;
        height: auto;
        margin: 40px 0; }
        @media (max-width: 991px) {
          body.zoom .adverticum.goa-embedded {
            margin: 30px 0; } }
        body.zoom .adverticum.goa-embedded.leaderboard {
          margin: 0; }
          body.zoom .adverticum.goa-embedded.leaderboard:after {
            content: '';
            background-image: url("../img/page_break.jpg");
            height: 30px;
            width: 100%;
            display: block; }
      body.zoom .adverticum iframe:not(:nth-child(1)) {
        display: none; }
    body.zoom .goa-customlayer {
      z-index: 9999 !important; }
    body.zoom .goAdverticum3-interstitial {
      background: #262626 !important;
      opacity: 1 !important;
      z-index: 9999 !important; }
      body.zoom .goAdverticum3-interstitial.goAdverticum3-interstitial-title > div {
        font-family: 'nr';
        font-weight: 700;
        font-size: 6px;
        text-transform: uppercase;
        color: #404040;
        letter-spacing: 2px;
        padding: 0 0 10px;
        text-align: center; }
      body.zoom .goAdverticum3-interstitial.goAdverticum3-interstitial-next a {
        width: 300px;
        text-transform: uppercase;
        font-family: 'nr';
        font-weight: 600 !important;
        letter-spacing: 1px;
        color: transparent !important;
        position: relative;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        margin: 40px auto 0;
        padding: 0;
        border: none; }
        body.zoom .goAdverticum3-interstitial.goAdverticum3-interstitial-next a:before {
          content: 'Az oldal automatikusan betöltődik';
          position: relative;
          width: 100%;
          display: block;
          font-family: 'nr';
          font-size: 11px;
          color: #ffffff;
          padding: 0 0 10px;
          letter-spacing: 1px;
          text-transform: uppercase;
          font-weight: 700 !important;
          text-align: center; }
        body.zoom .goAdverticum3-interstitial.goAdverticum3-interstitial-next a:after {
          content: 'Hirdetés átugrása';
          position: relative;
          width: 250px;
          height: 34px;
          line-height: 34px;
          text-align: center;
          content: #ffffff;
          border: 2px solid #ffffff;
          font-size: 14px;
          display: block;
          padding: 0;
          margin: 0 auto;
          color: #ffffff; }
        body.zoom .goAdverticum3-interstitial.goAdverticum3-interstitial-next a:hover:after {
          background: rgba(255, 255, 255, 0.3); }
    body.zoom .docWriteAdverticum:before {
      content: 'Hirdetés';
      font-family: 'nr';
      font-weight: 700;
      font-size: 6px;
      text-transform: uppercase;
      color: #404040;
      letter-spacing: 2px;
      display: block;
      padding: 3px 0; }
    body.zoom .docWriteAdverticum + .sidebar-mobil-header + .zoom-sidebar {
      margin-top: 30px; }
    body.zoom .zoom-sidebar-container .adverticum {
      margin: 0; }
      body.zoom .zoom-sidebar-container .adverticum:first-child {
        margin-bottom: -3px; }
    body.zoom .zoom-no-result {
      text-align: center;
      padding: 200px 0 0;
      font-size: 26px;
      font-family: 'nr';
      font-weight: 700; }
      @media (max-width: 991px) {
        body.zoom .zoom-no-result {
          padding: 130px 0 0;
          font-size: 20px; } }
  body .clearfix {
    clear: both; }
  body .disqus-container {
    min-height: 131px;
    display: block;
    text-align: center; }
    body .disqus-container .show-comments {
      border: none;
      font-family: 'nr';
      display: inline-block;
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 600;
      color: #ffffff;
      padding: 4px 25px;
      letter-spacing: 1px;
      margin: 50px 0;
      outline: none !important;
      box-shadow: none !important;
      background: #9128F9;
      cursor: pointer; }
      @media (max-width: 991px) {
        body .disqus-container .show-comments {
          font-size: 16px; } }
  body .page {
    padding: 120px 30px 0;
    margin: 0 auto;
    max-width: 1220px; }
    body .page h1 {
      font-size: 48px;
      font-weight: 700;
      font-family: 'nr';
      letter-spacing: -1px;
      margin: 0;
      display: none; }
    body .page h2 {
      font-size: 36px;
      font-weight: 700;
      font-family: 'nr';
      letter-spacing: -0.8px;
      margin: 1em 0 1.4em; }
    body .page h3 {
      font-family: 'an';
      font-size: 48px;
      font-weight: 300;
      color: #9128F9;
      margin: 1em 0; }
    body .page .tags {
      padding: 0;
      margin: 25px 0 20px;
      list-style: none;
      float: left;
      width: calc(100% - 150px); }
      body .page .tags li {
        display: inline-block;
        margin: 0 10px 0 0;
        font-size: 12px;
        font-family: 'nr';
        font-weight: 700;
        text-transform: uppercase;
        color: #ffffff;
        letter-spacing: normal; }
        body .page .tags li a {
          color: #ffffff;
          background: #000000;
          padding: 5px 8px; }
        body .page .tags li:before {
          display: none; }
    body .page .fb-share-button {
      float: right;
      margin: 30px 0 0; }
    body .page .authors {
      margin: 0 0 25px;
      list-style: none;
      padding: 0; }
      body .page .authors li {
        display: inline-block;
        margin: 0 20px 10px 0;
        font-size: 12px;
        font-family: 'nr';
        letter-spacing: normal; }
        body .page .authors li a {
          padding: 5px 8px; }
        body .page .authors li.author {
          font-weight: 500;
          background: none;
          color: #999999; }
          body .page .authors li.author a {
            background: none;
            color: #999999; }
            body .page .authors li.author a.name {
              display: inline-block;
              padding: 0; }
              body .page .authors li.author a.name .avatar {
                position: relative;
                display: inline-block;
                width: 35px;
                height: 35px;
                margin: -12px 10px -12px 0;
                background-size: contain;
                background-position: center;
                background-repeat: no-repeat; }
            body .page .authors li.author a.mail {
              position: relative;
              display: inline-block;
              top: 1px;
              padding: 0;
              margin: 0 10px 0 0;
              width: 13px;
              height: 10px;
              background-image: url("../img/small-email.svg");
              background-size: contain;
              background-position: center;
              background-repeat: no-repeat; }
        body .page .authors li:before {
          display: none; }
    body .page .lead {
      display: inline-block;
      margin: 5px 0; }
      body .page .lead p:first-child {
        margin-top: 0; }
      body .page .lead p a {
        color: #9128F9; }
    body .page iframe {
      width: 100% !important; }
    body .page ul {
      list-style: none;
      padding: 0 30px;
      margin: 0;
      font-family: 'an';
      font-size: 17px;
      font-weight: 500; }
      body .page ul li {
        position: relative;
        letter-spacing: 1.5px;
        line-height: 35px;
        margin-bottom: 22px; }
        body .page ul li:before {
          content: "•";
          font-size: 40px;
          position: absolute;
          left: -32px;
          top: 3px;
          line-height: 30px; }
        body .page ul li a {
          color: #9128F9; }
    body .page p {
      font-family: 'an';
      font-size: 17px;
      font-weight: 300;
      color: #333333;
      letter-spacing: 1.1px;
      line-height: 2;
      margin: 1.5em 0; }
      body .page p a {
        color: #9128F9; }
    body .page .alignnone, body .page .alignleft, body .page .alignright, body .page .aligncenter {
      position: relative;
      margin: 1em 0 2em;
      width: 100%;
      object-fit: contain;
      object-position: center;
      max-width: unset !important;
      height: auto; }
      body .page .alignnone img, body .page .alignleft img, body .page .alignright img, body .page .aligncenter img {
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: center; }
      body .page .alignnone .wp-caption-text, body .page .alignleft .wp-caption-text, body .page .alignright .wp-caption-text, body .page .aligncenter .wp-caption-text {
        margin: 5px 0;
        font-size: 14px;
        font-family: 'nr';
        letter-spacing: 0.7px;
        line-height: 1.5;
        color: #999999; }
    body .page img.size-full {
      margin: 1em 0 0;
      width: 100%;
      height: auto;
      object-fit: contain;
      object-position: center; }
    body .page .zoom-post-blockquote, body .page .short-quote-1 {
      margin: 0.5em 0;
      font-size: 40px;
      color: #000000;
      font-family: 'an';
      font-weight: 700;
      line-height: 1.13;
      letter-spacing: 1.5px; }
      body .page .zoom-post-blockquote p, body .page .short-quote-1 p {
        font-size: 40px;
        color: #000000;
        font-family: 'an';
        font-weight: 700;
        line-height: 1.15;
        letter-spacing: 1.5px;
        margin: 0; }
      body .page .zoom-post-blockquote cite, body .page .short-quote-1 cite {
        display: block;
        font-family: 'nr';
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        letter-spacing: 1px;
        color: #300f5e;
        margin: 1em 0; }
    body .page .zoom-post-bordered {
      display: inline-block;
      background: #f1f1f1;
      margin: 0 0 3em -30px;
      width: calc(100% - 30px);
      font-family: 'an';
      font-size: 17px;
      font-weight: 300;
      color: #333333;
      letter-spacing: 1.1px;
      line-height: 2.3;
      padding: 1.5em 30px; }
      body .page .zoom-post-bordered a {
        color: #9128F9; }
    body .page .zoom-post-question {
      font-size: 17px;
      font-family: 'an';
      font-weight: 600;
      color: #5c5c5c;
      letter-spacing: 1px;
      line-height: 2.3;
      margin: 0.5em 0 1em; }
      body .page .zoom-post-question strong {
        font-weight: 700;
        color: #333333; }
      body .page .zoom-post-question a {
        color: #9128F9; }
    body .page .zoom-post-answer {
      font-size: 17px;
      font-family: 'an';
      font-weight: 500;
      color: #5c5c5c;
      letter-spacing: 1px;
      line-height: 2.3;
      margin: 0.5em 0 1em; }
      body .page .zoom-post-answer strong {
        font-weight: 700;
        color: #333333; }
      body .page .zoom-post-answer a {
        color: #9128F9; }
    body .page .zoom-post-video {
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      padding-top: 25px;
      height: 0; }
      body .page .zoom-post-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  body .cookie-notice-container {
    text-align: left; }
    body .cookie-notice-container #cn-notice-text {
      font-family: 'an';
      display: inline-block;
      font-size: 12px;
      color: #ffffff; }
      body .cookie-notice-container #cn-notice-text a {
        color: #9128F9; }
    body .cookie-notice-container #cn-accept-cookie {
      float: right;
      background: none !important;
      border: 2px solid #ffffff !important;
      padding: 3px 20px !important;
      font-size: 12px !important;
      text-transform: uppercase !important;
      letter-spacing: 1px !important;
      font-family: 'nr' !important;
      font-weight: 700 !important;
      margin: 0 !important;
      outline: none !important;
      box-shadow: none !important; }
      body .cookie-notice-container #cn-accept-cookie:hover {
        background: rgba(255, 255, 255, 0.2) !important; }

/*# sourceMappingURL=style.css.map */

body.zoom .adsinteractive[data-google-query-id], body.zoom .adsinteractive > div[data-google-query-id] {
    background: #BFBFBF;
    text-align: center;
    overflow: hidden;
    height: 0;
    opacity: 0;
}

body.zoom .adsinteractive[data-google-query-id]:before, body.zoom .adsinteractive > div[data-google-query-id]:before {
    content: 'Hirdetés';
    font-family: 'nr';
    font-weight: 700;
    font-size: 6px;
    text-transform: uppercase;
    color: #404040;
    letter-spacing: 2px;
    display: block;
    padding: 3px 0;
}

body.zoom .adsinteractive[data-google-query-id], body.zoom .adsinteractive > div[data-google-query-id] {
    opacity: 1;
    height: auto;
    margin: 40px 0;
    padding-bottom: 10px;
}

body.zoom #Zoom_cikk_leaderboard_top_1.adsinteractive[data-google-query-id] {
  margin: 0;
}

/*PP*/
@media all and (max-width: 991px) {
  body.zoom .zoom-post .zoom-post-body .zoom-post-container .pp-title h1 {
    display: none !important;
  }
  body.zoom .zoom-post .mobil-title:not(:first-child) {
    padding-top: 5px;
    border-top: 5px solid #ccc;
    margin-top: 40px;
  }
}
  body.zoom .zoom-post .zoom-post-body .zoom-post-container .pp-title h1 {
    display: block;
    padding-top: 20px;
    border-top: 5px solid #ccc;
    margin-top: 20px;
  }

body.zoom .zoom-post .zoom-post-body .zoom-post-container .pp_link {
  display: inline-block;
  margin-top: 10px;
  font-family: 'nr';
  font-size: 18px;
  font-weight: 700;
  padding: 5px 10px 5px 40px;
  color: white;
  background-color: #9128F9;
  position: relative;
}

body.zoom .zoom-post .zoom-post-body .zoom-post-container .pp_link:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 8px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  top: 7px;
  left: 15px;
  -webkit-animation: wiggle 1s infinite; /* Safari 4+ */
  -moz-animation:    wiggle 1s infinite; /* Fx 5+ */
  -o-animation:      wiggle 1s infinite; /* Opera 12+ */
  animation:         wiggle 1s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes wiggle {
  0%   { left: 15px; }
  50% { left: 10px; }
  100% { left: 15px; }
}
@-moz-keyframes wiggle {
 0%   { left: 105x; }
  50% { left: 10px; }
  100% { left: 15px; }
}
@-o-keyframes wiggle {
 0%   { left: 105x; }
  50% { left: 10px; }
  100% { left: 15px; }
}
@keyframes wiggle {
 0%   { left: 105x; }
  50% { left: 10px; }
  100% { left: 15px; }
}

.zoom-banner-container {
  margin: 20px 0;
  width: 100%;
  text-align:center;
}

.zoom-banner {
  height: 250px;
  width: 100%;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  background-image: url('../img/zoom_banner_bg.png');
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.zoom-banner.zoom-valasztasi-banner span.white,
.zoom-banner.zoom-valasztasi-banner span.red,
.zoom-banner.zoom-valasztasi-banner span.green {
    position: absolute;
    display: block;
    z-index: 1;
}

.zoom-banner.zoom-valasztasi-banner span.green {
  display: block;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background-color: rgba(12, 112, 1, 0.7);
  z-index: 1;
}

.zoom-banner.zoom-valasztasi-banner span.red {
  display: block;
  top: 0;
  left: 0%;
  height: 100%;
  width: 50%;
  background-color: rgba(180, 0, 0, 0.7);
  z-index: 1;
}

.zoom-banner.zoom-valasztasi-banner span.text {
  position: relative;
  z-index: 5;
}

.zoom-banner.zoom-valasztasi-banner span.white {
  background-color: white;
  transform: rotate(45deg);
  top: -100%;
  left: -5%;
  width: 100%;
  height: 250%;
  z-index: 2;
}

.zoom-banner span.text {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-family: 'nr';
    font-weight: 700;
    color: #000000;
    line-height: normal;
    letter-spacing: -1px;
}

.zoom-banner span.text .heading {
    font-size: 48px;
    display: block;
    text-transform: uppercase;
}

@media all and (min-width: 1100px) and (max-width: 1225px) {
  .zoom-banner.zoom-valasztasi-banner span.white {
      background-color: white;
      transform: rotate(45deg);
      top: -70%;
      left: -4%;
      width: 100%;
      height: 195%;
      z-index: 2;
  }
}

@media all and (min-width: 551px) and (max-width: 1099px) {
  .zoom-banner span.text .heading {
      font-size: 40px;
  }
  .zoom-banner span.text {
    font-size: 17px;
  }
  .zoom-banner.zoom-valasztasi-banner span.white {
    top: -19%;
    left: -4%;
    width: 107%;
    height: 136%;
  }
}

@media all and (max-width: 550px) {
  .zoom-banner span.text {
      width:80%;
      left: 10%;
  }
  .zoom-banner span.text .heading {
      font-size: 40px;
  }
  .zoom-banner span.text {
    font-size: 17px;
  }
  .zoom-banner.zoom-valasztasi-banner span.white {
    transform: rotate(0deg);
    top: 20%;
    left: 0;
    width: 100%;
    height: 60%;
    z-index: 1;
  }
  .zoom-banner.zoom-valasztasi-banner span.green {
    width: 100%;
    height: 20%;
    bottom: 0;
    left: 0;
    top: auto;
  }

  .zoom-banner.zoom-valasztasi-banner span.red {
    width: 100%;
    height: 20%;
    top: 0;
    left: 0;
  }
}

.pp_pagination {
    display: block;
    text-align: center;
}

.pp_pagination .pp_next {
  width: 300px;
    display: inline-block;
    height: 70px;
    background: black;
    color: #ffffff;
    line-height: 70px;
    text-align: center;
    font-size: 35px;
    font-family: 'nr';
    font-weight: 800;
    cursor: pointer;
    margin: 0px auto;
}


#global_stats {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  left: 0;
  background-color: #661cb1;
  color: white;
  padding: 10px;
  max-width: 130px;
}

#global_stats span {
  font-size: 14px;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: 'an';
  margin: 0;
  padding: 0;
}

#global_stats h3 {
  font-size: 30px;
  color: white;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: 'an';
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   FRONT PAGE HIGHLIGHTED STYLES
   ========================================================================== */

@media all and (min-width: 992px) {
  /* align-left */

  body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted.mode-align-left .data h2,
  body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted.mode-align-left .data .lead-in {
      width: 700px;
      max-width: 100%;
      text-align: left;
  }

  body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted.mode-align-left .data .lead-in:before {
    left: 0;
  }

  /* align-right */

  body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted.mode-align-right .data h2,
  body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted.mode-align-right .data .lead-in {
      width: 700px;
      max-width: 100%;
      text-align: right;
  }

  body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted.mode-align-right .data .lead-in:before {
    left: auto;
    right: 0;
  }

  /* wide */
  body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted.mode-wide .data h2,
  body.zoom .zoom-content .zoom-list .zoom-list-item.highlighted.mode-wide .data .lead-in {
      width: 900px;
      max-width: 100%;
  }
}

/* ==========================================================================
   IMG ALIGNMENTS
   ========================================================================== */
@media all and (min-width: 501px) {
  body.zoom .zoom-post:not(.feature):not(.kulso) .zoom-post-body .zoom-post-container .alignleft, 
  body.zoom .zoom-post:not(.feature):not(.kulso) .zoom-post-body .zoom-post-container .alignright {
     width: auto !important;
  }
  body.zoom .zoom-post:not(.feature):not(.kulso) .zoom-post-body .zoom-post-container .alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  body.zoom .zoom-post:not(.feature):not(.kulso) .zoom-post-body .zoom-post-container .alignright {
    float: right;
    margin-bottom: 20px;
    margin-left: 20px;
  }
}

/* ==========================================================================
   VB 2018
   ========================================================================== */

#VB2018 {
  position: relative;
}

#VB2018.matches #matches {
  display: block;
}

#VB2018.matches #groups {
  display: none;
}

#VB2018.groups #groups {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#VB2018.open .zoom-content {
  padding-bottom: 150px;
}

#VB2018.groups #matches {
  display: none;
}

#VB2018 .scroller {
  padding-top: 100px;
  min-height: 205px;
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  background-image: url('../img/vb2018-bg.png');
  background-size: 100% auto;
  z-index: 1;
}

#VB2018.open:after {
  height: 100px;
}

#VB2018:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height:10px;
  width: 100%;
  z-index: 2;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003d76+0,003d76+53,003d76+100&0+0,0.33+53,1+100 */
background: -moz-linear-gradient(top, rgba(0,61,118,0) 0%, rgba(0,61,118,0.33) 53%, rgba(0,61,118,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,61,118,0) 0%,rgba(0,61,118,0.33) 53%,rgba(0,61,118,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,61,118,0) 0%,rgba(0,61,118,0.33) 53%,rgba(0,61,118,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00003d76', endColorstr='#003d76',GradientType=0 ); /* IE6-9 */
}

#VB2018 .scroller > header {
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding-bottom: 35px;
}

#VB2018 .scroller {
  max-height: 85vh;
  overflow-y: scroll;
  position: relative;
}

#VB2018 header a:not(.btn) {
  display: inline-block;
  margin: 0 15px;
  position: absolute;
  top: 70px;
  width: 100px;
}

#VB2018 header a img {
  width: 100%;
  height: auto;
}

#VB2018.groups header, #VB2018.matches header {
  padding-top: 100px;
}

#VB2018 .btn, #VB2018 .btn:visited {
  cursor: pointer;
  display: inline-block;
  padding: 5px 15px;
  color: white;
  border: 3px solid white;
  margin: 0 15px;
  font-family: 'nr';
  font-size: 23px;
  font-weight: bold;
  text-transform: lowercase;
}

#VB2018 .btn:hover, #VB2018 .btn:active, #VB2018 .btn.active {
  color: black;
  background-color: white;
}

#VB2018 .zoom-content {
  overflow: hidden;
  height: 0;
  transition: height, .3s, ease-in;
}

#VB2018 .toggleOpenClose {
  background-image: url('../img/arrow-down.png');
  width: 56px;
  height: 56px;
  position: absolute;
  bottom: -20px;
  z-index: 5001;
  transform: translate(-50%, 0) rotate(180deg);
  left: 50%;
  cursor: pointer;
}

#VB2018.open .toggleOpenClose {
  transform: translate(-50%, 0) rotate(0deg);
}

#VB2018.open .zoom-content {
  height: auto;
}

#matches {
  padding-bottom: 60px;
  display: inline-block;
  width: 100%;
}

.group-table {
  background-color: white;
  padding: 0;
  border: 0;
  font-family: 'nr';
  color: black;
   border-collapse: collapse;
}

@media all and (min-width: 1200px) {
  .group-table {
    width: calc(49% - 10px);
    float: left;
    margin-bottom: 20px;
  }

  .group-table:nth-child(even) {
    margin-left: 10px;
  }

  .group-table:nth-child(odd) {
    margin-right: 10px;
  }
}

.group-table tr {
  height: 45px;
  vertical-align: center;
}

.group-table tr td {
  border-bottom: 1px solid #ebebeb;
}

.group-table td.team-name a {
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px;
}

.group-table thead tr td {
  padding: 0;
  height: 45px;
  text-align: center;
  vertical-align: center;
  border-collapse: collapse;
}

.group-table thead tr td:first-child {
  background-color: black;
  color: white;
  width: 45px;
  font-size:25px;
  font-family: 'nr';
  font-weight: bold;
}

.group-table td.team-name, .group-table td.team-name-header {
  padding-left: 15px;
  text-align: left;
}

.group-table td.team-name-header {
  font-size: 20px;
  font-weight: bold;

}

.group-table td.team-name {
  font-size: 16px;
  font-family: 'nr';
  font-weight: bold;
  color: black;
}


.group-table td.point-count {
  text-align: center;
  border-right: 1px solid #ebebeb;
  width: 40px;
  font-weight: normal;
  color: #666666;
}

.group-table td.point-count-header {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #ebebeb;
  width: 40px;
}

.group-table .flag-container {
  text-align: right;
}

.group-table .flag-container img {
  max-width: 100%;
  height: auto;
  width: 40px;
}

.group-table tbody tr:hover td {
  background-color: #dedede;
}

/* ==========================================================================
   VB schedule
   ========================================================================== */

#matches .day {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#matches .day .date-row {
  text-align: center;
}

#matches .day .date-row .date {
  background-color: white;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: black;
  font-family: 'nr';
  padding: 10px 20px;
  margin-bottom: 50px;
  margin-top: 30px;
}

.vb-match {
  display: flex;
  justify-content: center;
  position: relative;
  height: 50px;
  margin-bottom: 28px;
}

.vb-match .team, .vb-match .time {
  background-color: white;
  color: black;
  display: inline-block;
  font-weight: bold;
  margin: 0 2.5px;
}

.vb-match .m-row.t-row {
  width: 100px;
  height: 50px;
}

.vb-match .m-row {
  height: 50px;
  width: calc(50% - 50px);
  display: flex;
}

.vb-match > .m-row:first-child {
  justify-content: flex-end;
}

.vb-match > .m-row:first-child .team .flag, .vb-match > .m-row:first-child .team .name {
  float: left;
  text-align: right;
}

.vb-match > .m-row:last-child {
  justify-content: flex-start;
}

.vb-match > .m-row:last-child .team .flag, .vb-match > .m-row:last-child .team .name {
  float: right;
}

.vb-match .time {
  height: 50px;
  width: 100px;
  line-height: 50px;
  font-size: 30px;
  text-align: center;
  font-family: 'nr';
}

.vb-match .team .flag {
  width: 58px;
  height: 50px;
}

.vb-match .team .flag img {
  width: 58px;
  height: 50px;
}

.vb-match .team .name {
  font-size: 20px;
  line-height: 50px;
  padding: 0 20px;
  font-family: 'nr';
  min-width: 150px;
}
.vb-match .team .name a {
  display: inline-block;
  width: 100%;
}

#matches:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  display: block;
  top: 30px;
  left: 50%;
  border-left: 1px dashed white;
}

#VB2018 header .pure-text {
  display: none;
}

@media all and (max-width: 700px) {

  #VB2018 header .pure-text {
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 50px;
    font-family: 'nr';
    color: white;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
  }

  #VB2018 .scroller {
    padding-top: 50px !important;
    background-size: auto !important;
    background-position: center top;
    min-height: 144px !important;
    max-height: 80vh !important;
  }

  #VB2018 header a:not(.btn) {
    position: absolute !important;
    top: 50px !important;
    width: 80px;
    left: 50%;
    transform: translate(-72%, 0);
    display: none !important;
  }

  #VB2018 .btn, #VB2018 .btn:visited {
    font-size: 20px;
  }

  #VB2018 header a img {
    width: 100%;
    height: auto;
  }

  #VB2018 .scroller > header {
    padding-top: 60px !important;
  }

  .vb-match .m-row.t-row {
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .vb-match {
    padding-top: 51px;
  }

  .vb-match > .m-row:last-child .team .flag {
    position: absolute;
    right: 0;
  }

  .vb-match > .m-row:first-child .team .flag {
    position: absolute;
    left: 0;
  }

  #matches .day .date-row .date,  .vb-match .time  {
    font-size: 20px !important;
  }

  .vb-match > .m-row .team .name {
      font-size: 15px !important;
  }


}

@media all and (max-width: 1200px) {

    #VB2018.groups #groups {
      flex-direction: column !important;
      align-items: center !important;
    }

    .group-table {
      width: calc(100% - 40px) !important;
      margin-bottom: 20px !important;
    }
}

/* ==========================================================================
   VB TARTALMI OLDAL
   ========================================================================== */

#VB2018.datas:after {
  display: none;
}

#vb_data_header {
  width: 100%;
  background-image: url('../img/vb2018-bg.png');
  background-position: bottom center;
  background-size: 100% auto;
  padding-top:100px;
  font-family: 'nr';
}

@media all and (min-width: 1024px) {
  #vb_data_header .half {
    width: 50%;
    float: left;
  }
}

@media all and (max-width: 1023px) {
  #vb_data_header .half {
    width: 100%;
    float: none;
  }
}

#vb_data_header .half.country-info {
  padding: 20px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#vb_data_header .half.country-info img {
  border: 1px solid #dedede;
  width: 140px;
  height: auto;
}

#vb_data_header .half.country-info h2 {
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 20px;
}

#vb_data_header .half.country-info .nick {
  font-size: 16px;
  margin-bottom: 10px;
}

#vb_data_header .half.country-info .nick span {
  color: #666666;
}

#vb_data_header .half table {
  border-collapse: collapse;
  width: 100%;
}

#vb_data_header .half table td {
  border: 1px solid #dedede;
  height: 50px;
  padding: 0 10px;
}

#vb_data_header .half table tr > td:first-child {
  color: #666;
  font-weight: normal;
  font-size: 15px;
}

#vb_data_header .half table tr > td:last-child {
  color: black;
  font-weight: bold;
  font-size: 15px;
}


#vb_data_header .zoom-content, #vb_data_body {
  overflow-y: auto !important;
  height: auto !important;
  background-color: white;

}

#vb_data_body .group-pic{
  width: 100%;
  height: auto;
}
#vb_data_body .country-desc p {
  padding: 30px 10px;
  margin: 0;
  border-bottom: 1px solid #dedede;
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  font-family: 'nr';
}

#vb_keret {
  font-family: 'nr';
  padding: 0 10px;
}



#vb_keret h3.keret-title {
  display: inline-block;
  padding: 8px 18px;
  background: black;
  color: white;
  font-size: 30px;
  font-weight: bold;
  margin: 20px 0 0 0;
  text-transform: uppercase;
}

#vb_keret h4.pozicio {
  font-weight: bold;
  margin-top: 30px;
  font-size: 19px;
  margin-bottom: 10px;
  font-family: 'nr';
}

#vb_keret span.player {
  font-size: 16px;
  color: black;
}

#vb_keret span.player .team {
  color: #666;
}