@charset "UTF-8";
/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}

body.preload {
  max-height: 100vh;
  height: 100vh;
  overflow: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  outline: none;
  border: 0;
  cursor: pointer;
}

a {
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  text-decoration: none;
}

html.no-scroll, body.no-scroll {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

/*MIXINS*/
/*COLORS*/
/*SEARCH*/
.search-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px;
  z-index: 99999;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: none;
}

.search-box .search-container {
  position: relative;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.search-box .search-container img {
  margin-bottom: 80px;
}

.search-box .search-container #closeButton {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.search-box .search-container #closeButton:hover {
  color: #0192d5;
}

.search-box .search-container #closeButton i {
  font-size: 38px;
}

.search-box .search-container .z-search-form {
  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;
}

.search-box .search-container .z-search-form .z-input {
  height: 48px;
  width: 600px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  padding: 0 20px;
}

.search-box .search-container .z-search-form .SearchSubmitButton {
  margin-top: 40px;
  background: #0192d5;
  padding: 15px 40px;
  color: #ffffff;
  font-size: 18px;
}

.search-box.visible {
  opacity: 1;
}

.search-box.show {
  display: block;
}

.search-box-mobile {
  display: none;
}

/*NAVIGATION*/
.topnavbar {
  margin-top: 0px;
  min-height: 50px;
  border-radius: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  font-weight: normal;
  color: #FFF;
  font-size: 15px;
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 100%;
  top: 60px;
  left: 0;
  height: 120px;
  background: transparent;
  border-bottom: 1px solid #ebebeb;
  -webkit-transition: background .5s;
  transition: background .5s;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.topnavbar.scrolled {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background: #0192d5;
  border: 0;
  height: 90px;
}

.topnavbar.scrolled .wrapper .wsmenu .wsmenu-list {
  height: 60px;
}

.topnavbar.scrolled .wrapper .wsmenu .wsmenu-list li a:after {
  top: 27px;
}

.topnavbar.scrolled .wrapper .wsmenu .wsmenu-list .wsmenu-submenu {
  background: #727273;
}

.topnavbar.scrolled .wrapper .wsmenu .wsmenu-list .wsmenu-submenu li {
  background: #727273;
  border-bottom: 0px;
}

.topnavbar.scrolled .wrapper .wsmenu .wsmenu-list .wsmenu-submenu li a {
  background: #727273;
  border-bottom: 1px solid #a7a7a7;
  border-top: 0px;
}

.topnavbar.scrolled .wrapper .wsmenu .wsmenu-list .wsmenu-submenu li a:hover {
  background: #a1a1a1;
}

.topnavbar.scrolled .wrapper .wsmenu .wsmenu-list .wsmenu-submenu li:last-of-type {
  border-bottom: 0px;
}

.topnavbar.scrolled .wrapper .wsmenu .wsmenu-list .wsmenu-submenu li:last-of-type a {
  border-bottom: 0px;
}

.topnavbar.view {
  top: 0;
  background: #0192d5;
}

.topnavbar .smllogo {
  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.topnavbar .smllogo a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.topnavbar .smllogo a img {
  height: 45%;
  width: auto;
  padding: 0;
  margin-right: 15px;
}

.topnavbar .wrapper {
  background: transparent;
}

.topnavbar .wrapper .wsmenu {
  height: 100%;
}

.topnavbar .wrapper .wsmenu .wsmenu-list {
  height: 100%;
}

.topnavbar .wrapper .wsmenu .wsmenu-list li {
  font-weight: 400;
  font-size: 18px;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-style: normal;
  letter-spacing: 1px;
  cursor: default;
}

.topnavbar .wrapper .wsmenu .wsmenu-list li:before {
  content: '';
  width: 100%;
  border-bottom: 0 solid #0192d5;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.topnavbar .wrapper .wsmenu .wsmenu-list li a {
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  /*DROPDOWN ARROW*/
}

.topnavbar .wrapper .wsmenu .wsmenu-list li a:before {
  content: '';
  width: 100%;
  border-bottom: 0 solid #0192d5;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.topnavbar .wrapper .wsmenu .wsmenu-list li a:hover {
  color: #ffffff;
}

.topnavbar .wrapper .wsmenu .wsmenu-list li a:hover:before {
  border-bottom: 8px solid #0192d5;
}

.topnavbar .wrapper .wsmenu .wsmenu-list li a:after {
  top: 56px;
  right: -13px;
  color: #ffffff;
  border-color: #ffffff transparent transparent transparent;
}

.topnavbar .wrapper .wsmenu .wsmenu-list li .wsmenu-submenu {
  top: 100%;
}

.topnavbar .wrapper .wsmenu .wsmenu-list li .wsmenu-submenu li a {
  font-size: 14px;
  text-transform: none;
}

.topnavbar .wrapper .wsmenu .wsmenu-list li .wsmenu-submenu li a:hover {
  background: inherit;
  border-left: 10px solid #0192d5;
}

.topnavbar .wrapper .wsmenu .wsmenu-list li .wsmenu-submenu li a:hover:before {
  border-bottom: 0;
}

.topnavbar .wrapper ul, .topnavbar .wrapper ol {
  list-style-type: none;
  padding-left: 0;
}
.wsmenu-list .vertical {
    padding: 0 2px;
border-right: 1px solid #ccc;
height: 20px;
margin-right: 10px;
}
.wsmenu-list .lang {
  padding: 0 10px;
}
.tenyear {
  position: absolute;
  bottom: 50px;
  right: 50px;
  width: 200px;
}

@media (max-width: 1365px) {
  .topnavbar .wrapper {
    width: 95%;
  }
}

/*HIDE TOPNAVBAR ON MOBILE*/
@media (max-width: 767px) {
.customer-logos {
    display: block!important;
    column-count: 2;
}
.slide2 {
    width: 100%!important;
    padding: 20px 5px!important;
}
.customer-logos .slick-list {
left: 50%;
}
.slick-slide {
  margin: 0!important;
}
}
@media (max-width: 780px) {
  .topnavbar {
    position: initial !important;
    width: 100% !important;
    top: 0 !important;
    height: auto !important;
    left: 0 !important;
    display: block !important;
  }
  .topnavbar .smllogo {
    display: none;
  }
  .topnavbar #searchToggle::after {
    content: 'Pretraži';
    margin-left: 20px;
  }
}
.wsmobileheader #wsnavtoggle span {
  background: #ffffff;
}

