@charset "utf-8";
/* CSS Document */

@font-face {
font-family: 'Roboto';
src: url('/National_Library/20160330061658oe_/https://gov.hr/fonts/roboto-regular.woff') format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('/National_Library/20160330061658oe_/https://gov.hr/fonts/roboto-italic.woff') format('woff');
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: 'Roboto';
src: url('/National_Library/20160330061658oe_/https://gov.hr/fonts/roboto-medium.woff') format('woff');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('/National_Library/20160330061658oe_/https://gov.hr/fonts/roboto-mediumitalic.woff') format('woff');
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: 'Roboto';
src: url('/National_Library/20160330061658oe_/https://gov.hr/fonts/roboto-bold.woff') format('woff');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('/National_Library/20160330061658oe_/https://gov.hr/fonts/roboto-bolditalic.woff') format('woff');
font-weight: 700;
font-style: italic;
}

@font-face {
font-family: 'Icomoon';
src: url('/National_Library/20160330061658oe_/https://gov.hr/fonts/icomoon17.woff') format('woff');
font-weight: normal;
font-style: normal;
}


[class*="icon"],
a::before, 
a::after,
#current_user span::before,
.bx-controls-direction,
.faq dt::after,
.delete::after,
.confirm::after,
.confirm_close::after,
input[type='checkbox']::after,
input[type='radio']::after,
.cell.hidden div::after,
.area::before,
.security_level::after,
h4::before,
.instruction::after,
.direct::after {
font-family: 'Icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}


html {
height: 100%;
box-sizing: border-box;
}

*, *::before, *::after {
box-sizing: inherit;
}

:root {
--red: #ca1720;
--gold: #c69c6c;
--green: #2cad56;
--metallic-light: #e0e0e4;
--metallic: #a6a8b4;
--metallic-medium: #cbccd3;
--metallic-dark: #a6a8b4;
--metallic-darker: #797c8e;
--background: #f7f7f7;
--lightgrey: #ededed;
--tin: #dadada;
--grey: #d5d5d2;
--dim: #a4a4a4;
--hardgrey: #c7c7c2;
--softgrey: #ccc;
--mediumgrey: #999;
--lead: #666;
--charcoal: #444;
--anthracite: #333;
}

body {
min-height: 100vh;
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.5;
color: #000;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
-ms-hyphens: none;
-webkit-hyphens: none;
hyphens: none;
background-color: var(--lead);
text-size-adjust: none;
}

/* main containers */

.wrapper {
max-width: 1920px;
margin: 0 auto;
min-height: 100vh;
display: flex;
flex-direction: column;
background-color: var(--background);
}
header {
flex: 0;
}
main {
flex: 1;
background: var(--background);
outline: none;
}



footer {
flex: 0;
padding: 28px 40px;
font-size: 0.875em;
color: #fff;
background-color: var(--anthracite);
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: space-between;
}

#youreurope img {
height: 38px;
}
#youreurope a {
display: block;
padding:0 30px;
}
#youreurope a:hover img {
opacity: .65;
}
.social {
display: flex;
flex-flow: row nowrap;
justify-content: flex-end;
}
.column_width {
position: relative;
margin: 0 auto;
width: 100%;
max-width: 1386px;
padding: 0 20px;
}


/* standard tags */

img {
display: block;
border: none;
}
a {
color: var(--red);
text-decoration: none;
}
a:hover {
color: #000;
text-decoration: none;
}
article a:hover,
.box_grid .item .content a:hover {
text-decoration: underline;
}
.custom .box_grid .item .content a:hover {
text-decoration: none;
}

a.skip_link {
position: absolute;
top: -1000em;
padding: 15px;
color: #fff;
background-color: #000;
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
z-index: 999;
}
a.skip_link:focus {
position: fixed;
top: 0;
left: 0;
}

p {
margin: 1em 0;
}
@supports (appearance: none) or (-moz-appearance: none) or (-webkit-appearance: none) {
input, select, button {
outline: none;
margin: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
}


/** scrollbars **/

.scroll_me {
scrollbar-width: thin;
scrollbar-color: var(--metallic) var(--metallic-light);
}
.scroll_me::-webkit-scrollbar,
.select_list::-webkit-scrollbar {
width: 9px;
}
.scroll_me::-webkit-scrollbar-track,
.select_list::-webkit-scrollbar-track{
background: var(--metallic-light);
}
.scroll_me::-webkit-scrollbar-thumb,
.select_list::-webkit-scrollbar-thumb {
background-color: var(--metallic);
border-radius: 6px;
border: 2px solid var(--metallic-light);
}


/* end standard tags */




/* Header */

.top_ribbon a,
#current_user a {
color: #fff;
}
#egradjani p {
margin: 0 0 .5em;
}

/** Top ribbon **/

#egradjani {
display: flex;
flex-direction: column;
background-color: var(--red);
}
.top_ribbon {
position: relative;
padding: 19px 30px 17px;
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
}

#egradjani .section {
flex: 1 1 auto;
}
#egradjani .section#logo {
flex: 0 1 auto;
}

#egradjani .section#function {
flex: 1 0 auto;
display: flex;
flex-flow: row nowrap;
align-items: stretch;
justify-content: flex-end;
font-size: 14px;
text-transform: uppercase;
}

#egradjani .segment {
position: relative;
padding-left: 20px;
}
#egradjani .segment a {
display: flex;
align-items: center;
}


#function a {
height: 100%;
padding: 8px;
line-height: 17px;
color: #fff;
background-color: rgba(255, 255, 255, .25);
border-radius: 3px;
transition: background-color 0.33s ease;
}
#function a:hover,
#function a:focus{
background-color: rgba(0, 0, 0, .25);
}
#function .icon img {
height: 32px;
}


.segment .label {
padding-left: 8px;
}
#user_inbox .unread_messages {
padding: 8px;
background: rgba(0, 0, 0, 0.3);
border-radius: 3px;
transition: background 0.33s ease;
}
#user_inbox a:hover .unread_messages {
background: rgba(255, 255, 255, .4);
}
#user_inbox .label {
padding-right: 8px;
}
.segment a.tooltip .label {
display: none;
}

.segment a.tooltip:hover .label {
display: block;
position: absolute;
top: 54px;
right: 0;
padding: 9px 13px 7px;
color: #000;
background-color: var(--background);
border-radius: 3px;
z-index: 11;
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}

.segment a.tooltip .label::after {
content: "";
display: block;
width: 7px;
height: 7px;
position: absolute;
top: -3px;
right: 21px;
transform: rotate(45deg);
background-color: var(--background);
}


#egradjani #logo .segment {
padding: 0;
}

#logo .label {
padding-left: 20px;
}
#logo .icon img {
width: 42px;
}
#logo a {
display: flex;
transition: opacity 0.33s ease;
}
#logo a:hover {
opacity: .75;
}
#site_title, #site_subtitle {
display: block;
white-space: nowrap;
}
#site_title {
font-weight: 500;
font-size: 26px;
line-height: 1;
letter-spacing: 0.063em;
margin-top: -3px;
}
#site_subtitle {
line-height: 1;
margin-top: 5px;
}

#filter .label {
max-width: 88px;
}
#user_home .label {
max-width: 55px;
}
#user_inbox .label {
max-width: 92px;
}

#function a#impaired,
#function a#dyslexic {
display: none;
}


.flex_show {
visibility: visible;
}
.flex_hide {
visibility: hidden;
}






/** User bar **/

#current_user {
position: relative;
padding: 0 30px;
text-align: right;
font-size: 15px;
line-height: normal;
color: #fff;
border-top: 1px solid var(--background);
}
#current_user .trigger {
display: flex;
justify-content: flex-end;
align-items: flex-end;
}

.trigger .icon {
padding: 0 10px 17px 0;
line-height: 1;
}
a#user_switch {
display: inline-block;
padding: 13px 0;
}

a#user_switch::before {
content: "\e902";
display: block;
float: right;
margin: -13px 0 -13px 15px;
padding: 13px 10px;
font-size: 20px;
line-height: 1;
vertical-align: middle;
background-color: rgba(255, 255, 255, .25);
}
a#user_switch.open::before {
transform: rotate(180deg);
}
a#user_switch:hover::before {
background-color: rgba(0, 0, 0, .25);
}
#user_slideout {
display: none;
position: absolute;
right: 30px;
margin: 0;
width: 280px;
text-align: left;
padding: 15px 20px 20px;
color: #000;
line-height: normal;
background-color: #fff;
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
z-index: 30;
}
#egradjani #user_slideout .icon {
display: block;
font-size: 2.188em;
line-height: 1;
color: #c69c6c;
margin-bottom: 15px;
}
#user_slideout .user_name {
font-weight: 500;
}
#user_slideout .unread a {
margin-top: 15px;
font-size: 1em;
font-weight: 500;
line-height: 1;
color: #000;
}
#user_slideout .unread a:hover {
color: var(--red);
}
#user_slideout .unread a::before {
content: "\e5c8";
font-size: 16px;
color: var(--red);
line-height: 1;
vertical-align: -2px;
padding-right: 5px;
}
#user_slideout .unread a:hover::before {
color: #000;
}

#user_slideout a.action {
display: block;
margin-top: 20px;
padding: 10px;
font-size: 1em;
color: #000;
text-align: center;
text-transform: none;
border: 2px solid var(--gold);
border-radius: 3px;
}
#user_slideout a.action:hover {
border-color: var(--green);
opacity: 1;
}










/** Font size slide-out **/

#fontsize_slideout {
display: none;
position: fixed;
right: 0;
top: 0;
line-height: 24px;
color: #000;
background-color: var(--background);
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
z-index: 200;
}
#fontsize_slideout .lining {
padding: 20px;
}
#fontsize_slideout a.close {
display: block;
padding: 8px 20px;
font-size: 22px;
line-height: 1;
color: var(--dim);
background-color: var(--charcoal);
transition: all 0.33s ease;
}
#fontsize_slideout a.close:hover {
color: #fff;
opacity: 1;
}
#fontsize_slideout a.close:active {
background-color: var(--mediumgrey);
}
#fontsize_slideout .label {
display: inline-block;
padding-right: 10px;
}
#fontsize_slideout a {
display: inline-block;
vertical-align: middle;
font-size: 24px;
color: var(--anthracite);
}
#fontsize_slideout a:hover {
color: var(--green);
}
#fontsize_slideout a:focus {
color: var(--red);
}

#fontsize_slideout a#default {
margin: 0 10px;
}









/** Filter slide-out **/

#filter_holder {
position: relative;
}
a#filter_close {
display: block;
position: relative;
float: right;
margin: -25px 0 0 0;
padding: 25px 5px 20px;
font-size: 22px;
line-height: 1;
color: var(--dim);
background-color: var(--charcoal);
transition: all 0.33s ease;
}

a#filter_close::after {
content: "";
position: absolute;
left: 5px;
bottom: -11px;
width: 22px;
height: 22px;
background: var(--lightgrey);
transform: rotate(45deg);
z-index: 1;
}

