
.btn {
    width:80%;
  background-color: #ffd300;
  border: none;
  color: black;
  padding: 12px 25px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 10px;
}


.btn:hover {
  background-color: RoyalBlue;
  color:white;
  transition-timing-function: ease;
  transition: .2s all;
}




ul { list-style-type: none; }


.accordion {
    padding-left: 0px;
  width: 100%;
  max-width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 0 15px 0;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* .accordion li:last-child .link { border-bottom: 0; } */

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link { color: #b63b4d; }

.accordion li.open i { color: #b63b4d; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.submenu {
  display: none;
  background: #ffd300;
  font-size: 14px;
  padding-left: 0px;
}

.submenu li { border-bottom: 1px solid #4b4a5e; }

.submenu a {
  display: block;
  text-decoration: none;
  color: black;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #b63b4d;
  color: #FFF;
}

.hidrant_box{height:100%; 
width:100%; 
border:1px solid #333;
border-radius:2px;
background-color:#FFF; 
display: flex; flex-direction: column; align-items: center; 
padding-top:1rem;
padding-bottom: 0.5rem;
}

.hidrant_box_inner {
    font-size:0.875rem;
    font-weight:bold;
}
.hidrant_box_img {
    object-fit: contain;
    margin-top:4px;
    width: 100%;
    height: 100%;
}

.hidrant_2columns{width:100%; 
float:left;  
background-color:#FFF; 
display: flex; flex-direction: column; align-items: center; 
margin-top:10px; 
margin-right: 10px;
padding-top:10px;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.naslov {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #000000;

}



.leftnavF {font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    
}


a:link { text-decoration: none; color: #000000;  }
a:hover { text-decoration: underline; 
    color:red;
}
a{color:black;}



.tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.tekst1{font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #000000;}
    
.teskst2{font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #000000;}    

#divSlideCont{position:absolute; z-index:10; left:0; top:100; height:600; width:170; visibility:hidden}
.tekstbold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.leftnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	
}
.footer_copy_wrap {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    color: white;
    text-align: center
}

.footer_link {
    color:white !important;
}

.footer_copy_wrap .footer_address {
  display: inline;
}




p .ind { 
text-indent:-8px; 
margin-left:10px; 
} 

.tekstkon {
	font-family:Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.tekstboldkon {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.docs_component {
    text-align: center;
    margin-top: 3.5rem;
}
.docs_heading {
    margin-top: 0rem;
    margin-bottom: 1.5rem;
}
.docs_wrapper {
    text-align: start;
    background: #FFF;
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    padding-bottom: 2.5rem;
}
.docs_column {
    width: 50%;
}
/* .docs_column.second{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
}*/
.docs_item {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
}
.leftnav.footer_wrap {
    display: flex;
    flex-direction: row;
    background-color: black;
    gap: 0.25rem;
    justify-content: center;
    align-items: center;
}