@font-face {
  font-family: Montserrat-ExtraLight;
  src: url(../fonts/Montserrat-ExtraLight.ttf); }
@font-face {
  font-family: Montserrat-Light;
  src: url(../fonts/Montserrat-Light.ttf); }
@font-face {
  font-family: Montserrat-Medium;
  src: url(../fonts/Montserrat-Medium.ttf); }
@font-face {
  font-family: Montserrat-SemiBold;
  src: url(../fonts/Montserrat-SemiBold.ttf); }
@font-face {
  font-family: Montserrat-Bold;
  src: url(../fonts/Montserrat-Bold.ttf); }
@font-face {
  font-family: Roboto-Black;
  src: url(../fonts/Roboto-Black.ttf); }
@font-face {
  font-family: georgiaItalic;
  src: url(../fonts/georgiaItalic.ttf); }
body {
  position: relative;
  height: 100%; }

body .container {
  max-width: 100%; }

body a {
  outline: none;
  letter-spacing: 0; }

body h1,
body h2,
body h3,
body h4,
body h5,
body p {
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0; }

body h1,
body h2,
body h3,
body h4,
body h5 {
  font-family: Montserrat-Bold; }

body p {
  font-family: Montserrat-Light;
  margin-bottom: 25px;
  font-size: 14px;
  letter-spacing: 0.025em; }

.menu-wrap {
  position: relative;
  background: #161615;
  z-index: 5555; }
  .menu-wrap .navbar-default {
    background: transparent;
    border: none;
    margin-bottom: 0; }
    .menu-wrap .navbar-default .navbar-toggle {
      border: none;
      background: transparent;
      margin-top: 12px; }
      .menu-wrap .navbar-default .navbar-toggle span {
        width: 40px;
        height: 4px;
        background: #ecc24b; }
    .menu-wrap .navbar-default .navbar-brand {
      display: table;
      height: 110px; }
      .menu-wrap .navbar-default .navbar-brand span {
        display: table-cell;
        vertical-align: middle; }
    .menu-wrap .navbar-default .navbar-nav > .open > a,
    .menu-wrap .navbar-default .navbar-nav > .open > a:focus,
    .menu-wrap .navbar-default .navbar-nav > .open > a:hover {
      background: transparent; }
    .menu-wrap .navbar-default .navbar-collapse #navigacija {
      float: right; }
      .menu-wrap .navbar-default .navbar-collapse #navigacija li {
        display: table;
        height: 110px; }
        .menu-wrap .navbar-default .navbar-collapse #navigacija li a {
          display: table-cell;
          vertical-align: middle;
          color: #fff;
          font-family: Montserrat-Medium;
          font-size: 12px;
          color: #fff;
          text-transform: uppercase;
          -webkit-transition: .1s ease-in-out;
          transition: .1s ease-in-out;
          padding-left: 10px;
          padding-right: 10px; }
          .menu-wrap .navbar-default .navbar-collapse #navigacija li a:hover {
            color: #ecc24b; }
      .menu-wrap .navbar-default .navbar-collapse #navigacija .lang .dropdown-menu {
        min-width: 100%;
        max-width: 100%;
        background: #161615; }
        .menu-wrap .navbar-default .navbar-collapse #navigacija .lang .dropdown-menu li {
          height: auto; }
        .menu-wrap .navbar-default .navbar-collapse #navigacija .lang .dropdown-menu li a {
          background: transparent;
          color: #fff;
          font-size: 14px; }
          .menu-wrap .navbar-default .navbar-collapse #navigacija .lang .dropdown-menu li a:hover {
            background: transparent;
            color: #ecc24b; }
      .menu-wrap .navbar-default .navbar-collapse #navigacija .small-lang {
        display: none; }

