
.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 {
  width: 100%;
  max-width: 450px;
  margin: 30px auto 20px;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 5px;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 700;
  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:auto; 
width:250px; 
border:1px solid #333;
border-radius:2px;
float:left;  
background-color:#FFF; 
display: flex; flex-direction: column; align-items: center; 
margin-top:10px; 
margin-right: 10px;
padding-top:10px;
}

.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;
	
}
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;
}