a#filter_close:hover {
color: #fff;
}
a#filter_close:active {
background-color: var(--mediumgrey);
}

#filter_slideout {
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 25px 0 40px;
background-color: var(--lightgrey);
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
z-index: 10;
}
.sidekick p {
margin: 0;
}

#filter_slideout .searchbox {
border-color: var(--grey);
}

#filter_slideout h3 {
font-weight: 500;
font-size: 1.125em;
margin: 0 0 1em;
}
#filter_slideout h4 {
font-weight: 500;
font-size: 1.063em;
margin: 1.5em 0 .5em;
}
.filtering_results {
columns: 280px 4;
column-gap: 2em;
column-rule: 1px dotted var(--lead);
background-color: #fff;
padding: 20px;
border-radius: 4px;
}
.filtering_results ul {
margin: 0;
padding-left: 1em;
line-height: normal;
color: var(--red);
}
.filtering_results ul li {
margin-bottom: 0.5em;
}
.filtering_results ul li:hover {
color: #000;
}

.filtering_results ul a {
color: #000;
}
.filtering_results ul a:hover {
color: var(--red);
}

#filter_slideout .showmore {
margin: 20px 0 0 0;
}




#navmainswitch {
display: none;
}

#navmainswitch a {
font-size: 30px;
line-height: 42px;
padding: 0 8px;
color: #fff;
background-color: rgba(255, 255, 255, .25);
border-radius: 3px;
transition: background-color 0.33s ease;
}
#navmainswitch a:hover {
background-color: rgba(0, 0, 0, .25);
}



/** end header **/


.supernav {
display: flex;
justify-content: flex-end;
}


.sitenav {
flex: 1;
margin: 1px 0 30px 0;
background-color: var(--background);
}
#sitemenuswitch {
display: none;
}
#sitemenuswitch a {
font-weight: 500;
background-color: var(--metallic-medium);
border: 1px solid #fff;
border-top: none;
}
#sitemenuswitch a:hover {
color: #000;
background-color: var(--metallic-light);
}

#sitemenuswitch a::after {
content: "\e902";
display: block;
float: right;
font-size: 1.250em;
line-height: 1;
transition: transform 0.33s ease;
}
#sitemenuswitch.open a::after {
transform: rotate(180deg);
}

#sitemenu ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-flow: row nowrap;
}
#sitemenu ul li {
flex: 1 1 20%;
border-right: 2px solid var(--lightgrey);
text-align: center;
}

.sitenav a {
display: block;
padding: 10px 20px;
color: #000;
line-height: normal;
transition: background 0.33s ease;
}
.sitenav a:hover,
.sitenav a:focus {
color: #fff;
background-color: var(--red);
}
.sitenav a:active {
background-color: var(--mediumgrey);
transition: none;
}




.langnav {
flex: 0;
margin: 1px 0 10px 0;
}

.langnav ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-flow: row nowrap;
}
.langnav ul li {
flex: 1 1 auto;
text-align: center;
background-color: #fff;
}

.langnav a {
display: block;
padding: 10px 20px;
color: #fff;
line-height: normal;
background-color: var(--charcoal);
transition: background-color 0.33s ease;
}
.langnav a:hover,
.langnav a:focus {
color: #fff;
background-color: var(--red);
}
.langnav a:active {
background-color: var(--mediumgrey);
transition: none;
}





#top_box {
padding: 0 0 35px;
background-color: var(--lightgrey);
}

#top_box h3 {
font-weight: 500;
font-size: 1.125em;
margin: 0 0 .75em;
}

/* General search */

.asymmetric {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: flex-end;
}


.search {
flex: 1 1 66.66%;
border-right: 10px solid transparent;
}

.sidekick {
flex: 1 1 33.33%;
max-width: 33.33%;
border-left: 10px solid transparent;
}
#top_nav {
line-height: normal;
display: flex;
flex-flow: row nowrap;
justify-content: flex-end;
align-items: flex-end;
}

#top_nav div {
flex: 0 1 25%;
max-width: 150px;
padding-left: 25px;
text-align: center;
}

#top_nav a {
display: block;
width: 100%;
height: 100%;
padding: 7px 0;
font-weight: 500;
color: #000;
border-bottom: 3px solid #000;
}


#top_nav a:hover {
border-color: var(--red);
transition: border-color 0.33s ease;
}
#top_nav a:active {
color: var(--mediumgrey);
border-color: var(--mediumgrey);
}






/** search **/

.searchbox {
position: relative;
background-color: #fff;
border: 1px solid var(--grey);
border-radius: 3px;
}

.inputfield {
width: 100%;
padding: 0 3.750em 0 15px;
background-color: transparent;
border: none;
font: 400 1em/50px 'Roboto', sans-serif;
color: var(--mediumgrey);
}
.inputfield:focus {
color: #000;
}
.searchbutton {
position: absolute;
top: 0;
right: 0;
width: 2.750em;
height: 50px;
font-size: 1.375em;
line-height: 50px;
padding: 0;
border: none;
text-align: center;
color: var(--lead);
background: transparent;
cursor: pointer;
}
.searchbutton:hover,
.searchbutton:focus {
color: var(--red);
}
.searchbutton:active {
color: #000;
}

/** end search **/





/* Box grid - common */

.box_grid {
display: flex;
flex-flow: row wrap;
align-items: stretch;
margin: 0 -10px;
}

.box_grid .item {
border: 10px solid transparent;
background-clip: padding-box;
}

.box_grid.two .item {
flex: 1 1 50%;
max-width: 50%;
}

.box_grid.three .item {
flex: 1 1 33.33%;
max-width: 33.33%;
}

.box_grid.four .item {
flex: 1 1 25%;
max-width: 50%;
}

.box_grid.five .item {
flex: 1 1 20%;
max-width: 20%;
}

.box_grid .item .lining {
position: relative;
display: flex;
flex-direction: column;
min-height: 100%;
background-color: #fff;
border: 1px solid #fff;
}

.box_grid .item .title,
.box_grid .item .bottom {
flex: 0;
}
.box_grid .item .content {
flex: 1;
}



/** variations **/

.dashboard .box_grid .item {
line-height: 1.2;
text-align: center;
}
.dashboard .box_grid .item .lining {
border: 1px solid var(--grey);
border-radius: 4px;
}


.dashboard .box_grid .item .title {
padding: 30px 30px 0;
}
.dashboard .box_grid .item .content {
padding: 15px 30px 30px;
}



.news .box_grid .item,
.articles .box_grid .item {
line-height: 1.3;
}
.news .box_grid .item .lining,
.articles .box_grid .item .lining {
background-color: var(--lightgrey);
}
.box_grid .item .date {
flex: 0;
}

.articles .box_grid .item .date {
position: absolute;
top: 0;
left: 0;
width: 70px;
height: 7px;
background-color: var(--metallic);
}

.news .box_grid .item .content,
.articles .box_grid .item .content,
.credentials_links .box_grid .item .content {
padding: 25px 20px 30px;
}
.news .box_grid .item .readmore,
.articles .box_grid .item .readmore {
flex: 0;
padding: 0 20px 20px;
}


.custom .box_grid,
.listing .box_grid {
margin-top: -10px;
}

.custom .box_grid .item .lining {
display: block;
border: 1px solid var(--gold);
}
.custom .box_grid .item .title {
padding: 15px 20px;
font-size: 1.125em;
font-weight: 500;
line-height: normal;
color: #000;
background-color: var(--lightgrey);
}
.custom .box_grid .item .content {
max-height: 350px;
overflow-y: auto;
}
.inner .scroll_me {
padding-bottom: 20px;
}


.cat .box_grid {
margin: 10px -20px 30px;
margin-bottom: 30px;
}
.cat .box_grid .item {
border-left-width: 20px;
border-right-width: 20px;
}
.cat .item .lining {
padding-bottom: 15px;
background: transparent;
border: none;
border-bottom: 1px solid var(--softgrey);
}
.cat .item h3 {
font-weight: 500;
margin: 1.563em 0 .75em;
font-size: 1.125em;
line-height: 1.3;
}

.cat .item p {
margin: 0;
line-height: 1.3;
}
.split_content .left.box_grid {
flex-direction: column;
}

.introblock .box_grid .item .lining,
.split_content .left.box_grid .item .lining {
background-color: #fff;
border-color: var(--grey);
}
.introblock .box_grid .item .date,
.split_content .left.box_grid .item .date {
background-color: var(--grey);
}

.blog.listing .box_grid .item .lining {
background: #fff;
border: 1px solid var(--metallic-medium);
}
.blog.listing .box_grid .item .content {
padding: 0 20px 10px;
}

.blog.listing .box_grid .item h3 {
font-size: 1.125em;
font-weight: 500;
line-height: normal;
padding: 15px 20px;
margin: 0 -20px;
background: var(--lightgrey);
}
.blog.listing#government ul {
margin: 20px 0;
padding-left: 1em;
}
.blog.listing#government ul li {
margin: 0.313em 0;
}


/* end box grid */





/* Dashboard */


.dashboard {
padding: 30px 0 35px;
text-align: center;
}
.dashboard .pictogram {
margin: 0 0 10px;
}
.dashboard h2 {
margin: 0;
font-size: 1.250em;
font-weight: 700;
line-height: normal;
}
a.button_link {
display: block;
margin: 0 5px 5px 5px;
padding: 20px 30px;
font-weight: 500;
line-height: 1;
color: #000;
background-color: var(--metallic-light);
border-radius: 4px;
}
a.button_link:hover {
color: #fff;
background: var(--red);
transition: background-color 0.33s ease;
}

a.button_link:active {
background: var(--mediumgrey);
}

