html, body {
  margin: 0;
}

div, section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  overflow-x: hidden;
  color: black !important;
}

a:hover {
  text-decoration: underline;
  color: white;
}

.generalButton {
  padding: 10px 15px;
  border-top: 3px solid #45a0e6;
  border-bottom: 3px solid #45a0e6;
  z-index: 1;
  color: white;
  letter-spacing: 0.06em;
  -webkit-transition: 0.5s background-color;
  transition: 0.5s background-color;
  font-size: 0.95em;
  background-color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  font-family: 'Spartan', sans-serif;
}

.generalButton:hover {
  background-color: #45a0e6;
  color: black;
  text-decoration: none;
}

@media only screen and (max-width: 1308px) {
  .alignwide {
    width: 105%;
    margin-left: calc(-5% / 2);
  }
}

@media only screen and (min-width: 1309px) {
  .alignwide {
    width: 115%;
    margin-left: calc(-15% / 2);
  }
}

.alignfull {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.ofXH {
  overflow-x: hidden;
}

h1 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: black;
  position: fixed;
  width: 100vw;
  color: white;
  z-index: 2;
  height: 60px;
}

header #logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header #logo img {
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

header #logo h1 {
  margin-top: 5px;
  margin-bottom: 0;
}

header #nav nav {
  height: 60px;
}

header h1 {
  font-weight: normal;
  text-transform: none;
}

header .nav-link {
  color: white !important;
  font-family: 'Spartan', sans-serif;
  font-weight: 600;
  -webkit-transition: color 200ms;
  transition: color 200ms;
}

header a:hover {
  color: #45a0e6 !important;
}

header .SQfull ul {
  margin-right: 20px !important;
}

#mainWindow {
  min-height: 100vh;
  background-image: url("../img/JumpCentrumMainBG.jpg");
  background-size: cover;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  letter-spacing: 0.2em;
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
}

#mainWindow:before {
  content: "";
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 0;
}

#mainWindow h2 {
  font-size: 25px;
  font-weight: 600;
  z-index: 1;
  font-family: 'Spartan', sans-serif;
}

#mainWindow h1 {
  text-shadow: 0px 10px 4px rgba(0, 0, 0, 0.5);
  font-size: 88px;
  word-spacing: 100vw;
  text-align: center;
  z-index: 1;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

#mainWindow .alerinfoflag {
  background-color: #F60419;
  text-align: center;
  height: 80px;
  line-height: 80px;
  font-family: 'Lalezar', cursive;
}

@media screen and (min-width: 1290px) {
  #mainWindow .alerinfoflag {
    position: absolute;
    bottom: 0;
    left: 10%;
    -webkit-transform: rotate(-16deg);
            transform: rotate(-16deg);
    overflow: hidden;
    z-index: 1;
    width: 100%;
  }
  #mainWindow .alerinfoflag p {
    margin-left: 39%;
    font-size: 40px;
  }
}

@media screen and (max-width: 1290px) {
  #mainWindow .alerinfoflag {
    position: absolute;
    bottom: 0;
    left: 10%;
    -webkit-transform: rotate(-16deg);
            transform: rotate(-16deg);
    overflow: hidden;
    z-index: 1;
    width: 100%;
  }
  #mainWindow .alerinfoflag p {
    margin-left: 39%;
    font-size: 30px;
  }
}

@media screen and (min-width: 992px) {
  #mainWindow .alerinfoflag {
    line-height: 85px;
  }
}

@media screen and (max-width: 992px) {
  #mainWindow .alerinfoflag {
    height: 60px;
    line-height: 65px;
  }
  #mainWindow .alerinfoflag p {
    margin-left: 39%;
    font-size: 24px;
  }
  #mainWindow {
    background-attachment: unset;
    background-position: center bottom;
  }
}

@media screen and (max-width: 900px) {
  #mainWindow .alerinfoflag p {
    margin-left: 39%;
    font-size: 20px;
  }
}

@media screen and (max-width: 760px) {
  #mainWindow .alerinfoflag p {
    margin-left: 35%;
    font-size: 18px;
  }
  #mainWindow h1 {
    margin: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  #mainWindow h2 {
    font-size: 20px;
  }
  #mainWindow h1 {
    font-size: 75px;
  }
}

@media screen and (max-width: 667px) {
  #mainWindow .alerinfoflag {
    left: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  #mainWindow .alerinfoflag p {
    margin-left: 0;
    font-size: 30px;
  }
  #mainWindow h2 {
    font-size: 17px;
  }
  #mainWindow h1 {
    font-size: 70px;
  }
}

@media screen and (min-width: 767px) and (orientation: landscape) and (max-height: 600px) {
  #mainWindow h2 {
    font-size: 17px;
  }
  #mainWindow h1 {
    font-size: 70px;
  }
  #mainWindow .alerinfoflag p {
    font-size: 24px;
  }
}

@media screen and (max-width: 630px) {
  #mainWindow h2 {
    font-size: 17px;
  }
  #mainWindow h1 {
    font-size: 65px;
  }
  #mainWindow .alerinfoflag p {
    font-size: 24px;
  }
}

