@charset "utf-8";



 * {
    -moz-transition:all 600ms ease;
    -o-transition:all 600ms ease;
    -webkit-transition:all 600ms ease;
    transition:all 600ms ease;

  }

.navbar-toggler {
  background-color: #ffffff
}
/*Sequencer*/

div#preload{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 25%;
  background: #f2f2f3;
  z-index: 1
}
div#preload h1, div#preload h2{
  text-align: center;
}
div#images{

  z-index: 0;
}
div#images img{
  position: sticky;
  top: 0;
  left:0;

}


.row div {
  margin-bottom: 20px;
}


.bg-footer {
  padding: 50px 0px 20px 0px;
  /* border-top: 25px solid #000000; */
  background-image: url('/images/back-black-200.png');
  position: relative;
}

.bg-footer-copy {
  padding: 20px 0px;
  /* border-top: 25px solid #000000; */
  background-image: url('/images/back-green-200.png');
  position: relative;
}

.bg-footer a {
  color: #ffffff;
  text-decoration: none;
  font-family: "Oswald";
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;

}

.bg-footer img {
  margin: 10px 0px;
}


.navbar-nav .nav-link.active {
  color: #ffffff;
}

.ekko-lightbox.modal .modal-header {
  display: none;
}

.ekko-lightbox.modal .modal-content {
  background-color: transparent;
  border: 3px solid #ffffff;
}

.ekko-lightbox.modal .modal-body {
  padding: 0px;
}

.ekko-lightbox.modal img {
  border-radius: var(--bs-modal-border-radius);
}



label {

  color: #000000;
  font-weight: bold;
  margin-bottom: 5px;
}

.checkbox label {

  color: #000000;
}


[type="text"],
[type="date"],
.form-select {
  border-radius: 12px;
  background-color: #D9D9D9;
  color: #000000;
  height: 60px;
}

[name="Code"],
[name="BlokkID"]  {
  font-size: 24px;
  text-align: center;
  font-family: 'Oswald';
  border-radius: 12px;
  background-color: #D9D9D9;
  color: #000000;
  height: 50px;
}

[name="Code"]::placeholder,
[name="BlokkID"]::placeholder {
  color: #000000 !important;
  opacity: 0.2;
}


[name="Code"]:focus,
[name="Code"] {
  color: #000000;

}

[name="Code"]::placeholder {
  color: rgba(255,255,255,0.2);

}

[name="text"] :focus,
[name="ShoppingDT"]:focus,{
  color: #000000;

}

.accordion-button:focus {

  border-color: unset;
  box-shadow: none;
}

/* .accordion-button {

  background-color: #000000;
  color: #ffffff;
  min-height: 70px;
  font-size: 18px;
  border: none;
  border-radius: 24px !important;
} */
.accordion-button {

  background-color: #E3D5C7;
  color: #00284F;
  min-height: 70px;
  font-size: 18px;
  font-weight: normal;
  border: none;
  border-radius: 0px !important;
}


.accordion-button:not(.collapsed) {

  background-color: #000000;
  color: #ffffff;
  border-radius: 0px !important;

}
.accordion-item {
  margin-bottom: 0px !important;
  border-radius: 0px !important;
  border: 3px solid #CF9D53;
}
.btn-primary {
  color: #ffffff;
  background-color: #00284F;
  border-radius: 0px;
  font-family: 'Oswald';
  font-size: 28px;
  min-width: 150px;
  min-height: 56px;
  padding: 10px 40px;
  border: 1px solid #cf9d53;
}

.btn-primary:hover {
  color: #000000;
  background-color: #cf9d53 ;
  border: 1px solid #cf9d53;
}



/* * {
  -moz-transition:all 800ms ease;
  -o-transition:all 800ms ease;
  -webkit-transition:all 800ms ease;
  transition:all 800ms ease;

} */

.mainBlock {
  background-position: center center;
  background-size: cover;
  /* border-top: 5px solid #ffffff; */
}

.prod {
  border-top-right-radius: 20px;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}

.prod img{
  display: inline-block;
   rotate: 10deg;
}

body{
  font-family: 'Oswald', Arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	background-color: #000000;
	color: #000000;
  margin: 0;
  padding: 0;

}

.carousel-inner img {
  max-height: 85vh !important;
}