.dashboard_icon {
display: inline-block;
width: 160px;
height: 80px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.dashboard_icon#eusluge {
background-image: url(/National_Library/20160330061658oe_/https://gov.hr/img/eusluge.svg);
}
.dashboard_icon#informacije {
background-image: url(/National_Library/20160330061658oe_/https://gov.hr/img/informacije.svg);
}
.dashboard_icon#egradjanin {
background-image: url(/National_Library/20160330061658oe_/https://gov.hr/img/egradjanin.svg);
}
.dashboard_icon#mojprofil {
background-image: url(/National_Library/20160330061658oe_/https://gov.hr/img/moj_profil.svg);
}
.dashboard_icon#eurezidenti {
background-image: url(/National_Library/20160330061658oe_/https://gov.hr/img/eurezidenti.svg);
}
.dashboard_icon#hrvati {
background-image: url(/National_Library/20160330061658oe_/https://gov.hr/img/hrvati.svg);
}
.dashboard_icon#vlada {
background-image: url(/National_Library/20160330061658oe_/https://gov.hr/img/vlada.svg);
}

.blob {
position: absolute;
top: 60px;
left: calc(50% - 3px);
background: var(--gold);
border-radius: 50%;
height: 6px;
width: 6px;
box-shadow: 0 0 0 0 rgba(198, 156, 108, 1);
transform: scale(1);
animation: pulse 6s 3s ease-out infinite;
z-index: 1;
}


@keyframes pulse {
0% {
transform: scale(0.95);
box-shadow: 0 0 0 0 rgba(198, 156, 108, 0.8);
}
20% {
transform: scale(1);
box-shadow: 0 0 0 60px rgba(198, 156, 108, 0);
}
60% {
transform: scale(0.95);
box-shadow: 0 0 0 0 rgba(198, 156, 108, 0);
}
100% {
transform: scale(0.95);
box-shadow: 0 0 0 0 rgba(198, 156, 108, 0);
}
}




/*** end dashboard ***/



/* Featured */

.featured.news.frontpage {
padding: 50px 0;
}
.newspanel {
margin: 30px 0;
padding: 30px;
background-color: #fff;
border-radius: 4px;
}
.featured.news .newspanel {
margin: 0;
}

.newspanel .inner {
display: flex;
flex-flow: row nowrap;
}
.newspanel .headline {
flex: 1 1 50%;
padding: 25px;
background-color: var(--background);
border-left: 10px double var(--red);
display: flex;
flex-direction: column;
min-height: 100%;
}
.newspanel .headline h3 {
flex: 0;
margin: 0;
padding-bottom: 15px;
font-size: 1.188em;
font-weight: 500;
}
.headline p {
margin-top: 0;
}
.headline .content,
.inothernews .content {
flex: 1;
}
.headline .readmore,
.inothernews .readmore {
flex: 0;
padding-top: 16px;
}

.newspanel .inothernews {
flex: 1 1 50%;
padding: 0 0 25px 20px;
display: flex;
flex-direction: column;
min-height: 100%;
}

.inothernews ul {
margin: 0;
padding-left: 1.5em;
line-height: normal;
font-size: 1.063em;
color: var(--red);
}
.inothernews ul li {
padding-bottom: 0.625em;
margin-bottom: 0.625em;
border-bottom: 1px dotted var(--mediumgrey);
}
.inothernews ul li:first-child {
padding-top: 0.625em;
border-top: 1px dotted var(--mediumgrey);
}
.inothernews ul li:hover {
color: #000;
}

.inothernews ul a {
color: #000;
}
.inothernews ul a:hover {
color: var(--red);
}
.inothernews .readmore {
padding-left: 10px;
}


.featured {
padding: 50px 0;
}
.newspanel h1,
h1.section_title {
margin: 0 0 1em;
font-size: 1.375em;
font-weight: 500;
line-height: 1;
}
h1.section_title {
margin: 1.750em 0 1em;
}

.featured h2 {
margin: 0 0 1em;
font-size: 1.250em;
font-weight: 500;
line-height: 1;
}

.showmore a {
display: inline-block;
line-height: 40px;
margin-top: 20px;
padding: 0 20px;
color: #fff;
border-radius: 4px;
transition: background 0.33s ease;
}


.credentials_links {
padding: 40px 0;
background-color: var(--lightgrey);
}

/* promjena - mijenja se */
.join_in {
position: relative;
background-color: #fff;
border: 1px solid var(--metallic-medium);
border-radius: 4px;
margin-bottom: 60px;
}
/***/
.join_title {
display: flex;
align-items: center;
margin: 2px 2px 0;
background-color: var(--red);
border-radius: 3px;
}

.join_title .icon.logo {
flex: 0;
min-width: 50px;
min-height: 50px;
background: url(/National_Library/20160330061658oe_/https://gov.hr/img/logo_m.svg) no-repeat top left;
}
.join_title .icon.help {
flex: 0;
}
.join_title .icon.help a::after {
content: "\e976";
font-size: 24px;
line-height: 50px;
color: var(--tin);
display:block;
margin: 0 10px;
}
.join_title .icon.help a:hover::after,
.join_title .icon.help a:focus::after {
color: #fff;
}


.join_title .title_text {
flex: 1 1 auto;
min-height: 50px;
padding: 15px 15px 15px 4px;
font-size: 1.125em;
font-weight: 500;
line-height: 1.2;
color: #fff;
}
.join_in .content {
padding: 25px 20px 54px;
columns: 340px 2;
column-gap: 2.5em;
column-rule: 1px dotted var(--lead);
}
.join_in p {
margin: 0 0 .5em;
}

/* promjena - mijenja se i dodaje */
.go_register {
position: absolute;
left: 50%;
bottom: -21px;
font-size: 0.875em;
color: #fff;
text-transform: uppercase;
padding-right: 20px;
line-height: 42px;
font-weight: 500;
transform: translateX(-50%);
background: var(--red);
border-radius: 21px;
display: flex;
align-items: center;
}
.go_register:hover {
color: #fff;
background: var(--green);
}
.go_register img {
margin: 0 10px 0 6px;
flex: 0;
}
.news h2 {
margin: 40px 0 20px;
font-weight: 500;
padding-bottom: 5px;
border-bottom: 4px double var(--softgrey);
}
/***/

/* promjena - briše se:
.direct::after {
content: "\f0d7";
font-size: 18px;
line-height: 1;
display: block;
margin: -2px auto 0;
color: var(--red);
}***/

.credentials_list {
margin-top: 25px;
}


.credentials_list h4 {
position: relative;
margin: 0 0 20px;
padding: 15px 40px 15px 15px;
font-size: 1.125em;
line-height: 1;
font-weight: 500;
background-color: #fff;
}

.linkset {
display: flex;
margin: 0.5em 0;
}
.credentials_list a {
line-height: 1.250em;
background-color: #fff;
}
.credentials_list a::before {
display: block;
float: right;
vertical-align: middle;
font-size: 1.250em;
line-height: 1;
}

a.infolink {
flex: 0;
min-width: 44px;
margin-left: 3px;
color: var(--charcoal);
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
a.infolink:hover,
a.infolink:focus {
color: var(--red);
}
a.infolink::before {
content: "\e941";
transform: rotate(180deg);
padding: 15px 0;
margin-right: 12px;
}

a.service_login {
flex: 1 1 auto;
padding: 15px 44px 15px 15px;
color: #000;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
transition: background-color 0.33s ease;
}
a.service_login:hover,
a.service_login:focus {
color: #fff;
background-color: var(--green);
}
a.service_login::before {
content: "\e944";
color: var(--green);
margin-right: -30px;
}

a.service_login:hover::before,
a.service_login:focus::before {
color: #fff;
}


.credentials_list .note {
margin: 20px 0;
padding: 15px;
border-radius: 3px;
background-color: var(--metallic-light);
}
.credentials_list .note p {
margin: 1em 0 0;
}




/** Clips **/

.featured.clips .column_width {
max-width: 1460px;
padding: 0 55px;
}

.featured.clips {
background-color: var(--charcoal);
}
.clips .caption {
padding: 8px 10px 18px;
font-weight: 500;
line-height: normal;
background-color: #fff;
}

.featured.clips h2 {
color: #fff;
}

.clips .overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: url(/National_Library/20160330061658oe_/https://gov.hr/img/youtube_trans.svg) no-repeat center center;
cursor: pointer;
}
.clips .overlay:hover {
background: url(/National_Library/20160330061658oe_/https://gov.hr/img/youtube_red.svg) no-repeat center center;
}

.clips .showmore a {
background-color: var(--red);
}

.clips .showmore a:hover {
color: #000;
background-color: var(--tin);
}
.clips .showmore a:active {
background-color: var(--mediumgrey);
}

/** end clips ***/



.blog {
margin: 0 0 50px;
}

.blog.clips {
margin-top: 40px;
}

.article {
margin-bottom: 50px;
}

h1.category_title {
margin: 30px 0 20px;
font-weight: 500;
font-size: 1.750em;
line-height: 1.1;
}

.title_block {
display: flex;
flex-flow: row nowrap;
align-items: flex-end;
margin: -15px  0 40px 0;
line-height: 1.1;
}

.title_block h1 {
margin: 0;
padding: 30px 0 3px 20px;
font-weight: 500;
font-size: 1.750em;
z-index: 1;
}
.article .title_block {
margin-top: 0;
}
.article .title_block h1 {
margin: 0;
}



.category_icon {
flex: 0 0 auto;
height: 100px;
width: 100px;
background-color: #fff;
background-repeat: no-repeat;
background-position: center;
box-shadow: 0 10px 20px 0 rgba(198, 156, 108, 0.3);
}


#egradjanin .category_icon {
background-image: url(/National_Library/20160330061658oe_/https://gov.hr/img/egradjanin.svg);
background-size: 64px;
}
#mojprofil .category_icon {
background-image: url(/National_Library/20160330061658oe_/https://gov.hr/img/moj_profil.svg);
background-size: 64px;
}
#usluge .category_icon {
background-image: url(/National_Library/20160330061658oe_/https://gov.hr/img/eusluge.svg);
background-size: 70px;
}
#informacije .category_icon {
background-image: url(/National_Library/20160330061658oe_/https://gov.hr/img/informacije.svg);
background-size: 70px;
}
#eurezidenti .category_icon {
background-image: url(/National_Library/20160330061658oe_/https://gov.hr/img/eurezidenti.svg);
background-size: 80px;
}
#hrvati .category_icon {
background-image: url(/National_Library/20160330061658oe_/https://gov.hr/img/hrvati.svg);
background-size: 70px;
}
#vlada .category_icon {
background-image: url(/National_Library/20160330061658oe_/https://gov.hr/img/vlada.svg);
background-size: 80px;
}
#obavijesti .category_icon {
background-image: url(/National_Library/20160330061658oe_/https://gov.hr/img/obavijesti.svg);
background-size: 70px;
}
#pomoc .category_icon {
background-image: url(/National_Library/20160330061658oe_/https://gov.hr/img/pomoc.svg);
background-size: 64px;
}



/* News */

.featured.news {
background-color: var(--lightgrey);
}
.featured.news.alt {
background-color: var(--background);
}


.featured.news .item {
background: #fff;
}
.featured.news .item .lining {
display: flex;
flex-direction: column;
min-height: 100%;
}
.featured.news .item .content {
flex: 1;
padding: 0 20px;
}

.featured.news .item .date {
flex: 0;
margin-bottom: 20px;
}


.featured.news .item p {
margin: 0;
}

.featured.news .item .readmore {
flex: 0;
padding: 20px;
}

.featured.news .showmore a {
margin: 20px 0 0 0;
}



.date_filter {
display: flex;
align-items: center;
padding: 15px 20px;
background-color: var(--lightgrey);
border-radius: 4px;
margin: 0 0 30px;
}
.date_filter div {
flex: 1;
}

.date_filter div.filter_label {
flex: 0;
padding-right: 10px;
white-space: nowrap;
}

.parallel {
display: flex;
align-items: center;
min-height: 44px;
}
.parallel div {
flex: 0;
min-width: 180px;
padding: 0 10px;
}
.date_filter .parallel div:nth-of-type(3) {
min-width: 110px;
}


.filter_searchresults {
margin: 0 -5px;
}
.filter_searchresults .parallel {
flex-flow: row wrap;
}

.filter_searchresults .parallel div {
flex: 1 1 50%;
min-width: 0;
padding: 0 5px;
}
.filter_searchresults .parallel div:nth-child(3) {
flex: 1 1 auto;
padding-top: 10px;
}
.filter_searchresults .parallel div:nth-child(3) .submit_button {
max-width: calc(50% - 5px);
}









.news.blog .date span {
display: inline-block;
padding: 7px 20px;
font-size: 0.813em;
color: #000;
background-color: #fff;
border-right: 1px solid var(--lightgrey);
}


.news h3,
.articles h3 {
margin: 0 0 1em;
font-size: 1.063em;
font-weight: 500;
}
.articles h3 {
margin-top: .75em;
}

.news h3 a,
.articles h3 a {
color: #000;
}
.news h3 a:hover,
.articles h3 a:hover {
color: var(--red);
}

.news .box_grid .item p,
.articles .box_grid .item p {
margin: 0;
}

.readmore a::before {
content: "\e5c8";
color: #000;
line-height: 1;
vertical-align: -1px;
padding-right: 5px;
}

.readmore a:hover::before {
color: var(--red);
}

.blog .showmore {
margin-top: 10px;
}
.showmore a,
#filter_slideout .showmore a {
margin: 20px 0 0 0;
background-color: var(--charcoal);
}
.news .showmore a:first-child {
margin-right: 20px;
}

.showmore a.inactive,
.showmore a.inactive:hover,
.showmore a.inactive:active {
background-color: var(--softgrey);
}

.showmore a:hover,
.showmore a:focus,
#filter_slideout .showmore a:hover,
#filter_slideout .showmore a:focus {
color: #fff;
background-color: var(--red);
}
.showmore a:active,
#filter_slideout .showmore a:active {
background-color: var(--mediumgrey);
}


/* end news */





/* Catalogue */


.cat h2 {
margin: 40px 0 0;
font-weight: 500;
padding-bottom: 5px;
border-bottom: 4px double var(--softgrey);
}

.clips.blog .item .content {
position: relative;
}
.clips.blog .item img {
width: 100%;
}
.clips.blog .item .caption {
padding: 18px 10px;;
}


.split_content {
display: flex;
flex-flow: row nowrap;
align-items: flex-start;
margin-top: -10px;
}
.split_content .left {
flex: 0 1 33.33%;
}
.split_content .right {
flex: 1 1 66.66%;
border: 10px solid transparent;
border-left-width: 40px;
}

.split_content .box_grid .item .content img,
.sidebar img {
width: 100%;
margin: .75em 0;
}
.articles .box_grid .item p.qa,
p.qa {
margin: .75em 0;
text-align: center;
border: 2px solid var(--grey);
border-radius: 4px;
}


a.help_button_link {
display: block;
height: 50px;
margin: 2px;
padding: 10px;
color: var(--red);
border-radius: 2px;
transition: background 0.33s ease;
}

a.help_button_link.info {
background: var(--grey) no-repeat center center;
background-image: url("/National_Library/20160330061658oe_/https://gov.hr/img/help_positive_new.svg");
}
a.help_button_link.info:hover,
a.help_button_link.info:focus {
background: var(--red) no-repeat center center;
background-image: url("/National_Library/20160330061658oe_/https://gov.hr/img/help_negative_new.svg");
}

a.help_button_link.chat {
background: var(--grey)  no-repeat center center;
background-image: url("/National_Library/20160330061658oe_/https://gov.hr/img/bubbles_positive.svg");
background-size: auto 30px;
}
a.help_button_link.chat:hover,
a.help_button_link.chat:focus {
background: var(--red)  no-repeat center center;
background-image: url("/National_Library/20160330061658oe_/https://gov.hr/img/bubbles_negative.svg");
background-size: auto 30px;
}

a.help_button_link.video {
background: var(--grey)  no-repeat center center;
background-image: url("/National_Library/20160330061658oe_/https://gov.hr/img/clips_positive_new.svg");

}
a.help_button_link.video:hover,
a.help_button_link.video:focus {
background: var(--red) no-repeat center center;
background-image: url("/National_Library/20160330061658oe_/https://gov.hr/img/clips_negative_new.svg");

}

a.help_button_link.options {
background: var(--grey)  no-repeat center center;
background-image: url("/National_Library/20160330061658oe_/https://gov.hr/img/cog_positive_new.svg");

}
a.help_button_link.options:hover,
a.help_button_link.options:focus {
background: var(--red)  no-repeat center center;
background-image: url("/National_Library/20160330061658oe_/https://gov.hr/img/cog_negative_new.svg");

}

.sidebar p.qa {
border-color: var(--grey);
margin-bottom: 30px;
}

.sidebar a.help_button_link.chat {
background-color: var(--grey);
}
.sidebar a.help_button_link.chat:hover,
.sidebar a.help_button_link.chat:focus {
background-color: var(--red);
}


p.framed {
margin: 0 0 60px;
padding: 15px;
background-color: #fff;
border: 1px solid var(--grey);
}

p.spaced {
margin: 2em 0;
}



/* Custom */

.custom {
margin: 0 0 40px;
}



.shortcuts_container ul {
margin: 20px;
padding-left: 1em;
line-height: normal;
color: var(--red);

}
.shortcuts_container li {
margin-bottom: 0.5em;
padding-bottom: 0.5em;
border-bottom: 1px dotted var(--mediumgrey);
}

.shortcuts_container li:hover {
color: #000;
}
.shortcuts_container a {
color: #000;
}
.shortcuts_container a:hover {
color: var(--red);
}


/* end custom */






/* Settings */

.settings {
padding: 30px 0;
background-color: var(--lightgrey);
}
.settings .item a {
display: block;
padding: 13px 15px;
color: #000;
font-size: 1.063em;
line-height: 1.250em;
white-space: nowrap;
background-color: var(--metallic-light);
border: 1px solid #fff;
border-radius: 4px;
transition: background-color 0.33s ease;
}
.settings .item a:hover {
color: #fff;
background-color: var(--red);
}
.settings .item a::before {
display: block;
float: left;
margin-right: 10px;
font-size: 20px;
color: var(--red);
vertical-align: middle;
}
a.add_group::before {
content: "\e977";
}
a.permissions::before {
content: "\e943";
}
a.history::before {
content: "\e946";
}
a.credentials::before {
content: "\e901";
}
a.representation::before {
content: "\e959";
}
.settings .item a:hover::before {
color: #fff;
}
.custom .box_grid .item .title {
position: relative;
line-height: 1.375em;
padding-right: 64px;
}
.custom .item .title a {
display: block;
position: absolute;
top: 15px;
right: 15px;
font-size: 1.222em;
line-height: 1;
}
.custom .item .title a:active,
.custom .item .title a:focus {
color: #000;
}

/* end settings */





/* Article */

.serachresults article h1 {
margin: .5em 0 2em;
font-size: 26px;
font-weight: 500;
line-height: normal;
padding-bottom: 10px;
border-bottom: 1px dotted #000;
}

.search_term {
display: inline-block;
margin: 0 10px 0 0;
padding: 6px 12px;
background-color: #fff;
border-radius: 3px;
padding: 6px 12px;
}
.results_block {
margin: 2em 0;
}
.results_no {
display: inline-block;
padding: 6px 0;
}
.results_block a {
color: #000;
}
.results_block a h5 {
color: var(--red);
}

.results_block h5 {
margin: 0 0 .25em;
font-size: 1.063em;
font-weight: 700;
}
.results_block p {
margin: 0;
}
.serachresults .sidebar h3 {
margin: 0 0 .5em;
}





.category_backlink {
margin: 40px 0 1em -25px;
font-size: 1.063em;
font-weight: 500;
line-height: 1.250em;
}
.category_backlink a {
color: #000;
}
.category_backlink a::before {
content: "\e5c5";
display: block;
margin-right: 5px;
float: left;
font-size: 1.250em;
line-height: 1;
vertical-align: middle;
color: var(--red);
}

.category_backlink a:hover {
color: var(--red);
}

.article .asymmetric {
align-items: stretch;
}
article {
flex: 1 1 66.66%;
margin-right:10px;
padding: 50px 60px;
background-color: #fff;
}
.article_date {
display: block;
margin-bottom: 1.5rem;
font-size: 0.875em;
line-height: 1;
}
article h1 {
margin: 0 0 1em;
font-size: 26px;
font-weight: 500;
line-height: normal;
}
article h2 {
margin: 1.25em 0 1em;
font-size: 22px;
font-weight: 500;
line-height: normal;
}
article h3 {
margin: 1.25em 0 1em;
font-size: 19px;
font-weight: 500;
line-height: normal;
}
.lead {
font-size: 1.063em;
font-weight: 500;
margin-bottom: 1.5em;
padding: 15px 0;
border-top: 1px dotted var(--gold);
border-bottom: 1px dotted var(--gold);
}


/** FAQ **/


.faq {
counter-reset: faq_counter;
margin: 3em 0 2em;
}
.split_content .faq {
margin: 3em 0 2em;
}
.faq dt {
position: relative;
padding: 0 2.5em 10px 0;
margin: 1.5em 0 0 3em;
font-size: 1.063em;
font-weight: 500;
line-height: normal;
border-bottom: 1px dotted #000;
cursor: pointer;
}
.faq dt:before {
content: counter(faq_counter);
counter-increment: faq_counter;
position: absolute;
left: -2em;
top: 0;
width: 1em;
text-align: right;
font-size: 1.5em;
font-weight: 400;
line-height: 1;
color: var(--red);
}

.faq dt::after {
position: absolute;
right: 0;
top: 0;
display: block;
content: "\e902";
font-size: 22px;
line-height: 1;
transition: transform 0.33s ease;
}
.faq dt:hover::before {
color: #000;
}
.faq dt:hover::after {
color: var(--red);
}
.faq dt.close::after {
transform: rotate(180deg);
color: var(--red);
}
@-moz-document url-prefix() {
.faq dt.close::after {
top: 2px;
}
}
.faq dt a {
color: #000;
}
.faq dt a:hover,
.faq dt a:focus {
color: var(--red);
}

.faq dd {
display: none;
padding: .5em 0 1px 1em;
}



/* end article */




/* Tertiary navigation */


.navblock {
width: calc(66.66% - 6px);
line-height: normal;
position: relative;
margin: 30px 0;
border: 15px solid var(--lightgrey);
border-radius: 4px;
}

.article .navblock {
border: none;
margin-top: 20px;
margin-bottom: 0;
}
#subnav ul {
list-style: none;
margin: 0;
padding: 0;
}
#subnav > ul {
display: flex;
flex-flow: row nowrap;
}
#subnav > ul > li {
flex: 1 1 auto;
border-right: 1px solid var(--background);
}
#subnav > ul li:last-child,
#subnav ul ul li {
border-right: none;
}
#subnav > ul > li:first-child {
flex: 1 1 auto;
}
#subnav a {
display: block;
height: 100%;
padding: 12px 15px;
color: #fff;
background-color: var(--metallic-dark);
transition: background-color 0.33s ease;
}
#subnav > ul > li > ul a:active {
background-color: var(--metallic-darker);
}
#subnav a:hover,
#subnav a:focus {
color: #000;
background-color: var(--metallic-medium);
}
#subnav > ul > li a {
border-bottom: 1px solid var(--background);
}
#subnav > ul > li > a {
padding-right: 34px;
line-height: 1.125em;
position: relative;
}
#subnav > ul > li > a::after {
display: block;
content: "\e902";
font-size: 1.125em;
line-height: 1;
position: absolute;
right: 8px;
top: 12px;
transition: all 0.33s ease;
}
#subnav ul > li > a.open {
color: #000;
background-color: var(--metallic-light);
}
#subnav ul > li > a.open::after {
transform: rotate(180deg);
}
@-moz-document url-prefix() {
#subnav ul > li > a.open::after {
padding-bottom: 2px;
}
}
#subnav ul ul {
display: none;
width: 100%;
position: absolute;
left: 0;
z-index: 10;
box-shadow: 0 8px 10px 0px rgba(0,0,0,0.5);
}
#subnav ul ul a {
color: #000;
padding: 12px 15px;
line-height: inherit;
text-transform: inherit;
background-color: var(--metallic-light);
}
#subnav ul ul a:hover,
#subnav ul ul a:focus {
color: #fff;
background-color: var(--metallic);
}