@media screen and (max-width: 575px) {
  #mainWindow h2 {
    font-size: 17px;
  }
  #mainWindow h1 {
    font-size: 60px;
  }
  #mainWindow .alerinfoflag p {
    margin-right: 0;
  }
}

@media screen and (max-width: 538px) {
  #mainWindow h2 {
    font-size: 17px;
  }
  #mainWindow h1 {
    font-size: 50px;
  }
  #mainWindow .alerinfoflag p {
    font-size: 20px;
  }
}

@media screen and (max-width: 465px) {
  #mainWindow h2 {
    font-size: 17px;
  }
  #mainWindow h1 {
    font-size: 41px;
  }
}

@media screen and (max-width: 380px) {
  #mainWindow h2 {
    font-size: 12px;
  }
  #mainWindow h1 {
    font-size: 30px;
  }
  #mainWindow .alerinfoflag p {
    font-size: 17px;
  }
}

@media screen and (max-height: 600px) {
  #mainWindow {
    min-height: 600px;
  }
  #mainWindow:before {
    height: 600px;
  }
}

#ponuka {
  min-height: 30vh;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  overflow: hidden;
}

#ponuka .oneItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#ponuka .oneItem span {
  margin: 0 30px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 15px 0px;
  word-spacing: 100vw;
  font-size: 1.4em;
  font-weight: 600;
  -webkit-transition: border 200ms ease-in-out;
  transition: border 200ms ease-in-out;
}

#ponuka .oneItem:before, #ponuka .oneItem:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
}

#ponuka .oneItem:before {
  top: 0;
  left: -10px;
}

#ponuka .oneItem:after {
  bottom: 0;
  right: -10px;
}

#ponuka .oneItem:hover:before, #ponuka .oneItem:hover:after {
  width: calc(100% + 20px);
  border-top: 4px solid #45a0e6;
  -webkit-transition: width 0.3s ease-out, height 0.25s ease-out;
  transition: width 0.3s ease-out, height 0.25s ease-out;
}

@media screen and (max-width: 767px) {
  #ponuka {
    padding: 20px 0;
  }
  #ponuka .oneItem {
    margin: 15px 0;
  }
}

@media screen and (max-width: 992px) {
  #ponuka .oneItem span {
    font-size: 1.1em;
  }
}

#about {
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  min-height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#about .textholder {
  width: 66.666%;
  max-width: 500px;
  margin: 0 auto;
  color: white;
  padding: 0 20px;
  z-index: 1;
  font-family: 'Spartan', sans-serif;
}

#about .imageholder {
  max-width: 33.3333%;
  min-height: inherit;
}

#about .imageholder .owl-stage-outer {
  min-height: inherit;
}

#about .imageholder .owl-stage-outer .owl-stage {
  min-height: inherit;
}

#about .imageholder .owl-stage-outer .owl-stage .owl-item {
  min-height: inherit;
}

#about .imageholder .owl-stage-outer .owl-stage .owl-item .item {
  min-height: inherit;
}

#about .imageholder .owl-dots {
  display: none;
}

#about .imageholder .owl-nav {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-height: inherit;
  height: 100%;
}

#about .imageholder .owl-nav button span {
  font-size: 115px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 38px;
}

#about .imageholder .owl-nav button:focus {
  border: none;
  outline: none;
}

#about .imageholder img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: inherit;
  width: 100%;
}

/*#about:before{content: ""; width: 100%; min-height: inherit; background-color: rgba(0,0,0,0.3); position: absolute; z-index: 0;}
*/
@media screen and (min-width: 767px) {
  #about {
    min-height: 650px;
  }
}

@media screen and (max-width: 767px) {
  nav button:focus {
    outline: none;
    border: none;
  }
  .SQfull {
    width: 100vw;
    position: absolute;
    right: 0;
    top: 60px;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .SQfull ul {
    padding-left: 1rem;
    width: 100%;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  #about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  #about .textholder, #about .imageholder {
    max-width: 767px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #about .imageholder:before {
    content: "";
    width: 100%;
    min-height: inherit;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 1;
    height: 100%;
  }
  #about .imageholder {
    z-index: 0;
  }
  #about .imageholder .owl-nav {
    display: none;
  }
  #about .textholder {
    position: absolute;
    z-index: 1;
    display: block;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #about .textholder p {
    margin: 5px 0;
  }
}

@media screen and (max-width: 767px) {
  #about {
    min-height: 650px;
  }
}

#price h1 {
  padding: 40px 0;
  text-align: center;
  text-transform: uppercase;
}

#price .table tr td {
  vertical-align: middle;
  border-color: black;
  font-weight: bold;
  padding-bottom: 15px;
  padding-top: 15px;
}

#price .table tr td span.tableLigher {
  color: rgba(0, 0, 0, 0.75);
  font-weight: 500;
}

#price .table tr td:first-child {
  padding-left: 45px;
}

#price .table tr td:last-child {
  padding-right: 45px;
}

#price .table tr:last-child td {
  padding-top: 0;
}

#price .table tr:first-child td, #price .table tr:last-child td {
  border: none;
}

