@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Italianno&subset=latin-ext");
*, *:before, *:after {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  padding: 0;
  margin: 0;
  font-family: 'PT Sans', sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #293b2d; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  color: #30683c; }

h1, h2, h3, h4 {
  color: #2b3e31; }

h2 {
  font-size: 3.2rem; }

h3 {
  font-size: 2.6rem;
  margin: 10px 0 20px 0; }

img {
  max-width: 100%;
  height: auto; }

div.button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 20px;
  color: white;
  background-color: #31683d;
  text-transform: uppercase; }

.responsive {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden; }
  .responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.boxes a {
  border: none;
  font-weight: 400;
  color: #293b2d; }

.boxes p {
  font-size: 1.8rem;
  font-style: italic; }

.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px; }
  .container:after {
    content: "";
    display: table;
    height: 0;
    clear: both; }

.top-bar-static {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.top-bar .narocanje {
  position: absolute;
  right: 20px;
  color: white;
  padding: 10px 10px 10px 40px;
  background: url("../images/phone.png") no-repeat 10px center;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 20px;
  border: 1px solid white;
  font-size: 1.4rem;
  font-weight: 700; }
  @media (max-width: 1024px) {
    .top-bar .narocanje {
      right: 80px; } }
  @media (max-width: 768px) {
    .top-bar .narocanje {
      display: none; } }

.top-bar .open-menu {
  position: absolute;
  right: 20px;
  z-index: 2;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  display: block; }
  @media only screen and (min-width: 1024px) {
    .top-bar .open-menu {
      display: none; } }

.top-bar .burger {
  width: 40px;
  height: 40px;
  position: relative; }
  .top-bar .burger .line {
    position: absolute;
    background-color: white;
    width: 40px;
    height: 4px;
    display: block;
    left: 0;
    transition: all ease-out 0.25s; }
    .top-bar .burger .line:nth-child(1) {
      top: 0; }
    .top-bar .burger .line:nth-child(2) {
      top: 15px;
      opacity: 1; }
    .top-bar .burger .line:nth-child(3) {
      top: 30px; }
  .top-bar .burger.open .line {
    background-color: white; }
    .top-bar .burger.open .line:nth-child(1) {
      transform-origin: center center;
      top: 15px;
      transform: rotate(45deg); }
    .top-bar .burger.open .line:nth-child(2) {
      opacity: 0; }
    .top-bar .burger.open .line:nth-child(3) {
      transform-origin: center center;
      top: 15px;
      transform: rotate(-45deg); }

.top-bar .container {
  position: relative;
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .top-bar .container img {
    //width: 192px;
    //height: 52px;
    width: 162px;
    height: auto;
  }
  .top-bar .container ul.menu {
    padding-right: 170px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media (max-width: 1024px) {
      .top-bar .container ul.menu {
        padding: 0;
        position: fixed;
        top: -2000px;
        left: 0;
        right: 0;
        background-color: #31683d;
        display: block;
        transition: top ease-in 500ms; }
        .top-bar .container ul.menu.open {
          top: 117px;
          bottom: 0; } }
    .top-bar .container ul.menu li {
      display: inline-block; }
      .top-bar .container ul.menu li a {
        display: block;
        color: white;
        padding: 20px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1.5rem;
        border-bottom: 2px solid transparent; }
        @media only screen and (max-width: 1170px) {
          .top-bar .container ul.menu li a {
            padding: 20px 12px; } }
        .top-bar .container ul.menu li a.active {
          border-bottom: 2px solid #d2c461; }
        .top-bar .container ul.menu li a:hover {
          border-bottom: 2px solid white; }
      @media (max-width: 1024px) {
        .top-bar .container ul.menu li {
          display: block;
          text-align: center; }
          .top-bar .container ul.menu li a {
            border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
            .top-bar .container ul.menu li a.active {
              border-bottom: 1px solid rgba(255, 255, 255, 0.4);
              background-color: #295432; }
            .top-bar .container ul.menu li a:hover {
              border-bottom: 1px solid rgba(255, 255, 255, 0.4);
              background-color: #295432; } }

header {
  position: relative;
  background-image: url("../images/header.jpg");
  background-size: cover;
  height: 550px; }
  @media (max-width: 1024px) {
    header {
      height: 400px; } }
  header .box {
    position: relative;
    top: 120px;
    padding: 20px;
    text-align: center;
    max-width: 50%;
    color: white;
    margin: 0 auto; }
    @media (max-width: 1024px) {
      header .box {
        max-width: 80%; } }
    @media (max-width: 768px) {
      header .box {
        max-width: 90%; } }
    header .box h1 {
      font-size: 4.6rem;
      font-weight: 300;
      color: white; }
      @media (max-width: 1024px) {
        header .box h1 {
          font-size: 3.8rem; } }
      @media (max-width: 768px) {
        header .box h1 {
          font-size: 2.8rem; } }
    header .box p {
      font-size: 2.2rem;
      font-style: italic; }
      @media (max-width: 768px) {
        header .box p {
          font-size: 1.6rem; } }

section .row {
  margin: 0 -20px; }
  @media (max-width: 768px) {
    section .row {
      margin: 0; } }
  section .row .col {
    float: left;
    padding: 20px; }
    @media (max-width: 768px) {
      section .row .col {
        padding: 10px 0;
        float: none; } }
    section .row .col.col8 {
      width: 66.6%; }
      @media (max-width: 768px) {
        section .row .col.col8 {
          width: 100%; } }
    section .row .col.col6 {
      width: 50%; }
      @media (max-width: 768px) {
        section .row .col.col6 {
          width: 100%; } }
    section .row .col.col4 {
      width: 33.33%; }
      @media (max-width: 768px) {
        section .row .col.col4 {
          width: 100%; } }
    section .row .col.col2 {
      width: 20%; }
      @media (max-width: 768px) {
        section .row .col.col2 {
          width: 100%; } }
  section .row .thumb {
    width: 100%;
    height: 200px;
    background-color: #eee;
    float: left; }



.galerija a.swipebox,
.galerija a.swipebox-video {
  width: 20%;
  float: left;
  padding: 10px;
  display: block; }
  @media (max-width: 1024px) {
    .galerija a.swipebox {
      width: 33.33%; } }
  @media (max-width: 768px) {
    .galerija a.swipebox {
      width: 50%; } }


.galerija a.swipebox-video {
  width: 50%;
}

section {
  padding: 40px 0; }
  section img {
    width: 100%;
    height: auto; }
  section p {
    line-height: 1.6; }
  section h2 {
    margin: 0 0 30px 0;
    text-transform: uppercase; }
  section a {
    font-weight: 600;
    border-bottom: 1px solid #ccc; }
  section.green {
    background-color: #f7f7ea; }
  section.banner {
    background-color: #f7f7ea;
    text-align: center;
    font-size: 4.4rem;
    line-height: 1.2;
    font-family: 'Italianno', cursive; }
    section.banner span {
      display: block;
      font-weight: 600; }

footer {
  background-color: #31683d;
  padding: 20px 0;
  color: #fbf8b3; }


a.clanek {
  width: 50%;
  display: block;
  margin-bottom: 20px;
}

a.clanek:after {
  content: "";
  display: block;
  clear: both;
}

a.clanek h3 {
  font-size: 18px;
}

a.clanek .image {
  width: 30%;
  margin-right: 20px;
  float: left;
}

a.clanek .text {
  margin-left: 30%;
}

a.clanek .image img {
  width: 100%;
  height: auto;
}

.predavanja {
  text-align: center;
}

.predavanja img {
  max-width: 100%;
  width: 423px;
  height: auto;
}

.swipebox-video {
  position: relative;

}

.swipebox-video:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: url('../img/icon-play.svg') no-repeat center center;
  width: 48px;
  height: 48px;
  background-size: contain;
  opacity: 0.4;
}


.row.clanki {
  display: flex;
  flex-wrap: wrap;
}

.row.clanki h3 {
  flex: 0 0 100%;
  max-width: 100%;
}

.row.clanki .clanek {
  flex: 0 0 50%;
  max-width: 50%;
}