/* end tertiary navigation */











.sidebar {
flex: 1 1 33.33%;
padding: 60px 0;
}
.sidebar .lining {
padding: 50px 40px 20px;
min-height: 100%;
background-color: var(--lightgrey);
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.sidebar h3 {
margin: 0 0 1em;
font-size: 1.063em;
font-weight: 500;
line-height: normal;
}
.sidebar .block {
margin-bottom: 2.5em;
}
.sidebar ul {
margin: 1em 0;
padding-left: 1em;
line-height: normal;
}
.sidebar ul li {
margin-bottom: 0.75em;
}
#utility {
padding-top: 25px;
border-top: 1px dotted var(--mediumgrey);
}
#utility p {
margin: 0 0 1.25em;
}
#utility a {
color: #000;
}
#utility a:hover {
color: #000;
}
#utility a::before {
display: block;
float: left;
margin-right: 10px;
font-size: 26px;
line-height: 1;
color: var(--charcoal);
}
#utility a:hover::before {
color: var(--green);
}
.print::before {
content: "\e02f";
}
.share_fb::before {
content: "\e91a";
}
.share_tw::before {
content: "\e920";
}

.cat_services h3 a,
#external a,
#government a {
position: relative;
display: block;
padding-right: 28px;
}

.cat_services h3 a::after,
#external a::after,
#government a::after {
content: "\e971";
font-size: 16px;
color: var(--charcoal);
display: block;
position: absolute;
right: 0;
top: 0;
}
.cat_services h3 a:hover::after,
#external a:hover::after {
color: var(--red);
}
.cat_services .note {
flex: 0;
margin-top: 20px;
}
.cat_services .note div {
padding: 6px 8px;
font-size: 0.875em;
line-height: normal;
background-color: #fff;
border-radius: 3px;
}

