@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=League+Gothic&family=Poppins:wght@200;300;400&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: lighter;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #424743 !important;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}

h1 {
  font-family: "League Gothic", sans-serif;
  font-size: 64px;
}

.mobile {
  display: none;
  padding: 10px 0;
}

@media (max-width: 1000px) {
  .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mobile .brand img {
    width: 50px;
    height: auto;
  }
  .mobile .toggler {
    width: 50px;
    height: 40px;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .mobile .toggler .bar1, .mobile .toggler .bar2, .mobile .toggler .bar3 {
    height: 7px;
    width: 100%;
    background-color: #ec2028;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .mobile .toggler .active {
    opacity: 0;
  }
}

#nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: -100%;
  background-color: #f5f5f5;
  padding: 50px;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}

#nav span {
  position: absolute;
  top: 10px;
  left: 80%;
  font-size: 3rem;
  color: #ec2028;
}

#nav ul {
  height: 400px;
  width: 50%;
  margin: 100px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#nav ul li {
  width: 100%;
}

#nav ul li a {
  text-align: left;
  display: block;
  padding: 7px;
  width: 100px;
  text-decoration: none;
  color: #ec2028;
  font-size: 20px;
  font-family: "Bebas Neue", cursive;
  margin: 5px auto;
}

.container {
  width: 70%;
  margin: 0 auto;
}

@media (max-width: 1000px) {
  .container {
    width: 90%;
  }
}

header .desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}

header .desktop .brand img {
  width: 50px;
  height: auto;
}

header .desktop nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

header .desktop nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .desktop nav ul li a {
  padding: 7px 0;
  color: black;
  -webkit-transition: .4s;
  transition: .4s;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Bebas Neue", cursive;
  font-weight: lighter;
}

header .desktop nav ul li a::after {
  content: "";
  display: block;
  margin: auto;
  height: 2px;
  background-color: #ec2028;
  -webkit-transition: .4s;
  transition: .4s;
  width: 0;
}

header .desktop nav ul li a:hover::after {
  width: 100%;
}

header .desktop nav ul li:last-child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 20px;
  padding-top: 6px;
}

header .desktop nav ul li:last-child a img {
  margin-right: 10px;
  margin-top: 5px;
  height: 15px;
}

header .desktop nav ul li:last-child a:after {
  display: none;
}

@media (max-width: 1350px) {
  header .desktop nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
}

@media (max-width: 1000px) {
  header .desktop {
    display: none;
  }
}

.banner {
  position: relative;
}

.banner .owl-carousel div h2 {
  position: absolute;
  color: #fff;
  z-index: 1;
  top: 50px;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: "League Gothic", sans-serif;
  font-size: 48px;
  font-weight: lighter;
  text-shadow: 0 5px 5px rgba(0,0,0,1);
}


.banner .owl-carousel .owl-item img{
  filter: brightness(60%)
}


.banner .owl-carousel .owl-nav {
  position: absolute;
  top: 40%;
  left: 10%;
  width: 80%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.banner .owl-carousel .owl-nav span {
  font-weight: 100;
  font-size: 6rem;
  color: #fff;
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.banner .owl-carousel:hover .owl-nav span {
  opacity: 1;
}

.banner .owl-carousel .owl-dots {
  display: none;
}

@media (max-width: 1000px) {
  .banner {
    overflow: hidden;
  }
  .banner .owl-carousel div img {
    width: 140%;
  }
}

@media (max-width: 500px) {
  .banner {
    overflow: hidden;
  }
  .banner .owl-carousel div img {
    width: 190%;
  }
}

.onama {
  background-color: #f5f5f5;
  padding: 100px 0;
}

.onama h1 {
  width: 130px;
}

.onama h1::before {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background-color: #ec2028;
}

.onama section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: cestartnter;
      -ms-flex-align: cestartnter;
          align-items: cestartnter;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.onama section article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}

.onama section article p {
  margin: 20px 0;
}

.onama section article img {
  width: 80%;
  display: block;
  margin: auto;
}

@media (max-width: 678px) {
  .onama section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.usluge {
  padding: 100px 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.usluge section:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  width: 58%;
}

.usluge section:first-child h2 {
  font-family: "League Gothic", sans-serif;
  font-size: 64px;
  width: 130px;
}

.usluge section:first-child h2::before {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background-color: #ec2028;
}

.usluge section:first-child h3 {
  font-weight: bold;
  font-size: 20px;
  vertical-align: bottom;
}

@media (max-width: 1600px) {
  .usluge section:first-child {
    width: 65%;
  }
}

@media (max-width: 678px) {
  .usluge section:first-child {
    width: 100%;
  }
  .usluge section:first-child h3 {
    font-size: 15px;
  }
}

.usluge section:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.usluge section:last-child article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  height: 390px;
  overflow: hidden;
  -webkit-transition: .4s;
  transition: .4s;
}

.usluge section:last-child article div:first-child {
  overflow: hidden;
}

.usluge section:last-child article div:first-child img {
  width: 100%;
  height: auto;
}

.usluge section:last-child article div:last-child {
  position: relative;
}

.usluge section:last-child article div:last-child h4 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 400;
}

