/* Reset */
.nav,
.nav a,
.nav ul,
.nav li,
.nav div,
.nav form,
.nav input {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.nav a {
	text-decoration: none;
 }

.nav li { 
	list-style: none;
}

/* Menu Container */
.nav {
	margin: 0px auto;
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
}

/* Menu List */
.nav > li {
	display: block;
	float: left;
}

/* Menu Links */
.nav > li > a {
	position: relative;
	display: block;
	z-index: 510;
	height: 50px;
	padding: 0 26px 0 17px;
	line-height: 50px;
	background: #023065;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#023065 ), color-stop(100%,#023065));
    background: -webkit-linear-gradient(top, #023065  0%,#023065 100%);
    background: -o-linear-gradient(top, #023065  0%,#023065 100%);
    background: -ms-linear-gradient(top, #023065  0%,#023065 100%);
	font-family: 'Noto Sans', sans-serif;
	/*font-weight: bold;*/
	font-size: 18px;
	color: #fff;
	text-shadow: 0 0 1px rgba(0,0,0,.35);
	border-left: 1px solid #124684;
	border-right: 1px solid #022b5b;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

	/*bela strelica*/
.nav > li > a:after {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff;
    z-index: 100;
    content: '';
    top: 24px;
    margin-left: 8px;
}
	/* hover za tabove u glavnoj navigaciji */
.nav > li:hover > a { 
	background: #F5F5F5; 
	color:black;
}
	/* crna strelica kad se hoveruje */
.nav > li:hover > a:after { 
	position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid black;
    z-index: 100;
    content: '';
    top: 24px;
    margin-left: 8px;
}
.nav > li div.clanice{
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* brisanje leve ivice za prvi element u navigaciji */
.nav > li:first-child > a {
	border-left: none;
}

/* brisanje strelice iz vesti */
.nav > li:last-child >a:after {  
    border-left:none!important;
    border-right:none!important;
}

/* Search Form */
/*
.nav > li.nav-search > form {
	position: relative;
	width: inherit;
	height: 50px;
	z-index: 510;
	border-left: 1px solid #124684;
	border-right: 1px solid #022b5b;
}

.nav > li.nav-search input[type="text"] {
	display: block;
	float: left;
	width: 1px;
	height: 30px;
	padding: 15px 0;
	line-height: 24px;
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	color: #F2F2F2;
	text-shadow: 0 0 1px rgba(0,0,0,.35);
	background: #023065;
	-webkit-transition: all .3s ease 1s;
	-moz-transition: all .3s ease 1s;
	-o-transition: all .3s ease 1s;
	-ms-transition: all .3s ease 1s;
	transition: all .3s ease 1s;
}

.nav > li.nav-search input[type="text"]:focus { color: #fcfcfc; }

.nav > li.nav-search input[type="text"]:focus,
.nav > li.nav-search:hover input[type="text"] {
	width: 110px;
	padding: 15px 20px;

	-webkit-transition: all .3s ease .1s;
	-moz-transition: all .3s ease .1s;
	-o-transition: all .3s ease .1s;
	-ms-transition: all .3s ease .1s;
	transition: all .3s ease .1s;
}

.nav > li.nav-search input[type="submit"] {
	display: block;
	float: left;
	width: 20px;
	height: 50px;
	padding: 0 25px;
	cursor: pointer;

	background: #023065  url(../pic/search-icon.png) no-repeat center center;
	


	border-radius: 0 3px 3px 0;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.nav > li.nav-search input[type="submit"]:hover { background-color: #022b5b ; }
*/

/* Menu Dropdown */
.nav > li > div {
	position: absolute;
	display: block;
	width: 980px;
	min-height: 450px;    
	left: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	background: #f9f9f9;
	border-radius: 0 0 3px 3px;
	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.nav > li > div.kraci {
	position: absolute;
	display: block;
	width: 980px;
	height: 200px;    
	left: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	background: #f9f9f9;
	border-radius: 0 0 3px 3px;
	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.clanice{
	min-height:450px;
}
.clanice ul {
	padding-top:15px;
}
/* sirina diva mora da se poklopi sa ivicom clanica */
.nav > li > div.clanice ul li {
width:273px;
}
.nav > li > div.clanice ul li:hover {
background-color:white;

}
/* strelice na desno u podmeniju clanice */
.nav > li > div.clanice ul li#fakulteti:after{
	position: absolute;
    width: 0;
    height: 0;
    z-index: 100;
    content: '';
    top: 35px;
	right:715px;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent black;
}
.nav > li > div.clanice ul li#instituti:after{
	position: absolute;
    width: 0;
    height: 0;
    z-index: 100;
    content: '';
    top: 85px;
	right:715px;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent black;
}
.nav > li > div.clanice ul li#centri:after{
	position: absolute;
    width: 0;
    height: 0;
    z-index: 100;
    content: '';
    top: 135px;
	right:715px;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent black;
}
.nav > li > div.clanice ul li#biblioteka:after{
	position: absolute;
    width: 0;
    height: 0;
    z-index: 100;
    content: '';
    top: 185px;
	right:715px;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent black;
}
/*****************************************/

.nav > li div.clanice div.pod-meni {
    position: absolute;
    left: 273px;
    top: 0px;
    width: 707px;
	height:450px;
    background-color: white;
    z-index: 10;
}
.nav > li div.clanice #divinstituti{ 
visibility:hidden;
}
.nav > li div.clanice #divcentri{ 
visibility:hidden;
}
.nav > li div.clanice li#instituti:hover div.pod-meni { 
visibility:visible!important;
}
.nav > li div.clanice li#centri:hover div.pod-meni { 
visibility:visible!important;
}
.nav > li div.clanice li#biblioteka:hover div.pod-meni { 
visibility:visible!important;
}