.target_group {
margin-bottom: 8px;
}
.security_level {
position: relative;
padding-right: 56px;
}
.target_group::before,
.security_level::before {
	/*
content: "Korisnici:";
*/
display: inline-block;
margin-right: .3em;
}
/*
.security_level::before {
content: "Razina sigirnosti:";
}
*/
.security_level::after {
content: "";
display: block;
position: absolute;
top: 0;
right: 8px;
width: 21px;
height: 100%;
}
.credentials_list h4::before {
content: "";
display: block;
position: absolute;
top: 0;
right: 15px;
width: 21px;
height: 100%;
}

h4.high::before,
.security_level.high::after {
background: url(/National_Library/20160330061658oe_/https://gov.hr/img/security_high.svg) no-repeat center;
}
h4.significant::before,
.security_level.significant::after {
background: url(/National_Library/20160330061658oe_/https://gov.hr/img/security_significant.svg) no-repeat center;
}
h4.low::before,
.security_level.low::after {
background: url(/National_Library/20160330061658oe_/https://gov.hr/img/security_low.svg) no-repeat center;
}



#government a,
#government a:hover::after {
color: #000;
}
#government a::after,
#government a:hover {
color: var(--red);
}

#related_services a {
display: block;
width: 100%;
padding: 10px;
font-weight: 500;
color: #000;
border-radius: 4px;
border: 1px solid #fff;
background-color: var(--metallic-light);
transition: background-color 0.33s ease;
}
#related_services a:hover {
color: #fff;
background-color: var(--red);
}



.pagenav {
width: calc(66.66% - 10px);
margin: 30px 0 40px;
display: flex;
justify-content: flex-start;
}
.pagenav div {
padding: 0 20px;
font-weight: 500;
}
.pagenav a {
display: block;
color: #000;
}
.pagenav div:first-child {
border-right: 2px solid var(--mediumgrey);
transform: skew(-20deg);
}
.pagenav div:first-child a {
transform: skew(20deg);
}

.pagenav a.inactive,
.pagenav a.inactive:hover,
.pagenav a.inactive:hover::before,
.pagenav a.inactive:hover::after {
color: var(--mediumgrey);
}

.pagenav a:hover {
color: #000;
}
.pagenav a:active {
color: var(--red);
}
.pagenav a:hover::before,
.pagenav a:hover::after {
color: var(--red);
}

.pagenav a::before,
.pagenav a::after {
display: block;
font-size: 1.625em;
line-height: 1;
}
.pagenav a.prev::before {
content: "\e903";
float: left;
margin-right: 5px;
}
.pagenav a.next::after {
content: "\e904";
float: right;
margin-left: 5px;
}








.pager {
margin-top: 40px;
line-height: 2em;
}
.pager::after {
content: "";
display: table;
clear: both;
}

.pager a {
display: block;
float: left;
width: 2em;
height: 2em;
margin: 0 10px 10px 0;
text-align: center;
font-weight: 500;
color: #fff;
background-color: var(--charcoal);
border-radius: 1em;
}
.pager a:hover {
color: #fff;
background-color: var(--red);
}
.pager a:active {
background-color: var(--mediumgrey);
}

.pager a.current {
background-color: var(--red);
}

.pager a.next {
margin: 0;
}
.pager a.inactive {
background-color: var(--mediumgrey);
}

.pager a::before {
display: block;
margin: 0;
vertical-align: middle;
margin: 0;
}
.pager a.prev::before {
content: "\e5c5";
}
.pager a.next::before {
content: "\e5c8";
}





/** aside **/


aside {
padding: 40px 20px;
background-color: var(--lightgrey);
}
aside .inner {
display: flex;
flex-flow: row nowrap;
align-items: stretch;
justify-content: center;
}
aside .item {
position: relative;
flex: 1 1 50%;
line-height: 1.2;
}
aside .item:first-child {
padding: 20px 40px 20px 0;
}
aside .item:last-child {
padding: 20px 0 20px 40px;
}

aside h3 {
font-weight: 500;
font-size: 1.125em;
margin: 0 0 1em 0;
}

aside .columns {
columns: 200px 3;
column-gap: 40px;
}
aside .columns p {
margin: 0 0 1em;
padding-bottom: 4px;
border-bottom: 1px dotted var(--mediumgrey);
}
aside textarea {
width: 100%;
max-width: 990px;
padding: 15px;
font-family: inherit;
font-size: inherit;
background-color: #fff;
border: 1px solid var(--softgrey);
border-radius: 3px;
}
aside input.contact_field,
input.default {
width: 100%;
padding: 15px;
font-family: inherit;
font-size: inherit;
background-color: #fff;
border: 1px solid var(--softgrey);
border-radius: 3px;
}
input.default.placeholder {
color: var(--mediumgrey);
}
input.default.placeholder:focus {
color: #000;
border-color: var(--mediumgrey);
}


aside input.email:focus,
input.default:focus {
border: 1px solid var(--dim);
}

.send_to input.default {
padding: 10px;
}



.smallprint {
font-size: 0.813em;
}
.send_form {
display: flex;
flex-flow: row nowrap;
align-items: stretch;
}
.send_form div {
flex: 1 1 50%;
max-width: 640px;
}
.send_form div:first-child {
padding-right: 10px;
}
.send_form div:last-child {
padding-left: 10px;
}
input.submit_button {
width: 100%;
padding: 16px;
text-align: center;
font-family: inherit;
font-size: inherit;
color: #fff;
border: none;
border-radius: 3px;
background: linear-gradient(0deg, rgba(51,51,51,1) 0%, rgba(85,85,85,1) 100%);
cursor: pointer;
}
input.submit_button.short {
width: auto;
padding: 12px 20px;
margin-bottom: 0;
}
input.submit_button:hover,
input.submit_button:focus {
background: var(--green);
}
.send_me {
margin-top: 30px;
}
.delete input.submit_button:hover,
.delete input.submit_button:focus {
background: var(--red);
}

.delete,
.confirm,
.confirm_close {
position: relative;
width: 50%;
}
.confirm_close {
width: 100%;
margin-top: 10px;
}
.delete::after,
.confirm::after,
.confirm_close::after {
content: "\e941";
display: block;
margin-left: 10px;
font-size: 26px;
line-height: 1;
color: #fff;
position: absolute;
right: 16px;
bottom: 0;
transform: translateY(-50%);
}
.delete:hover::after,
.delete:focus::after {
color: #fff;
}

.confirm::after {
content: "\e97d";
}
.confirm_close::after {
content: "\e943";
}


input.submit_button:active {
color: #000;
background-color: var(--mediumgrey);
}


/** footer content **/

.social a {
float: left;
margin-left: 15px;
}
.social a:hover {
opacity: .65;
}
.social img {
height: 18px;
}





/* to top */

.fixed {
display: none;
position: fixed;
bottom: 65px;
right: 20px;
z-index: 100;
}

.fixed a {
display: block;
width: 42px;
text-align: center;
font-size: 22px;
line-height: 40px;
color: #fff;
background-color: var(--lead);
transition: all 0.33s ease;
border: 1px solid #eff3f4;
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}
.fixed a:hover,
.fixed a:focus,
.fixed a:active {
color: #fff;
background-color: var(--red);
}




/** modal **/

.modal {
position: relative;
min-width: 320px;
max-width: 400px;
margin: 0 auto;
line-height: normal;
}
.modal.large {
max-width: 600px;
}
.modal .lining {
border-top: 51px solid transparent;
padding: 30px 20px 40px;
background-color: var(--background);
background-clip: padding-box;
border-radius: 4px;
}
.modal.light .lining {
background-color: #fff;
}

.modal h2,
.modal h3 {
position: absolute;
top: 0;
left: 0;
width: calc(100% - 5px);
font-weight: 500;
font-size: 17px;
line-height: 50px;
margin: 0;
padding: 0 112px 0 20px;
background-color: var(--metallic-light);
border-top-left-radius: 4px;
border-bottom: 1px solid #fff;
}
.modal h4 {
font-weight: 500;
font-size: 1.125em;
margin: 1em 0 .75em;
}

