*{
  margin: 0px;
  padding: 0px;
}


.centerContent{
  width: 90%;
  max-width: 1200px;
  margin: 0px auto;
}


.naslov{
  width: 100%;
  text-align: center;
  margin: 100px 0px;
}

.naslov h2{
  display: inline;
  font-size: 25px;
  font-family: sans-serif;
  font-weight: normal;
  color: #111;
  padding: 10px 0px;
  border-bottom: 2px solid #1B91F9;
}

#callNow{
  display: none;
  position: fixed; bottom: 10px; right: 10px;
  text-decoration: none;
  padding: 10px;
  color: #fff;
  background-color: #1B91F9;
  font-family: sans-serif;
}







/* ////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////// */
/* //////////// --  mainHeader  --  ////////////////// */

.mainHeader{
  width: 100%;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;

  display: block;
  transition: top 0.3s;
  position: fixed;
  top: 0;
}

#logo{
  padding: 10px 0px;
  height: 80px;
}



#closeNav{
  display: none;
}



.mainHeader .mainNavList{
  height: 100px;
  float: right;
}

.mainHeader .mainNavList ul{
  margin-left: 0px;
  margin-top: 40px;
  text-align: center;
}

.mainHeader .mainNavList ul li{
  list-style-type: none;
  display: inline;
  margin-right: 30px;
}

.mainHeader .mainNavList ul li a{
  text-decoration: none;
  font-family: 'Paytone One', sans-serif;
  font-weight: bold;
  color: #111;
  padding: 0px 0px 5px 0px;
}

.mainHeader .mainNavList ul li a:hover{
  color: #1B91F9;
  border-bottom: 2px solid #1B91F9;
}





#activeLink{
  color: #1B91F9;
  border-bottom: 2px solid #1B91F9;
}

#toggleKurs{
  display: none;
}








/*  ////////////////////////////////////////////////////  */
/*  ////////////////////////////////////////////////////  */
/* //////////// --  mainBanner  --  ////////////////// */