.usluge section:last-child article div:last-child ul {
  margin-left: 20px;
}

.usluge section:last-child article div:last-child p {
  margin-bottom: 20px;
}

.usluge section:last-child article div:last-child span {
  position: absolute;
  left: 0;
  top: -20px;
  background-color: #fff;
  width: 100%;
  text-align: right;
  cursor: pointer;
}

@media (max-width: 678px) {
  .usluge section:last-child article div:last-child span {
    display: none;
  }
}

@media (max-width: 678px) {
  .usluge section:last-child {
    -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;
  }
  .usluge section:last-child article {
    margin-bottom: 50px;
  }
}

.info {
  background-image: url(img/info_sekcija_pozadina.png);
  background-position: center;
  background-size: cover;
}

.info .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 50vh;
}

.info .container section {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.info .container section:last-child {
  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: start;
      -ms-flex-align: start;
          align-items: start;
  color: #fff;
  padding-left: 150px;
}

.info .container section:last-child h3 {
  font-size: 50px;
  font-weight: 400;
  font-family: "League Gothic", sans-serif;
}

.info .container section:last-child .large {
  font-weight: bold;
  font-size: 200px;
  font-family: "Bebas Neue", cursive;
}

@media (max-width: 1000px) {
  .info .container section:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .info .container section:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
}

@media (max-width: 800px) {
  .info .container section:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
  .info .container section:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
}

@media (max-width: 700px) {
  .info .container section:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
  .info .container section:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
}

@media (max-width: 700px) {
  .info .container section:first-child {
    display: none;
  }
  .info .container section:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
}

@media (max-width: 500px) {
  .info .container section:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0 0 0 0;
  }
}

.tehnicko {
  padding: 100px 0;
}

.tehnicko h2 {
  font-family: "League Gothic", sans-serif;
  font-size: 64px;
  width: 130px;
}

.tehnicko h2::before {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background-color: #ec2028;
}

.tehnicko h3 {
  font-weight: bold;
  font-size: 20px;
  vertical-align: bottom;
}

.tehnicko section:first-child {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1600px) {
  .tehnicko section:first-child {
    width: 65%;
  }
}

@media (max-width: 678px) {
  .tehnicko section:first-child {
    width: 100%;
  }
  .tehnicko section:first-child h3 {
    font-size: 15px;
  }
}

.tehnicko section:last-child {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tehnicko section:last-child div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.tehnicko section:last-child div:first-child {
  padding-right: 50px;
}

.tehnicko section:last-child div:first-child h3 {
  text-transform: uppercase;
  margin-bottom: 50px;
}

.tehnicko section:last-child div:first-child p {
  font-size: 14px;
}

.tehnicko section:last-child div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tehnicko section:last-child div:last-child article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  border: 1px solid #ec2028;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
}

.tehnicko section:last-child div:last-child article .hide {
  display: none;
}

.tehnicko section:last-child div:last-child article .small {
  text-transform: uppercase;
}