body .front-slider-wrap {
  padding-left: 0;
  padding-right: 0; }

  body .front-slider-wrap .front-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 110px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
  }
  body .front-slider-wrap .front-welcome {
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center; }
    body .front-slider-wrap .front-welcome .fw-content {
      width: 100%;
    }
    body .front-slider-wrap .front-welcome h4 {
      font-size: 45px;
      line-height: 60px;
      font-family: Montserrat-ExtraLight;
      letter-spacing: 0; }
    body .front-slider-wrap .front-welcome h1 {
      font-size: 45px;
      line-height: 60px; }
      body .front-slider-wrap .front-welcome h1 span {
        color: #ecc24b; }
    body .front-slider-wrap .front-welcome hr {
      width: 40px;
      margin-left: auto;
      margin-right: auto;
      background: #fff;
      border: none;
      height: 1px; }
    body .front-slider-wrap .front-welcome p {
      font-size: 18px;
      line-height: 30px; }
    body .front-slider-wrap .front-welcome .fw-btns-wrap a {
      width: 180px;
      padding-top: 25px;
      padding-bottom: 25px;
      display: inline-block;
      border: 3px solid #fff;
      font-size: 14px;
      text-decoration: none;
      background: transparent;
      font-family: Montserrat-Bold;
      color: #fff;
      text-transform: uppercase;
      margin-left: 5px;
      margin-right: 5px;
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
      body .front-slider-wrap .front-welcome .fw-btns-wrap a:hover {
        border: 3px solid #ecc24b;
        background: #ecc24b; }

body .inner-intro-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url("../images/inner-intro-bcg.png") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  color: #fff; }
  body .inner-intro-wrap p {
    margin-bottom: 0;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 30px; }
    body .inner-intro-wrap p span {
      font-family: Montserrat-SemiBold; }
  body .inner-intro-wrap hr {
    width: 30px;
    height: 1px;
    border: none;
    background: #fff;
    margin-left: 0;
    margin-top: 19px;
    margin-bottom: 19px; }
  body .inner-intro-wrap h1 {
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase; }

body .front-about-wrap {
  padding-left: 0;
  padding-right: 0; }
  body .front-about-wrap .fa-left {
    background: url("../images/fa-left.png") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    padding-right: 100px;
    padding-top: 30px;
    padding-bottom: 30px; }
    body .front-about-wrap .fa-left .fa-left-cont-wrap {
      display: table;
      width: 460px;
      height: 100%;
      float: right; }
    body .front-about-wrap .fa-left .fa-left-cont {
      max-width: 460px;
      color: #fff;
      display: table-cell;
      vertical-align: middle; }
      body .front-about-wrap .fa-left .fa-left-cont h2 {
        font-size: 30px;
        letter-spacing: 0.025em; }
      body .front-about-wrap .fa-left .fa-left-cont hr {
        width: 40px;
        margin-left: 0;
        background: #fff;
        border: none;
        height: 1px; }
  body .front-about-wrap .fa-right {
    /* background: url("../images/inner-wrap-bcg2.png") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: right; */
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 100px;
    position: relative;
   }
   body .front-about-wrap .fa-right::after, body .front-about-wrap .fa-right::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   }
   body .front-about-wrap .fa-right::before {
    z-index: 1;
    background: url("../images/inner-wrap-bcg2.png") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: right;
   }
   body .front-about-wrap .fa-right::after {
    z-index: 0;
    background-color: rgba(236, 194, 75, 1);
   }
   body .front-about-wrap .fa-right .fa-right-cont {
    position: relative;
    z-index: 2;
   }
    body .front-about-wrap .fa-right .service-item {
      height: 140px;
      display: table;
      border-bottom: 1px solid #fff;
      color: #fff; }
      body .front-about-wrap .fa-right .service-item .service-item-cont {
        display: table-cell;
        vertical-align: middle;
        padding-left: 100px; }
        body .front-about-wrap .fa-right .service-item .service-item-cont p {
          margin-bottom: 0; }
        body .front-about-wrap .fa-right .service-item .service-item-cont h4 {
          font-size: 12px;
          line-height: 25px;
          letter-spacing: 0.025em;
          text-transform: uppercase; }
        body .front-about-wrap .fa-right .service-item .service-item-cont h3 {
          font-size: 16px;
          letter-spacing: 0.025em;
          line-height: 25px;
          text-transform: uppercase; }
    body .front-about-wrap .fa-right .service-item1 {
      background: url("../images/au1-new.png") no-repeat;
      background-position: center left; }
    body .front-about-wrap .fa-right .service-item2 {
      background: url("../images/au2-new.png") no-repeat;
      background-position: center left; }
    body .front-about-wrap .fa-right .service-item3 {
      background: url("../images/au3-new.png") no-repeat;
      background-position: center left; }
    body .front-about-wrap .fa-right .service-item4 {
      background: url("../images/au4-new.png") no-repeat;
      background-position: center left; }

body .bold-red {
  color: #ecc24b;
  font-family: Montserrat-Bold; }

body .gp {
  color: #ecc24b;  
  font-family: Montserrat-Bold;
  font-size: 14px;
  letter-spacing: 0.025em;
  margin-bottom: 0;
  text-transform: uppercase; }

body .front-projects-wrap {
  padding-left: 0;
  padding-right: 0;
  background: url("../images/fp-bcg.png") no-repeat;
  background-position: center right;}
  body .front-projects-wrap .front-projects-left {
    padding-left: 0;
    padding-right: 0; }
  body .front-projects-wrap .front-projects-right {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 100px;
    padding-bottom: 0;
    ; }
    body .front-projects-wrap .front-projects-right h3 {
      font-size: 30px;
      font-family: Montserrat-Bold;
      color: #161615; }
    body .front-projects-wrap .front-projects-right hr {
      width: 40px;
      margin-left: 0;
      background: #ecc24b;
      border: none;
      height: 1px; }
    body .front-projects-wrap .front-projects-right h5 {
      font-size: 14px;
      color: #161615;
      margin-bottom: 25px; }
    body .front-projects-wrap .front-projects-right p {
      color: #666666; }
  body .front-projects-wrap .owl-theme .owl-nav.disabled + .owl-dots {
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    body .front-projects-wrap .owl-theme .owl-nav.disabled + .owl-dots .owl-dot span {
      background: rgba(236, 194, 75, 0.4); }
    body .front-projects-wrap .owl-theme .owl-nav.disabled + .owl-dots .owl-dot.active span {
      background: #ecc24b; }

body .readmore {
  width: 180px;
  padding-top: 18px;
  padding-bottom: 18px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: Montserrat-Bold;
  background: #ecc24b;
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }
  body .readmore:hover {
    background: #ddaf38; }

body .logos-wrap {
  padding-top: 30px;
  padding-bottom: 30px; }
  body .logos-wrap .item {
    margin-left: 15px;
    margin-right: 15px; }
  body .logos-wrap #logos-slider {
    padding-left: 60px;
    padding-right: 60px; }
    body .logos-wrap #logos-slider .owl-stage {
      display: flex;
      align-items: center;
    }
    body .logos-wrap #logos-slider .owl-nav {
      margin: 0; }
      body .logos-wrap #logos-slider .owl-nav .owl-prev {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        background: url("../images/owl-prev.png") no-repeat;
        background-position: center;
        width: 25px; }
      body .logos-wrap #logos-slider .owl-nav .owl-next {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        background: url("../images/owl-next.png") no-repeat;
        background-position: center;
        width: 25px; }

body .inner-wrap {
  background: url("../images/inner-wrap-bcg.png") no-repeat;
  background-position: bottom;
  background-attachment: fixed;
  padding-top: 40px;
  padding-bottom: 25px; }
  body .inner-wrap .au-list {
    width: 100%;
    border-bottom: 1px solid #efefef;
    padding-left: 0;
    list-style: none;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0;
    min-height: 220px;
    margin-bottom: 40px; }
    body .inner-wrap .au-list li {
      text-align: center;
      width: 25%;
      float: left;
      border-left: 1px solid #efefef;
      margin: 0;
      padding: 0; }
      body .inner-wrap .au-list li img {
        margin-left: auto;
        margin-right: auto; 
        width: 100%;
        height: 100%;
        max-width: 100px;
        max-height: 80px;
        object-fit: contain;
        object-position: center; 
        margin-bottom: 20px;
      }
      body .inner-wrap .au-list li p {
        color: #ecc24b;
        font-size: 12px;
        font-family: Montserrat-Bold;
        text-transform: uppercase; }
        body .inner-wrap .au-list li p span {
          color: #000;
          font-size: 16px; }
    body .inner-wrap .au-list li:first-child {
      border: none; }
  body .inner-wrap .about-sections {
    padding-left: 0;
    padding-right: 0; }
    body .inner-wrap .about-sections .pristup {
      background: #ecc24b;
      padding: 15px;
      padding-left: 0;
      border-left: 15px solid #d2a240; }
      body .inner-wrap .about-sections .pristup .pristup-content {
        border: 1px solid #d2a240;
        border-left: none;
        padding-left: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
        color: #fff; }
        body .inner-wrap .about-sections .pristup .pristup-content span {
          font-size: 35px;
          font-family: georgiaItalic; }
  body .inner-wrap .about-text-wrap p {
    text-align: justify; }

body .bold {
  font-family: Montserrat-SemiBold; }

body .services-row h2 {
  margin-top: 10px;
  font-size: 30px;
  color: #000;
  font-family: Montserrat-Bold;
  text-transform: uppercase; }
  body .services-row h2 span {
    color: #ecc24b;
    font-size: 14px; }
body .services-row p {
  margin-bottom: 0;
  margin-bottom: 25px; }
body .services-row hr {
  background: #ecc24b;
  width: 30px;
  height: 1px;
  border: none;
  margin-left: 0; }
body .services-row ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 25px; }
  body .services-row ul li {
    padding-left: 20px;
    font-family: Montserrat-Light;
    margin-bottom: 15px;
    font-size: 14px;
    letter-spacing: 0.025em;
    color: #666666;
    background: url("../images/bullet.png") no-repeat;
    background-position: left top 7px; }

body .services-item-wrap .services-item {
  border: 1px solid #e2e2e2;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px; }
  body .services-item-wrap .services-item img {
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
    object-position: center;
   }
  body .services-item-wrap .services-item #service-slider .owl-nav {
    margin: 0; }
    body .services-item-wrap .services-item #service-slider .owl-nav .owl-prev {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      background: url("../images/owl-prev.png") no-repeat;
      background-position: center;
      width: 25px;
      padding: 0;
      margin: 0; }
    body .services-item-wrap .services-item #service-slider .owl-nav .owl-next {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      background: url("../images/owl-next.png") no-repeat;
      background-position: center;
      width: 25px;
      padding: 0;
      margin: 0; }
body .services-item-wrap .services-content-wrap {
  border-top: 1px solid #e2e2e2;
  display: table;
  height: 300px;
  width: 100%;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 8px solid #e2e2e2;
  background: url("../images/service-bcg.png") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  body .services-item-wrap .services-content-wrap .services-content {
    display: table-cell;
    vertical-align: middle; }
body .services-item-wrap .investment-content-wrap {
  background: url("../images/invest-bcg.png") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
body .services-item-wrap .cp-content-wrap {
  background: url("../images/cp-bcg.png") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

body .products-item-wrap1 {
  padding: 50px;
  background: url("../images/products-bcg.png") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 30px; }

body .products-item-wrap-bcg1 {
  background: url("../images/piw1-bcg.png") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 70px;
  margin-bottom: 30px; }

body .products-item-wrap2 {
  padding: 50px;
  background: url("../images/oprema-bcg.png") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 30px; }
  body .products-item-wrap2 p {
    margin-bottom: 20px; }

body .products-item-wrap-bcg2 {
  background: url("../images/piw2-bcg.png") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 50px;
  margin-bottom: 30px; }

body .lower-service-row {
  padding-left: 30px;
  padding-right: 30px; }

body .ref-logos {
  border: 2px solid #eaeaea;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: auto; }
  body .ref-logos li {
    float: left;
    width: 33.3333%;
    display: table;
    height: 130px;
    border: 1px solid #eaeaea; }
    body .ref-logos li a {
      display: table-cell;
      vertical-align: middle; }
      body .ref-logos li a img {
        margin-left: auto;
        margin-right: auto; 
        max-height: 100px;
        max-width: 80%;
      }

body .our-client {
  display: block;
  margin-top: 30px;
  background: #ecc24b;
  width: 390px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-family: Montserrat-Bold;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase; }

body .location {
  background: url("../images/location.png") no-repeat;
  background-position: center left;
  margin-top: 15px;
  padding-left: 20px; }

body .calendar {
  background: url("../images/red-calendar.png") no-repeat;
  background-position: center left;
  margin-top: 15px;
  padding-left: 20px; }

body .investment-slider .owl-nav {
  margin: 0; }
  body .investment-slider .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: url("../images/owl-prev.png") no-repeat;
    background-position: center;
    width: 25px;
    padding: 0;
    margin: 0; }
    body .investment-slider .owl-nav .owl-prev:hover {
      background-color: transparent;
      background: url("../images/owl-prev.png") no-repeat;
      background-position: center; }
  body .investment-slider .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: url("../images/owl-next.png") no-repeat;
    background-position: center;
    width: 25px;
    padding: 0;
    margin: 0; }
    body .investment-slider .owl-nav .owl-next:hover {
      background-color: transparent;
      background: url("../images/owl-next.png") no-repeat;
      background-position: center; }

body .services-row .investitor {
  text-transform: uppercase;
  margin-bottom: 20px; }

body .cp-slider .owl-nav {
  margin: 0; }
  body .cp-slider .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: url("../images/owl-prev.png") no-repeat;
    background-position: center;
    width: 25px;
    padding: 0;
    margin: 0; }
    body .cp-slider .owl-nav .owl-prev:hover {
      background-color: transparent;
      background: url("../images/owl-prev.png") no-repeat;
      background-position: center; }
  body .cp-slider .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: url("../images/owl-next.png") no-repeat;
    background-position: center;
    width: 25px;
    padding: 0;
    margin: 0; }
    body .cp-slider .owl-nav .owl-next:hover {
      background-color: transparent;
      background: url("../images/owl-next.png") no-repeat;
      background-position: center; }

body .gallery-item {
  margin-bottom: 30px; }
  body .gallery-item .gallery-item-content {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    height: 100%;
    max-height: 174px;
    position: relative;
    overflow: hidden; }
    body .gallery-item .gallery-item-content > img {
      height: 100%;
      object-fit: cover;
      object-position: center;
    }
  body .gallery-item .gallery-overlay {
    /* background: url("../images/gal-hover.png") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%; */
    background-color: #ecc24b;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    padding-top: 50px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Montserrat-Bold;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
    body .gallery-item .gallery-overlay::after {
      position: absolute;
      content: "";
      width: calc(100% - 40px);
      height: calc(100% - 40px);
      top: 20px;
      left: 20px;
      border: 1px solid #fff;
      display: block;
    }
    body .gallery-item .gallery-overlay img {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 15px; }
    body .gallery-item .gallery-overlay:hover {
      opacity: 1;
      background-color: rgba(236, 194, 75, 0.8);
     }
  body .gallery-item .gallery-item-title h4 {
    color: #161615;
    font-size: 14px;
    font-family: Montserrat-Bold;
    letter-spacing: 0.01em;
    line-height: 20px;
    text-align: center; }
  body .gallery-item .gallery-item-title p {
    margin-bottom: 0;
    text-align: center; }

body .page-no-wrap {
  text-align: center; }
  body .page-no-wrap span {
    padding-left: 15px;
    padding-right: 15px; }
    body .page-no-wrap span img {
      padding-left: 10px;
      padding-right: 10px; }
    body .page-no-wrap span a {
      text-decoration: none;
      color: #ecc24b;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: Montserrat-Bold;
      font-size: 12px; }
  body .page-no-wrap .pg-left {
    border-right: 1px solid #bbbbbb; }

#map {
  height: 250px;
  margin-bottom: 30px; }

.contact-form input,
.contact-form textarea {
  width: 100%;
  margin-bottom: 10px;
  resize: none;
  outline: none;
  border: 1px solid #dcdcdc;
  border-bottom: 2px solid #dcdcdc;
  padding-left: 15px;
  background: #f9f9f9;
  color: #5f5e5e;
  font-size: 12px;
  font-family: Montserrat-Light;
  letter-spacing: 0.025em; }
.contact-form input {
  height: 36px; }
.contact-form textarea {
  height: 170px;
  padding-top: 15px; }
.contact-form .antispam {
  margin-top: 20px;
  text-align: right;
  font-size: 12px;
  font-family: Montserrat-Light;
  color: #5f5e5e; }
  .contact-form .antispam span {
    font-family: Montserrat-Bold; }
  .contact-form .antispam input {
    width: 60px;
    margin-left: 10px;
    margin-right: 10px; }
  .contact-form .antispam button {
    width: 270px;
    height: 45px;
    color: #fff;
    font-size: 14px;
    font-family: Montserrat-Bold;
    background: #ecc24b;
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: none;
    outline: none; }
    .contact-form .antispam button:hover {
      background: #ddaf38; }

body .contact-info .ci-title {
  background: #ecc24b;
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  font-family: Montserrat-Bold;
  text-transform: uppercase; }
  body .contact-info .ci-title h3 {
    font-size: 18px;
    letter-spacing: 0.025em; }
body .contact-info .ci-row {
  background: #161615;
  padding-top: 15px;
  padding-bottom: 15px; }
  body .contact-info .ci-row .col-md-3 {
    color: #5f5e5e;
    font-size: 14px;
    font-family: Montserrat-Light; }
  body .contact-info .ci-row .col-md-9 {
    color: #fff;
    font-size: 14px;
    font-family: Montserrat-SemiBold; }

footer .foot-wrap {
  background: #161615;
  padding-top: 60px;
  padding-bottom: 60px; }
  footer .foot-wrap h3 {
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.025em;
    margin-bottom: 25px; }
  footer .foot-wrap p {
    margin-bottom: 15px;
    color: #d9d8d8; }
    footer .foot-wrap li {
      list-style: none;
    }
  footer .foot-wrap a {
    display: block;
    text-decoration: none;
    color: #d9d8d8;
    font-size: 14px;
    font-family: Montserrat-Light;
    margin-bottom: 15px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
    footer .foot-wrap a:hover {
      letter-spacing: 0.2em; }
  footer .foot-wrap .newsletter-form-wrap {
    min-height: 35px; }
  footer .foot-wrap input {
    height: 35px;
    background: #2e2e2d;
    padding-left: 15px;
    color: #fff;
    font-family: Montserrat-Light;
    font-size: 11px;
    border: none;
    outline: none;
    width: 70%;
    float: left; }
  footer .foot-wrap button {
    height: 35px;
    width: 30%;
    float: left;
    background: #ecc24b;
    color: #fff;
    border: none;
    outline: none;
    font-size: 11px;
    font-family: Montserrat-SemiBold;
    text-transform: uppercase; }
  footer .foot-wrap hr {
    width: 40px;
    margin-left: 0;
    background: #ecc24b;
    border: none;
    height: 1px; }
  footer .foot-wrap figure a {
    display: inline-block;
    margin-right: 10px; }

.copyright {
  /* padding-top: 30px; */
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center; }
  .copyright img {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px; }
  .copyright hr {
    width: 40px;
    margin-left: auto;
    margin-right: auto;
    background: #c4161c;
    border: none;
    height: 1px; }
  .copyright span {
    color: #262525;
    font-size: 13px;
    font-family: Montserrat-Light; }
    .copyright span a {
      color: #262525;
      text-decoration: none; }

@media screen and (max-width: 1199px) {
  .menu-wrap .navbar-default .navbar-brand span img {
    height: 50px; }

  .menu-wrap .navbar-default .navbar-collapse #navigacija li a {
    padding-left: 3px;
    padding-right: 3px; }

  body .front-about-wrap .fa-right {
    padding-left: 15px; }

  body .front-about-wrap .fa-left {
    padding-right: 15px; }
    body .services-item-wrap .services-item img {
      min-height: 200px;
      max-height: 200px;
      } }
@media screen and (max-width: 991px) {
  .menu-wrap .navbar-default .navbar-brand span img {
    height: 40px; }

  .menu-wrap .navbar-default .navbar-collapse #navigacija li a {
    font-size: 10px; }

  body .front-slider-wrap .front-welcome {
    top: 110px; }
    body .front-slider-wrap .front-welcome h4, body .front-slider-wrap .front-welcome h1 {
      font-size: 35px;
      line-height: 45px; }

  body .front-slider-wrap .front-welcome .fw-btns-wrap a {
    padding-top: 15px;
    padding-bottom: 15px; }

  body .front-about-wrap .fa-left .fa-left-cont-wrap {
    float: none;
    width: 100%; }

  body .front-about-wrap .fa-left {
    padding-bottom: 5px; }

  body .front-about-wrap .fa-right .service-item {
    width: 100%; }

  

  body .front-projects-wrap .front-projects-right {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px; }

  footer .foot-wrap {
    padding-top: 15px;
    padding-bottom: 15px; }

  footer .foot-wrap a {
    margin-bottom: 5px; }

  footer .foot-wrap h3 {
    margin-bottom: 15px; }

  body .inner-intro-wrap {
    padding-top: 15px;
    padding-bottom: 15px; }

  body .inner-intro-wrap h1 {
    font-size: 30px;
    line-height: 30px; }

  body .inner-intro-wrap p {
    font-size: 14px;
    line-height: 20px; }

  body .inner-intro-wrap hr {
    margin-top: 10px;
    margin-bottom: 10px; }

  body .inner-wrap .about-sections .pristup-wrap {
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0; }

  body .inner-wrap .about-sections .about-text-wrap {
    padding-left: 0;
    padding-right: 0; }

  body .inner-wrap .about-sections .pristup .pristup-content span {
    font-size: 25px; }

  body .services-item-wrap {
    padding-left: 0;
    padding-right: 0; }

  body .lower-service-row {
    padding-left: 15px;
    padding-right: 15px; }

  body .services-item-wrap .services-item img {
    min-width: 100%;
    height: auto;
    max-height: inherit; }

  body .products-item-wrap-bcg1,
  body .products-item-wrap-bcg2 {
    display: none; }

  body .services-item-wrap .services-content-wrap {
    padding-left: 15px;
    padding-right: 15px; }

  body .products-item-wrap1,
  body .products-item-wrap2 {
    padding-left: 15px;
    padding-right: 15px; }

  body .gallery-item .gallery-item-content {
    min-height: auto;
    max-height: 190px;
   }

    body .gallery-item .gallery-item-content .img-responsive {
      min-width: 100%;
      max-width: 100%; }

  body .gallery-item .gallery-overlay:hover {
    opacity: 0; }

  body .gallery-item {
    padding-left: 0;
    padding-right: 0; }

  body .contact-info,
  body .contact-form {
    padding-left: 0;
    padding-right: 0; } }
@media screen and (max-width: 767px) {
  body .menu-wrap {
    padding-left: 0;
    padding-right: 0; }

  .menu-wrap .navbar-default .navbar-brand {
    height: 60px; }

  body .front-slider-wrap .front-welcome {
    top: 0;
    position: relative;
    background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ),url("../images/1506075034-IMG_gp_miconi_slideshow_3.jpg") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    padding-top: 30px;
    padding-bottom: 30px; }

  #front-slider {
    display: none; }

  body .menu-wrap .menu .navbar-default .navbar-collapse {
    min-width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0; }

  body .menu-wrap .menu .navbar-default .navbar-collapse #navigacija {
    min-width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0; }

  body .menu-wrap .menu .navbar-default .navbar-collapse #navigacija li {
    display: block;
    min-width: 100%;
    max-width: 100%;
    height: auto; }

  body .menu-wrap .menu .navbar-default .navbar-collapse #navigacija li a {
    display: block;
    min-width: 100%;
    max-width: 100%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px; }

  body .menu-wrap .menu .navbar-default .navbar-collapse #navigacija .big-lang {
    display: none; }

  body .menu-wrap .menu .navbar-default .navbar-collapse #navigacija .small-lang {
    display: block; }
    body .menu-wrap .menu .navbar-default .navbar-collapse #navigacija .small-lang ul {
      padding-left: 0;
      display: table;
      height: 40px;
      width: 100%; }
      body .menu-wrap .menu .navbar-default .navbar-collapse #navigacija .small-lang ul li {
        display: table-cell;
        vertical-align: middle; }
        body .menu-wrap .menu .navbar-default .navbar-collapse #navigacija .small-lang ul li a {
          font-size: 16px;
          text-decoration: none;
          color: #ecc24b; }
          body .menu-wrap .menu .navbar-default .navbar-collapse #navigacija .small-lang ul li a:hover {
            color: #fff; }

  footer .foot-wrap {
    padding-left: 0;
    padding-right: 0; }

  body .front-slider-wrap .front-welcome h4, body .front-slider-wrap .front-welcome h1 {
    font-size: 25px;
    line-height: 30px; }

  body .front-slider-wrap .front-welcome p {
    font-size: 14px; }

  body .front-slider-wrap .front-welcome .fw-btns-wrap a {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px; }

  body .inner-wrap .au-list {
    min-height: auto; }

  body .inner-wrap .au-list li {
    float: none;
    width: 100%; }

  body .services-row h2 {
    font-size: 25px; }

  /* body .ref-logos {
    border: none; } */
    body .ref-logos li {
      width: 50%;
    }

  body .our-client {
    width: 250px; }

  body .page-no-wrap {
    padding-left: 0;
    padding-right: 0; }

  body .page-no-wrap span {
    padding-left: 5px;
    padding-right: 5px; }

  body .page-no-wrap span img {
    padding-left: 2px;
    padding-right: 2px; }

  .contact-form .antispam {
    text-align: left; }

  .contact-form .antispam button {
    width: 100%;
    margin-bottom: 20px; }

  .contact-form .antispam input {
    width: 100%;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px; }

  body .contact-info .ci-row .col-md-9,
  body .contact-info .ci-row .col-md-3 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    text-align: center; } }

    @media screen and (min-width: 992px) {
      .foot-logo-wrap {
        /* height: 275px; */
        height: fit-content;
        display: flex;
        align-items: start;
      }
    }
    @media screen and (max-width: 992px) {
      .foot-logo-wrap {
          height: fit-content;
          width: 80%;
          max-width: 300px;
          margin: 50px auto;
          display: flex;
          align-items: start;
      }
  }

/*# sourceMappingURL=main.css.map */

.logo-header {
  max-height: 80px;
}
@media screen and (max-width: 992px) {

  .projects-and-services:has(.item) .owl-stage-outer, 
  .projects-and-services:has(.item) .owl-stage, 
  .projects-and-services:has(.item) .owl-item,
  .projects-and-services:has(.item) .item  {
    height: 100%;
  }
  .projects-and-services:has(.item) {
    height: 300px;
  }
  .projects-and-services .item img {
    width: 100%;
    height: 100% !important;
  }
}

@media screen and (max-width: 450px) {
  body .ref-logos li {
    width: 100%;
  }
}

.kontakt-mapa iframe {
  width: 100%;
  height: 100%;
}