@charset "utf-8";

*{
	margin:0;
	padding:0;
}

html, body{
	height: 100%;
	font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
	font-size:100%;
}

.menu{
	z-index:10;
}

nav{
	background:#FFF;
	-webkit-border-image:url(../Slike/bl-b2.png);
	     -o-border-image:url(../Slike/bl-b2.png);
	        border-image:url(../Slike/bl-b2.png);
}

#glavni-okvir{
	width:100%;
}

#gl-nav-okvir{
	width:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom:0.3em solid #020053;
	z-index:1;
	margin-top: 1vw;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#nav-okvir{
	width:90%;
	margin:auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	padding-top:0.5%;
}

#nav-logo{
	/*width:20%;*/
	width: 10vw;
	margin-left: 5vw;
	min-width:13%;
}

#nav-logo img{
	max-width:100%;
}

#nav-linkovi{
	/*width:75%;*/
	/*display: flex*/
	width: 52vw;
	-webkit-box-align:end;
	    -ms-flex-align:end;
	        align-items:flex-end;
	margin-top:0.1em;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#nav-linkovi ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style-type:none;
}

#nav-linkovi ul a{
	/*display:block;*/
	text-align:center;
	padding-top:3vw;
	padding-bottom:2vw;
	text-decoration:none;
	color:black;
	font-size:1.1em;
	-webkit-transition:border 0.3s;
	-o-transition:border 0.3s;
	transition:border 0.3s;
	/*padding-right: 1vw;*/
	padding-left: 1vw;
	padding-right: 1vw;
}

#tekstOP{
	text-align: justify;
}

#nav-linkovi ul a{
	border-bottom:0.4em transparent solid;
}

#nav-linkovi ul a:hover{
	border-bottom:0.4em #020053 solid;
	text-decoration:underline;
}

#lin1{
	width:80%;
}

#lin2{
	width:20%;
}

.neaktivna li{
	font-weight: bold;
}

#lin1 ul a[class="neaktivna"]{
		border-bottom: 0.4em solid #020053;
}

#nav-mreze{
	margin-right: 2vw;
	width:10vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#nav-mreze img{
	width:70%;
	-webkit-transition: 0.3s width;
	-o-transition: 0.3s width;
	transition: 0.3s width;
}

#nav-mreze img:hover{
	width:95%;
}

#nav-mreze a{
	text-align: center;
	width:30%;
}

#izbornikGasenje{
	display:none;
}