.tehnicko section:last-child div:last-child article img {
  width: 50px;
  height: auto;
  margin-bottom: 20px;
}

.tehnicko section:last-child div:last-child article:nth-child(1) {
  border-left: 2px solid #ec2028;
  border-top: 2px solid #ec2028;
}

.tehnicko section:last-child div:last-child article:nth-child(2) {
  border-top: 2px solid #ec2028;
  border-right: 2px solid #ec2028;
}

.tehnicko section:last-child div:last-child article:nth-child(3) {
  border-left: 2px solid #ec2028;
  border-bottom: 2px solid #ec2028;
}

.tehnicko section:last-child div:last-child article:nth-child(4) {
  border-bottom: 2px solid #ec2028;
  border-right: 2px solid #ec2028;
}

.tehnicko section:last-child div:last-child .active {
  background-color: #f5f5f5;
}

@media (max-width: 678px) {
  .tehnicko section:last-child {
    -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;
    padding: 50px 0 0 0;
  }
  .tehnicko section:last-child .tehnickoPrikaz {
    text-align: center;
    padding: 0px 50px !important;
    margin-bottom: 50px;
  }
  .tehnicko section:last-child .tehnickoPrikaz h3 {
    text-align: center;
  }
  .tehnicko section:last-child .tehnickoPrikaz p {
    text-align: center;
  }
}

.slider2 {
  background-color: #f5f5f5;
  padding: 50px 0;
}

.slider2 .owl-two div {
  text-align: center;
}

.slider2 .owl-two div i {
  font-size: 3rem;
}