@media screen and (min-width: 767px) {
  #price .table tr td {
    font-size: 20px;
  }
  #price .table tr td:first-child {
    padding-left: 100px;
  }
  #price .table tr td:last-child {
    padding-right: 100px;
  }
}

@media screen and (max-width: 484px) {
  #price .table tr td:first-child {
    padding-left: 10px;
  }
  #price .table tr td:last-child {
    padding-right: 10px;
  }
}

@media screen and (max-width: 415px) {
  #price .table tr td {
    font-size: 12px;
  }
}

@media screen and (max-width: 334px) {
  #price .table tr td:first-child {
    padding: 15px 0;
  }
  #price .table tr td:last-child {
    padding: 15px 0;
  }
}

#buffet {
  min-height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-attachment: fixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url("../img/burger.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/burger.jpg");
  background-position: center 30%;
  background-size: cover;
  color: white;
}

#buffet p {
  max-width: 500px;
}

#buffet h1, #buffet p {
  z-index: 1;
}

#buffet .oneItem {
  font-family: 'Spartan', 'sans-serif';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 210px;
  font-size: 24px;
}

#buffet .oneItem .overlay {
  height: inherit;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#buffet .oneItem .overlay div {
  position: absolute;
  left: 0;
  top: 0;
  height: inherit;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
}

#buffet .oneItem p {
  font-size: 28px;
  font-weight: 400;
  -webkit-transition: color 350ms;
  transition: color 350ms;
}

#buffet .oneItem svg {
  -webkit-transition: fill 350ms;
  transition: fill 350ms;
}

#buffet .oneItem .overlay:before {
  content: " ";
  background-color: rgba(0, 0, 0, 0.5);
  height: inherit;
  width: 100%;
  display: block;
  position: relative;
  -webkit-transition: background-color 500ms;
  transition: background-color 500ms;
}

#buffet .container {
  z-index: 1;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  min-height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#buffet .container .row {
  width: 100%;
}

#buffet:before {
  content: "";
  width: 100%;
  min-height: inherit;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 0;
}

@media screen and (max-width: 550px) {
  h1, p {
    margin: 0 30px;
  }
}

@media screen and (max-width: 1200px) {
  #buffet .oneItem {
    height: 150px;
  }
  #buffet .oneItem p {
    font-size: 22px;
  }
}

@media screen and (max-width: 992px) {
  #buffet .oneItem {
    height: 120px;
  }
  #buffet .oneItem p {
    font-size: 18px;
  }
  #buffet .oneItem svg {
    height: 50px;
    width: 50px;
  }
}

@media screen and (max-width: 767px) {
  #buffet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 820px;
    background-attachment: unset;
  }
  #buffet .oneItem {
    width: 100%;
    height: 170px;
    margin: 20px 0;
  }
  #buffet .oneItem p {
    font-size: 22px;
  }
  #buffet .oneItem svg {
    height: 60px;
    width: 60px;
  }
}

@media screen and (max-width: 375px) {
  #buffet .oneItem {
    height: 120px;
  }
  #buffet .oneItem p {
    font-size: 18px;
  }
  #buffet .oneItem svg {
    height: 50px;
    width: 50px;
  }
}

@media screen and (max-width: 220px) {
  #buffet .oneItem {
    height: 100px;
  }
  #buffet .oneItem p {
    font-size: 12px;
  }
  #buffet .oneItem svg {
    height: 32px;
    width: 32px;
  }
}

#contact {
  min-height: 500px;
  height: 50vh;
  background: #45a0e6;
  overflow: hidden;
  font-family: 'Spartan', 'sans-serif';
}

#contact .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  min-height: inherit;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#contact .adress p {
  margin: 0;
}

#contact .cont {
  margin-top: 15px;
}

#contact .cont .d-flex {
  margin-top: 5px;
}

#contact a {
  color: black;
  -webkit-transition: 200ms color;
  transition: 200ms color;
  display: block;
}

#contact svg {
  -webkit-transition: 200ms fill, 200ms stroke;
  transition: 200ms fill, 200ms stroke;
}

#contact a:hover {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

#contact a:hover svg {
  fill: rgba(0, 0, 0, 0.5);
}

#contact a.svgStroke:hover svg {
  stroke: rgba(0, 0, 0, 0.5);
  fill: none;
}

@media screen and (max-width: 992px) {
  #contact .map {
    margin-left: 40px;
  }
  #contact .map div {
    max-width: 450px;
  }
  #contact .map div iframe {
    max-width: 450px;
  }
}

@media screen and (max-width: 767px) {
  #contact {
    height: auto;
    padding: 40px 0;
    text-align: center;
  }
  #contact h1 {
    margin-bottom: 25px;
  }
  #contact .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  #contact .map {
    margin-left: 0;
    margin-top: 30px;
  }
  #contact .cont .d-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 530px) {
  #contact .map div {
    max-width: 100vw;
  }
  #contact .map div iframe {
    max-width: 100vw;
  }
}

/*FOOTER*/
footer {
  background-color: black;
  color: white;
}

footer p.produced {
  padding: 15px 0;
  margin: 0;
}

footer a {
  color: white;
}

footer a:hover {
  text-decoration: underline;
  color: white;
}

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