* {-webkit-font-smoothing: antialiased;}

@font-face {
  font-family: 'Roboto';
  src:  url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style:normal;
    font-display: swap;
}

body, html{
	margin: 0px!important;
	padding: 0px!important;
	 font-family: 'Roboto';
}

.container{
	width: 1300px;
	margin: 0 auto;
}

.logo{
  float: left;
  padding: 15px 0px;
}

.search{
  float: right;
    border: 1px solid #9b9b9b;
        margin-top: 25px;
}

.contact {
    float: right;
    margin-top: 35px;
        margin-right: 50px;
}

.contact ul{
  margin: 0px;
}

.slider{
  float: left;
  width: 100%;
}

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

.contact ul li{
  display: inline-block;
  padding:0px 10px;
}

.contact ul li:first-child::before {
    content: '\f0e0';
    font-family: "font awesome 5 pro";
    font-size: 16px;
    font-weight: 300;
    color: black;
    margin-right: 5px;
    margin-top: 2px;
    float: left;
}

.contact ul li:last-child::before {
    content: '\f095';
    font-family: "font awesome 5 pro";
    font-size: 16px;
    font-weight: 300;
    color: black;
    margin-right: 5px;
    margin-top: 2px;
    float: left;
}

.contact ul li a{
  color: #4a4a4a;
  text-decoration: none;
}

.search button::after {
    content: '\f002';
    font-family: "font awesome 5 pro";
    font-size: 16px;
    font-weight: 300;
    color: white;
}

.mobsearch{
    border: none;
    background: #00aeef;
    line-height: 38px;
    cursor: pointer;
}

.mobsearch button::after {
    content: '\f002';
    font-family: "font awesome 5 pro";
    font-size: 16px;
    font-weight: 300;
    color: white;
}

.search input {
    height: 34px;
    outline: 0;
    border: none;
    min-width: 235px;
    padding: 0px 10px;
}
.search button{
  float: right;
    height: 36px;
    width: 36px;
  border: none;
  background: #00aeef;
      line-height: 38px;
      cursor: pointer;
}

#menu-menu {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 0px;
    padding-left: 0px;
    width: 100%;
        height: auto;
}


#menu-menu li a {
    padding: 9px 20px;
    display: inline-block;
    font-size: 14px;
    /* letter-spacing: -0.02em; */
    color: #FFFFFF;
    background: #2f2f2f;
    border-radius: 10px;
    text-decoration: none;
}

#menu-menu li a:hover{
  background-color: #00aeef;
}


#menu-menu li {
    position: relative;
    list-style: none;
    padding: 0px 5px;
}

#menu-menu li:first-child{
    padding-left: 0px;
}
#menu-menu li:last-child{
    padding-right: 0px;
}



.dropMob::after {
  content: '\f105';
  font-family: "font awesome 5 pro";
  font-size: 16px;
  font-weight: 300;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  padding: 10px;
  background: #05adef;
  text-align: center;
  color: #fff;
}

.menu-item-has-children::before {
    content: '\f105';
    font-family: "font awesome 5 pro";
    font-size: 16px;
    font-weight: 300;
    position: absolute;
    right: 11px;
    bottom: 8px;
    color: white;
}

.menu-item-85{
        margin-right: 2.2%;
}

.menu-item-85::before {
    content: '\f0c9';
    font-family: "font awesome 5 pro";
    font-size: 17px;
    font-weight: 300;
    position: absolute;
    left:20px;
    bottom: 0px;
    top: 10px;
    color: white;
    padding: 0px 0;
}

.sub-menu .menu-item-has-children::before  {
  padding: 10px;
}


#menu-menu li:hover::after {
  transform: rotate(90deg);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#menu-menu li:last-child .sub-menu {
  right: 0;
}

#menu-menu li ul {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.page{
  display: inline-block;
}

.sub-menu {
  position: absolute;
  background: #fff;
  top: 100px;
  width: 300px;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(184,184,184,1);
    -moz-box-shadow: 0px 2px 6px 0px rgba(184,184,184,1);
    box-shadow: 0px 2px 6px 0px rgba(184,184,184,1);
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    left: 0;
    padding-left:0px;
}

.sub-menu li ul {
 left: 100%;
 top: 0px!important;
}
.nav-drop {
  top: 36px !important;
    z-index: 6 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

#menu-menu .sub-menu li {
  padding: 0 0px;
  text-align: left;
  border-bottom: 1px solid #f7f7f7;
}

