@charset "utf-8";
html {
  font-size: 1.0em;
  line-height: 1;
  --mwidth: 1280px;
  --twidth: 880px;
}
body {
  background-color: rgba(100, 50, 0, 0.05);
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-image: url(../images/bg.png);
  background-repeat: repeat;
  background-size: 400px auto;
  background-attachment: scroll;
}
a {
  text-decoration: none;
}
.onlyDesk {
  display: block;
}
/*header*/
.headerIOIbox {
  max-width: var(--mwidth);
  margin: 0px auto;
  position: sticky;
  top: 0px;
  z-index: 90;
}
.headerIOI {
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.70);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 20px 0px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0px;
  backdrop-filter: blur(5px);
}
.headerIOIlogo {}
.headerIOIlogo a {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.1rem;
  font-weight: 200;
  font-style: normal;
  color: rgba(255, 255, 255, 1.00);
  text-decoration: none;
}
.headerIOInav {}
.headerIOInav a {
  display: block;
  width: 48px;
  height: 48px;
  background-size: 32px auto;
}
.headerIOInav a:hover {
  transition: 0.7s;
}
.headerIOInavOn {
  background-image: url(../images/icons/menu.svg), url("../images/icons/close.svg");
  background-repeat: no-repeat;
  background-position: center top -40px, center center;
  background-position: center center, center top -40px;
  transition: 0.7s;
}
.headerIOInavOff {
  background-position: center center, center top -40px;
  background-position: center top -40px, center center;
  transition: 0.7s;
}
.menuIOIbox {
  width: 100%;
  z-index: 50;
  position: absolute;
  top: 0px;
  transition: 0.7s;
}
.menuIOIon {}
.menuIOIoff {
  top: -600px !important;
  transition: 0.7s;
}
.menuIOI {
  display: grid;
  max-width: var(--mwidth);
  margin: 0px auto;
  grid-template-columns: repeat(16, 1fr);
  grid-template-rows: auto;
  gap: 20px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.80);
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
  padding: 70px 20px 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menuIOIopstine {
  grid-area: 1 / 1 / 3 / 10;
}
.menuIOIopstine nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 5px
}
.menuIOIpretraga {
  grid-area: 2 / 10 / 3 / 17;
}
.menuIOIpretraga #button {
  cursor: pointer;
  background-image: url(../images/icons/search.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px auto;
  height: 40px;
  width: 40px;
  background-color: transparent;
  border-style: none;
}
.menuIOIpretragaInput {
  font-family: "Barlow", sans-serif;
  font-size: 1.0rem;
  font-weight: 300;
  font-style: normal;
  height: 40px;
  width: calc(100% - 50px);
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 1.00);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 10px 0px 10px;
  border-radius: 10px;
}
.menuIOIdodatno {
  grid-area: 1 / 10 / 2 / 14;
}
.menuIOIdodatno nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 5px
}
.menuIOIkontakt {
  grid-area: 1 / 14 / 2 / 17;
}
.menuIOIkontakt nav {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 5px
}
.menuIOI p {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  font-style: normal;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.30);
  padding: 0px 0px 10px 0px;
}
.menuIOI a {
  text-decoration: none;
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 300;
  font-style: normal;
  color: rgba(255, 255, 255, 1.0);
  background-image: url(../images/icons/link.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 15px;
  padding: 0px 0px 0px 20px;
  transition: 1.0s;
}
.menuIOI a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
.menuIOI a.email {
  background-image: url("../images/icons/email.svg");
  background-size: auto 20px;
  padding: 0px 0px 0px 25px;
}
.menuIOI a.whatsapp {
  background-image: url("../images/icons/whatsapp.svg");
  background-size: auto 20px;
  padding: 0px 0px 0px 25px;
}
.menuIOI a.phone {
  background-image: url("../images/icons/phone.svg");
  background-size: auto 20px;
  padding: 0px 0px 0px 25px;
}
.headerPAGE {
  max-width: var(--mwidth);
  margin: 0px auto 20px auto;
  background-color: rgba(255, 255, 255, 1.0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-box-shadow: 0px 5px 10px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 10px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 10px -10px rgba(0, 0, 0, 0.75);
  position: sticky;
  top: 50px;
  z-index: 40;
}
.headerPAGElogo {}
.headerPAGElogo h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  color: rgba(0, 0, 0, 1.00);
  text-decoration: none;
}
.headerPAGEnav {}
.headerPAGEnav h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  font-style: normal;
  color: rgba(0, 0, 0, 1.00);
  text-decoration: none;
}
.headerSAJT {
  max-width: var(--mwidth);
  margin: 0px auto 20px auto;
  background-color: rgba(255, 255, 255, 1.0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-box-shadow: 0px 5px 10px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 10px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 10px -10px rgba(0, 0, 0, 0.75);
  position: sticky;
  top: 50px;
  z-index: 40;
}
.headerSAJTlogo {}
.headerSAJTlogo h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  color: rgba(0, 0, 0, 1.00);
  text-decoration: none;
}
.headerSAJTnav {}
.headerSAJTnav a {
  display: block;
  width: 48px;
  height: 48px;
  background-size: 32px auto;
}
.headerSAJTnav h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  font-style: normal;
  color: rgba(0, 0, 0, 1.00);
  text-decoration: none;
}
.headerSAJTnavOn {
  background-image: url("../images/icons/menudark.svg"), url("../images/icons/closedark.svg");
  background-repeat: no-repeat;
  background-position: center top -40px, center center;
  background-position: center center, center top -40px;
  transition: 0.7s;
}
.headerSAJTnavOff {
  background-position: center center, center top -40px;
  background-position: center top -40px, center center;
  transition: 0.7s;
}
.menuSAJTBox {
  width: 100%;
  margin: 0px auto;
  z-index: 50;
  position: absolute;
  top: 110px;
  transition: 0.7s;
  z-index: 30;
}
.menuSAJTon {}
.menuSAJToff {
  top: -600px !important;
  transition: 0.7s;
}
.menuSAJT {
  display: flex;
  justify-content: space-evenly;
  max-width: var(--mwidth);
  margin: 0px auto;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
  padding: 25px 20px 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menuSAJT a {
  text-decoration: none;
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 300;
  font-style: normal;
  color: rgba(0, 0, 0, 1.0);
  background-image: url("../images/icons/linkdark.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 15px;
  padding: 0px 0px 0px 20px;
  transition: 1.0s;
}
.menuSAJT a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
/*header END*/
/*bilbords*/
.bilbords {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: var(--mwidth);
  margin: 0px auto 0px auto;
  padding: 0px 0px 20px 0px;
}
.bilbords a {
  display: block;
  text-decoration: none;
  padding: 10px 0px 20px 0px;
  background-color: rgba(255, 255, 255, 1.0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3);
}
.bilbords img {
  width: 100%;
}
.bilbords h6 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  font-style: normal;
  color: rgba(0, 0, 0, 1.00);
  padding: 10px 20px 5px 20px;
}
.bilbords p {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  font-style: normal;
  color: rgba(0, 0, 0, 1.00);
  padding: 0px 20px 0px 20px;
}
.bilbords strong {
  font-weight: 400;
}
/*bilbords END*/
/*banners*/
.banners {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: var(--mwidth);
  margin: 0px auto 0px auto;
  padding: 30px 0px 30px 0px;
}
.banners a {
  display: block;
  text-decoration: none;
  padding: 10px 0px 10px 0px;
  background-color: rgba(255, 255, 255, 1.0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3);
}
.banners img {
  width: 100%;
}
.banners h6 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  font-style: normal;
  color: rgba(0, 0, 0, 1.00);
  padding: 10px 20px 5px 20px;
}
.banners strong {
  font-weight: 400;
}
/*banners END*/
.sep01 {
  max-width: var(--mwidth);
  margin: 10px auto 0px auto;
  border-top: 1px solid rgba(0, 0, 0, 0.20);
  border-bottom: 1px solid rgba(255, 255, 255, 1.00);
}
/*intro*/
.intro {
  max-width: var(--twidth);
  margin: 0px auto 0px auto;
  padding: 20px 20px 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.introCenter {
  text-align: center;
}
.intro h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  color: rgba(0, 0, 0, 1.00);
  padding: 0px 0px 20px 0px;
}
.intro h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
  font-style: normal;
  color: rgba(0, 0, 0, 1.00);
  padding: 0px 0px 20px 0px;
}
.intro p {
  font-family: "Barlow", sans-serif;
  font-size: 1.0rem;
  font-weight: 300;
  line-height: 1.5;
  font-style: normal;
  color: rgba(0, 0, 0, 1.00);
}
/*intro END*/
/*pagenav*/
.pageNavTtl {
  margin: 0px 0px 20px 0px;
}
.pageNavTtlLinkOn {
  text-decoration: none;
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 300;
  font-style: normal;
  color: rgba(0, 0, 0, 1.00);
  background-image: url(../images/icons/menudark.svg), url("../images/icons/closedark.svg");
  background-repeat: no-repeat;
  background-position: right 10px center, right 10px top -50px;
  background-size: auto 25px;
  padding: 0px 20px 0px 20px;
  transition: 0.5s;
  background-color: rgba(255, 255, 255, 0.20);
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.20);
  -webkit-box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3);
  text-align: center
}
.pageNavTtlLinkOff {
  color: rgba(0, 0, 0, 0.70);
  background-position: right 10px top -50px, right 10px center;
  background-repeat: no-repeat;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.10);
  border: 1px solid rgba(0, 0, 0, 0.20);
  -webkit-box-shadow: inset 3px 5px 10px -5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 3px 5px 10px -5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 3px 5px 10px -5px rgba(0, 0, 0, 0.3);
}
.pageNavTtlLinkOn:hover {
  background-color: rgba(255, 255, 255, 0.60);
}
.pageNavTtlLinkOff:hover {
  background-color: rgba(0, 0, 0, 0.10);
}
.pageNavBox {
  height: 400px;
  overflow: hidden;
  transition: 0.5s;
}
.pageNavBoxOff {
  height: 0px;
  overflow: hidden;
  transition: 0.5s;
}
.pageNav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 20px;
}
.pageNav2 {
  grid-template-columns: 1fr 1fr;
}
.pageNav23 {
  grid-template-columns: 1fr 1fr 1fr;
}
.pageNav a {
  text-decoration: none;
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 300;
  font-style: normal;
  color: rgba(0, 0, 0, 1.00);
  background-image: url(../images/icons/linkdark.svg);
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: auto 15px;
  padding: 0px 20px 0px 35px;
  transition: 0.5s;
  background-color: rgba(255, 255, 255, 1.00);
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.20);
  -webkit-box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3);
  text-align: left;
}
.pageNav a:hover {
  background-color: rgba(255, 255, 255, 1.0);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.6);
  transition: 0.25s;
}
.pageNav a.email {
  background-image: url("../images/icons/emaildark.svg");
  background-size: auto 25px;
  padding: 0px 20px 0px 40px;
}
.pageNav a.whatsapp {
  background-image: url("../images/icons/whatsappdark.svg");
  background-size: auto 25px;
  padding: 0px 20px 0px 40px;
}
.pageNav a.phone {
  background-image: url("../images/icons/phonedark.svg");
  background-size: auto 25px;
  padding: 0px 20px 0px 40px;
}
/*pagenav END*/
/*preporucene*/
.prep {
  max-width: var(--mwidth);
  margin: 0px auto 0px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
  padding: 20px 20px 20px 20px;
}
.prep a {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 1.0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3);
}
.prep img {
  width: 100%;
  display: block;
}
.prepImg {
  width: 25%;
  padding: 0px 0px 0px 0px;
}
.prepTxt {
  width: 75%;
  padding: 5px 10px 5px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.prep h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  font-style: normal;
  color: rgba(0, 0, 0, 1.00);
}
.prep h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  color: rgba(0, 0, 0, 1.00);
}
.prep p {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  font-style: normal;
  color: rgba(0, 0, 0, 1.00);
}
/*preporucene END*/
/*ostale*/
.ostaleBG {
  background-color: rgba(0, 0, 0, 0.0);
  max-width: var(--mwidth);
  margin: 0px auto 0px auto;
}
.ostale {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
  padding: 20px 20px 50px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ostale a {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ostaleImg {
  width: 25%;
  padding: 0px 0px 0px 0px;
  background-color: rgba(0, 0, 0, 0.05);
}
.ostaleImg img {
  width: 100%;
  opacity: 0.3;
  display: block;
}
.ostaleTxt {
  width: 75%;
  padding: 5px 10px 5px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.ostale h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  font-style: normal;
  color: rgba(0, 0, 0, 0.60);
}
.ostale h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  color: rgba(0, 0, 0, 0.40);
}
.ostale p {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  font-style: normal;
  color: rgba(0, 0, 0, 0.40);
}
/*ostale END*/
.swiper-wrapper .swiper-slide img {
  width: 100%;
}
/*sajt*/
.ttl {
  max-width: var(--mwidth);
  margin: 0px auto;
}
.ttl img {
  width: 100%;
}
.sajtNavBG {
  max-width: var(--mwidth);
  margin: 0px auto;
}
.igra {
  max-width: var(--mwidth);
  margin: 0px auto 0px auto;
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-template-rows: auto;
  gap: 20px;
  align-items: stretch;
  padding: 20px 20px 20px 20px;
}
.igraTxt {
  grid-area: 1 / 1 / 3 / 7;
  padding: 5px 10px 5px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.igraTxt h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
  font-style: normal;
  color: rgba(0, 0, 0, 1.00);
}
.igraTxt strong {
  font-weight: 400;
}
.igraTxt h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  font-style: normal;
  color: rgba(0, 0, 0, 1.00);
}
.igraTxt p {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  font-style: normal;
  color: rgba(0, 0, 0, 1.00);
}
.igraImg {
  grid-area: 1 / 7 / 3 / 9;
  padding: 0px 0px 0px 0px;
}
.igraImg img {
  width: 100%;
  display: block;
  -webkit-box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3);
}
.igraKont {
  grid-area: 1 / 9 / 2 / 17;
  padding: 5px 10px 0px 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  background-color: rgba(255, 255, 255, 1.00);
  -webkit-box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3);
}
.igraKont a {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.8rem;
  padding: 35px 10px 10px 10px;
  color: rgba(0, 0, 0, 1.00);
  background-repeat: no-repeat;
  background-position: center top 5px;
  background-size: 25px auto;
}
.igraKont .phone {
  background-image: url("../images/icons/phonedark.svg");
}
.igraKont .lokacija {
  background-image: url("../images/icons/location.svg");
}
.igraKont .web {
  background-image: url("../images/icons/web.svg");
}
.igraKont .email {
  background-image: url("../images/icons/emaildark.svg");
}
.igraKont .facebook {
  background-image: url("../images/icons/facebook.svg");
}
.igraKont .instagram {
  background-image: url("../images/icons/instagram.svg");
}
.igraKontMobile {
  display: none;
}
.igraKontMobileOn {
  display: none;
}
.igraObj {
  grid-area: 2 / 9 / 3 / 17;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.igraObjItem {
  font-size: 0.9rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.igraObjIcon {
  width: 45px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.10);
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 0.9rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.60);
}
.igraObjIcon.neznam {}
.igraObjIcon.broj {
  background-color: rgba(0, 192, 9, 0.25);
  color: rgba(0, 0, 0, 1.00);
}
.igraObjIcon.ne {
  background-color: rgba(192, 0, 0, 0.25);
  background-image: url("../images/icons/closedark.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
}
.igraObjIcon.da {
  background-color: rgba(0, 192, 9, 0.25);
  background-image: url(../images/icons/check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
}
.sajtVesti {
  max-width: var(--mwidth);
  margin: 0px auto 0px auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: stretch;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sajtVestiItem {
  display: flex;
  justify-content: space-between;
  background-color: #FFFFFF;
  width: calc(50% - 45px);
  border-radius: 0px;
  -webkit-box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  text-decoration: none;
}
.sajtVestiImage {
  width: calc(35% - 20px);
  padding: 5px 0px 5px 5px;
}
.sajtVestiImage img {
  width: 100%;
  display: block;
}
.sajtVestiText {
  width: 65%;
  padding: 10px 20px 10px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sajtVestiText h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  font-style: normal;
  color: rgba(0, 0, 0, 1.00);
  margin-bottom: 10px;
}
.sajtVestiText strong {
  font-weight: 400;
}
.sajtVestiText h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  font-style: normal;
  color: rgba(0, 0, 0, 1.00);
  margin-bottom: 10px;
}
.sajtVestiText p {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 300;
  font-style: normal;
  color: rgba(0, 0, 0, 1.00);
  margin-bottom: 10px;
}
.sajtVestiTextLink {
  padding-top: 10px;
}
.sajtVestiTextLink p {
  font-size: 1.3rem;
  font-weight: 400;
  background-repeat: no-repeat;
  background-image: url(../images/icons/linkdark.svg);
  background-position: left center;
  background-size: 20px auto;
  padding: 0px 0px 0px 25px;
  color: rgba(0, 0, 0, 1.00);
}
.galerija {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3);
  padding: 10px 0px 10px 0px;
}
/*opis*/
.opis {
  max-width: var(--twidth);
  margin: 30px auto 30px auto;
}
.opis h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
  font-style: normal;
  color: rgba(0, 0, 0, 1.00);
  margin: 10px 0px;
}
.opis h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 1.2;
  font-style: normal;
  color: rgba(0, 0, 0, 1.00);
  margin: 10px 0px;
}
.opis h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  font-style: normal;
  color: rgba(0, 0, 0, 1.00);
  margin: 10px 0px;
}
.opis p {
  font-family: "Barlow", sans-serif;
  font-size: 1.0rem;
  font-weight: 300;
  font-style: normal;
  color: rgba(0, 0, 0, 1.00);
  margin: 10px 0px;
  line-height: 1.5;
}
.opis strong {
  font-weight: 500;
}
.opis ul {
  font-family: "Barlow", sans-serif;
  font-size: 1.0rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: 10px;
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 20px;
}
.opis li {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
}
.opis a {
  font-size: 1.2rem;
  font-weight: 400;
  background-repeat: no-repeat;
  background-image: url(../images/icons/linkdark.svg);
  background-position: left center;
  background-size: 20px auto;
  padding: 0px 0px 0px 25px;
  color: rgba(0, 0, 0, 1.00);
  text-decoration: none;
}
.opisSep01 {
  max-width: 100%;
  margin: 20px auto 20px auto;
  border-top: 1px solid rgba(0, 0, 0, 0.20);
  border-bottom: 1px solid rgba(255, 255, 255, 1.00);
}
.opisLevo {
  float: left;
  width: 48%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.opisDesno {
  float: right;
  width: 48%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearAll {
  clear: both;
}
/*footer*/
.footer {
  background-color: rgba(0, 0, 0, 1.00);
  max-width: var(--mwidth);
  margin: 40px auto 0px auto;
  padding: 20px 20px 60px 20px;
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-template-rows: auto;
  gap: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footerL {
  grid-area: 1 / 1 / 2 / 15;
}
.footerL a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.70);
}
.footerR {
  grid-area: 1 / 16 / 2 / 17;
}
.footerR a {
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(../images/logo-footer.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.footer p {
  color: rgba(255, 255, 255, 1.00);
  font-size: 0.8rem;
  line-height: 1.4rem;
  padding-bottom: 10px;
}
/*footer END*/
.MID------------- {}
@media only screen and (max-width: 1200px) {}
.MOB------------- {}
@media only screen and (max-width: 780px) {
  body {
    background-color: rgba(100, 50, 0, 0.05);
  }
  .onlyDesk {
    display: none;
  }
  .headerPAGE {
    flex-direction: column;
    align-items: flex-start;
    position: static;
  }
  .headerPAGElogo h1 {
    margin-bottom: 10px;
  }
  .menuIOI {
    grid-template-columns: 1fr;
  }
  .menuIOIopstine {
    grid-area: 1 / 1 / 2 / 2;
  }
  .menuIOIopstine nav {
    grid-template-columns: 1fr 1fr;
  }
  .menuIOIpretraga {
    grid-area: 2 / 1 / 3 / 2;
  }
  .menuIOIdodatno {
    grid-area: 3 / 1 / 4 / 2;
  }
  .menuIOIkontakt {
    grid-area: 4 / 1 / 5 / 2;
  }
  .menuIOIkontakt nav {
    grid-template-columns: 1fr 1fr;
  }
  .menuIOIoff {
    top: -1300px !important;
  }
  .bilbords {
    grid-template-columns: 1fr;
  }
  .banners {
    grid-template-columns: 1fr;
  }
  .introCenter {
    text-align: center;
  }
  .pageNavBox {
    height: 550px;
  }
  .pageNavBoxOff {
    height: 0px;
  }
  .pageNav {
    grid-template-columns: 1fr 1fr;
  }
  .pageNav2 {
    grid-template-columns: 1fr;
  }
  .pageNav23 {
    grid-template-columns: 1fr;
  }
  .prep {
    grid-template-columns: 1fr;
    padding: 0px 0px 40px 0px;
  }
  .prepImg {
    padding: 0px 0px 0px 10px;
  }
  .prepTxt {
    padding: 5px 10px 5px 10px;
  }
  .prep h2 {
    font-size: 1.6rem;
  }
  .prep h3 {
    font-size: 1.0rem;
  }
  .prep p {
    font-size: 0.9rem;
  }
  .ostale {
    grid-template-columns: 1fr;
    padding: 0px 0px 40px 0px;
  }
  .ostaleImg {
    padding: 0px 0px 0px 10px;
  }
  .ostaleTxt {
    padding: 5px 10px 5px 10px;
  }
  .ostale h2 {
    font-size: 1.6rem;
  }
  .ostale h3 {
    font-size: 1.0rem;
  }
  .ostale p {
    font-size: 0.9rem;
  }
  .igra {
    max-width: 100%;
    margin: 0px auto 0px auto;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: auto;
    gap: 20px;
    align-items: stretch;
    padding: 20px 0px 20px 0px;
  }
  .igra img {
    width: 100%;
    display: block;
  }
  .igraTxt {
    grid-area: 1 / 1 / 2 / 6;
    padding: 5px 10px 5px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  .igraTxt h2 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .igraTxt h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .igraTxt p {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.0rem;
    font-weight: 300;
    font-style: normal;
    color: rgba(0, 0, 0, 1.00);
  }
  .igraImg {
    grid-area: 1 / 6 / 2 / 9;
    padding: 0px 20px 0px 0px;
  }
  .igraKont {
    grid-area: 2 / 1 / 3 / 9;
    padding: 5px 10px 0px 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
  }
  .igraKont a {
    font-size: 0.6rem;
  }
  .igraKontMobile {
    width: 100%;
    display: block;
    position: fixed;
    bottom: -100px;
    z-index: 60;
    transition: 0.7s;
  }
  .igraKontMobileOn {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0px;
    z-index: 60;
    transition: 0.7s;
  }
  .igraKontMobileOn .igraKont {
    -webkit-box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.8);
  }
  .igraObj {
    grid-area: 3 / 1 / 4 / 9;
  }
  .igraObjItem {
    font-size: 0.8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .sajtVesti {
    width: 100%;
    margin: 0px auto 0px auto;
  }
  .sajtVestiItem {
    width: 100%;
  }
  .sajtVestiImage {}
  .sajtVestiImage img {}
  .sajtVestiText {}
  .sajtVestiText h2 {
    font-size: 1.6rem;
  }
  .sajtVestiText strong {}
  .sajtVestiText h3 {
    font-size: 1.3rem;
  }
  .sajtVestiText p {
    font-size: 1.0rem;
  }
  /*opis*/
  .opis {
    max-width: 100%;
    margin: 30px 20px 30px 20px;
  }
  .opisLevo {
    float: none;
    width: 100%;
  }
  .opisDesno {
    float: none;
    width: 100%;
  }
  .menuSAJT {
    flex-wrap: wrap;
  }
  .menuSAJT a {
    width: 100%;
    margin-bottom: 10px;
  }
  .menuSAJT a:hover {}
  /*footer*/
  .footerL {
    grid-area: 1 / 1 / 2 / 12;
  }
  .footerR {
    grid-area: 1 / 12 / 2 / 17;
  }
}
.MOBSMALL------------- {}
@media only screen and (max-width: 380px) {
  .pageNav a {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}