@charset "UTF-8";
@font-face {
  font-family: "chioceregular";
  src: url("../fonts/chiocereg1-webfont.eot");
  src: url("../fonts/chiocereg1-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/chiocereg1-webfont.woff") format("woff"), url("../fonts/chiocereg1-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MarkPro";
  src: url("../fonts/MarkPro.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MarkPro-Bold";
  src: url("../fonts/MarkPro-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MarkPro-Medium";
  src: url("../fonts/MarkPro-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
::selection {
  background-color: #d60614;
  color: #fff;
}

*:focus {
  border: transparent;
  box-shadow: none !important;
  outline: none !important;
}

.btn {
  border-radius: 24px;
  font-family: "MarkPro-Bold";
  font-size: 20px;
  font-weight: normal;
  padding: 12px 24px;
}

.btn-yellow {
  background: #ffb71f;
  color: #00480f;
}
.btn-yellow:hover {
  background: #ffcc5f;
}
.btn-yellow:disabled {
  background: rgba(255, 183, 31, 0.4) !important;
  cursor: default !important;
}
.btn-yellow:disabled:hover {
  background: rgba(255, 183, 31, 0.4) !important;
}

.btn-green {
  background: #00480f;
  color: white !important;
}
.btn-green:hover {
  background: #007a34;
}

footer {
  background: rgba(0, 0, 0, 0.2);
  color: #ffb71f;
  font-family: "MarkPro";
  font-size: 13px;
  line-height: 1.1;
  margin-top: 0;
  padding: 15px 0;
  position: relative;
  z-index: 101;
}
footer a {
  color: #ffb71f;
  font-size: 12px;
  letter-spacing: 1px;
}
footer a:hover {
  color: #fff;
}
footer a:hover img {
  opacity: 0.8;
}

@media (max-width: 991.98px) {
  footer {
    color: #fff;
    font-family: "MarkPro";
    font-size: 20px;
  }
  footer a {
    font-family: "MarkPro";
    font-size: 20px;
  }
}
.body-404 {
  background: url(../img/bg.png) no-repeat top center;
}
.body-404 main {
  height: auto;
}
@media (min-width: 992px) {
  .body-404 main .navbar-brand-chio {
    display: block;
    margin: 12px 0 24px 124px;
    text-decoration: none;
  }
  .body-404 main .navbar-brand-chio span {
    display: none;
    text-decoration: none;
  }
  .body-404 main .btn-black {
    background: #000;
    border-radius: 100px;
    color: #fff;
    font-family: "MarkPro-Bold";
    font-size: 24px;
    letter-spacing: 0;
    margin: 40px 0 32px 0;
    padding: 12px 42px;
  }
  .body-404 main .btn-black:hover {
    background: #ffcc5f;
    color: #000;
  }
  .body-404 footer {
    background: #b30001;
  }
}
@media (max-width: 991.98px) {
  .body-404 {
    background: 0 !important;
  }
  .body-404 main {
    background: url(../img/bg-404-xs.png) repeat-x top center;
    height: auto;
  }
  .body-404 main .navbar-brand-chio {
    display: block;
    margin: 55px 0 10px 12px;
  }
  .body-404 main .btn-black {
    background: #000;
    border-radius: 100px;
    color: #fff;
    font-family: "MarkPro-Bold";
    font-size: 26px !important;
    letter-spacing: 2px;
    margin: 36px 0 48px 0;
    padding: 20px 60px;
  }
  .body-404 main .btn-black:hover {
    background: #ffcc5f;
    color: #000;
  }
  .body-404 footer {
    background: rgba(0, 0, 0, 0.8) url(../img/bg-404-xs.png) repeat-x top center !important;
    font-family: "MarkPro";
    background: 0;
    margin-top: 0;
  }
}

html,
body {
  background: #d60614;
  font-family: "MarkPro";
  font-size: 16px;
  font-weight: 400;
  height: 100%;
}

.nav-link {
  color: white;
  font-family: "MarkPro-Bold";
  font-size: 18px;
  text-transform: uppercase;
}
.nav-link:before {
  content: "|";
  color: white;
  display: inline-block;
  font-family: "MarkPro-Bold";
  font-size: 18px;
  padding: 0 24px 0 0;
}
.nav-link:hover {
  color: #ffb71f;
}

@media (max-width: 1199.98px) {
  .nav-link {
    font-size: 15px;
  }
}
.nav-item-1 .nav-link {
  /*    margin-top: 4px;	*/
}
.nav-item-1 .nav-link:before {
  content: "";
}

.nav-item.active .nav-link {
  color: #ffb71f !important;
}
.nav-item.active:hover .nav-link {
  color: #fff !important;
}

.navbar-toggler {
  display: block;
  padding: 0;
}

.navbar-toggler {
  background: 0 !important;
  border: 0;
  padding: 22px 15px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 10000;
}
.navbar-toggler:hover {
  background: 0;
}
.navbar-toggler .navbar-toggler-icon {
  background: url(../img/icon-hamburger.png) no-repeat;
  cursor: pointer;
  display: block;
  height: 72px;
  right: 25px;
  top: 25px;
  width: 72px;
  z-index: 99999;
}
.navbar-toggler.collapsed {
  background: rgba(0, 0, 0, 0.2);
}
.navbar-toggler.collapsed .navbar-toggler-icon {
  background: url(../img/icon-hamburger.png) no-repeat;
  cursor: pointer;
  display: block;
  height: 72px;
  right: 25px;
  top: 25px;
  width: 72px;
  z-index: 99999;
}

@media (max-width: 991.98px) {
  .navbar-brand-chio {
    margin: 24px 0 0 24px;
  }
  .navbar-collapse {
    background: rgba(141, 172, 19, 0.9);
    padding: 24px;
    position: fixed;
    right: 0;
    width: 100%;
    top: 120px;
    z-index: 9999;
  }
  .navbar-collapse .nav-link:before {
    content: "";
  }
  .navbar-collapse a {
    color: #003c10;
    font-family: "MarkPro";
    font-size: 50px;
    margin-bottom: 30px;
    text-transform: uppercase;
  }
  .navbar-collapse .nav-link-szabalyzat {
    font-size: 48px;
  }
  .navbar-collapse .nav-link-szabalyzat img {
    margin-top: -60px;
  }
  .navbar-collapse .close {
    background: 0;
  }
  .navbar-collapse .navbar-toggler-close {
    background: url(../img/icon-hamburger-close.png) no-repeat;
    cursor: pointer;
    display: block;
    height: 32px;
    width: 32px;
    z-index: 99999;
  }
}
@media (max-width: 499.98px) {
  .navbar-brand-chio {
    margin: 32px 0 6px -24px !important;
  }
  .navbar-brand-chio img {
    width: 130px !important;
  }
  header {
    margin-bottom: 24px;
  }
  .navbar-collapse a {
    font-size: 20px;
    margin-bottom: 0;
  }
  .navbar-collapse .nav-link-szabalyzat {
    font-size: 20px;
  }
  .navbar-collapse .nav-link-szabalyzat img {
    margin-top: 0;
  }
  .navbar-collapse li:last-child img {
    width: 48px;
  }
}
.body-index {
  background: url(../img/bg.png) no-repeat top center;
}
.body-index main {
  height: auto;
  margin: 0 0 40px 0;
}
@media (min-width: 1200px) {
  .body-index .navbar-brand-chio {
    display: block;
    margin: 6px 0 0 64px;
    text-decoration: none;
  }
  .body-index .navbar-brand-chio span {
    display: none;
    text-decoration: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .body-index .navbar-brand-chio {
    display: block;
    margin: 6px 0 0 0;
    text-decoration: none;
  }
  .body-index .navbar-brand-chio span {
    display: none;
    text-decoration: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .body-index .navbar-brand-chio {
    display: block;
    margin: 6px 0 0 24px;
    text-decoration: none;
  }
  .body-index .navbar-brand-chio span {
    display: none;
    text-decoration: none;
  }
}
@media (max-width: 767.98px) {
  .body-index .navbar-brand-chio {
    display: block;
    margin: 12px 0 0 0;
    text-decoration: none;
  }
  .body-index .navbar-brand-chio span {
    display: none;
    text-decoration: none;
  }
}
.body-index .container-hero {
  margin-top: -40px;
}
.body-index .container-hero p {
  font-family: "MarkPro-Bold";
  font-size: 30px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .body-index .container-hero {
    padding-bottom: 40px;
    margin-bottom: -40px;
  }
}
.body-index h3 {
  color: #fff;
  font-family: "MarkPro-Bold";
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  line-height: 1.4;
  padding: 0;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .body-index h3 {
    font-size: 24px;
  }
}
.body-index h4 {
  color: #fff;
  font-family: "MarkPro-Bold";
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  line-height: 1.4;
  padding: 0;
}
@media (max-width: 991.98px) {
  .body-index h4 {
    font-size: 30px;
  }
}
@media (max-width: 499.98px) {
  .body-index h4 {
    font-size: 20px;
  }
}
.body-index p {
  color: #fff;
  font-family: "MarkPro";
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.body-index p strong {
  font-family: "MarkPro-Bold";
  font-weight: normal;
}
.body-index p a {
  color: #fff;
}
@media (max-width: 991.98px) {
  .body-index p {
    font-size: 22px;
  }
}
.body-index .media {
  margin: 0;
}
.body-index .media .col-1 {
  padding: 0;
  max-width: 32px;
}
.body-index .div-note {
  background: rgba(0, 0, 0, 0.4);
  margin: 20px 60px;
  padding: 22px 28px;
}
.body-index .sing1 {
  background: #fff;
  height: 90%;
  width: 8px;
}
.body-index .sing2 {
  background: #fff;
  border-radius: 100px;
  height: 8px;
  margin-top: 8px;
  width: 8px;
}
@media (max-width: 991.98px) {
  .body-index .note {
    padding-left: 0;
  }
  .body-index .div-note {
    margin: 20px 0 48px 0;
  }
}
.body-index .note {
  color: #fff;
  font-family: "MarkPro";
  font-size: 14px;
  font-weight: normal;
  line-height: 1.1;
  margin: 0;
  padding: 0;
}
.body-index .mt-70 {
  margin-top: -70px;
}

@media (max-width: 991.98px) {
  .body-index {
    background: url(../img/bg-xs.png) no-repeat left -120px;
  }
  h4 {
    margin: -120px 0 0 0;
  }
  .row-hol {
    margin: -40px 0 0 0;
  }
}
.container-hol a:hover img {
  opacity: 0.8;
}

.body-nyertesek header {
  background: url(../img/bg.png) no-repeat top center;
}
.body-nyertesek main {
  margin: 40px 0;
}
.body-nyertesek h2 {
  color: #fff;
  font-family: "MarkPro-Bold";
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 48px 0;
}
.body-nyertesek p {
  color: #fff;
  font-family: "MarkPro";
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.body-nyertesek p strong {
  display: block;
  font-family: "MarkPro-Bold";
  font-weight: normal;
}
.body-nyertesek .media {
  margin: 20px 0;
}

.body-hamarosan main {
  background: url(../img/bg.png) no-repeat top center;
}
.body-hamarosan p {
  color: #fff;
  font-family: "MarkPro-Bold";
  font-size: 18px;
  font-weight: normal;
  margin: -10px 0 10px 0;
  padding: 0;
}
.body-hamarosan span {
  color: #fff;
  display: block;
  font-family: "MarkPro";
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: -10px 0 10px 0;
  padding: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .body-hamarosan p {
    font-size: 17px;
    margin: 20px 0 13px 0;
  }
  .body-hamarosan span {
    padding: 40px 40px 13px 0;
    margin: -20px;
  }
}
@media (max-width: 991.98px) {
  .body-hamarosan main {
    background: url(../img/bg-hamarosan-xs.png) no-repeat top center;
  }
  .body-hamarosan p {
    font-size: 26px;
    margin: 20px 0 5px 0;
  }
  .body-hamarosan span {
    font-size: 18px;
    font-weight: bold;
    padding: 40px 0 20px 0;
  }
}
.body-hamarosan footer {
  font-family: "MarkPro";
  margin-top: 0;
}

.modal .modal-dialog {
  margin-top: 72px !important;
}
.modal .close {
  opacity: 1;
  margin: 0 24px 0 0;
  position: relative;
  top: -80px;
}
.modal .close span {
  color: #fff;
  font-family: "MarkPro";
  font-size: 82px !important;
  font-weight: normal;
  opacity: 1;
}
.modal .modal-content {
  background: 0;
  border: 0;
  border-radius: 0;
  margin: 0 auto;
}
.modal .modal-body {
  border-radius: 24px;
  border: 0;
  padding: 0;
}
.modal .modal-body .container {
  background: #8dac13;
  border-radius: 24px;
  padding: 48px;
}
.modal .modal-body p {
  color: #00480f;
  font-family: "MarkPro-Bold";
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 24px 0;
  padding: 0;
}
.modal .modal-body span {
  font-family: "MarkPro-Bold";
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.modal h2 {
  margin: 0 0 24px 0;
}
.modal label {
  color: #00480f;
  font-family: "MarkPro-Bold";
  font-size: 18px;
  font-weight: normal;
}
.modal .custom-input {
  border: 1px solid #00480f;
  border-radius: 3px;
  color: #00480f;
  font-family: "MarkPro";
  font-size: 18px;
  font-weight: normal;
  height: 60px;
  padding: 0 12px;
}
.modal .custom-select {
  background: #fff url(../img/icon-custom-select.png) no-repeat center right !important;
  border: 1px solid #00480f;
  border-radius: 3px;
  color: #00480f;
  font-family: "MarkPro";
  font-size: 18px;
  font-weight: normal;
  height: 60px;
  padding: 0 12px;
}
.modal .custom-checkbox {
  border: 0;
  padding-left: 0;
  margin-top: 0;
}
.modal .custom-checkbox em {
  color: #00480f;
  font-family: "MarkPro-Bold";
  font-size: 18px;
  font-style: normal;
  display: block;
  padding-left: 60px;
  position: relative;
  top: 12px;
}
.modal .custom-checkbox em a {
  color: #00480f;
  text-decoration: underline;
}
.modal .custom-checkbox em a:hover {
  color: white;
}
.modal .custom-checkbox .custom-control-label::before {
  background: url(../img/icon-custom-checkbox.png) no-repeat top center !important;
  border: 0 !important;
  border-radius: 0;
  height: 39px;
  left: 0;
  top: 0;
  width: 39px;
}
.modal .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background: url(../img/icon-custom-checkout-checked.png) no-repeat top center !important;
  border: 0 !important;
  border-radius: 0;
  height: 39px;
  left: 0;
  top: 0;
  width: 39px;
}
.modal .custom-checkbox .custom-control-input:checked ~ .custom-control-label span {
  color: #00480f;
}
.modal .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background: 0;
}
.modal .custom-checkbox .custom-control-input:disabled ~ .custom-control-label::before {
  background: url(../img/icon-custom-checkbox-disabled.png) no-repeat top center !important;
  border: 0 !important;
  border-radius: 0;
  height: 39px;
  left: 0;
  top: 0;
  width: 39px;
}
.modal .custom-radio {
  border: 0;
  padding-left: 0;
  margin-top: 10px;
}
.modal .custom-radio span {
  align-items: center;
  display: flex;
  font-size: 18px;
  height: 39px;
  padding: 0 0 0 60px;
  vertical-align: middle;
}
.modal .custom-radio .custom-control-label::before {
  background: url(../img/icon-custom-radio.png) no-repeat top center !important;
  border: 0 !important;
  border-radius: 0;
  height: 39px;
  left: 0;
  top: 0;
  width: 39px;
}
.modal .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background: url(../img/icon-custom-radio-checked.png) no-repeat top center !important;
  border: 0 !important;
  border-radius: 0;
  height: 39px;
  left: 0;
  top: 0;
  width: 39px;
}
.modal .custom-radio .custom-control-input:checked ~ .custom-control-label span {
  color: #00480f;
}
.modal .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background: 0;
}
.modal .custom-radio .custom-control-input:disabled ~ .custom-control-label::before {
  background: url(../img/icon-custom-radio-disabled.png) no-repeat top center !important;
  border: 0 !important;
  border-radius: 0;
  height: 39px;
  left: 0;
  top: 0;
  width: 39px;
}
.modal .custom-radio .custom-control-label {
  text-align: left;
}
.modal #upload {
  opacity: 0;
  margin-bottom: 15px;
}
.modal .form-picture {
  cursor: pointer;
  margin-top: -12px;
}
.modal .form-picture img {
  cursor: pointer;
}
.modal #upload-label {
  background: #fff url(../img/icon-upload.png) no-repeat center right;
  border: 1px solid #00480f;
  border-radius: 0;
  color: #00480f;
  font-family: "TitilliumWeb-Regular";
  font-size: 18px;
  font-weight: normal;
  height: auto;
  left: 0;
  padding: 13px 15px;
  position: absolute;
  top: 15px;
  width: 100%;
}
.modal .input-group-append img {
  left: 12px;
  position: relative;
  top: 16px;
}
.modal .image-area {
  background: #dce4e4;
  border: 1px solid #00480f;
  padding: 1rem;
  position: relative;
  margin: 0 0 20px 0;
  min-height: 250px;
}
.modal .image-area:after {
  color: #000;
  content: "(Itt fog megjelenni a feltöltött fotó!)";
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: 30px;
}
.modal .image-area img {
  z-index: 2;
  position: relative;
}
.modal .image-area.uploaded:after {
  display: none !important;
}
.modal .custom-select.is-invalid,
.modal .custom-input.is-invalid,
.modal .custom-control-input.is-invalid,
.modal .form-control.is-invalid,
.modal .was-validated .custom-select:invalid,
.modal .was-validated .custom-input:invalid,
.modal .was-validated .form-control:invalid,
.modal .custom-select.is-invalid ~ label,
.modal .custom-input.is-invalid ~ label,
.modal .custom-control-input.is-invalid ~ label::before,
.modal .form-control.is-invalid ~ label,
.modal .was-validated .custom-select:invalid ~ label,
.modal .was-validated .custom-input:invalid ~ label,
.modal .was-validated .form-control:invalid ~ label {
  border: 2px solid #d60614 !important;
}
.modal .custom-checkbox-pic {
  margin-bottom: 20px;
}
.modal .image-area {
  visibility: hidden;
  height: 0;
  margin-bottom: 0;
  min-height: 0;
}
.modal .image-area.uploaded {
  display: block;
  height: auto;
  margin: 40px 0 20px 0;
  min-height: 250px;
  visibility: visible;
}
.modal .invalid-feedback {
  color: #d60614;
  font-size: 18px !important;
  text-align: left;
}
@media (max-width: 991.98px) {
  .modal .btn-green {
    width: 100%;
  }
  .modal .btn-yellow {
    width: 100%;
  }
}

#cookie-warn {
  display: none;
  color: #fff;
  bottom: 0;
  margin: 0 auto !important;
  left: 0;
  opacity: 1;
  position: fixed;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 10000;
}
#cookie-warn a {
  color: #ffb71f;
  text-decoration: underline;
}
#cookie-warn a:hover {
  text-decoration: none;
}
#cookie-warn .inner {
  background: rgba(183, 4, 10, 0.8);
  box-sizing: border-box;
  color: #fff;
  font-family: "MarkPro";
  font-size: 24px;
  margin: 0 auto !important;
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
  text-align: left;
}
#cookie-warn .title {
  color: #fff;
  font-family: "MarkPro";
  font-size: 24px;
  font-weight: normal;
  margin: 15px 0 0 0 !important;
  text-transform: uppercase;
}
#cookie-warn .text {
  display: inline-block;
  margin: 0 !important;
  width: 100%;
}
#cookie-warn p {
  color: #fff;
  font-family: "MarkPro";
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
}
#cookie-warn p a {
  color: #fff;
}
#cookie-warn p a:hover {
  color: #fff;
}
#cookie-warn .btn-cookie {
  background: #00480f;
  border: 0;
  border-radius: 40px;
  cursor: pointer;
  padding: 14px 42px 10px 42px !important;
  text-transform: uppercase;
}
#cookie-warn .btn-cookie:active, #cookie-warn .btn-cookie:focus, #cookie-warn .btn-cookie:hover {
  background: #007a34 !important;
}
#cookie-warn .btn-cookie span {
  color: #fff;
  position: relative;
  top: -2px;
}
#cookie-warn .btn-cookie:disabled {
  background: #7ec588 !important;
  cursor: default !important;
}/*# sourceMappingURL=styles.css.map */