.wsmobileheader #wsnavtoggle span:before {
  background: #ffffff;
}

.wsmobileheader #wsnavtoggle span:after {
  background: #ffffff;
}

.wsmobileheader .smallogo {
  background: #0192d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

.wsmobileheader .smallogo img {
  height: 38px;
  width: auto;
}

.wsmobileheader .callusicon {
  top: 13px;
}

.wsmobileheader .callusicon span {
  color: #ffffff;
}

/*REMOVE FIRST HAMBURGER SPAN WHEN MOBILE NAV OPEN*/
.wsoffcanvasopener .wsmobileheader #wsnavtoggle span {
  background: transparent;
}

.wsoffcanvasopener .wsmobileheader #wsnavtoggle span:before {
  background: #ffffff;
}

.wsoffcanvasopener .wsmobileheader #wsnavtoggle span:after {
  background: #ffffff;
}

.wsoffcanvasopener .topnavbar .wrapper .wsmenu .wsmenu-list li {
  /*SUBMENU HOVER COLOR*/
}

.wsoffcanvasopener .topnavbar .wrapper .wsmenu .wsmenu-list li #searchToggle i {
  line-height: 35px;
}

.wsoffcanvasopener .topnavbar .wrapper .wsmenu .wsmenu-list li .wsmenu-submenu {
  top: 0;
}

.wsoffcanvasopener .topnavbar .wrapper .wsmenu .wsmenu-list li .wsmenu-submenu li:hover a {
  background-color: #303030 !important;
}

.wsoffcanvasopener .topnavbar .wrapper .wsmenu .wsmenu-list li .wsmenu-submenu li a:hover {
  background-color: #303030;
}