#menu-menu .sub-menu li a {
    padding: 8px 10px;
    text-transform: inherit;
    color: #737373;
    background:none;
        width: calc(100% - 20px);
} 
#menu-menu .sub-menu li a:hover{
  background-color: #ebebeb;
  border-radius: 0px;
}

#menu-menu .sub-menu li::after {
  display: none;
}

/* Staart toggle */
.toggle-menu {
  display: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: none;
  float: right;
  height: 41px;
  outline: none;
  padding: 0;
  pointer-events: initial;
  position: relative;
  vertical-align: middle;
  width: 41px;
  z-index: 10;
  left: 12px;
  top: 8px;
}
    
.toggle-menu span {
  background-color: #444;
  content: "";
  display: block;
  height: 2px;
  left: calc(50% - 13px );
  position: absolute;
  top: calc(50% - 1px );
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 22px;
}


.toggle-menu span:before, .toggle-menu span:after {
  background-color: #444;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 22px;
}

.toggle-menu span:before {
  top: 7px;
}

.toggle-menu span:after {
  top: -7px;
}

.toggle-menu.active span {
    background-color: transparent;
    transition: background 0.2s ease-out;
}

.toggle-menu.active span:before, .toggle-menu.active span:after {
    transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
}

.toggle-menu.active span:before {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.toggle-menu.active span:after {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.slider_four{
  margin-bottom: 50px;
  float: left;
  width: 100%;
}

.about{
  clear: both;
  padding: 30px 0px;
  text-align: center;
  background: #efeded;
}

.about h2, .proizvodi h2{
  text-align: center;
  font-size: 30px;
}

.proizvodi{
  background: #fff; 
  padding: 30px 0px;
}

.proizvodi h2{
  margin-bottom: 30px;
}

.searchpage h3 a{
  color:#00aeef;
}

.proizvodi .uk-scope .uk-h3, .proizvodi .uk-scope h3 {
    font-size: 20px;
    line-height: initial;
}

.skele{
  background-color: white;
}
   
.proizvodi .uk-scope a.uk-link-reset {
font-size: 16px;
line-height: 12px!important;
    overflow-wrap: normal;
}


.proizvodi .uk-scope .uk-button-default{
  background-color: #00aeef!important;
  color: white;
}

footer{
  clear: both;
    background-color: #efeded;
      float: left;
      width: 100%;
}

.f{
  float: left;
  width: calc(25% - 30px);
      color: #4a4a4a;
      padding: 60px 30px 60px 0px;
}

.f h3{
  margin-top: 0px;
}

.f ul{
  padding-left: 0px;
  list-style: none;
}

.f ul li{
  margin-bottom: 10px;
}

.f ul li a{
      color: #4a4a4a;
      text-decoration: none;
      font-weight: bold;
}


.links li a{
  font-weight: 300!important;
}

.mobsearch{
  display: none;
}

.gallery_pdf_wrapper{
  float: left;
  width: calc(40% - 30px);
  margin-right: 30px;
}

.content{
    float: left;
  width: 100%;
  padding-right:0px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.table{
  clear: both;
  float: left;
  width: 100%;
}

.content_right{
  float: left;
  width: 60%;
}
.featured img{
  max-width: 100%;
  height: auto;
}

.content ul{
padding-left: 15px;
}

.content table{
  width: 100%;
      white-space: nowrap;
    border-collapse: collapse;
    border-spacing: 0;
}

.content table tr:nth-child(even) {background: #e9e7e7}
.content table tr:nth-child(odd) {background:#9de4ff}

.content table tr:hover{
  background: #ccc;
}
.content td{
  border: 1px solid #333;
  padding: 5px;
}

.question {
    float: left;
    width: calc(100% - 30px);
    background: #9ce4ff;
    padding: 15px;
    margin-bottom: 30px;
}

.pdf{
      background-color: #efeded;
    padding: 15px;
    margin: 30px 0px;
    text-align: left;
        position: relative;
}

.pdf a{
  color:#333;
  font-size: 18px;
  padding-left: 25px;
}

.pdf a::before{
  color:#333;
  font-size: 20px;
   content: "\f1c1";
    font-family: "font awesome 5 pro";
        left: 15px;
    position: absolute;
}


form.fluent_form_1 .ff-btn-submit {
    background-color: #4a4a4a!important;
    color: #ffffff;
}

.page H2 {
    clear: both;
    float: left;
    width: 100%;
}

header{
      FLOAT: LEFT;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.page h1{
  float: left;
  width: 100%;
}

.slide1{
  float: left;
  width: 25%;
  position: relative;
}

.slide1 img{
  max-width: 100%;
  height: auto;
  width: 100%;
    transition: transform 1s;
}

.slide1 img:hover{
 transform: scale(1.1);
}


.mainTopic{
      display: block;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.mainTopic_content{
    position: absolute;
    height: 200px;
    bottom: 0;
    left: 0;
    right: 0;
    color: #FFF;
    padding: 90px 30px 30px;
    background-image: -owg-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    background-image: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.8)));
    background-image: linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    -webkit-transition: height 500ms ease-out;
    -o-transition: height 500ms ease-out;
    transition: height 500ms ease-out;
}


.scrollDown{
  position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: transparent;
    border: none;
    display: none;
}

p.headline{
  font-size: 36px;
      position: relative;
    line-height: 1;
    color: #FFF;
    margin-bottom: 15px;
    padding-left: 25px;
}

p.headline::before {
    position: absolute;
    left: 0px;
    top:1px;
    content: "\f054";
    font-family: "font awesome 5 pro";
    font-size: 32px;
    color: #00aeef;
}

p.subheader{
      font-size: 16px;
    color: #FFF;
}

.uk-scope .uk-overlay {
    padding: 10px 30px!important;
}
.mob{
  display: none;

}

.kontakt_left{
  float: left;
  width: 50%;
}
.kontakt_right {
    float: left;
    width: calc(50% - 52px);
    margin-left: 30px;
    padding: 10px;
    border: 1px solid #dedede;
    margin-bottom: 30px;
}

.featured img{
  margin-bottom: 30px;
}

.proizvod{
  float: left;
  width: calc(25% - 30px);
  text-align: center;
  margin-bottom: 30px;
  margin-right: 30px;
    box-sizing: border-box;
    border: 1px solid white;
}

.proizvod:hover{
      border: 1px solid #ccc;
}
.proizvod:hover span a{
  background-color: gray;
}


.proizvodi_wrapper .proizvod:nth-child(4n + 4){
margin-right: 0px;
}
.proizvod h2 a{
color: #00aeef;
font-size: 16px;
text-decoration: none;
    min-height: 45px;
    display: block;
  padding: 0px 10px;

}

.proizvod span a{
background-color: #00aeef;
padding: 5px 10px;
color: white;
text-transform: uppercase;
text-decoration: none;
  display: inline-block;
margin-bottom: 10px;
}
.proizvod img{
  max-width: 100%;
  height: 300px;
  width: auto;
  margin: 0 auto;
}

.uk-scope .uk-slideshow-items li img{
  max-width: 100%!important;
  height: auto!important;
}

.galerija{
  margin-bottom: 30px;
}

.skele img{
  max-height: 300px;
  width: auto;
}

.content{
  margin-bottom: 50px;
}

@media (max-width:1300px) {


.container {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 0px 15px;
}

}


@media only screen and (max-width: 991px) {


.search {
display: none;
    margin-top: 0px;
}

.mobsearch {
    display: inline-block;
    float: right;
    margin-right:30px;
    margin-top: 17px;
        text-align: center;
}

.mobsearch button{
  background: none;
  border: none;
}

  .menu-item-has-children::before {
    display: none;
  }
  
  .menu-menu-container {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #f2f2f2;
    top: 106px;
    height: auto;
        z-index: 1000;
  }
  #menu-menu {
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
  }
  #menu-menu li {
    width: 100%;
    padding: 0 !important;
    text-align: left;
    border-bottom: 1px solid #f2f2f2;
  }
#menu-menu li a {
    font-size: 17px;
    right: 0;
    top: 0px;
    padding: 15px 35px 15px 15px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    font-size: 14px;
    width: 90%;
    text-transform: uppercase;
    border-radius: 0px;
}
  #menu-menu li::after {
    font-size: 16px;
    right: 12px;
    top: -1px;
    right: 0;
    padding: 17px 14px;
    display: flex;
    align-items: center;
    color: #444;
    height: 0px;
    width: 6px;
    border-left: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
  }



header{
  height: 106px;
}

.header_wrapper{
position: relative;
left: 0px;
right: 0px;
background: rgba(255, 255, 255, 1);
z-index: 100;
    border-bottom: 1px solid #ccc;

}


  #menu-menu li:last-child::after {
    border-bottom: 1px solid #f2f2f2;
  }
  #menu-menu li:hover::after {
    transform: rotate(0deg);
  }

  #menu-menu li ul {
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
  }

  .no-down {
    display: none !important;
  }

  .rotate-arrow::after {
    content: '\f107' !important;
  }

  .sub-menu {
    position: relative;
    top: 0;
    padding: 0;
    visibility: visible;
    z-index: 1;
    opacity: 1;
    width: 100%;
    box-shadow: none;
    display: none;
  }


  .sub-menu li {
    background: #f9f9f9;
    border-bottom: 1px solid #f2f2f2 !important;
  }

  #menu-menu .sub-menu li a {
    padding: 12px 15px;
    font-size: 12px;
    position: relative;
        text-transform: uppercase;
    color: #333;
  }
  .sub-menu li ul {
    left: 0;
    top: 0px!important;
  }

  .sub-menu li ul li {
    background: #636cb2;
  }
  .sub-menu li ul li a {
    color: #fff !important;
    padding-left: 30px !important;
  }

  .menu-item-has-children a {
        width: calc(100% - 67px)!important;
  }