.zaposlenje {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.zaposlenje section {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  height: 300px;
}

.zaposlenje section:first-child {
  padding: 20px 0;
  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-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.zaposlenje section:first-child h2 {
  font-family: "League Gothic", sans-serif;
  font-size: 64px;
  width: 130px;
}

.zaposlenje section:first-child h2::before {
  content: "";
  display: block;
  height: 4px;
  width: 140%;
  background-color: #ec2028;
}

.zaposlenje section:first-child h3 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  vertical-align: bottom;
}

.zaposlenje section:first-child button {
  border: 1px solid #424743;
  text-decoration: none;
  color: #424743;
  padding: 7px 10px;
  background-color: #f5f5f5;
  cursor: pointer;
}

.zaposlenje section:last-child {
  overflow: hidden;
  background-color: #424143;
}

.zaposlenje section:last-child img {
  width: 40%;
  margin: 20px auto;
  display: block;
}

@media (max-width: 678px) {
  .zaposlenje {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .zaposlenje section:first-child {
    min-height: 300px;
    margin-top: 50px;
  }
}

.kontakt {
  padding: 50px 0;
}

.kontakt h2 {
  font-family: "League Gothic", sans-serif;
  font-size: 64px;
  width: 130px;
}

.kontakt h2::before {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background-color: #ec2028;
}

.kontakt .wrapper {
  width: 80%;
  margin: auto;
}

.kontakt .wrapper section {
  padding: 50px 0;
}

.kontakt .wrapper section:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.kontakt .wrapper section:first-child article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 250px;
}

.kontakt .wrapper section:first-child article img {
  width: 70px;
  margin-bottom: 20px;
}

.kontakt .wrapper section:first-child article h3 {
  vertical-align: top;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 2rem;
}

.kontakt .wrapper section:first-child article p {
  vertical-align: top;
}

.kontakt .wrapper section:first-child article a {
  display: block;
  vertical-align: bottom;
  text-decoration: none;
  color: #424743;
}

.kontakt .wrapper section:last-child h2 {
  text-align: center;
  width: 100%;
  letter-spacing: 4px;
  font-size: 48px;
  margin-bottom: 50px;
}

.kontakt .wrapper section:last-child h2::before {
  width: 0;
}

.kontakt .wrapper section:last-child form {
  width: 100%;
  text-align: center;
}

.kontakt .wrapper section:last-child form input, .kontakt .wrapper section:last-child form textarea {
  width: 45%;
  padding: 15px 10px;
  display: inline-block;
  margin-bottom: 20px;
  border: none;
  background-color: #f5f5f5;
}

.kontakt .wrapper section:last-child form textarea {
  width: 90%;
  min-height: 30vh;
  margin: 0 auto 20px auto;
  display: block;
}

.kontakt .wrapper section:last-child form input[type=submit] {
  border: none;
  text-transform: uppercase;
  color: #424743;
  padding: 10px 10px;
  background-color: #f5f5f5;
  cursor: pointer;
}

@media (max-width: 678px) {
  .kontakt .wrapper {
    width: 90%;
  }
  .kontakt .wrapper section:first-child article img {
    width: 50px;
  }
  .kontakt .wrapper section:first-child article h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 400px) {
  .kontakt .wrapper section:first-child {
    -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;
  }
  .kontakt .wrapper section:first-child article {
    margin-bottom: 50px;
  }
}

footer section {
  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;
}

footer section article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 160px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

footer section article div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer section article div img {
  width: 20px;
  height: auto;
  margin-right: 20px;
}

footer section article div p, footer section article div a {
  text-decoration: none;
  color: #424743;
}

footer section article:nth-child(2) img {
  width: 150px;
  margin: auto;
}

footer section article ul {
  list-style: none;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer section article ul li {
  text-align: right;
}

footer section article ul li a {
  text-decoration: none;
  color: #424743;
}

@media (max-width: 678px) {
  footer section article ul li {
    text-align: center;
  }
}

footer section:last-child {
  width: 40%;
  margin: auto;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0;
}

@media (max-width: 678px) {
  footer section {
    -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;
  }
  footer section article {
    margin-bottom: 50px;
  }
}

@media (max-width: 678px) {
  footer section:last-child {
    width: 100%;
  }
}

.zaposlenje-form {
  position: absolute;
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: scroll;
}

.zaposlenje-form .container {
  background-color: #fff;
  padding: 100px;
}

@media (max-width: 678px) {
  .zaposlenje-form .container {
    padding: 100px 50px;
  }
}

.zaposlenje-form .container h2 {
  font-family: "League Gothic", sans-serif;
  font-size: 64px;
  width: 210px;
  margin-bottom: 50px;
}

.zaposlenje-form .container h2::before {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background-color: #ec2028;
}

.zaposlenje-form .container p {
  margin-bottom: 20px;
}

.zaposlenje-form .container p:nth-child(4) {
  margin-bottom: 0;
}

.zaposlenje-form .container p a {
  text-decoration: none;
  color: gray;
  font-style: italic;
}

.zaposlenje-form .container ul {
  padding-left: 50px;
  margin-bottom: 20px;
}

@media (max-width: 678px) {
  .zaposlenje-form .container {
    width: 100%;
  }
}

.zaposlenje-form #modC2 {
  position: absolute;
  left: 90%;
  top: 10px;
  font-size: 4rem;
  z-index: 11;
  cursor: pointer;
  color: #fff;
}

@media (max-width: 678px) {
  .zaposlenje-form #modC2 {
    color: gray;
    font-size: 3rem;
  }
}

#artContent {
  position: absolute  !important;
  top: 0;
  left: 0%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.9);
  height: 100vh;
  width: 100%;
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 1;
  display: none;
}

#artContent span {
  font-size: 4rem;
  position: absolute;
  top: 10px;
  left: 85%;
  color: #fff;
  cursor: pointer;
  display: none;
}

#artContent .modart {
  width: 600px;
  padding: 50px 100px 50px 100px;
  height: auto;
  background-color: #fff;
  min-height: 500px;
  margin: 100px auto;
  display: block;
}

#artContent .modart section img {
  width: 100%;
}

#artContent .modart section h4 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 400;
}

#artContent .modart section p, #artContent .modart section li {
  font-size: 14px;
}

@media (max-width: 687px) {
  h1 {
    font-size: 48px !important;
  }
  h2 {
    font-size: 48px !important;
  }
}
/*# sourceMappingURL=style.css.map */