form label.error {
  display: none !important;
}

.has-error input,
.has-error select,
.has-error input:focus,
.has-error select:focus{
  border: 2px solid red;
  background-color: rgba(255,0,0,0.2);
  color: #000000;
}

.checkbox {
  padding: 10px;

}

.has-error .checkbox {
  padding: 10px;
  background-color: #ffcccc;
  color: #000000 !important;
  border-radius: 12px;
  border: 2px solid red;
}

.has-error .checkbox label {
  color: #000000 !important;
}

.cookie-layer {
  position:fixed;
  bottom:0;left:0;right:0;
  padding:4px;
  background-color:rgba(255,255,255,0.8);
  border-bottom:1px solid #ccc;
  box-shadow:0px 0px 3px #ccc;
  z-index: 99;
}


.mt-animation-slide-up{
	-webkit-animation-name:mt-slide-up;
	animation-name:mt-slide-up
}

.navbar-brand {

  z-index: 100;
}

#navbarContent{
  overflow-x: visible;
  position: relative;
}

#navbarContent {
  /* background:  rgba(41,44,44,1) 100%; */


}



.nav-link {
  color: #ffffff;
  font-size: 24px;
  font-weight: normal;
  font-family: 'Oswald';

  /* border-right: 3px solid #000000; */
  padding: 12px 15px 10px  !important;
  text-transform: uppercase;
  line-height: 28px;

}


.nav-link:hover {
  color: #ffffff;


}

.nav-item:last-child .nav-link {

  border-right: none;
}


@media only screen and (min-width: 992px) {

  #navbarContent::after {
    left: -100px;
    position: absolute;
    width: 100px;
    bottom: 0;
    content: "";
    top: 0;
    /* background: rgb(95,97,97);
    background: linear-gradient(180deg, rgba(95,97,97,1) 0%, rgba(95,97,97,1) 50%, rgba(41,44,44,1) 50%, rgba(41,44,44,1) 100%); */
    z-index: 0;
  }

  #navbarContent {
    background: transparent;
    /*     background: linear-gradient(180deg, rgba(95,97,97,1) 0%, rgba(95,97,97,1) 50%, rgba(41,44,44,1) 50%, rgba(41,44,44,1) 100%); */

  }


  .nav-link {

    background: transparent;
/*    background: linear-gradient(180deg, rgba(95,97,97,1) 0%, rgba(95,97,97,1) 50%, rgba(41,44,44,1) 50%, rgba(41,44,44,1) 100%); */


  }

  .nav-link:hover {
    color: #ffffff;
    /* background: rgb(176,21,27);
  background: linear-gradient(180deg, rgba(176,21,27,1) 0%, rgba(176,21,27,1) 50%, rgba(76,9,12,1) 50%, rgba(76,9,12,1) 100%); */

  }

  #navbarContent {
    /* background: rgb(95,97,97);
    background: linear-gradient(180deg, rgba(95,97,97,1) 0%, rgba(95,97,97,1) 50%, rgba(41,44,44,1) 50%, rgba(41,44,44,1) 100%); */

  }
}




.prize {
  margin-bottom: 10px;
  /* border-bottom: 1px solid #ffffff; */
}

.prize img {
  display: inline-block;
  width: auto !important;
  margin-top: 35px;
}

.prize:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

h1 {
  font-family: 'Oswald';
  font-size: 40px !important;
  color: #000000;
  line-height: normal;
  text-transform: uppercase;

}

h2 {
   font-family: 'Oswald';
   font-size: 36px !important;
   color: #000000;
   margin-bottom: 0px;

}

h3 {
   font-family: 'Oswald';
   font-size: 24px !important;
   color: #000000;

}

h4 {
   font-family: 'Oswald';
   font-size: 24px !important;
   color: #000000;

}


.mainPrize h3 {
  font-size: 60px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

  .col-lg h2 {
    font-size: 37px !important;
  }
}


@media only screen and (max-width: 450px) {

  .carousel-inner img {
    max-height: auto !important;
  }

  h1 {

    font-size: 40px !important;

  }

  .mainPrize h3,
  #mainBlock-termekek h3 {
    font-size: 24px !important;
  }

    #headMenu {
      position: relative !important;
      background-color: rgb(0,40,79) !important;
    }


}


a {
  color: #d81921;
}