/*CAROUSEL*/
.example {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.example .tp-bullets {
  left: 25%;
}

.example .tp-caption.News-Title {
  white-space: break-spaces !important;
  width: 580px;
}

.example .top-cnt {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  z-index: 400;
  width: 80%;
  padding: 20px 40px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 10%;
}

.example .top-cnt li a {
  color: #ffffff;
  font-size: 12px;
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.example .top-cnt li a .contact-icon {
  background: rgba(255, 255, 255, 0.8);
  height: 32px;
  width: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 5px;
  border-radius: 6px 0 6px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.example .top-cnt li a .contact-icon i {
  color: #0192d5;
}

.example .top-cnt li a:hover .contact-icon {
  background: #ffffff;
  border-radius: 0 6px 0 6px;
}

@media only screen and (max-width: 1365px) {
  .example .top-cnt {
    width: 100%;
    margin-right: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .example .top-cnt {
    display: none;
  }
}

.example .item {
  height: 100%;
  width: 100%;
}

.example .item a {
  height: 100%;
  width: 100%;
}

.example .item a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.example .item a:after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.example .item .carousel-caption {
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
}

.example .item .carousel-caption .carousel-caption-box {
  width: 400px;
  margin: 0 auto;
  padding: 20px;
  border-bottom: 10px solid #0192d5;
  margin-top: 60px;
}

.example .item .carousel-caption .carousel-caption-box h1 {
  font-size: 38px;
  font-weight: 300;
  line-height: 1.2em;
  text-shadow: none;
  margin-bottom: 20px;
}

.example .item .carousel-caption .carousel-caption-box h1::first-letter {
  color: #0192d5;
  font-weight: 600;
}

.example .item .carousel-caption .carousel-caption-box p {
  text-shadow: none;
  font-size: 18px;
  line-height: 1.4em;
}

@media only screen and (max-width: 1024px) {
  .main-carousel {
    top: 0;
  }
  .col-four .z-flex-row .z-four-box {
    width: 46%;
    border-radius: 30% 0 30% 0;
  }
}

/*IZDVOJENO*/
.izdvojeno {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.izdvojeno .left {
  height: 100%;
  width: 50%;
  border-radius: 20px 0 20px 0;
}

.izdvojeno .left img {
  border-radius: 20px 0 20px 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.izdvojeno .right {
  width: 50%;
  padding: 80px 20px;
  position: relative;
}

.izdvojeno .right a h1 {
  font-size: 32px;
  color: #191514;
  margin: 0px 0px 40px 0px;
}

.izdvojeno .right p {
  font-size: 18px;
  line-height: 1.6em;
  margin-bottom: 40px;
}

.izdvojeno .right .button {
  right: 0px;
  position: absolute;
}

@media only screen and (max-width: 768px) {
    .tenyear {
    position: absolute;
    bottom: 25px;
    right: 25px;
    width: 100px;
}
  #commentForm .control-label {
    font-size: 13px;
    text-align: left;
    margin-bottom: 10px;
  }
  .izdvojeno {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .izdvojeno .left {
    width: 100%;
  }
  .izdvojeno .right {
    width: 100%;
  }
  .example .tp-bullets {
    left: -5% !important;
  }
  .example .tp-caption.News-Subtitle {
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .example .tp-caption.News-Title {
    font-size: 23px !important;
    white-space: break-spaces !important;
    width: 310px;
  }
  .col-three {
    height: 780px !important;
    padding-right: 40px !important;
  }
  .col-three .description a h3, .col-three .description h3 {
    font-size: 14px !important;
  }
  .col-three .three-grid {
    height: 705px;
  }
  .col-three .three-box.b, .col-three .three-box.c, .col-three .three-box.d, .col-three .three-box.e, .col-three .three-box.f {
    width: 145px;
  }
  .col-three .symbol {
    width: 85px !important;
  }
  .col-four {
    padding: 0 15px !important;
  }
  .vertical-space130 {
    margin-top: 50px !important;
  }
  .vertical-space180 {
    margin-top: 50px !important;
  }
}

/*SHOW IN HOME*/
.show-in-home {
  background: #ffffff;
}

.show-in-home .slidor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.show-in-home .slidor .sh-box {
  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;
}

.show-in-home .slidor .sh-box .img-container {
  height: 350px;
  width: 100%;
  position: relative;
  margin: 10px 0 40px 0;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.show-in-home .slidor .sh-box .img-container img {
  height: 100%;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.show-in-home .slidor .sh-box .img-container:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.show-in-home .slidor .sh-box h1 {
  text-align: center;
  font-size: 18px;
  color: #191514;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  font-weight: 300;
  height: 35px;
  text-transform: uppercase;
}

.show-in-home .slidor .sh-box p {
  font-size: 14px;
  color: #a7a7a7;
  margin-bottom: 20px;
  line-height: 1.2em;
  text-align: center;
  height: 60px;
}

.show-in-home .slidor .sh-box a button {
  text-transform: uppercase;
  font-size: 12px;
}

.show-in-home .slidor .slick-prev i,
.show-in-home .slidor .slick-next i {
  font-size: 28px;
}

/*KOLONA 4*/
.col-four {
  background: #ffffff;
  padding: 80px 15px;
}

.col-four .col-four-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  -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;
  margin-bottom: 40px;
}

.col-four .col-four-title h2 {
  color: #191514;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0.1em;
  width: 80%;
  margin: 80px auto 20px auto;
  text-align: center;
  text-transform: uppercase;
}

.col-four .col-four-title img {
  height: 80px;
  width: auto;
  margin-bottom: 20px;
}

.col-four .col-four-title h4 {
  max-width: 500px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4em;
}

.col-four .z-flex-row {
  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;
  width: 80%;
  margin: 0 auto;
}

.col-four .z-flex-row .z-four-box {
  width: 250px;
  height: 250px;
  position: relative;
  background: #ffffff;
  border-radius: 30% 0 30% 0;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.18);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.col-four .z-flex-row .z-four-box:hover {
  background: #0192d5;
}

.col-four .z-flex-row .z-four-box:hover a img {
  -webkit-filter: grayscale(50%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(50%);
  -webkit-filter: brightness(50%);
  /* Safari 6.0 - 9.0 */
  filter: brightness(50%);
}

.col-four .z-flex-row .z-four-box:hover a h3 {
  color: #ffffff;
}

.col-four .z-flex-row .z-four-box a {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}

.col-four .z-flex-row .z-four-box a img {
  width: 65px;
  height: auto;
  margin: 20px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.col-four .z-flex-row .z-four-box a h3 {
  text-transform: uppercase;
  color: #303030;
  font-size: 18px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  -webkit-transition: all .3s;
  transition: all .3s;
  letter-spacing: 0.1em;
}

.col-four .z-flex-row .z-four-box:nth-of-type(4) a h3 {
  margin-right: 30px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .col-four .z-flex-row {
    width: 98%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1365px) {
    .tenyear {
    position: absolute;
    bottom: 45px;
    right: 45px;
    width: 120px;
}
  .col-four .z-flex-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .col-four .z-flex-row .z-four-box {
    width: 49%;
    border-radius: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 16px;
  }
  .col-three .three-grid .description a h3 {
    font-size: 16px!important;
}
}

.col-three {
  width: 100%;
  background: #ebebeb;
  background-image: url("../images/col-three-background.jpg");
  height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  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;
  position: relative;
}

.col-three .symbol {
  position: absolute;
  z-index: 2;
  left: 150px;
  top: 80px;
}

@media only screen and (max-width: 1600px) {
  .col-three .symbol {
    top: 0;
    left: 20px;
    width: 85px;
  }
}

.col-three::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(1, 146, 213, 0.6);
  z-index: 1;
}

.col-three .three-grid {
  display: -ms-grid;
  display: grid;
  position: relative;
  z-index: 2;
  height: 600px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  -ms-grid-rows: 3fr 1fr;
      grid-template-rows: 3fr 1fr;
  grid-column-gap: 10px;
      grid-template-areas: "a a a a a"
 "b c d e f";
}

.col-three .three-grid .three-box.a {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.col-three .three-grid .three-box.a .img-container {
  display: none;
}

.col-three .three-grid .three-box.a .description {
  width: 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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.col-three .three-grid .three-box.a .description h3 {
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.4em;
  margin-bottom: 40px;
}

.col-three .three-grid .three-box.a .description p {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5em;
  font-weight: 300;
  padding: 0 40px 40px 0;
}

.col-three .three-grid .three-box.a .description .button.simple {
  display: none;
}

.col-three .three-grid .three-box.b {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: b;
}

.col-three .three-grid .three-box.c {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: c;
}

.col-three .three-grid .three-box.d {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: d;
}

.col-three .three-grid .three-box.e {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
  grid-area: e;
}

.col-three .three-grid .three-box.f {
  -ms-grid-row: 2;
  -ms-grid-column: 5;
  grid-area: f;
}

.col-three .three-grid .three-box.b, .col-three .three-grid .three-box.c, .col-three .three-grid .three-box.d, .col-three .three-grid .three-box.e, .col-three .three-grid .three-box.f {
  position: relative;
  height: 100%;
}

.col-three .three-grid .three-box.b .img-container, .col-three .three-grid .three-box.c .img-container, .col-three .three-grid .three-box.d .img-container, .col-three .three-grid .three-box.e .img-container, .col-three .three-grid .three-box.f .img-container {
  height: 100%;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.col-three .three-grid .three-box.b .img-container img, .col-three .three-grid .three-box.c .img-container img, .col-three .three-grid .three-box.d .img-container img, .col-three .three-grid .three-box.e .img-container img, .col-three .three-grid .three-box.f .img-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.col-three .three-grid .three-box.b .overlay, .col-three .three-grid .three-box.c .overlay, .col-three .three-grid .three-box.d .overlay, .col-three .three-grid .three-box.e .overlay, .col-three .three-grid .three-box.f .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 21, 20, 0.6);
  z-index: 1;
}

.col-three .three-grid .three-box.b .description, .col-three .three-grid .three-box.c .description, .col-three .three-grid .three-box.d .description, .col-three .three-grid .three-box.e .description, .col-three .three-grid .three-box.f .description {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.col-three .three-grid .three-box.b .description p, .col-three .three-grid .three-box.c .description p, .col-three .three-grid .three-box.d .description p, .col-three .three-grid .three-box.e .description p, .col-three .three-grid .three-box.f .description p {
  display: none !important;
}

.col-three .three-grid .three-box.b .description a, .col-three .three-grid .three-box.c .description a, .col-three .three-grid .three-box.d .description a, .col-three .three-grid .three-box.e .description a, .col-three .three-grid .three-box.f .description a {
  z-index: 2;
}

.col-three .three-grid .three-box.b .description a h3, .col-three .three-grid .three-box.c .description a h3, .col-three .three-grid .three-box.d .description a h3, .col-three .three-grid .three-box.e .description a h3, .col-three .three-grid .three-box.f .description a h3 {
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.4em;
  z-index: 2;
}

.col-three .three-grid .three-box.b .description .button.simple, .col-three .three-grid .three-box.c .description .button.simple, .col-three .three-grid .three-box.d .description .button.simple, .col-three .three-grid .three-box.e .description .button.simple, .col-three .three-grid .three-box.f .description .button.simple {
  display: none;
}

@media screen and (max-width: 1024px) {
  .col-three .three-grid {
    display: -ms-grid;
    display: grid;
    position: relative;
    z-index: 2;
    height: 630px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
    -ms-grid-rows: 3fr 1fr;
        grid-template-rows: 3fr 1fr;
    grid-column-gap: 10px;
        grid-template-areas: "a a a a a"
 "b c d e f";
  }
  .col-three .three-grid .description a h3 {
    font-size: 16px;
  }
  .col-three .three-grid .three-box.a {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-area: a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .col-three .three-grid .three-box.a .img-container {
    display: none;
  }
  .col-three .three-grid .three-box.a .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .col-three .three-grid .three-box.a .description {
    width: 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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .col-three .three-grid .three-box.a .description h3 {
    font-size: 28px !important;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.4em;
    margin-bottom: 40px;
  }
  .col-three .three-grid .three-box.a .description p {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5em;
    font-weight: 300;
    padding: 0 40px 40px 0;
  }
  .col-three .three-grid .three-box.a .description .button.simple {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .col-three {
      height: 100% !important;
    display: grid;
    padding-left: 30px;
    padding-right: 0!important;
    padding-top: 110px;
    overflow: hidden;
}
.col-three .three-grid {
    display: block;
    height: 100%;
}
.col-three .three-box.b, .col-three .three-box.c, .col-three .three-box.d, .col-three .three-box.e, .col-three .three-box.f {
    width: 45%;
    float: left;
    margin-right: 10px;
    height: 80px !important;
    margin-bottom: 15px;
}
.three-box.a .description p {
    padding: 0 25px 40px 0!important;
}

  .description a h3, .description h3 {
    font-size: 14px !important;
  }
}

@media screen and (min-width: 601px) {
  .col-three {
    padding: 0px 80px;
  }
}

/*KOLONA 5*/
.col-five {
  width: 100%;
  background: #ebebeb;
  background-image: url("../images/col-five-background.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  max-height: 500px;
}

.col-five .symbol {
  position: absolute;
  z-index: 2;
  left: 200px;
  top: 80px;
}

@media only screen and (max-width: 1600px) {
  .col-five .symbol {
    top: 0;
    left: 20px;
    width: 85px;
  }
}

.col-five::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(1, 146, 213, 0.6);
  z-index: 1;
}

.col-five .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: 80px 0;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

.col-five .title a {
  color: #ffffff;
  font-size: 32px;
  text-transform: uppercase;
}

.col-five .product-card {
  position: relative;
  z-index: 2;
}

.col-five .product-card .img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 180px;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.col-five .product-card .img-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.col-five .product-card:hover .img-container img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.col-five .product-card .description {
  background: #ffffff;
  height: 300px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.18);
}

.col-five .product-card .description a h3 {
  text-transform: uppercase;
  font-size: 20px;
  height: 60px;
  color: #0192d5;
  letter-spacing: 0.05em;
  line-height: 1.3em;
}

.col-five .product-card .description .date {
  color: #a7a7a7;
  padding-bottom: 5px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
  width: auto;
  font-size: 14px;
}

.col-five .product-card .description p {
  color: #a7a7a7;
  line-height: 1.4em;
  font-size: 14px;
}

.col-five .product-card .description .button.simple {
  position: absolute;
  color: #0192d5;
  padding: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  bottom: 20px;
  left: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.col-five .product-card .description .button.simple i {
  font-size: 12px;
  font-weight: 500;
  margin-left: 4px;
  margin-top: 5px;
}

.col-five .product-card .description .button.simple:hover {
  font-weight: 600;
}

.col-five .product-card .description .kongres-link {
  position: absolute;
  right: 35px;
  bottom: 18px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  background: #0192d5;
  color: #ffffff;
  padding: 4px 8px;
  line-height: 1em;
  border-radius: 2px;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.col-five .product-card .description .kongres-link:hover {
  background: #a7a7a7;
}

@media screen and (max-width: 990px) {
  .col-five {
    max-height: 900px;
    margin-bottom: 80px;
  }
  .col-five .product-card {
    margin-bottom: 25px;
  }
}

/*SUBCATEGORY*/
.sub-cat .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.sub-cat .desc:hover {
  border-bottom: 2px solid #0192d5;
}

.sub-cat .desc .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

.sub-cat .desc .top a h1 {
  color: #191514;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.1em;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.sub-cat .desc .top a h1:hover {
  color: #0192d5;
}

.sub-cat .desc .bottom {
  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;
}

.sub-cat .desc .bottom .left {
  width: 25%;
}

.sub-cat .desc .bottom .left a {
  width: 100%;
  height: auto;
}

.sub-cat .desc .bottom .left a img {
  width: 80px;
  height: auto;
}

.sub-cat .desc .bottom .right {
  width: 70%;
  padding: 20px;
}

.sub-cat .desc .bottom .right p {
  line-height: 1.4em;
  color: #a7a7a7;
}

/*PRODUCTS // CATEGORY // PRODUCT CARD*/
.sadrzaj-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
}

.product {
  margin-bottom: 25px;
}

.product .product-card {
  position: relative;
  z-index: 2;
}

.product .product-card .img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 180px;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product .product-card .img-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product .product-card:hover .img-container img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.product .product-card .description {
  background: #ffffff;
  height: 300px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.18);
}

.product .product-card .description a h3 {
  text-transform: uppercase;
  font-size: 22px;
  height: 60px;
  color: #0192d5;
  letter-spacing: 0.1em;
}

.product .product-card .description .date {
  color: #a7a7a7;
  padding-bottom: 5px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
  width: auto;
  font-size: 14px;
}

.product .product-card .description p {
  color: #a7a7a7;
  line-height: 1.4em;
}

.product .product-card .description .button.simple {
  position: absolute;
  color: #0192d5;
  padding: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  bottom: 20px;
  left: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product .product-card .description .button.simple i {
  font-size: 12px;
  font-weight: 500;
  margin-left: 4px;
  margin-top: 5px;
}

.product .product-card .description .button.simple:hover {
  font-weight: 600;
}

.product .product-card .description .kongres-link {
  position: absolute;
  right: 20px;
  bottom: 18px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  background: #0192d5;
  color: #ffffff;
  padding: 4px 8px;
  line-height: 1em;
  border-radius: 2px;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product .product-card .description .kongres-link:hover {
  background: #a7a7a7;
}

/*WELL*/
.z-well {
  background: #ffffff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
}

.z-well .well-img {
  float: right;
  width: 50%;
  height: auto;
  padding-left: 40px;
}

.z-well h2 {
  font-size: 48px;
  color: #191514;
  font-weight: 300;
  margin-bottom: 40px;
}

.z-well p {
  line-height: 1.6em;
  border-left: 5px solid #0192d5;
  padding-left: 20px;
}

/*VIEW*/
.view .view-header {
  position: relative;
  width: 100%;
  height: 600px;
}

.view .view-header img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.view .view-header:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(25, 21, 20, 0.4);
}

.view .view-header .view-header-text {
  position: absolute;
  top: 180px;
  left: 50%;
  width: 1170px;
  margin-left: -585px;
  z-index: 1;
  height: 100%;
}

.view .view-header .view-header-text .row {
  height: 360px;
}

.view .view-header .view-header-text .breadcrumb {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-left: 0;
}

.view .view-header .view-header-text .breadcrumb li {
  background: transparent;
}

.view .view-header .view-header-text .breadcrumb li a {
  color: #ffffff;
}

.view .view-header .view-header-text .breadcrumb li a:hover {
  color: #01bce7;
}

.view .view-header .view-header-text .title-container {
  position: relative;
  height: 100%;
}

.view .view-header .view-header-text .title-container .title {
  position: absolute;
  left: 40px;
  bottom: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  width: 100%;
}

.view .view-header .view-header-text .title-container .title h1 {
  color: #ffffff;
  font-size: 48px;
}

.view .title-no-img {
  margin: 40px 0;
}

.view .title-no-img h1 {
  font-size: 24px;
}

.view .text {
  line-height: 1.6em;
  border-left: 2px solid #0192d5;
  padding-left: 20px;
}

.view .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  padding-top: 40px;
}

.view .gallery a {
  width: 24%;
  height: 200px;
  margin-right: 1.3%;
  margin-bottom: 15px;
}

.view .gallery a:nth-of-type(4n) {
  margin-right: 0;
}

.view .gallery a:hover {
  -webkit-box-shadow: 0px 10px 27px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 27px -10px rgba(0, 0, 0, 0.75);
}

.view .gallery a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .view .gallery a {
    width: 49%;
    margin-right: 2%;
  }
  .view .gallery a:nth-of-type(2n) {
    margin-right: 0;
  }

}

.view ul, .view ol {
  list-style-type: disc;
  padding-left: 40px;
}

/*GALERIJA - ALBUMI*/
.albumi .z-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  position: relative;
  margin-bottom: 40px;
}

.albumi .z-box .label {
  position: absolute;
  top: 0;
  right: 0;
  background: #0192d5;
  height: 35px;
  width: 60px;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 11;
}

.albumi .z-box .label h4 {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}

.albumi .z-box .label h4 i {
  margin-right: 5px;
}

.albumi .z-box a {
  width: 100%;
  height: 100%;
}

.albumi .z-box a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.albumi .z-box a h3 {
  position: absolute;
  bottom: -40px;
  width: 80%;
  margin-left: 10%;
  height: auto;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  color: #191514;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 15px;
  line-height: 1.4em;
  border: 1px solid #ebebeb;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}

.album-slike .gallery-header h3 {
  text-align: center;
  font-size: 38px;
  line-height: 1.2em;
  margin-bottom: 40px;
  font-weight: 300;
  color: #191514;
  letter-spacing: 0.1em;
}

.album-slike .gallery-header h3::first-letter {
  color: #0192d5;
  font-weight: 600;
}

.album-slike .gallery-header p {
  line-height: 1.4em;
  border-left: 5px solid #0192d5;
  padding-left: 20px;
}

.album-slike .gallery-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.album-slike .gallery-grid a {
  margin-right: 1.3%;
  width: 24%;
  height: auto;
  margin-bottom: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.album-slike .gallery-grid a:nth-of-type(4n) {
  margin-right: 0;
}

.album-slike .gallery-grid a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0px 6px 55px -26px black;
  box-shadow: 0px 6px 55px -26px black;
}

.album-slike .gallery-grid a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .album-slike .gallery-grid a {
    width: 49%;
    margin-right: 2%;
  }
  .album-slike .gallery-grid a:nth-of-type(2n) {
    margin-right: 0;
  }
}

.no-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
}

.no-photo p {
  font-size: 38px;
}

/*KONTAKT PAGE*/
.kontakt .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
}

.kontakt .left .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #0192d5;
  width: 100%;
  padding: 40px 20px;
  font-size: 14px;
  color: #ffffff;
}

.kontakt .left .info-box .cnt-icon {
  height: 38px;
  width: 38px;
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 16px;
  border-radius: 6px 0 6px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.kontakt .left .info-box .cnt-icon i {
  color: #0192d5;
  font-size: 16px;
}

.kontakt .left .info-box .company {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.kontakt .left .info-box .company span {
  font-weight: 400;
  text-transform: none;
  font-size: 20px;
  margin-left: 8px;
}

.kontakt .left .info-box .sep {
  border-bottom: 2px solid #ffffff;
  width: 120px;
  margin: 20px 0;
}

.kontakt .left .info-box .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 10px 0;
}

.kontakt .left .info-box .address a {
  line-height: 1.3em;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kontakt .left .info-box .address a:hover .cnt-icon {
  background: #ffffff;
  border-radius: 0px 6px 0 6px;
}

.kontakt .left .info-box .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}

.kontakt .left .info-box .contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.kontakt .left .info-box .contact a:hover .cnt-icon {
  background: #ffffff;
  border-radius: 0px 6px 0 6px;
}

.kontakt .left .btn-legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  background: #01bce7;
  margin-top: 10px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.kontakt .left .btn-legal:hover {
  background: #0192d5;
}

@media (max-width: 1100px) {
  .kontakt .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .kontakt .left .logo-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .kontakt .left .info-box {
    -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: flex-start;
  }
  .kontakt .left .info-box .contact a {
    margin-bottom: 20px;
  }
}

.kontakt .right .form-box {
  width: 100%;
}

.kontakt .right .form-box h2 {
  color: #191514;
  text-align: center;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 300;
}

.kontakt .right .form-box .form-group {
  margin-bottom: 20px;
}

.kontakt .right .form-box .form-group .form-control {
  border-radius: 0;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.kontakt .right .form-box .form-group .control-label {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding-top: 10px;
}

.kontakt .right .form-box .form-group .ppolicy {
  font-size: 14px;
  line-height: 20px;
}

.kontakt .right .form-box .form-group .button.dark {
  margin-left: -6px;
}

/*PRIVACY*/
#cookiesdisplay {
  padding: 15px 20px;
  background: #0192d5;
  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;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
}

#cookiesdisplay .left {
  width: 90%;
}

#cookiesdisplay .left p {
  color: #ffffff;
}

#cookiesdisplay .left p a {
  font-weight: 400;
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  line-height: 1.3em;
  text-decoration: underline;
}

#cookiesdisplay .left p a:hover {
  color: #191514;
}

#cookiesdisplay .right {
  width: 11%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#cookiesdisplay .right .button {
  background: #ffffff;
  color: #0192d5;
  text-transform: uppercase;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .z-flex-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .z-flex-row .z-four-box {
    width: 100% !important;
    border-radius: 0 !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 16px;
  }
  #cookiesdisplay {
    display: block;
  }
  #cookiesdisplay .left {
    width: 100%;
    margin-bottom: 10px;
  }
  #cookiesdisplay .right {
    width: 100%;
  }
  .kontakt .row-eq-height {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .kontakt .row-eq-height .right {
    margin-top: 40px;
    padding-left: 0;
  }
  .kontakt .row-eq-height .right .form-title {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .kontakt .row-eq-height .right .control-label {
    margin-bottom: 5px;
  }
  .kontakt .left .info-box {
    margin-bottom: 50px;
    margin-top: 10px;
  }
  .view .view-header {
    height: 330px;
  }
}

.cnt-map {
  padding: 40px 80px;
}

.cnt-map iframe {
  -webkit-box-shadow: 0px 0px 21px -5px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 0px 21px -5px rgba(0, 0, 0, 0.33);
}

.banners .title {
  margin: 40px auto;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 300;
  color: #191514;
}

.banners img {
  height: 80px;
  width: auto;
  margin-bottom: 0px;
}

.banners .logo-slider-wrapper .slide {
  /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
  filter: gray;
  /* IE5+ */
  -webkit-filter: grayscale(1);
  /* Webkit Nightlies & Chrome Canary */
  transition: all .3s;
  -webkit-transition: all .3s;
}
.banners .logo-slider-wrapper .slide:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}

.banners .logo-slider-wrapper .slide img {
  height: auto;
  width: auto;
  transition: transform .5s ease;
}
.banners .logo-slider-wrapper .slide:hover img{
  transform: scale(1.2);
}
.slide2 {
  /* width: 220px; */
  /* display: flex; */
  padding: 20px;
  flex: 0 1 17%;
}
.banners .logo-slider-wrapper .slide2:hover img {
    transform: scale(1.1);
    z-index: 11;
}
.customer-logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.banners .logo-slider-wrapper .slick-arrow:hover {
  color: #0192d5;
}

.banners .logo-slider-wrapper .slick-arrow i {
  font-weight: 300;
  font-size: 60px;
}

.banners .logo-slider-wrapper .slick-arrow i:hover {
  color: #0192d5;
}

#footer {
  background: #f2f2f2;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /*DESIGN BY NIVAGO*/
}

#footer .contact-cta {
  background: #0192d5;
  background: -webkit-gradient(linear, left top, right top, from(#0192d5), to(#01bce7));
  background: linear-gradient(90deg, #0192d5 0%, #01bce7 100%);
}

#footer .contact-cta .content {
  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;
  padding: 30px 0;
  width: 80%;
  margin: 0 auto;
}

#footer .contact-cta .content h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2em;
  color: #ffffff;
}

#footer .contact-cta .content .button {
  background: #ffffff;
  color: #0192d5;
  padding: 15px 30px;
  text-transform: uppercase;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  #footer .contact-cta .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #footer .contact-cta .content h3 {
    margin-bottom: 20px;
  }
}