.modal p {
margin: 0 0 1em;
}
.modal p:last-child {
margin: 0 ;
}

.modal .submit_button {
margin: 20px 0 0;
text-align: left;
}
.modal .parallel .submit_button {
margin: 0;
}
.modal .submit_button.half {
width: 50%;
}

.modal ul {
list-style: none;
margin: 0;
padding: 0;
}

.modal ul li {
padding: 10px;
border-bottom: 1px dotted var(--mediumgrey);
}
.modal ul li:first-child {
border-top: 1px dotted var(--mediumgrey);
}
.modal ul li:hover {
background-color: #fff;
}
.modal .results {
margin: 20px 0 0;
}


.modal .note {
margin: 0 0 1em;
padding: 15px;
background-color: #fff;
border-radius: 4px;
}
.modal .note a:hover {
color: var(--green);
}

.modal .scroll_me {
max-height: 321px;
overflow-y: auto;
}

.modal.edit_shortcuts .scroll_me {
max-height: 201px;
}

.modal .selection ul li {
padding-right: 40px;
}


.modal .assist {
position: absolute;
top: 0;
right: 51px;
width: 51px;
height: 51px;
border-left: 1px solid #fff;
z-index:1;
}

.modal .assist a {
display: block;
text-align: center;
position: relative;
}
.modal .assist a::before {
content: "\e97a";
font-size: 16px;
line-height: 50px;
}

.modal .assist a:hover {
color: #000;
}

.item .title a.icon .tooltip {
display: none;
position: absolute;
top: -7px;
right: 35px;
padding: 9px 14px;
font-family: 'Roboto', sans-serif;
font-size: 14px;
line-height: normal;
color: #fff;
background-color: var(--charcoal);
border-radius: 3px;
z-index: 1;
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}
.item .title a.icon .tooltip::after {
content: "";
display: block;
width: 7px;
height: 7px;
position: absolute;
right: -3px;
top: 14px;
transform: rotate(45deg);
background-color: var(--charcoal);
}

.custom .item .title a.icon:hover .tooltip {
display: block;
}

.send_data .field_label {
display: block;
padding: 10px 0;
}
.single_check {
margin: 20px 0 15px;
}


.table {
line-height: normal;
}
.row {
display: flex;
flex-flow: row wrap;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid var(--softgrey);
}
.row:hover,
.row.state_open {
background-color: #fff;
}

.cell {
flex: 1 0 auto;
width: 100%;
padding: 10px;
border-left: 1px solid transparent;
display: flex;
}
.cell.hidden {
flex: 1 1 100%;
max-width: 100%;
border-top: 1px dotted var(--softgrey);
border-left: none;
}
.cell.hidden div {
position: relative;
padding-right: 35px;
}
.cell.hidden div.validated::after {
content: "\e91b";
display: block;
position: absolute;
right: 5px;
top: 0;
font-size: 20px;
line-height: 41px;
}


.cols3 .cell:nth-child(3) {
text-align: center;
}

.permissions .cols3 .cell:nth-child(1) {
max-width: 75%;
}
.permissions .cols3 .cell:nth-child(2) {
max-width: 25%;
text-align:center;
}

.history .cols3 .cell:nth-child(1) {
max-width: 35%;
}
.history .cols3 .cell:nth-child(2) {
max-width: 45%;
}
.history .cols3 .cell:nth-child(3) {
max-width: 20%;
text-align: center;
}

.credentials .cols3 .cell:nth-child(1) {
max-width: 65%;
}
.credentials .cell:nth-child(2) {
max-width: 35%;
}


.edit_shortcuts .cols3 .cell:nth-child(1) {
max-width: 65%;
}
.edit_shortcuts .cols3 .cell:nth-child(2) {
max-width: 20%;
text-align: center;
}
.edit_shortcuts .cols3 .cell:nth-child(3) {
min-width: 10%;
max-width: 15%;
}


.table.head {
margin-top: 30px;
background-color: var(--metallic-light);
}
.head .row {
align-items: flex-start;
}

.head .row:hover {
background-color: transparent;
}
.head .cell {
padding: 10px !important;
border-color: var(--background);
}

.edit_shortcuts .cell {
padding: 6px 10px;
}

.modal.credentials .scroll_me {
max-height: 320px;
}
.modal.history .scroll_me {
max-height: 335px;
}
.modal.permissions .scroll_me {
max-height: 320px;
}

.modal_date_filter {
padding: 10px 5px;
margin: 0 0 15px;
background-color: var(--lightgrey);
}
.modal_parallel {
display: flex;
align-items: center;
min-height: 44px;
}
.modal_parallel div {
flex: 1 1 auto;
padding: 0 5px;
border-radius: 4px;
}
.modal_parallel .submit_button {
margin: 0;
}


a.expand {
color: var(--red);
}
a.expand:hover {
color: #000;
}
.close .expand,
.close .expand:focus {
color: var(--green);
}


a.expand::before {
display: inline-block;
content: "\e94e";
font-size: 20px;
line-height: 1;
vertical-align: middle;
transition: all 0.33s ease;
}
.close a.expand::before {
content: "\e949";
}
.modal.history a.expand::before  {
content: "\e960";
transform: scaleX(-1);
}
.modal.history .close a.expand::before  {
transform: scaleX(1);
}


.hidden {
display: none;
}
.log_data {
padding: 10px 10px 10px 30px;
}
.log_data p {
margin: 0;
}
.send_to {
padding: 10px;
}

.address_block {
margin-top: 30px;
}

.block_label {
display: block;
margin-bottom: 15px;
}


/** check boxes & radio button **/

.switch,
.check_to_delete {
position: relative;
display: inline-block;
width: 30px;
height: 18px;
}
.checkit {
position: relative;
display: inline-block;
min-width: 20px;
padding-left: 25px;
}
.switch input,
.check input,
.checkit input,
.radio_select input {
opacity: 0;
width: 0;
height: 0;
}

.track,
.area {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: var(--mediumgrey);
-webkit-transition: all 0.33s ease;
transition: all 0.33s ease;
border-radius: 9px;
}
.track:before,
.area::before {
position: absolute;
content: "";
height: 14px;
width: 14px;
top: 2px;
left: 2px;
background-color: #fff;
-webkit-transition: all 0.33s ease;
transition: all 0.33s ease;
border-radius: 50%;
}
.switch input:checked + .track {
background-color: var(--green);
}
.switch input:focus + .track {
background-color: #000;
}

.switch input:checked + .track::before {
background-color: white;
}
.switch input:checked + .track::before {
-webkit-transform: translateX(12px);
-ms-transform: translateX(12px);
transform: translateX(12px);
}


.check_to_delete {
width: 20px;
height: 20px;
}
.area {
background-color: transparent;
border-radius: 0;
}
.area::before {
content: "\e97c";
height: 20px;
width: 20px;
top: 0;
left: 0;
font-size: 20px;
line-height: 1;
color: var(--green);
background-color: transparent;
}
.area:focus::before {
color: #000;
}
.checkit .area::before {
content: "\e966";
color: var(--mediumgrey);
}
.check_to_delete input:checked + .area::before {
content: "\e957";
color: var(--red);
}
.check_to_delete input:focus + .area::before {
color: var(--red);
}

.radio_select {
display: block;
position: relative;
width: 20px;
height: 20px;
float: right;
margin-right: -27px;
vertical-align: middle;
}
.radio_select .area::before {
content: "\e966";
color: var(--mediumgrey);
}
.radio_select input:checked + .area::before,
.checkit input:checked + .area::before {
content: "\e97c";
color: var(--green);
}


.radio_select input:hover + .area::before,
.checkit input:hover + .area::before {
color: #000;
}
.radio_select input:focus + .area::before,
.checkit input:focus + .area::before {
color: var(--green);
}

.poll .checkit {
margin-left: 10px;
}

fieldset {
margin: 0;
padding: 0;
border: none;
}


/** end check boxes **/





a.up,
a.down {
display: inline-block;
color: #000;
}
a.up:hover,
a.down:hover,
a.up:focus,
a.down:focus {
color: var(--green);
}
a.up::before,
a.down::before {
display: block;
float: left;
padding: 0 10px;
font-size: 19px;
line-height: 1;
}

a.up::before {
content: "\e5d8";
padding-right: 5px;
padding-bottom: 5px;
vertical-align: middle;
}
a.down::before {
content: "\e5db";
padding-top: 5px;
padding-left: 5px;
vertical-align: bottom;
}

.cell_title {
display: none;
}










/*** bxSlider ***/

.bx-wrapper {
position: relative;
*zoom: 1;
-ms-touch-action: pan-y;
touch-action: pan-y;
}
.bx-wrapper .item {
width: 100%;
height: auto;
background: #fff;
}
.bx-wrapper .item img {
width: 100%;
}

.bxslider {
margin: 0;
padding: 0;
display:flex;
align-items: stretch;
}


.bxslider .item .content {
padding: 10px;
}
.bxslider .item .content a {
position: relative;
display: block;
}

.bx-viewport {
-webkit-transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
position: absolute;
bottom: -30px;
width: 100%;
}
.bx-wrapper .bx-loading {
min-height: 60px;
background: var(--charcoal) url(/National_Library/20160330061658oe_/https://gov.hr/img/loading.svg) no-repeat center center;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2000;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
color: var(--dim);
height: 4.375em;
font-size: 2.5em;
line-height: 4.375em;
cursor: pointer;
z-index: 30;
transition: all 0.33s ease;
}
.bx-wrapper .bx-prev {
left: -50px;
padding-right: 15px;
}
.bx-wrapper .bx-next {
right: -48px;
padding-left: 15px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
color: #fff;
}
.news .bx-wrapper .bx-prev:hover,
.news .bx-wrapper .bx-next:hover {
color: var(--charcoal);
}
.bx-wrapper .bx-controls-direction a.disabled {
display: none;
}
.bx-wrapper .bx-controls-auto {
text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
display: block;
text-indent: -9999px;
width: 10px;
height: 11px;
outline: 0;
background: url('images/controls.png') -86px -11px no-repeat;
margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
display: block;
text-indent: -9999px;
width: 9px;
height: 11px;
outline: 0;
background: url('images/controls.png') -86px -44px no-repeat;
margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
text-align: left;
width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
right: 0;
width: 35px;
}









/* Magnific Popup */

.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
}

.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}

.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}

.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
display: none;
}

.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}

.mfp-ajax-cur {
cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out;
}

.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}

.mfp-loading.mfp-figure {
display: none;
}

.mfp-hide {
display: none !important;
}

.mfp-preloader {
color: var(--softgrey);
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: var(--softgrey);
}
.mfp-preloader a:hover {
color: #fff;
}

.mfp-s-ready .mfp-preloader {
display: none;
}

.mfp-s-error .mfp-content {
display: none;
}

button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation;
}

button::-moz-focus-inner {
padding: 0;
border: 0;
}

.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #fff;
font-style: normal;
font-size: 28px;
font-family: "Roboto";
}
.mfp-close:hover,
.mfp-close:focus {
opacity: 1;
}
.mfp-close:active {
top: 1px;
}

