.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 6px 6px 6px;
  }
  
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
  
  .dropdown-submenu.pull-left {
    float: none;
  }
  
  .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px;
  }

 /* galerija vjesti*/

 div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 360px;
  height: 100%;
  
  
}
div.gallery:hover {
  border: 2px solid gray;
}
div.gallery h4 {
  color: gray;
}

div.gallery img {
  width: 100%;
  height: auto;
 
}

div.desc {
  padding: 15px;
  text-align: center;
  border-top: 2px solid white;
  color: gray;
  text-align: justify;
}



 /* end galerija vjesti*/


  .container_pak{
    width: 100%;
    float: left;
    padding: 10px;
    text-align: justify;
  
  }

  #img_pak{
    width: 400px;
    float: left;
    margin-right: 20px;
   /*  border: 3px solid rgb(235, 99, 8); */
    padding: 5px;
  }

  .procitajvise{
    
    float:right;
    

  }
/* slika pozadine*/
.curved-div {
  position: inherit;
  background: transparent;
  color: white;
  text-align: center;
  overflow: hidden;
}
.curved-div svg {
  display: block;
}
.curved-div.upper {
  background: #fff;
}
.curved-div h1 {
  font-size: 6rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  margin-top:0rem;
}
.curved-div p {
  font-size: 1rem;
  margin:0 5rem 0rem 5rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#slider{
  width: 100%;
  height: 100%;
  margin-top: 120px;
  
}

#tri-dugme{
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  background-color: yellow;
  height: 200px;
}


#slider img {
  width: 100%;
  height: auto;
}

#slider h2 {
  position: absolute;
  color:gray;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 12px 24px;
  text-align: center;
}

#slider .btn {
  position: absolute;
  top: 55%;
  left: 70%;
  right:25%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: rgb(255, 102, 0);
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: 2px solid white;
  cursor: pointer;
  border-radius: 23px;
  text-align: center;
  -moz-box-shadow:    3px 3px 5px 6px gray;
  -webkit-box-shadow: 3px 3px 5px 6px gray;
  box-shadow:         3px 3px 5px 6px gray;
  width: 230px;
}

#slider .btn:hover {
  background-color: black;
}



#slider .btna {
  position: absolute;
  top: 55%;
  left:40%;
  right:25%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: rgb(255, 102, 0);
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: 2px solid white;
  cursor: pointer;
  border-radius: 23px;
  text-align: center;
  -moz-box-shadow:    3px 3px 5px 6px gray;
  -webkit-box-shadow: 3px 3px 5px 6px gray;
  box-shadow:         3px 3px 5px 6px gray;
  width: 230px;
  
}

#slider .btna:hover {
  background-color: black;
}



#slider .btnb {
  position: absolute;
  top: 55%;
  left: 55%;
  right:25%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: orangered;
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: 2px solid white;
  cursor: pointer;
  border-radius: 23px;
  text-align: center;
  -moz-box-shadow:    3px 3px 5px 6px gray;
  -webkit-box-shadow: 3px 3px 5px 6px gray;
  box-shadow:         3px 3px 5px 6px gray;
  width: 230px;
}


#slider .btnb:hover {
  background-color: black;
}

#header_bottom{
  width: 100%;
  background-color: orange;
  height: 13px;
}

.parallelogram{
  shape-outside: circle(50%);
  width: 300px;
  height: 300px;
  float: left;
  shape-outside: circle(50% at 0 0);
  /* identical to: */
  shape-outside: circle(50% at 0 0) margin-box;
}

#parallelogram {
  width: 100px;
      height: 100px;
      background: red;
      border-radius: 50%;
}

/* SVG oblik i tekst*/
/* SVG oblik i tekst*/

#maska {
  clip-path: circle(50%);
}










.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn-pracenje{
  background-color: #EC5423;
  color: white;
  font-size: 14px;
  padding: 12px 24px;
  border: 2px solid white;
  cursor: pointer;
  border-radius: 23px;
  text-align: center;
  -moz-box-shadow:    3px 3px 5px 6px gray;
  -webkit-box-shadow: 3px 3px 5px 6px gray;
  box-shadow:         3px 3px 5px 6px gray;
  width: 200px;


}

.btn-pristupnica{
  background-color: #EC5423;
  color: white;
  font-size: 14px;
  padding: 12px 24px;
  border: 2px solid white;
  cursor: pointer;
  border-radius: 23px;
  text-align: center;
  -moz-box-shadow:    3px 3px 5px 6px gray;
  -webkit-box-shadow: 3px 3px 5px 6px gray;
  box-shadow:         3px 3px 5px 6px gray;
  width: 200px;

}


.btn-podrska{
  background-color: #EC5423;
  color: white;
  font-size: 14px;
  padding: 12px 24px;
  border: 2px solid white;
  cursor: pointer;
  border-radius: 23px;
  text-align: center;
  -moz-box-shadow:    3px 3px 5px 6px gray;
  -webkit-box-shadow: 3px 3px 5px 6px gray;
  box-shadow:         3px 3px 5px 6px gray;
  width: 200px;

}


.btn-pristupnica:hover {
  background-color: black;
}
.btn-pracenje:hover {
  background-color: black;
}
.btn-podrska:hover {
  background-color: black;
}


.callcentar{
  float: right;
  margin-left: 50px;
 
}



#logox{
  width: 800px;
  margin-left: auto;
  margin-right: auto;

}

.text-centar{
  text-align: justify;
}



/* tool  tip*/