#footer .footer {
  margin-bottom: 40px;
}

#footer .footer .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; */
}

#footer .footer .footer-logo img {
  height: 50px;
  width: auto;
}

#footer .footer .footer-info {
  font-size: 14px;
  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: flex-start;
  color: #303030;
  margin-top: 40px;
  text-align: left;
  /* align-items: center; */
}

#footer .footer .footer-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px 0;
  font-weight: 700;
  color: #303030;
}

#footer .footer .footer-info li.title {
  color: #191514;
  border-bottom: 1px solid rgba(25, 21, 20, 0.2);
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#footer .footer .footer-info li.title .doo {
  text-transform: none;
  margin-left: 5px;
}

#footer .footer .footer-info li.title .country {
  margin-left: 5px;
  font-size: 12px;
}

#footer .footer .footer-info li.space {
  margin: 16px 0;
  line-height: 1.3em;
  font-weight: 400;
  font-size: 12px;
}

#footer .footer .footer-info li a {
  color: #303030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 400;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#footer .footer .footer-info li a .contact-icon {
  height: 28px;
  width: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px 0 6px 0;
  background: rgba(1, 146, 213, 0.4);
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-right: 8px;
}

#footer .footer .footer-info li a .contact-icon i {
  color: #ffffff;
}

#footer .footer .footer-info li a:hover {
  font-weight: 700;
}