.mainBanner{
  position: relative;
  margin-top: 0px;
  width: 100%;
  height: 700px;

  background-image: url('../images/bannerimg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.mainBanner .bannertxt{
  position: absolute;
  top: 35%;
}

.mainBanner .bannertxt h1{
  font-family: sans-serif;
  font-size: 18px;
  color: #fff;
  padding: 20px;
  display: inline-block;
  text-shadow: 2px 2px 2px #000;
}

.mainBanner .bannertxt h2{
  margin-left: 20px;
  display: inline-block;
  font-family: sans-serif;
  font-size: 45px;
  color: #1B91F9;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
}


.mainBanner .bannertxt p{
  font-family: sans-serif;
  font-size: 20px;
  color: #fff;
  padding: 20px;
  line-height: 2;
  display: inline-block;
  text-shadow: 2px 2px 2px #000;
}

.mainBanner .bannertxt a{
  text-decoration: none;
  text-align: center;
  padding-top: 15px;
  margin-left: 20px;
  font-family: sans-serif;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  width: 150px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.7s ease;
}

.mainBanner .bannertxt a:hover{
  transition: all 0.2s ease;
  background-color: rgba(255, 255, 255, 0.5);
}

.mainBanner2{
  position: relative;
  margin-top: 0px;
  padding-top: 200px;
  width: 100%;
  height: 150px;

  background-image: url('../images/bannerimg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.mainBanner2 h2{
  color: #fff;
  font-family: sans-serif;
  font-size: 35px;
  width: auto;
  max-width: 300px;
  text-align: center;
  margin: 0px auto 0px auto;
  text-shadow: 2px 2px 2px #000;
}




/*  ////////////////////////////////////////////////////  */
/*  ////////////////////////////////////////////////////  */
/* //////////// --  indexProizodi  --  ////////////////// */


.indexProizodi{
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.indexProizodi .article{
  background-color: #fff;
  width: 350px;
  height: 350px;
  margin: 50px auto;
}

.indexProizodi .article img{
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.indexProizodi .article h3{
  font-size: 25px;
  font-family: sans-serif;
  font-weight: normal;
  color: #1B91F9;
  padding: 10px 0px;
}

.indexProizodi .article p{
  font-size: 17px;
  font-family: sans-serif;
  font-weight: normal;
  color: #555;
  padding: 10px 0px 20px 0px;
}

.indexProizodi .article a{
  text-decoration: none;
  font-family: sans-serif;
  padding: 7px 30px;
  color: #fff;
  background-color: #1B91F9;
  border-radius: 5px;
}











/*  ////////////////////////////////////////////////////  */
/*  ////////////////////////////////////////////////////  */
/* //////////// --  proizvodi  --  ////////////////// */

.proizvodi{
  width: 100%;
  height: auto;
  min-height: 500px;
  margin: 100px auto;
  display: flex;
}


.proizvodi .listaproizvoda{
  float: left;
  width: 30%;
}

.proizvodi .listaproizvoda ul{
  margin: auto;
  width: 90%;
}

.proizvodi .listaproizvoda ul li{
  list-style-type: none;
  margin: 10px auto;
  width: 90%;
}

.proizvodi .listaproizvoda ul li a{
  text-decoration: none;
  font-family: sans-serif;
  display: block;
  color: #111;
  background-color: rgba(27, 145, 249, 0.5);
  opacity: 0.7;
  padding: 10px 10px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.proizvodi .listaproizvoda ul li a:hover{
  color: #fff;
  padding: 20px 10px;
  transition: all 0.3s ease;
  background-color: rgba(27, 145, 249, 1)
}

#proizvodiective{
  color: #fff;
  padding: 20px 10px;
  background-color: rgba(27, 145, 249, 1)
}

.proizvodi .listaproizvoda h3{
  font-size: 25px;
  font-family: sans-serif;
  font-weight: normal;
  color: #777;
  padding: 10px 0px;
  margin-left: 35px;
}



.proizvodi .proizvodiprikaz{
  float: left;
  width: 70%;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.proizvodi .proizvodiprikaz .artiktl{
  width: 40%;
  height: 400px;
  margin: 30px;
  text-align: center;
}

.proizvodi .proizvodiprikaz .artiktl img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.proizvodi .proizvodiprikaz .artiktl h3{
  font-size: 25px;
  font-family: sans-serif;
  font-weight: normal;
  color: #1B91F9;
  padding: 10px 0px;
}

.proizvodi .proizvodiprikaz .artiktl p{
  font-size: 17px;
  font-family: sans-serif;
  font-weight: normal;
  color: #555;
  padding: 10px 0px 20px 0px;
}

#prikaziProizvodi{
  display: none;
}

#sakrijProizvodi{
  display:  none;
}










/* ////////////////////////////////////////////////// */
/*  ///////////////////////////////////////////////// */
/* ////////////  -- GALERIJA --   //////////////////  */

.galerija{
  margin-top: 200px;
  width: 100%;
}

.galerija h1{
  font-weight: normal;
  font-family: georgia;
  font-size: 30px;
  color: #FFA200;
  background-color: #fff;
  margin: 20px;
  text-align: center;
}

.galerija .galerija-content{
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
}

.galerija .galerija-content .galerija-img{
  width: 24%;
  height: 300px;
  margin: 5px;
  overflow: hidden;
}

.galerija .galerija-content .galerija-img img{
  width: 100%;
  height: 100%;
  transition: ease 0.5s all;
  object-fit: cover;  /* spašava život XD */
}

.galerija .galerija-content .galerija-img img:hover{
  transition: ease 0.5s all;
  transform: scale(1.1);
}

















/* ////////////////////////////////////////////////// */
/* ////////////  -- ONAMA --   /////////////   */


.onama{
  width: 1200px;
  margin: 100px auto;
  display: flex;
}

.onama .onama-ch1{
  width: 50%;
  height: auto;
  min-height: 600px;
  background-size: cover;
  background-position: center;
}

.onama .onama-ch1 h2{
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  color: #1B91F9;
  padding: 10px 0px 30px 50px;
}

.onama .onama-ch1 p{
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  color: #777;
  padding: 10px 0px 30px 50px;
  line-height: 2;
}

















/* ////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////// */
/* ////////////  -- kontakt --   /////////////   */

.kontakt{
  width: 100%;
  height: auto;
  margin: 100px 0px;
}

.kontakt .kontakt-ch1{
  width: 1200px;
  height: auto;
  margin: 100px auto 30px auto;
  display: flex;
}

.kontakt .kontakt-ch1 h4{
  font-family: 'Comfortaa', sans-serif;
  font-size: 30px;
  margin-bottom: 30px;
  color: #4393FF;
}

.kontakt .kontakt-ch1 h5{
  font-family: 'Comfortaa', sans-serif;
  font-size: 15px;
  margin-bottom: 0px;
  color: #aaa;
  padding-top: 20px;
  font-weight: lighter;
}

.kontakt .kontakt-ch1 p{
  font-family: 'Comfortaa', sans-serif;
  font-size: 17px;
  margin-bottom: 0px;
  color: #111;
}

.kontakt .kontakt-ch1 .leftSide{
  width: 35%;
  height: auto;
  min-height: 300px;
}

.kontakt .kontakt-ch1 .leftSide article{
  width: 100%;
  height: auto;
  min-height: 100px;
}

.kontakt .kontakt-ch1 .leftSide article img{
  margin: 15px 35px 35px 10px;
  float: left;
}

.kontakt .kontakt-ch1 .rightSide{
  background-color: #fff;
  width: 65%;
  height: auto;
  min-height: 300px;
}

.kontakt .kontakt-ch1 .rightSide .input1{
  font-family: 'Comfortaa', sans-serif;
  font-size: 15px;
  width: 46%;
  height: 50px;
  margin: 10px auto;
  float: left;
  border: 1px solid #e1e1e1;
  padding-left: 20px;
}

.kontakt .kontakt-ch1 .rightSide .input2{
  font-family: 'Comfortaa', sans-serif;
  font-size: 15px;
  width: 46%;
  height: 50px;
  margin: 10px auto;
  float: right;
  border: 1px solid #e1e1e1;
  padding-left: 20px;
}

.kontakt .kontakt-ch1 .rightSide .message{
  font-family: 'Comfortaa', sans-serif;
  font-size: 15px;
  padding-top: 10px;
  width: 97.3%;
  height: 150px;
  margin: 20px auto;
  overflow: auto;
  resize: none;
  border: 1px solid #e1e1e1;
  padding-left: 20px;
}

#button{
  font-family: 'Comfortaa', sans-serif;
  width: auto;
  max-width: 200px;
  display: block;
  text-decoration: none;
  text-align: center;
  margin-top: 20px;
  padding: 10px 20px;
  border: 2px solid #4393FF;
  color: #4393FF;
  font-weight: bold;
}

#button:hover{
    color: #fff;
    background-color: #4393FF;
    cursor: pointer;
}




























/* ////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////// */
/* ////////////  -- mainfooter --   /////////////   */

.mainfooter{
  width: 100%;
  height: auto;
  min-height: 200px;
  background-color: #111111;
  color: #ddd;
}

.mainfooter footer{
  width: 1200px;
  margin: 200px auto 0px auto;
}

.mainfooter footer .footercontent{
  width: 90%;
  margin: 20px auto;
  display: flex;
  justify-content: space-around;
}

.mainfooter footer .footercontent div{
  width: 30%;
  margin: 50px 0px 50px 0px;
}

.mainfooter footer .footercontent div h4{
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  margin-bottom: 7px;
  color: #1B91F9;
  font-weight: normal;
}

.mainfooter footer .footercontent div p{
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  margin-bottom: 7px;
  color: #ddd;
  font-weight: normal;
}

.mainfooter footer .footercontent div a{
  text-decoration: none;
}

.mainfooter footer .footercontent div a img{
  width: 25px;
  height: auto;
}

.mainfooter .Copyright{
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  padding-bottom: 15px;
  color: #ddd;
  text-align: center;
  margin-top: 50px;
}

.mainfooter .Copyright a{
  color: #ddd;
  text-decoration: none;
}

.mainfooter .Copyright a:hover{
  color: #fff;
}
























/**/
