body {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: "Helvetica", "Arial", sans-serif;
}

.html-container {
  background: url(../images/hatter_nyitolap.jpg) top center no-repeat;
  position: absolute;
  width: 100%;
}

div {
  position: relative;
}

.container .wrapper,
.inner-container .wrapper {
  margin: 0 auto;
}

.clr {
  float: none;
  clear: both;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.align-center {
  text-align: center;
  margin: 0 auto;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.dayhref {
  cursor: pointer;
}

lightbox {
  position: relative;
}
lightbox * {
  position: relative;
}

.error a {
  color: #ffffff;
}

.lightbox_content {
  width: 100%;
  height: 100%;
  display: block;
}
.lightbox_content .popup_block {
  display: block;
  width: 100%;
  height: 100%;
}
.lightbox_content .popup_block .popup_closer {
  position: absolute;
  right: 70px;
  bottom: 70px;
  width: 288px;
  top: inherit;
}
.lightbox_content .popup_block .popup_closer.gif {
  position: absolute;
  top: inherit;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  margin-left: 170px;
}
.lightbox_content .popup_block .popup_closer .video {
  position: absolute;
  top: inherit;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  margin-left: 140px;
}
.lightbox_content .popup_block .popup_closer.allo {
  display: none;
}
.lightbox_content div.window {
  width: 100%;
  height: 100%;
}
.lightbox_content div.window.allo {
  display: none;
}
.lightbox_content .gif {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 400px;
  top: 290px;
  margin-left: 170px;
}
.lightbox_content .video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 400px;
  top: 290px;
  margin-left: 140px;
}

nav ul li a.fooldal {
  background: url(../images/fooldal_menu.png) center center no-repeat;
  width: 73px;
  height: 13px;
  display: block;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
nav ul li a.fooldal:hover, nav ul li a.fooldal.active {
  background: url(../images/fooldal_menu_active.png) center center no-repeat;
}
nav ul li a.regisztracio {
  background: url(../images/regisztracio_menu.png) center center no-repeat;
  width: 117px;
  height: 13px;
  display: block;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
nav ul li a.regisztracio:hover, nav ul li a.regisztracio.active {
  background: url(../images/regisztracio_menu_active.png) center center no-repeat;
}
nav ul li a.jatek {
  background: url(../images/jatek_menu.png) center center no-repeat;
  width: 49px;
  height: 13px;
  display: block;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
nav ul li a.jatek:hover, nav ul li a.jatek.active {
  background: url(../images/jatek_menu_active.png) center center no-repeat;
}
nav ul li a.nyertesek {
  background: url(../images/nyertesek_menu.png) center center no-repeat;
  width: 94px;
  height: 13px;
  display: block;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
nav ul li a.nyertesek:hover, nav ul li a.nyertesek.active {
  background: url(../images/nyertesek_menu_active.png) center center no-repeat;
}
nav ul li a.jatekszabalyzat {
  background: url(../images/jatekszabalyzat_menu.png) center center no-repeat;
  width: 153px;
  height: 13px;
  display: block;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
nav ul li a.jatekszabalyzat:hover, nav ul li a.jatekszabalyzat.active {
  background: url(../images/jatekszabalyzat_menu_active.png) center center no-repeat;
}
nav ul li a.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

/* desktop */
@media (min-width: 1024px) {
  .lightbox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
  }
  .lightbox.active {
    display: block;
  }
  .lightbox .lightbox_wrapper {
    width: 1000px;
    height: 640px;
    background: #1d1d1d;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .seven-cols {
    overflow: visible;
  }
  .seven-cols .col-1 {
    width: 14.2857142857%;
    width: calc(100% / 7);
    display: inline-block;
    margin-left: -5px;
  }
  .seven-cols .col-1.dayblock {
    text-align: left;
    height: 38px;
  }
  .seven-cols .col-1.capsblock {
    text-align: right;
    height: 116px;
  }

  .wrapper {
    width: 1000px;
  }

  .half-width {
    width: 48%;
    display: inline-block;
  }
  .half-width.form {
    width: 350px;
    vertical-align: top;
  }
  .half-width.desc {
    width: 630px;
    vertical-align: top;
    margin-left: 15px;
  }

  .container {
    margin-top: 140px;
  }
  .container.regisztracio, .container.bejelentkezes {
    background: #000000 url(../images/reg_background.jpg) top center no-repeat;
    background-size: 100%;
    margin-top: 100px;
    padding-bottom: 40px;
    min-height: 100vh;
  }
  .container.regisztracio section, .container.bejelentkezes section {
    padding-top: 80px;
  }
  .container.nyeremenyek {
    background: #000000 url(../images/nyertesek_hatter.jpg) top center no-repeat;
    margin-top: 100px;
    padding-bottom: 40px;
    min-height: 100vh;
  }
  .container.nyeremenyek section {
    padding-top: 80px;
  }
  .container.jatek {
    background: #000000 url(../images/jatek_hatter.jpg) top center no-repeat;
    margin-top: 100px;
    padding-bottom: 40px;
    min-height: 100vh;
  }
  .container.jatek section {
    padding-top: 80px;
  }
  .container.jatek section.jatek-top {
    padding-top: 20px;
  }

  form#regisztracio, form#bejelentkezes {
    margin-top: 30px;
  }
  form#regisztracio label, form#bejelentkezes label {
    display: block;
    color: #bc9d42;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  form#regisztracio label.checkbox, form#bejelentkezes label.checkbox {
    display: inline-block;
    font-size: 13px;
    width: 90%;
    vertical-align: middle;
    color: #ffffff;
    text-transform: none;
  }
  form#regisztracio .row, form#bejelentkezes .row {
    margin-bottom: 15px;
    overflow: hidden;
    clear: both;
  }
  form#regisztracio .row p.csillagos, form#bejelentkezes .row p.csillagos {
    color: #ffffff;
    font-size: 11px;
    font-style: italic;
    font-family: "Times New Roman", Times, serif;
  }
  form#regisztracio input, form#bejelentkezes input {
    width: 330px;
    height: 30px;
    padding: 0 10px;
    font-size: 110%;
    border-color: #bc9d42;
  }
  form#regisztracio input.half-width, form#bejelentkezes input.half-width {
    width: 148px;
    float: left;
  }
  form#regisztracio input.half-width:nth-of-type(2), form#bejelentkezes input.half-width:nth-of-type(2) {
    float: right;
  }
  form#regisztracio input:nth-of-type(3), form#bejelentkezes input:nth-of-type(3) {
    margin-top: 7px;
  }
  form#regisztracio input[type=checkbox], form#bejelentkezes input[type=checkbox] {
    opacity: 0;
    position: absolute;
    width: 20px;
    pointer-events: none;
  }
  form#regisztracio input[type=checkbox] + label, form#bejelentkezes input[type=checkbox] + label {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    color: #bc9d42;
    margin-left: 30px;
    cursor: pointer;
  }
  form#regisztracio input[type=checkbox] + label:before, form#bejelentkezes input[type=checkbox] + label:before {
    width: 20px;
    height: 20px;
    content: "";
    background: url(../images/checkbox.png) center center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
  }
  form#regisztracio input[type=checkbox]:checked + label:before, form#bejelentkezes input[type=checkbox]:checked + label:before {
    width: 20px;
    height: 20px;
    content: "";
    background: url(../images/checkbox_on.png) center center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
  }

  .error p {
    color: red;
  }
  .error p span.ujraaktivalas {
    color: #ffffff;
    cursor: pointer;
  }

  nav {
    background: #1e1e1e;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
  }
  nav .mobilmenu_opener {
    display: none;
  }
  nav .logo {
    float: left;
  }
  nav .logo a {
    display: block;
    color: rgba(0, 0, 0, 0);
  }
  nav .logo a img {
    margin: 16px 0 6px;
    display: block;
  }
  nav ul {
    float: right;
    margin: 0;
    padding: 0;
    height: 100px;
    display: table;
    list-style-type: none;
  }
  nav ul li {
    display: table-cell;
    margin: 0;
    padding: 0 0 0 40px;
    height: 100px;
    vertical-align: middle;
  }
  nav ul li a {
    color: rgba(0, 0, 0, 0);
  }

  section .lor-advent-logo {
    margin: 40px auto 30px;
    display: block;
    text-align: center;
  }
  section .reg-log-desc {
    margin: 40px auto 30px;
    display: block;
    text-align: center;
  }

  .buttons {
    margin-bottom: 30px;
  }

  .nyeremenytitle {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .nyeremenybox {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .column {
    display: inline-block;
  }
  .column a.regisztracio {
    margin: 0;
    margin-right: 10px;
  }
  .column a.belepes {
    margin: 0;
    margin-left: 10px;
  }

  a.buttonstyle,
button.buttonstyle {
    background: url(../images/reg_log_button_background.png) center center no-repeat;
    width: 288px;
    height: 52px;
    display: block;
    text-decoration: none;
    color: #111111;
    font-size: 18px;
    text-align: center;
    line-height: 52px;
    text-transform: uppercase;
    margin: 0 auto;
    display: inline-block;
    border: none;
    cursor: pointer;
  }
  a.buttonstyle.regisztracio,
button.buttonstyle.regisztracio {
    margin-right: 10px;
  }
  a.buttonstyle.belepes,
button.buttonstyle.belepes {
    margin-left: 10px;
  }

  .jatekidotartam {
    margin: 40px auto 30px;
  }

  .jatekmeneteleiras {
    margin: 40px auto 30px;
  }

  .index-jatekmenete .jatekmenetetitle,
.jatekmenete .jatekmenetetitle {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .index-jatekmenete .row1,
.jatekmenete .row1 {
    width: 550px;
    margin: 0 auto;
    display: table;
  }
  .index-jatekmenete .row1 .column,
.jatekmenete .row1 .column {
    width: 78px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
  }
  .index-jatekmenete .row2,
.jatekmenete .row2 {
    width: 640px;
    margin: 10px auto 0;
    display: table;
  }
  .index-jatekmenete .row2 .column,
.jatekmenete .row2 .column {
    width: 160px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
  }

  .index-termek .footer_termekpix {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .footer {
    height: 125px;
    background: #252624;
  }

  ul.footermenu {
    margin: 0;
    padding: 0;
  }
  ul.footermenu li {
    display: inline-block;
    margin-top: 30px;
  }
  ul.footermenu li a {
    text-decoration: none;
    color: #eaba52;
    font-size: 12px;
    font-weight: normal;
    font-family: arial;
    -webkit-transition: color, 0.8s;
    -moz-transition: color, 0.8s;
    transition: color, 0.8s;
  }
  ul.footermenu li a:hover {
    color: #ffffff;
  }
  ul.footermenu li:after {
    content: "|";
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #eaba52;
    font-family: arial;
  }
  ul.footermenu li:last-of-type:after {
    display: none;
  }

  .jde-copyright {
    margin-top: 10px;
  }
}
/* mobil */
@media (max-width: 1023px) {
  .lightbox {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: rgba(0, 0, 0, 0.85);
  }
  .lightbox.active {
    display: block;
  }
  .lightbox .lightbox_wrapper {
    width: 80%;
    height: 420px;
    background: #482a20;
    position: absolute;
    top: inherit;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 50px;
  }
  .lightbox .lightbox_wrapper .window {
    display: none;
  }
  .lightbox .lightbox_wrapper .window.allo {
    display: block;
  }
  .lightbox .lightbox_wrapper .lightbox_content .popup_block div.window {
    background-size: contain !important;
  }
  .lightbox .lightbox_wrapper .lightbox_content .popup_block div.window img.gif, .lightbox .lightbox_wrapper .lightbox_content .popup_block div.window img.video {
    max-height: 230px;
    margin-left: 90px;
    top: 50%;
  }
  .lightbox .lightbox_wrapper .lightbox_content .popup_block div.window div.video {
    top: 50%;
    margin-left: 90px;
  }
  .lightbox .lightbox_wrapper .lightbox_content .popup_block div.window div.video iframe {
    width: 340px;
    height: 230px;
  }
  .lightbox .lightbox_wrapper .lightbox_content .popup_block div.window.allo {
    background-color: #1d1d1d !important;
  }
  .lightbox .lightbox_wrapper .lightbox_content .popup_block div.window.allo.winner {
    background-color: #482a20 !important;
  }
  .lightbox .lightbox_wrapper .lightbox_content .popup_block div.window.allo img.gif, .lightbox .lightbox_wrapper .lightbox_content .popup_block div.window.allo img.video {
    max-height: 200px;
    margin-left: 0px;
    top: 50%;
    margin-top: 20px;
  }
  .lightbox .lightbox_wrapper .lightbox_content .popup_block div.window.allo div.video {
    top: 50%;
    margin-left: 0px;
    width: 90%;
    margin-top: 20px;
  }
  .lightbox .lightbox_wrapper .lightbox_content .popup_block div.window.allo div.video iframe {
    width: 100%;
    height: 180px;
  }
  .lightbox .lightbox_wrapper .lightbox_content .popup_block .popup_closer {
    display: none;
    right: 45px;
    bottom: 10px;
    width: 198px;
  }
  .lightbox .lightbox_wrapper .lightbox_content .popup_block .popup_closer img {
    width: 100%;
  }
  .lightbox .lightbox_wrapper .lightbox_content .popup_block .popup_closer.gif, .lightbox .lightbox_wrapper .lightbox_content .popup_block .popup_closer.video {
    margin-left: 90px;
  }
  .lightbox .lightbox_wrapper .lightbox_content .popup_block .popup_closer.allo {
    display: block;
  }
  .lightbox .lightbox_wrapper .lightbox_content .popup_block .popup_closer.allo img {
    width: 100%;
  }
  .lightbox .lightbox_wrapper .lightbox_content .popup_block .popup_closer.allo.gif, .lightbox .lightbox_wrapper .lightbox_content .popup_block .popup_closer.allo.video {
    margin-left: 0px;
    margin-top: 20px;
  }
  .seven-cols {
    text-align: center;
  }
  .seven-cols .col-1 {
    width: 25%;
    width: calc(100% / 4);
    min-width: 142px;
    display: inline-block;
    vertical-align: top;
  }
  .seven-cols .col-1.mobilhidden {
    display: none;
  }
  .seven-cols .col-1 .dayblock {
    text-align: left;
    height: 38px;
  }
  .seven-cols .col-1 .capsblock {
    text-align: right;
    height: 116px;
  }

  html, body {
    position: relative;
  }

  .html-container {
    background: #000000 url(../images/hatter_nyitolap.jpg) top 60px center no-repeat;
    background-size: 100%;
  }

  .wrapper {
    width: 80%;
  }

  .half-width {
    width: 100%;
    display: block;
  }
  .half-width.form {
    width: 100%;
  }
  .half-width.desc {
    width: 100%;
  }

  .container {
    margin-top: 100px;
  }
  .container.regisztracio, .container.bejelentkezes {
    background: #000000 url(../images/reg_background_mobil.jpg) top center no-repeat;
    margin-top: 100px;
    min-height: 100vh;
  }
  .container.nyeremenyek {
    background: #000000 url(../images/nyertesek_hatter.jpg) top center no-repeat;
    margin-top: 100px;
    min-height: 100vh;
  }
  .container.jatek {
    background: #000000 url(../images/jatek_hatter.jpg) top center no-repeat;
    margin-top: 100px;
    min-height: 100vh;
  }

  form#regisztracio, form#bejelentkezes {
    margin-top: 30px;
  }
  form#regisztracio label, form#bejelentkezes label {
    display: block;
    color: #bc9d42;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  form#regisztracio label.checkbox, form#bejelentkezes label.checkbox {
    display: inline-block;
    font-size: 13px;
    width: 90%;
    vertical-align: middle;
    color: #ffffff;
    text-transform: none;
  }
  form#regisztracio .row, form#bejelentkezes .row {
    margin-bottom: 15px;
    overflow: hidden;
    clear: both;
  }
  form#regisztracio .row p.csillagos, form#bejelentkezes .row p.csillagos {
    color: #ffffff;
    font-size: 11px;
    font-style: italic;
    font-family: "Times New Roman", Times, serif;
  }
  form#regisztracio input, form#bejelentkezes input {
    width: 100%;
    height: 30px;
    padding: 0 10px;
    font-size: 110%;
    border-color: #bc9d42;
  }
  form#regisztracio input.half-width, form#bejelentkezes input.half-width {
    width: 100%;
    margin-top: 7px;
  }
  form#regisztracio input:nth-of-type(3), form#bejelentkezes input:nth-of-type(3) {
    margin-top: 7px;
  }
  form#regisztracio input[type=checkbox], form#bejelentkezes input[type=checkbox] {
    opacity: 0;
    position: absolute;
    width: 20px;
    pointer-events: none;
  }
  form#regisztracio input[type=checkbox] + label, form#bejelentkezes input[type=checkbox] + label {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    color: #bc9d42;
    margin-left: 30px;
    cursor: pointer;
  }
  form#regisztracio input[type=checkbox] + label:before, form#bejelentkezes input[type=checkbox] + label:before {
    width: 20px;
    height: 20px;
    content: "";
    background: url(../images/checkbox.png) center center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
  }
  form#regisztracio input[type=checkbox]:checked + label:before, form#bejelentkezes input[type=checkbox]:checked + label:before {
    width: 20px;
    height: 20px;
    content: "";
    background: url(../images/checkbox_on.png) center center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
  }

  .error p {
    color: red;
  }
  .error p span.ujraaktivalas {
    color: #ffffff;
    cursor: pointer;
  }

  nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    background: #1e1e1e;
    height: 70px;
    overflow: hidden;
    -webkit-transition: height, 0.8s;
    -moz-transition: height, 0.8s;
    transition: height, 0.8s;
  }
  nav.active {
    height: 320px;
  }
  nav .mobilmenu_opener {
    display: block;
    border: 1px solid #eaba52;
    border-radius: 5px;
    width: 40px;
    height: 30px;
    cursor: pointer;
    float: right;
    margin: 20px 0 6px;
    -webkit-transition: all, 0.8s;
    -moz-transition: all, 0.8s;
    transition: all, 0.8s;
  }
  nav .mobilmenu_opener .mobilmenurow {
    width: 70%;
    height: 3px;
    background: #eaba52;
    margin: 5px auto 0px;
    -webkit-transition: all, 0.8s;
    -moz-transition: all, 0.8s;
    transition: all, 0.8s;
  }
  nav .mobilmenu_opener:hover {
    border: 1px solid #ffffff;
  }
  nav .mobilmenu_opener:hover .mobilmenurow {
    background: #ffffff;
  }
  nav .logo {
    float: left;
  }
  nav .logo a {
    display: block;
  }
  nav .logo a img {
    margin: 16px 0 6px;
    display: block;
    height: 50px;
  }
  nav ul {
    display: block;
    margin: 0;
    padding: 0;
    padding-top: 90px;
    width: 100%;
    list-style-type: none;
  }
  nav ul li {
    display: block;
  }
  nav ul li a {
    text-decoration: none;
    font-size: 20px;
    font-weight: normal;
    color: #eaba52;
    line-height: 40px;
    height: 40px !important;
    -webkit-transition: color, 0.8s;
    -moz-transition: color, 0.8s;
    transition: color, 0.8s;
  }
  nav ul li a.fooldal, nav ul li a.regisztracio, nav ul li a.jatek, nav ul li a.nyertesek, nav ul li a.jatekszabalyzat {
    background: none !important;
  }
  nav ul li a:hover {
    color: #ffffff;
  }

  section .lor-advent-logo {
    margin: 40px auto 30px;
    display: block;
    text-align: center;
    width: 100%;
  }
  section .reg-log-desc {
    margin: 40px auto 30px;
    display: block;
    text-align: center;
    width: 100%;
  }

  .nyeremenytitle {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .nyeremenytitle img {
    width: 100%;
  }

  .index-nyeremenyek .wrapper .align-center img {
    width: 100%;
  }

  .nyeremenybox {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .column {
    display: inline-block;
  }
  .column a {
    margin-bottom: 30px;
  }
  a.buttonstyle,
button.buttonstyle {
    background: url(../images/reg_log_button_background.png) center center no-repeat;
    width: 288px;
    height: 52px;
    display: block;
    text-decoration: none;
    color: #111111;
    font-size: 18px;
    text-align: center;
    line-height: 52px;
    text-transform: uppercase;
    margin: 0 auto 30px;
    display: inline-block;
    border: none;
  }
  .jatekidotartam {
    margin: 40px auto 30px;
  }
  .jatekidotartam img {
    width: 100%;
  }

  .jatekmeneteleiras {
    margin: 0 auto 30px;
  }
  .jatekmeneteleiras img {
    width: 100%;
  }

  .regdesc {
    width: 100%;
  }

  .reghrt {
    width: 100%;
    height: 1px;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .reghrb {
    width: 100%;
    height: 1px;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .index-jatekmenete .jatekmenetetitle,
.jatekmenete .jatekmenetetitle {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .index-jatekmenete .row1,
.jatekmenete .row1 {
    width: 28%;
    max-width: 60px;
    display: inline-block;
  }
  .index-jatekmenete .row1 .column,
.jatekmenete .row1 .column {
    height: 80px;
  }
  .index-jatekmenete .row1 .column:nth-of-type(2n) img,
.jatekmenete .row1 .column:nth-of-type(2n) img {
    transform: rotate(90deg);
    margin-top: 15px;
  }
  .index-jatekmenete .row1 .column:last-of-type,
.jatekmenete .row1 .column:last-of-type {
    height: auto;
  }
  .index-jatekmenete .row2,
.jatekmenete .row2 {
    width: 70%;
    display: inline-block;
    vertical-align: top;
  }
  .index-jatekmenete .row2 .column,
.jatekmenete .row2 .column {
    height: 160px;
    display: block;
  }
  .index-jatekmenete .row2 .column:last-of-type,
.jatekmenete .row2 .column:last-of-type {
    height: auto;
  }

  .index-termek .footer_termekpix {
    margin-top: -4px;
    margin-bottom: -4px;
  }
  .index-termek .footer_termekpix img {
    width: 100%;
  }

  .footer {
    height: 125px;
    background: #252624;
  }

  ul.footermenu {
    margin: 0 auto;
    padding: 0;
    width: 80%;
  }
  ul.footermenu li {
    display: inline-block;
  }
  ul.footermenu li:first-of-type {
    margin-top: 30px;
  }
  ul.footermenu li a {
    text-decoration: none;
    color: #eaba52;
    font-size: 12px;
    font-weight: normal;
    font-family: arial;
    -webkit-transition: color, 0.8s;
    -moz-transition: color, 0.8s;
    transition: color, 0.8s;
  }
  ul.footermenu li a:hover {
    color: #ffffff;
  }
  ul.footermenu li:after {
    content: "|";
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #eaba52;
    font-family: arial;
  }
  ul.footermenu li:last-of-type:after {
    display: none;
  }

  .jde-copyright {
    margin-top: 10px;
  }
  .jde-copyright img {
    width: 100%;
    max-width: 404px;
  }
}

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