#footer .footer .footer-info li a:hover .contact-icon {
  background: #0192d5;
  border-radius: 0 6px 0 6px;
}

#footer .design-by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(167, 167, 167, 0.2);
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footer .design-by a {
  font-size: 12px;
  color: #a7a7a7;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#footer .design-by a:hover {
  color: #0192d5;
}

.contact-icon {
  color: #0192d5;
  margin-right: 4px;
  font-weight: 700;
}

.contact-icon.light {
  color: #01bce7;
}

/*BREADCRUMB*/
.breadcrumb {
  border-radius: 0px;
  background-color: inherit;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid rgba(167, 167, 167, 0.2);
}

.breadcrumb li {
  font-size: 14px;
  background-color: #ffffff;
}

.breadcrumb li a {
  font-size: 14px;
  font-weight: 600;
  color: #0192d5;
  line-height: 1em;
}

.breadcrumb li a:hover {
  color: #191514;
}

.breadcrumb li + li:before {
  content: ' --- ';
  color: #01bce7;
}

/*PORUKA*/
.poruka {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.poruka .lead {
  font-size: 38px;
  text-align: center;
}

/*BUTTON*/
.button {
  padding: 10px 30px;
  background: #0192d5;
  background: -webkit-gradient(linear, left top, left bottom, from(#0192d5), to(#01bce7));
  background: linear-gradient(180deg, #0192d5 0%, #01bce7 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  border-radius: 1em 0 1em 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button:hover {
  background: #0192d5;
  color: #ffffff;
  border-radius: 0 1em 0 1em;
}

.button.dark {
  color: #ffffff;
  background: #0192d5;
}

.button.simple {
  background: transparent;
  text-transform: lowercase;
  font-weight: 600;
}

.button.simple:hover {
  color: #0192d5;
  border-radius: 0 1em 0 1em;
}

/*TO TOP*/
.back-to-top {
  position: fixed;
  bottom: 45px;
  right: 20px;
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 1.1em;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0px 10px 27px -13px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 27px -13px rgba(0, 0, 0, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.back-to-top:hover {
  background-color: #0192d5;
  text-decoration: none;
  color: #FFF;
}

.back-to-top .glyphicon {
  top: 0;
  line-height: 1em;
}

/*UTILITY*/
.vertical-space20 {
  margin-top: 20px;
}

.vertical-space40 {
  margin-top: 40px;
}

.vertical-space80 {
  margin-top: 80px;
}

.vertical-space100 {
  margin-top: 100px;
}

.vertical-space130 {
  margin-top: 130px;
}

.vertical-space130.mob-less {
  margin-top: 130px;
}

@media (max-width: 1024px) {
  .vertical-space130.mob-less {
    margin-top: 130px;
  }
}

.vertical-space180 {
  margin-top: 180px;
}

.vertical-space180.mob-less {
  margin-top: 180px;
}

@media (max-width: 1100px) {
    .kontakt .left .info-box {
      margin-top: 10px;
  }
}

@media (max-width: 321px) {
  .container.logo-z-slider {
    width: 235px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .example .tp-caption.News-Title {
    font-size: 28px !important;
    white-space: break-spaces !important;
    width: 400px;
    line-height: 36px;
  }
  .tenyear {
  position: absolute;
  bottom: 45px;
  right: 45px;
  width: 120px;
}
.slide2 {
    padding: 5px;
}
}

@media (max-width: 1100px) {
  .topnavbar .wrapper .wsmenu .wsmenu-list li a {
    font-size: 14px;
    min-height: 48px;
    line-height: 25px;
  }
  .topnavbar .smllogo a img {
    height: 45%;
  }
}

.vertical-space300 {
  margin-top: 300px;
}

/*SEP*/
.sep {
  border-bottom: 2px solid #ffffff;
  width: 80px;
  margin: 40px 0;
}

/*HIDE*/
.hide {
  display: none;
}

/*EQUAL HEIGHT ROW*/
.row-eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
}

/*LOADER*/
#overlayer {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 999999;
  background: #ffffff;
}

.loader {
  display: inline-block;
  width: 120px;
  height: 120px;
  position: absolute;
  z-index: 99999999;
  border: 4px solid #0192d5;
  top: 50%;
  left: 50%;
  margin-left: -60px;
  -webkit-animation: loader 2s infinite ease;
          animation: loader 2s infinite ease;
  border-radius: 15px 0 15px 0;
}

.loader img {
  height: 60px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  z-index: 999999999;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #0192d5;
  -webkit-animation: loader-inner 2s infinite ease-in;
          animation: loader-inner 2s infinite ease-in;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
/*# sourceMappingURL=00nivago.css.map */