/* naslov za padajuci meni clanice */
.nav .clanice h3 {
	line-height: 50px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    font-size: 17px;
    color: #372f2b;
    text-transform: uppercase;
    padding-left: 70px;
}
/* naslov za pod meni u clanicama */
.nav .nav-clanice li.podnaslov h3 {
	width:200px;
	line-height: 20px;
	margin-bottom:8px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #372f2b;
	text-transform: uppercase;
	text-align: left;
	padding-left: 0px!important;
}
.nav .nav-clanice li.podnaslov a {
	border-bottom: 1px solid #FFF!important;
}
.nav .nav-clanice {
    float: left;
    width: 200px;
    padding: 10px 5px 0px 5px;
    margin-left: 20px;
}
.nav > li:hover > div {
	opacity: 1;
	visibility: visible;
	overflow: visible;
	transition-delay: 0.05s;
    transition-duration: 0.3s;
}
/* Menu Content Styles */
.nav .nav-column {	
	float: left;
	width: 28%;
	padding: 1% 2.5% 2.5% 1.5%;
}
.nav .nav-column-double {	
	float: left;
	width: 42%;
	padding: 1% 2.5% 2.5% 1.5%;
}

.nav .nav-column h3 {
    line-height: 30px;
    margin-top: 15px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    margin-left: 40px;
    letter-spacing: 0.7px;
    padding-bottom: 8px;
}
.nav .nav-column-double h3 {
	line-height: 30px;
    margin-top: 15px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    margin-left: 40px;
	letter-spacing: 0.7px;
	padding-bottom:8px;
}
.nav .nav-column li a {
    display: block;
    line-height: 26px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    color: black;
    padding-top: 3px;
    margin-left: 40px;
    letter-spacing: 0.7px;
    padding: 3px;
    border-bottom: 1px solid #DDD;
}
.nav .nav-column-double li a {
	display: block;
	line-height: 26px;
	font-family: 'Noto Sans', sans-serif;
	font-size: 17px;
	color: black;
	padding-top:3px;
	margin-left:40px;
	letter-spacing: 0.7px;
	padding: 3px;
	border-bottom: 1px solid #DDD;
}
.nav .nav-column li a:hover {
	background-color: #F2F2F2 /*#dddddd*/;
	border-radius: 3px;
	padding: 3px;
}
.nav .nav-column-double li a:hover {
	background-color: #F2F2F2 /*#dddddd*/;
	border-radius: 3px;
	padding: 3px;
}
.nav .nav-clanice li a {
    display: block;
    width: 200px;
    text-decoration: none;
    line-height: 20px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    color: black;
    padding-top: 3px;
    letter-spacing: 0.6px;
    float: left;
    border-bottom: 1px solid #DDD;
}
.nav .nav-clanice  li:hover  {
	width:200px;
}
.nav .nav-instituti {
	width:300px;
	float: left;
	padding: 5px;
	margin:20px 0px 0px 20px; 
}
.nav .nav-instituti li a {
    display: block;
    width: 300px;
    text-decoration: none;
    line-height: 24px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    color: black;
    padding-top: 6px;
    letter-spacing: 0.6px;
	padding: 3px;
	border-bottom: 1px solid #DDD;
}
/* hover za sve pod-menije osim clanica */
.nav .nav-column li a:hover {
	background-color:#F2F2F2 ;
	border-radius: 3px;
	padding: 3px;
}
.nav .nav-column-double li a:hover {
	background-color:#F2F2F2 ;
	border-radius: 3px;
	padding: 3px;
}
/* hover za pod-meni instituti i centri u clanicama */
.nav .nav-instituti li a:hover {
	background-color:#F5F5F5;
	border-radius: 3px;
	padding: 3px;
}
/* hover za pod-meni fakulteti u clanicama */
.nav .nav-clanice li a:hover {
	background-color:#F5F5F5;
	border-radius: 3px;
}
.nav #tabela-bib {
    margin:20px 0 0 20px;
}
.nav #tabela-bib p span {
    color: #333;
    font-weight: normal;
    padding-right: 5px;
    position: absolute;
    left: 145px;
    line-height: 32px;
	letter-spacing:0.6px;
}
.nav #tabela-bib p {
    line-height: 32px;
    font-weight: bold;
    padding-bottom: 0;
	letter-spacing: 0.6px;
}
.nav #tabela-bib a:hover{
text-decoration:underline;
}
.nav img.image_bib{
	position:absolute;
	right:18px;
	top:70px;
}
/* naslov za pod-meni biblioteka */
.nav #biblioteka .pod-meni  h3 {
	padding: 3px;
	text-align: center;
}
.nav  #biblioteka .pod-meni h3:hover {
    background-color: #F5F5F5;
	border-radius: 3px;
	padding: 3px;
}
/* odvajanje dve kolone jedne iznad druge */
.nav .nav-clanice li.brejk a{
	margin-bottom:17px;
}
/*pozicioniranje slika u padajucem meniju */
.nav img.uni {
	margin-left: 30px;
    margin-top: 20px;
}
.nav img.donja {
    margin: 25px 10px 4px 45px;
}
.nav img.cent{
	margin-bottom:20px;
}