.modal .mfp-close {
top: 0;
right: 0;
width: 51px;
height: 51px;
padding: 0;
font-size: 1px;
line-height: 1px;
opacity: 1;
color: transparent;
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;
border-top-right-radius: 4px;
}

.modal .mfp-close::before {
display: block;
height: 50px;
font-family: 'Icomoon' !important;
content: "\e95a";
font-size: 22px;
line-height: 50px;
text-align: center;
color: var(--red);
background-color: var(--metallic-light);
border-top-right-radius: 4px;
}
.modal .mfp-close:hover::before {
color: #000;
}


.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: var(--softgrey);
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}

.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: var(--softgrey);
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}

.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}

.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:after {
border-right: 17px solid #fff;
margin-left: 31px;
}
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:after {
border-left: 17px solid #fff;
margin-left: 39px;
}
.mfp-arrow-right:before {
border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}

.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
}

img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
}

.mfp-figure {
line-height: 0;
}
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: var(--charcoal);
}
.mfp-figure small {
color: #bdbdbd;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}

.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}

.mfp-title {
text-align: left;
line-height: 18px;
color: #f3f3f3;
word-wrap: break-word;
padding-right: 36px;
}

.mfp-image-holder .mfp-content {
max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}





/* Date picker */

.Zebra_DatePicker {
background-color: #fff;
border: 1px solid #aaa;
border-radius: 4px;
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5);
color: #222;
font: 14px Roboto, sans-serif;
padding: 5px;
position: absolute;
display: table;
*width: 255px;
z-index: 1200;
}
.Zebra_DatePicker *,
.Zebra_DatePicker :after,
.Zebra_DatePicker :before {
box-sizing: content-box!important
}
.Zebra_DatePicker * {
padding: 0;
}
.Zebra_DatePicker table {
border-collapse: collapse;
border-radius: 4px;
border-spacing: 0;
width: 100%;
}
.Zebra_DatePicker td,
.Zebra_DatePicker th {
border-radius: 4px;
padding: 5px;
cursor: pointer;
text-align: center;
min-width: 25px;
width: 25px;
}
.Zebra_DatePicker .dp_body .dp_not_in_month {
color: #666;
}
.Zebra_DatePicker .dp_body .dp_time_controls_condensed td {
width: 25%;
}
.Zebra_DatePicker .dp_body .dp_current {
color: #0066FF;
font-weight: 700;
}
.Zebra_DatePicker .dp_body .dp_selected {
background-color: #3399FF;
color: #fff;
}
.Zebra_DatePicker .dp_body .dp_disabled {
color: #bbb;
cursor: text;
}
.Zebra_DatePicker .dp_body .dp_disabled.dp_current {
color: #b4d5e6;
}
.Zebra_DatePicker .dp_body .dp_hover {
background-color: #dedede;
}
.Zebra_DatePicker .dp_body .dp_hover.dp_time_control {
background-color: #dedede;
}
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_timepicker td,
.Zebra_DatePicker .dp_yearpicker td {
width: 33.3333%;
}
.Zebra_DatePicker .dp_timepicker .dp_disabled {
border: none;
color: #222;
font-size: 26px;
font-weight: 500;
}
.Zebra_DatePicker .dp_time_separator div {
position: relative
}
.Zebra_DatePicker .dp_time_separator div:after {
content: ":";
color: #222;
font-size: 20px;
left: 100%;
margin-left: 2px;
margin-top: -13px;
position: absolute;
top: 50%;
z-index: 1;
}
.Zebra_DatePicker .dp_header {
margin-bottom: 5px;
}
.Zebra_DatePicker .dp_footer {
margin-top: 5px;
}
.Zebra_DatePicker .dp_footer .dp_icon {
width: 50%;
}
.Zebra_DatePicker .dp_actions td {
border-radius: 4px;
}
.Zebra_DatePicker .dp_actions .dp_caption {
font-weight: 500;
width: 100%;
}
.Zebra_DatePicker .dp_actions .dp_next,
.Zebra_DatePicker .dp_actions .dp_previous {
padding: 0 10px;
font-size: 16px;
}
.Zebra_DatePicker .dp_actions .dp_hover {
background-color: #dedede;
}
.Zebra_DatePicker .dp_daypicker th {
cursor: text;
font-weight: 500;
}
.Zebra_DatePicker.dp_hidden {
display: none;
}
.Zebra_DatePicker_Icon_Wrapper {
display: block;
position: relative;
}

button.Zebra_DatePicker_Icon {
display: block;
position: absolute;
top: 17px;
right: 15px;
width: 16px;
height: 16px;
padding: 0;
line-height: 0;
cursor: pointer;
border: none;
background: url(/National_Library/20160330061658oe_/https://gov.hr/img/calendar.svg) center center no-repeat;
text-indent: -9000px;
}










/**** media queries ****/



@media all and (max-width: 1386px) {

.top_ribbon,
#current_user {
padding-left: 20px;
padding-right: 20px;
}
#user_slideout {
right: 20px;
}

a#filter_close {
padding: 20px 9px 25px;
font-size: 22px;
}

a#filter_close::after {
bottom: -15px;
width: 30px;
height: 30px;
}

#sitemenu ul li {
flex: 1 1 auto;
}

.category_backlink {
margin-left: 0;
}
aside {
padding: 40px 0 50px;
}
.fixed {
bottom: 20px;
right: 10px;
}
footer {
padding: 28px 70px 28px 20px;
}

.box_grid.four .item {
flex: 1 1 33.33%;
max-width: 33.33%;
}

}


@media all and (max-width: 1279px) {

.box_grid.five .item {
flex: 1 0 33.33%;
max-width: 33.33%;
}

}


@media all and (max-width: 1199px) {

.date_filter .parallel {
max-width: none;
}
.split_content .left {
flex: 0 1 40%;
}
.split_content .right {
flex: 1 1 60%;
border-left-width: 20px;
}
.navblock {
width: 100%;
}

.filter_searchresults {
margin: 0;
}
.filter_searchresults .parallel {
flex-flow: row wrap;
}
.filter_searchresults .parallel div {
flex: 1 1 100%;
padding: 0 0 5px;
}
.filter_searchresults .parallel div:nth-child(3) .submit_button {
max-width: none;
}

}




@media all and (max-width: 1070px) {

#egradjani .segment {
padding-left: 10px;
justify-content: space-between;
}
.sitenav a,
.langnav a {
padding: 10px;
}

}

@media all and (max-width: 1024px) {

article {
padding: 40px 40px 50px;
background-color: #fff;
}
.sidebar .lining {
padding: 40px 20px 20px;
}


}

@media all and (max-width: 1023px) {


.top_ribbon {
flex-direction: column;
align-items: flex-start;
padding: 0;
}
#navmainswitch {
display: block;
}
#egradjani .section#logo {
width: 100%;
display: flex;
justify-content: space-between;
padding: 20px 20px 19px;
}
#egradjani .segment {
padding-left: 0;
}
#egradjani .section#function {
width: 100%;
padding: 10px 19px;
flex-flow: row wrap;
}

.segment a.tooltip:hover .label {
display: inherit;
position: inherit;
padding: 0 0 0 8px;
color: inherit;
background-color: transparent;
border-radius: 0;
box-shadow: none;
}

.segment a.tooltip .label::after {
display: none;
}

#shell {
display: none;
width: 100%;
border-top: 1px solid var(--background);
}
#function .segment {
flex: 1 1 50%;
border: 1px solid transparent;
}
#function a {
height: 100%;
padding: 8px 12px;
}
#filter .label,
#user_home .label,
#user_inbox .label {
max-width: none;
}
#vision_impaired .label,
#resize .label,
#dyslexia .label {
display: block;
}
#user_inbox a {
justify-content: space-between;
}
#user_inbox .icon,
#user_inbox .unread_messages {
flex: 0;
}
#user_inbox .label {
flex: 1;
}
a#user_switch::before,
a#user_switch:hover::before {
margin: -13px 0 -13px 15px;
padding: 13px 0;
background-color: transparent;
}
#filterswitch {
order: 1;
}
#user_home {
order: 3;
}
#user_inbox {
order: 5;
}
#vision_impaired {
order: 2;
}
#dyslexia {
order: 4;
}
#resize {
order: 6;
}
#log_button {
order: 7;
}

a#filter_close {
margin: -18px -10px 0 0;
color: var(--red);
background-color: transparent;
}
a#filter_close::after {
display: none;
}

a#filter_close:hover {
color: #000;
}
a#filter_close:active {
background-color: transparent;
}

.box_grid.three .item,
.box_grid.four .item {
flex: 1 0 50%;
max-width: 50%;
}

.credentials_list .box_grid.three {
flex-direction: column;
}
.credentials_list .box_grid.three .item {
max-width: none;
}
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
color: var(--tin);
}

}



@media all and (max-width: 980px) {

#sitemenu {
display: none;
}
#sitemenu ul {
flex-direction: column;
}
#sitemenuswitch {
display: block;
}
#sitemenu ul li,
#sitemenu ul li:first-child {
flex: 1 1 auto;
text-align: left;
border: none;
border-top: 1px solid var(--lightgrey);
border-bottom: 1px solid var(--lightgrey);
}
.langnav a {
border-bottom: 1px solid #fff;
}
#top_nav div {
flex: 0 1 50%;
max-width: none;
padding: 0 10px;
}


.article .asymmetric {
display: block;
}
article {
margin-right:0;
}
.sidebar {
padding: 10px 0 0;
margin-bottom: 30px;
}
.sidebar .lining {
border-radius: 0;
margin: 0 -10px;
padding: 0;
display: flex;
flex-flow: row wrap;
background-color: transparent;
}
.sidebar .lining .block,
.sidebar .lining .block#utility {
flex: 1 1 50%;
margin: 0;
padding: 30px 20px 15px;
background-color: var(--lightgrey);
border: 10px solid transparent;
background-clip: padding-box;
}
.pagenav {
width: 100%;
margin-left: -25px;
}


aside .item:first-child {
padding: 0 20px 0 0;
}
aside .item:last-child {
padding: 0 0 0 20px;
}
aside .columns {
column-gap: 20px;
}
aside .radio {
display: block;
margin: 10px 0 10px -10px;
}

}


@media all and (max-width: 900px) {

.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75);
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0;
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%;
}



.split_content {
flex-direction: column;
margin: 0;
}
.split_content .right {
border-left: 0;
border-right: 0;
}
.split_content .left.box_grid {
flex-flow: row wrap;
align-items: stretch;
}
.split_content .left.box_grid .item {
flex: 1 1 50%;
}


.box_grid {
margin-left: -5px;
margin-right: -5px;
}
.box_grid .item {
border-left-width: 5px;
border-right-width: 5px;
}

.custom .box_grid .item .content {
padding: 20px 10px 25px;
}
.shortcuts_container ul {
margin: 0 10px;
}

}