.dropMob::after { 
    padding: 7px;
    font-size: 30px!important;
        width:27px!important;
  }



.toggle-menu {
    display: block;
    position: absolute;
    right: 0px;
    left: auto;
 top:15px;
}


#menu-menu .sub-menu .menu-item-has-children::after {
    content: '\f105';
    font-family: "font awesome 5 pro";
    font-size: 16px;
    font-weight: 300;
    position: absolute;
    right: 5px;
    bottom: 7px;
    width: 24px;
    height: 24px;
    background: #626cb2;
    text-align: center;
    line-height: 24px;
    color: white;
    z-index: 1000;
}

.sub-menu .menu-item-has-children::before {
  background: #636cb2;
  color: white;
  padding: 0;
  line-height: inherit;
}



#menu-menu .sub-menu li a {
  width: 50%;
}


.f {
    float: left;
    width: calc(50% - 30px);
    color: #4a4a4a;
    padding: 60px 30px 60px 0px;
}

.page h1{
  width: 100%;
  float: left;
}

.content {
    float: left;
    width:100%;
    padding-right:0px;
    margin-bottom: 30px;
}
.featured, .question{
    float: left;
    width: calc(100% - 30px);
}

.content table{
  overflow-x: scroll;
      white-space: initial;
}

.contact ul{
  padding-left: 0px;
}

