a,p,div,body,ul,li,img,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
h5 a{color:#595E65}
body{width:100%;font-family:'Source Sans Pro',sans-serif;color:#595e65;font-size:14px;line-height:22px;text-align:justify;}
ul{list-style:none;}
.fLeft{float:left}
.fRight{float:right}
.clear{clear:both;line-height:0;}
a{color:#1C63A2;}
a:visited{border:none;outline:none;}
a:hover{color:#29456b;}
a:active{border:none;outline:none;}
img{border:none}
table{margin:20px 0}
thead{font-weight:bold}
thead tr{background-color:#EFEAE2;}
tbody tr:nth-child(odd){background-color:#f4f6fa;}
tbody tr:hover{background-color:#e9ecf0;cursor:default;}
/*LAYOUT*/
.content{
	width:960px;
	margin:0 auto;
}
#navig{
	width:100%;
	height:65px;
	background-image:url('../images/header_pat.gif');
}
#navigContent{
	height:100%;
}
#header{
	width:100%;
	border-top:3px solid #4285AE;
	position:relative;
}
#headerContent{
	height:314px;
	position:relative;
}
.headerRest{
	width:100%;
	overflow:hidden;
	background-image:url('../images/header_pat.gif');
	border-top:1px solid #4285AE;
	position:relative; /*zbog h3*/
}
.headerContentRest{
	width:1600px;
	height:210px;
	position:relative;
}
#mid{
	width:100%;
	-moz-box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.8);
	
	background-image:url('../images/content_pat.gif');
	border-top:3px solid #fff;
	position:relative;
	z-index:100;
}
#midContent{
	height:100%;
}
#footer{
	width:100%;
	height:255px;
	position:relative;
	background-color:#1c63a2;
}
#footerContent{
	height:225px;
	padding-top:25px;
}
.halfp{
	float:left;
	width:44%;
	padding:0 5% 0 1%;
	text-align:left;
}
/*------*/
/*NAVIGATION*/
/*------*/
#logo{
	display:block;
	float:left;
}
/*MENUS*/
#navigation{
	width:100%;/*V*/
	height:100%;/*V*/
}
/*MAIN NAVIG*/
#navigation > ul > li{
	height:65px;
	float:left;
	text-align:center;
	position:relative;
	width:134px;
}
#navigation > ul > li:hover{
	cursor:pointer;
	background:url('../images/glow.png') no-repeat center bottom;
	text-shadow: 0px -1px 3px #000;
}
#navigation > ul > li:hover ul li{
	text-shadow:none;
}
#navigation > ul > li span.separator{
	height:37px;
	display:block;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:13px;
	line-height:18px;
	padding:14px 0;
}
#navigation > ul > li ul{
	display:none;
}
.imageSeparator{
	position:absolute;
	top:18px;
	right:0;
}
/*DROP DOWN NAVIG*/
#navigation > ul > li > ul{
	width:164px;
	position:relative;
	left:-15px;
	border-top:1px solid #4285AE;
	background-color:#134672;
	padding:20px 0;
	z-index:101;
}
#navigation > ul > li > ul li{
	border-top:1px solid #346693;/*svjetla*/
	border-bottom:1px solid #0A2E54;/*tamna*/
}
#navigation > ul > li > ul li:first-child{
	border-top:none;
}
#navigation > ul > li > ul li:last-of-type{
	border-bottom:none;
}
#navigation > ul > li > ul li a{
	font-size:14px;
	line-height:26px;
	color:#ACBFD0;
	text-decoration:none;
}
#navigation > ul > li > ul li a:hover{
	color:#fff;
}
.item-110{
	height:48px !important;
	margin: 10px 0 0 0;
	width:225px !important;
	background:url('../images/logo.png') no-repeat;
	margin:10px 47px 0 0 !important;
}
.item-110:hover{
	background-image:url('../images/logo_hover.png') !important;
}
.item-119 span.separator, .item-120 span.separator{
	padding-top:23px !important;
	height:28px !important;
}
.njok{
	position:absolute;
	bottom:-17px;
	right:0;
}
/*****************/
/*SECONDARY NAVIG*/
/*****************/
#secondaryMenu{
	width:698px;
	height:30px;
	margin-bottom:20px;
}
#secondaryMenu ul li a{
	text-decoration:none;
}
#secondaryMenu ul li{
	float:left;
	height:25px;
	padding:5px 15px 0;
	border-left:1px solid #fff;
	border-right:1px solid #E3E3E3;
}
#secondaryMenu ul li:first-child{
	border-left:none;
}
#secondaryMenu ul li:last-child{
	border-right:none;
}
#secondaryMenu ul li:hover{
	cursor:pointer;
	background-color:#fff;
	border-bottom:2px solid #1C63A2;
}
#secondaryMenu ul li.active{
	background-color:#fff;
	border-bottom:2px solid #1C63A2;
}
/*------*/
/*HEADER*/
/*------*/
#headerBackgroundImg{
	position:absolute;
}
#gallery{
	width:3840px;
	height:100%;
	position:relative;
}
#galleryWrapper{
	width:100%;
	height:236px;
	position:relative;
	overflow:hidden;
}
#sihLeft{
	position:absolute;
	left:-22px;
	top:0;
}
#sihRight{
	position:absolute;
	right:-22px;
	top:0;
}
#tabs{
	width:100%;
	height:78px;
}
.tab{
	width:225px;
	height:42px;
	float:left;
	padding:18px 6px;
}
.tab:hover{
	background-image:url('../images/tabs_hover.png');
	cursor:pointer;
}
.tab:hover p{
	color:#fff;
}
.tab p{
	float:left;
	color:#6393BD;
	font-size:14px;
	line-height:15px;
	margin:5px;
}
.activeTab{
	background-image:url('../images/tabs_hover.png');
}
.activeTab p{
	color:#fff;
}
.tabbedContent{
	width:860px;
	height:176px;
	padding:30px 100px 30px 0;
	float:left;
}
.tabbedContent p{
	float:right;
	width:504px;
	font-style:italic;
	margin:30px;
	font-size:19px;
	line-height:36px;
	text-align:right;
	text-shadow: #000 0.1em 0.1em 0.2em;
}
.tabbedContent p a{
	text-decoration:none;
	color:#fff;
	display:block;
}
.tabImgHolder{
	float:right;
	width:256px;
}
.tabImg{
	border:3px solid #004c87;
}
/*------*/
/*CONTENT*/
/*------*/
#meat{
	width:718px;
	float:left;
	border-right:1px solid #e3e3e3;
	padding-bottom:50px;
}
.newsflash{
	width:100%;
}
/*bilo je prije .newsflash h3 i .newsflash h3 a */
/*sad je prosireno na h3 i a					*/
.article h3{
	font-family: 'Playfair Display SC', serif;
	font-size:18px;
	line-height:27px;
	font-weight:normal;
	color:#3B3421;
	border-bottom:1px solid #e3e3e3;
	padding-bottom:9px;	
}
.headerRest h4{
	position:absolute;
	bottom:0;
	color:#fff;
	font-family:'Playfair Display SC',serif;
	opacity:0.5;
	filter: alpha(opacity = 50);
	font-size:45px;
	line-height:39px;
}
.testis{
	float:left;
	position:relative;
	width:960px;
}
.fullArticle h4{
	font-family: 'Playfair Display SC', serif;
	font-size:18px;
	line-height:27px;
	font-weight:normal;
	color:#3B3421;
	margin:10px 0;
}
.fullArticle h5{
	font-family: 'Source Sans Pro',sans-serif;
	font-weight:bold;
	font-size:14px;
}
.fullArticle ul{
	list-style-type:circle;
	margin-bottom:10px;
}
.fullArticle  li{
	margin-left:30px;
}
.fullArticle p{
	margin:10px 0;
}
.fullArticleFiles{
	margin-top:30px;
}
.filesWrap img, .filesWrap .filesLink{
	float:left;
}
.filesLink{
	width:651px;
	margin:7px 0 0 7px;
}
.filesWrap{
	clear:left;
	margin:10px 0;
}
.filesWrap p.filesInfo{
	float:left;
	margin-left:47px;
	clear:both;
}
.bottomDashed{
	border-bottom:1px dashed #E3E3E3;
}
.topAndBottomDashed{
	border-top:1px dashed #E3E3E3;
	border-bottom:1px dashed #E3E3E3;
	padding:15px;
}
h3 a{
	color:#3B3421;
	text-decoration:none;
}
#firstArticle{
	margin-bottom:40px;
}
#firstArticle .newsHeading{
	width:400px;
	float:left;
}
#firstArticle .imageHolder{
	float:right;
	margin:35px 10px 0 0;
	width:237px;
}
#firstArticle .imageHolder img:not(.sjena){
	height:178px;
	width:237px;
}
#firstArticle  p{
	width:400px;
	margin:0;
}
.newsHeading{
	margin-bottom:10px;
}
.article{
	margin:10px 0 20px 0;
	padding:0 20px;
	width:677px;
	float:left;
}
.article p{
	width:590px;
	margin:0 10px 10px 0;
	float:left;
}
.article:not(#firstArticle) img{
	width:65px;
	height:65px;
	float:left;
	margin-right:10px;
	border:1px solid #e3e3e3;
}
.newsData{
	color:#9b9b9b;
	font-style:italic;
	font-size:12px;
	border-top:3px solid #fff;
}
.newsData a{
	color:#9b9b9b;
	text-decoration:none;
}
.newsData a:hover{
	color:#7a7a7a;
}
.readmore{
	text-decoration:none;
}
.fullArticle{
	padding-right:20px;
	line-height:20px;
}
.fullArticleWrapper{
	padding-top:10px;
}
.highlight{
	font-weight:bold;
}
.vacancyDate{
	font-size:12px;
	font-style:italic;
	font-weight:bold;
}
/*-------------*/
/*IMAGE GALLERY*/
/*-------------*/
.fullArticleGallery{
	width:340px;
	float:right;
	margin:15px 15px 10px 35px;
}
.introImage img{
	width:340px;
	height:230px;
	border:1px solid #e3e3e3;
}
.introImage img:hover{
	cursor:pointer;
}
.thumbImagesNavigation{
	width:100%;
	padding-top:10px;
	height:82px;
}
.thumbImagesNavigation img{
	width:50px;
	height:50px;
	float:left;
	margin:5px;
	display:block;
}
.thumbImagesNavigationHolder{
	width:100%;
	height:60px;
	padding:10px 0;
	border-top:1px solid #E3E3E3;
	border-bottom:1px solid #E3E3E3;
}
.thumbImagesWrapper{
	width:300px;
	height:100%;
	float:left;
	overflow:hidden;
}
.thumbImagesHolder{
	height:100%;
	position:relative;
}
.leftGalleryArrow{
	float:left;
	width:20px;
	height:20px;
	position:relative;
	left:-10px;
	top:20px;
	background-image:url('../images/livo.png');
}
.rightGalleryArrow{
	float:right;
	width:20px;
	height:20px;
	position:relative;
	right:-10px;
	top:20px;
	background-image:url('../images/desno.png');
}
.leftGalleryArrow.activeGalleryArrow{
	background-image:url('../images/livoHover.png');
}
.rightGalleryArrow.activeGalleryArrow{
	background-image:url('../images/desnoHover.png');
}
.leftGalleryArrow:hover, .rightGalleryArrow:hover, .thumbImagesHolder img:hover{
	cursor:pointer
}
/*------*/
/*SIDEBAR*/
/*------*/
#sidebar{
	width:238px;
	height:100%;
	float:right;
	border-left:3px solid #fff;
	font-size:14px;	
	padding-bottom:50px;
}
input{
	color:#595e65;
	padding:6px;
	font-size:12px;
	font-family:'Source Sans Pro',sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.sidebarBox{
	padding:10px;
	margin:0 4px;
	width:210px;
	height:30px;
	border-top:3px solid #fff;
	border-bottom:1px solid #e3e3e3;
}
.sidebarBox span{
	display:block;
	height:63px;
}
.sidebarBox:first-child{
	border-top:none;
}
.sidebarBox.search{
	background:url('../images/search_bg.png') no-repeat top right;
}
.search input{
	border-bottom:none;
	font-style:italic;
	border-top:none;
	border-left:none;
	border-right:none;
}
.sidebarInnerBoxLeft{
	float:left;
	width:19px;
	height:19px;
	padding:6px 15px 6px 0;
	border-right:1px solid #e3e3e3;
}
.sidebarInnerBoxLeft img{
	position:relative;
}
.sidebarInnerBoxRight{
	float:left;
	border-left:3px solid #fff;
	padding:6px 0 6px 10px;
}
.search .sidebarInnerBoxRight{
	padding-top:2px;
}
.sidebarInnerBoxRight a{
	color:#656565;
	text-decoration:none;
}
.sidebarBoxCategories{
	width:230px;
	padding:10px 0;
	height:294px;
	background:url('../images/papir.png') no-repeat top right;
}
.sidebarBoxCategories ul{
	margin:20px 0 0 40px;
	list-style-type:disc;
	color:#b1b0b0;
}
#categoryTitle{
	margin:23px 0 0 58px;
}
.sidebarBoxCategories a{
	text-decoration:none;
	color:#1C63A2;
	font-size:14px;
	line-height:22px;
	font-weight:normal;
}
.sidebarBoxEuType{
	height:63px;
}
.sidebarBoxEuType img{
	float:right;
	margin-right:10px;
}
.sidebarBoxEuType a{
	display:block;
	height:63px;
	text-decoration:none;
}
.sidebarBoxEuType:hover{
	background:url('../../../images/misc/gradijent.png') repeat-x;
}
.sidebarBoxLarger{
	height: 126px;
}
.sidebarBoxLarger img{
	margin-left: 10px;
}
.euTypeText{
	height:63px;
	width:94px;
	text-align:center;
	font-size:15px;
	line-height:18px;
	float:left;
	color:#595E65;
	display:block;
}
#plaketaImg{
	margin-right: 30px;
}
/*----------*/
/*PAGINATION*/
/*----------*/
#paginationList ul li a{
	//
}
/*------*/
/*FOOTER*/
/*------*/
#footerBackgroundImg{
	position:absolute;
	top:-170px;
}
#footerContent > img{
	float:left;
	margin:0 20px;
	position:relative;
	top:-6px;
}
.footerInfo{
	float:left;
	font-size:12px;
	line-height:18px;
	position:relative;
	z-index:10;
	color:#fff;
	margin-right:50px;
	width:350px;
}
.footerNaslov{
	border-bottom:1px solid #17375f;
	padding-bottom:5px;
}
.footerInfo ul{
	border-top:1px solid #5688b4;
	padding-top:5px;
}
.footerInfo ul li{
	margin:5px 0;
}
.footerInfo ul li a{
	text-decoration:none;
	color:#80A8CB;
}
#footerIlustration{
	position:absolute;
	right:0;
	bottom:0;
	z-index:1;
}
/*-------------*/
/*ZANIMLJIVOSTI*/
/*-------------*/
.knjige img{
	float:left;
}
.knjigeInfo{
	font-style:italic;
}
.knjigeInfoWrapper{
	float:left;
	padding:0 30px;
}
.knjigeInfoWrapper .knjigeInfo{
	margin:0 auto;
	width:460px;
	margin:30px auto 0 auto;
}
/*********/
/*PRIJAVA*/
/*********/
#prijava{
	width:450px;
}
#prijava .inputDivs{
	width:250px;
	height:30px;
	margin:10px 0;
	line-height:30px;
}
#prijava .inputDivs input, #prijava select{
	float:left;
	margin-left:10px;
	border-top:1px solid #E3E3E3;
	border-left:1px solid #E3E3E3;
	border-right:1px solid #E3E3E3;
	border-bottom:2px solid #bed2db;
}
#prijava select{
	margin-top:5px;
}
.smallInput{
	width:20px;
}
.mediumInput{
	width:30px;
}
#prijava label{
	width:110px;
	text-align:right;
	float:left;
}
#prijava .large{
	width:385px;
}
#prijava span.info{
	font-style:italic;
	color:#9B9B9B;
	margin-left:10px;
}
#prijava .inputDivs input:hover, #prijava select:hover{
	border-top:1px solid #C4CCCF;
	border-left:1px solid #C4CCCF;
	border-right:1px solid #C4CCCF;
}
#prijavaButtonWrapper{
	width:120px;
	height:42px;
	float:right;
	margin-top:30px;
}
.prijavaButton {	
	-moz-box-shadow:inset 0 1px 1px #FFF;
	-webkit-box-shadow:inset 0 1px 1px #FFF;
	box-shadow:inset 0 1px 1px #FFF;
	background-color:#DA8A00;
	width:120px;
	color: #FFF !important;
	text-shadow: #7A5311 0 0.1em 0.2em;
	font-size:16px;
	height:32px;
	padding:4px;
	border:1px solid #DA8A00;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.prijavaButton:hover{
	cursor:pointer;
	-moz-box-shadow:inset 0 -1px 1px #FFF;
	-webkit-box-shadow:inset 0 -1px 1px #FFF;
	box-shadow:inset 0 -1px 1px #FFF;
	text-shadow: none;
}
.prijavaButton:active{
	color:#FFF !important;
}
#prijavaButtonWrapper:hover img{
	display:none;
}
#prijavaSuccess{
	display:none;
	width:450px;
	height:30px;
	color:green;
	text-align:center;
}
.errorField{
	border:1px solid #DA8A00 !important;
}
.signature{
	float:right;
	margin-right:15px !important;
}