@media all and (max-width: 840px) {

.date_filter {
display: block;
}
.date_filter div.filter_label {
flex: 0;
padding: 0 0 10px;
}

.parallel div {
flex: 0;
min-width: 160px;
}

.parallel div {
flex: 1 1 33.33%;
min-width: 160px;
padding: 0;
}
.date_filter .parallel div:nth-of-type(2) {
padding: 0 10px;
}

}





@media all and (max-width: 800px) and (orientation: landscape), all and (max-height: 300px) {

.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
} 
}





@media all and (max-width: 768px) {

.sidebar .lining, aside .inner {
flex-direction: column;
}
aside {
padding: 0;
background-color: transparent;
}
aside .column_width {
padding: 0;
}
aside .item:first-child,
aside .item:last-child {
padding: 30px 20px;
background-color: var(--lightgrey);
}
aside .item:last-child {
margin-top: 20px;
padding-bottom: 50px;
}
aside .radio {
display: inline;
margin: 0;
}
#subnav > ul {
flex-direction: column;
}
#subnav > ul > li {
border: none;
}

.filter_searchresults {
margin: 0 -5px;
}
.filter_searchresults .parallel {
flex-flow: row nowrap;
}

.filter_searchresults .parallel div {
flex: 1 1 40%;
padding: 0 5px;
}
.filter_searchresults .parallel div:nth-child(3) {
flex: 1 1 20%;
min-width: 90px;
padding-top: 0;
}
.filter_searchresults .parallel div:nth-child(3) .submit_button {
max-width: none;
}

}



@media all and (max-width: 767px) {

.dashboard {
padding: 10px 0;
}
.blog {
margin-bottom: 40px;
}

.box_grid:not(.five) {
flex-direction: column;
}
.box_grid.two .item,
.box_grid.three .item,
.box_grid.four .item {
max-width: none;
}
.box_grid.five .item {
flex: 0 1 50%;
max-width: 50%;
}


.box_grid:not(.left) .item .lining {
min-height: 0;
}
.cat .item h3 {
margin-top: 10px;
}
.cat .item .lining {
padding-bottom: 0.625em;
}

.newspanel .inner {
flex-direction: column;
}
.newspanel .headline {
margin-bottom: 30px;
}
.newspanel .inothernews {
padding: 0;
}
.inothernews ul {
padding-left: 1em;
}

.custom .box_grid .item .content,
.modal.edit_shortcuts .scroll_me {
max-height: none;
}

.blog .showmore {
margin-top: 0;
}


/** dotted **/

.filtering_results {
column-rule: 1px solid var(--grey);
}
.inothernews ul li,
.shortcuts_container li,
aside .columns p,
.searchresults article h1,
.modal ul li {
border-bottom: 1px solid var(--grey);
}
.inothernews ul li:first-child,
.modal ul li:first-child,
.select_list option:first-child {
border-top: 1px solid var(--grey);
}
.searchresults article h1,
.faq dt {
border-bottom: 1px solid #999;
}
.lead {
border-top: 1px solid var(--gold);
border-bottom: 1px solid var(--gold);
}
.cell.hidden {
border-top: 1px solid var(--softgrey);
}

}




@media all and (max-width: 680px) {

.asymmetric {
display: block;
}
.search, .sidekick {
border: none;
}
.sidekick {
margin-top: 10px;
max-width: none;
text-align: left;
}
#top_box {
padding: 0 0 30px;
}

#top_nav div:first-child {
padding: 0 20px 0 0;
}
#top_nav div:last-child {
padding: 0 0 0 20px;
}
footer {
flex-direction: column-reverse;
}
.social {
padding-bottom: 15px;
}
.social a {
margin: 0 15px 0 0;
}

.split_content .left.box_grid {
flex-direction: column;
}
/*Firefox for Android*/
.split_content .left.box_grid .item {
flex: 1 1 auto;
}

.title_block {
margin: -10px  0 30px 0;
}

}



@media all and (max-width: 660px) {

.featured.clips .column_width {
padding: 0 20px;
}

.bx-controls-direction {
position: relative;
height: 44px;
background-color: var(--anthracite);
margin-top: 5px;
border-radius: 22px;
}
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
top: 5px;
transform: none;
height: 34px;
font-size: 2.125em;
line-height: 1;
}

.bx-wrapper .bx-prev {
left: 6px;
padding-right: 0;
}
.bx-wrapper .bx-next {
right: 6px;
padding-left: 0;
}
.date_filter {
padding: 15px 10px;
}
.parallel div.filter_label {
min-width: 100%;
padding-bottom: 10px;
}

.pager {
margin-top: 20px;
}

}



@media all and (max-width: 600px) {


.table {
border-top: 1px solid var(--softgrey);
}
.edit_shortcuts .table {
margin-top: 20px;
}

.cols3.head {
display: none;
}
.cols3 .cell {
flex-shrink: 1;
border: none;
}

.cols3 .row {
flex-flow: column;
}

.edit_shortcuts .cols3 .cell:nth-child(n),
.permissions .cols3 .cell:nth-child(n),
.history .cols3 .cell:nth-child(n),
.credentials .cols3 .cell:nth-child(n) {
max-width: none;
padding: 10px;
text-align: left;
}
.edit_shortcuts .cols3 .cell:nth-child(2),
.history .cols3 .cell:nth-child(2) {
padding: 0 10px;
}
.permissions .cols3 .cell:nth-child(2),
.credentials .cols3 .cell:nth-child(2) {
padding: 0 10px 10px;
}


.cell_title {
display: block;
flex: 0;
min-width: 100px;
padding-right: 10px;
color: var(--metallic-darker);
}

.cols3 .cell:last-child.hidden {
padding: 0 10px 10px;
}

.edit_shortcuts .cell,
.permissions .cell {
padding: 10px;
}
a.up::before {
padding-left: 0;
}
.modal.permissions .scroll_me,
.modal.history .scroll_me,
.modal.credentials .scroll_me {
max-height: none;
}

a.up::before {
padding-right: 15px;
}


.parallel {
flex-flow: row wrap;
}
.parallel div {
min-width: 0;
flex: 1 1 50%;
}
.date_filter .parallel div:nth-of-type(1) {
padding-right: 5px
}
.date_filter .parallel div:nth-of-type(2) {
padding: 0 0 0 5px;
}
.date_filter .parallel div:nth-of-type(3) {
flex: 1 1 100%;
padding-top: 15px;
}


}


@media all and (max-width: 519px) {

.modal .submit_button.half,
.modal .delete,
.modal .confirm {
width: 100%;
}

.box_grid.five {
flex-direction: column;
}
.box_grid.five .item {
max-width: none;
}

.supernav {
margin-left: -20px;
margin-right: -20px;
}

}


@media all and (max-width: 480px) {

#egradjani .section#function {
flex-direction: column;
}
#current_user {
padding: 0 20px;
text-align: left;
line-height: normal;
}
#current_user .trigger {
justify-content: flex-start;
align-items: flex-start;
}
.trigger .icon {
flex: 0;
padding: 13px 10px 0 0;
}
a#user_switch {
flex: 1;
}

#filterswitch {
order: 1;
}
#user_home {
order: 2;
}
#user_inbox {
order: 3;
}
#vision_impaired {
order: 4;
}
#dyslexia {
order: 5;
}
#resize {
order: 6;
}
#log_button {
order: 7;
}

#user_slideout {
width: calc(100% - 40px);
}

.modal {
max-width: none;
}

}



@media all and (max-width: 479px) {

a#filter_close {
margin: -18px 0 0 0;
}
.column_width {
padding: 0 10px;
}
.cat .box_grid,
.supernav {
margin-left: -10px;
margin-right: -10px;
}
.cat .box_grid .item {
border-left-width: 10px;
border-right-width: 10px;
}

.newspanel {
margin: 0 -10px 0;
padding: 30px 20px;
border-radius: 0;
}

.blog .showmore {
margin: 10px auto 0;
text-align: center;
}
article {
margin: 0 -10px;
padding: 30px 15px 20px;
background-color: #fff;
}

.shortcuts_container ul {
margin: 0;
}

.modal .lining {
padding-left: 10px;
padding-right: 10px;
border-radius: 0;
}
.modal h2,
.modal h3 {
padding-left: 10px;
border-radius: 0;
}
.modal .mfp-close,
.modal .mfp-close::before {
border-radius: 0;
}

aside .radio {
display: block;
margin: 10px 0 5px -10px;
}

.category_backlink {
margin: 30px 0 15px;
}

.credentials_list h4 {
padding: 10px 40px 10px 10px;
font-size: 1.063em;
}

.filter_searchresults .parallel {
flex-flow: row wrap;
}
.filter_searchresults .parallel div {
flex: 1 1 100%;
padding: 0 0 5px;
}
.filter_searchresults .parallel div:nth-child(3) {
padding-top: 10px;
}

.modal_parallel {
flex-flow: row wrap;
}
.modal_parallel div {
flex: 1 1 100%;
padding: 0 5px 5px 5px;
}
.modal_parallel .submit_button {
margin-top: 5px;
}

}


.info-notice-inner {
	padding: 15px 20px;
	text-align: center;
	color: #CA1720;
	background-color: #fff;

}


.info-notice a {
	color: #000;
	text-decoration: underline;    
}

.info-notice .box_grid{
	justify-content:space-between;
	margin: 0px 0px;
}

/* banner Popis '21 */

.banner-container {
	margin-top: 40px;
	padding: 15px;
	border-radius: 4px;
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	background: #fff url(/National_Library/20160330061658oe_/https://gov.hr/img/popis_pozadina.jpg) no-repeat center top;
	width:49%;
}

.banner-container.second{
	background: #fff url(/National_Library/20160330061658oe_/https://gov.hr/img/popis_pozadina-crvena.jpg) no-repeat center top;
	margin-right:0px;
	margin-top: 40px;
	padding: 15px;
	border-radius: 4px;
	display: flex;
	flex-flow: row;
	align-content: center;
	align-items:center;
	width:49%;
}


.logo-popis {
flex: 0;
}

.tagline {
flex: 1;
padding: 0 30px;
font-size: 18px;
font-weight: 500;
line-height: normal;
color: #1a335c;
display: flex;
align-content: center;
}
.tagline div {
padding: 5px 10px;
align-self: center;
background-color: #fff;
}

.action-go {
flex: 0;
}

.action-go a {
display: inline-block;
line-height: 1;
padding: 15px 20px 12px;
font-size: 15px;
font-weight: 500;
color: #fff;
text-decoration: none;
text-transform: uppercase;
background-color: var(--red);
border-radius: 4px;
transition: background 0.33s ease;
}

.action-go a:hover {
color: #fff;
background-color: var(--charcoal);
}

@media all and (max-width: 991px){
	.banner-container, 
	.banner-container.second{
		width:100%;
	}
	
}

@media all and (max-width: 738px) {

.banner-container,
.banner-container.second {
	display: block;
	background-size: cover;
}

.tagline {
padding: 0;
margin: 10px 0;
}

.logo-popis,
.action-go {
padding-left: 10px;
}

}



@media all and (max-width: 360px) {

.tagline {
font-size: 16px;
}


}