.contact ul li:first-child{
  padding-left: 0px;
}

.contact ul li:last-child{
  padding-right: 0px;
}

.contact {
    float: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
}

.highlight {
    display: block;
    width: calc(100% - 30px);
    position: absolute;
    top: 106px;
    left: 0px;
    right: 0px;
    padding: 15px;
    background: #efeded;
    border: none;
}

.search input {
    height: 36px;
    outline: 0;
    border: none;
    min-width: 235px;
    padding: 0px 10px;
    WIDTH: calc(100% - 56px);
}

.slide1 {
    width: 50%;
}

.slide1 img{
  width: 100%;
}

.proizvod {
    width: calc(50% - 15px);
}

.proizvodi_wrapper .proizvod:nth-child(4n + 4) {
    margin-right: 30px;
}

.proizvodi_wrapper .proizvod:nth-child(2n) {
    margin-right: 0px;
}

.proizvodi_wrapper .featured{
text-align: center;
width: 100%;
}



}


@media only screen and (max-width: 767px) {


.f {
    width: 100%;
    padding: 40px 0px 0px 0px;
}

.container .f:last-child{
  padding-bottom: 40px;
}

.logo img{
width: 200px;
}

.featured{
  margin-bottom: 30px;
}

.gallery_pdf_wrapper {
    float: left;
    width: calc(100% - 0px);
    margin-right: 0px;
}

.mob{
  display: block;
}

.desk, .content_right h1{
  display: none;
}


.content_right {
    width: 100%;
}

h2.mob{
  margin-top: 0px;
    float: none;
  width: auto;
}

.table{
  margin-bottom: 30px;
}

.pdf a {
    font-size: 14px;
}

.kontakt_left{
  width: 100%;
  margin-bottom: 30px;
}

.kontakt_right{
    width: calc(100% - 22px);
margin-left: 0px;
}

}


@media only screen and (max-width: 500px) {

.slide1{
  width: 100%;
}
.scrollDown{
  display: block;

}

.scrollDown::after{
   content: '\f054';
     font-family: "font awesome 5 pro";
    width: 60px;
    height: 60px;
    font-size: 35px;
    color: #FFF;
    line-height: 60px;
    border: 1px solid #FFF;
    border-radius: 50%;
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
        display: inline-block;
}


p.headline{
  font-size: 30px;
}


.proizvod {
    width: 100%;
    margin-right: 0px;
}


}
