html {
    font-size: 62.5%; /* 10px 16px = 100% */
}

body, html {
    font-family: 'Muli', Arial, sans-serif;
    font-weight: 400;;
    color: #000000;
}

body {
    font-size: 1.6rem;
    letter-spacing: 0.0192rem;
    line-height: 2.4rem;
}

.no-scroll {
    overflow: hidden;
    height: 100%;
    position: fixed!important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.visually-hidden {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

a,
a:hover, a:focus {
    color: #315488;
}

a, button {
    -webkit-transition: all .3s ease-out;    
    transition: all .3s ease-out;    
}

article a {
    text-decoration: underline;
}

strong {
    font-weight: 700;
}

.inner-page h1,
.inner-page h2,
.inner-page h3,
.inner-page h4,
.inner-page h5 {
    color: #072855;
}

.inner-page h2,
.inner-page h3,
.inner-page h4,
.inner-page h5 {
    font-weight: 700;
}


h1 {
    margin: 30px 0 10px 0;
    font-size: 3.6rem;
    line-height: 5.4rem;
}

.inner-page h2 {
    font-size: 3rem;
    line-height: 4.5rem;
}

.inner-page h3 {
    font-size: 2.4rem;
    line-height: 3.6rem;
}

.inner-page h4 {
    font-size: 1.8rem;
    line-height: 2.7rem;
}

.inner-page h5 {
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.padding-60 {
    padding: 60px 0;
}

section .img-responsive,
section .img_responsive,
section .imgresponsive {
    max-width: 100%;
}

.no-padding {
    padding: 0;
}

.nav-list .mobile-menu-header,
.nav-list .langs-mobile {
    display: none;
}

.opt.levelTwo {
    margin-left: 20px;
}

.opt.levelThree {
    margin-left: 40px;
}

/* mobile nav ico */
.mobile-nav-wrapper {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 16px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.mobile-nav-wrapper span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.mobile-nav-wrapper span:nth-child(1) {
    top: 0px;
}

.mobile-nav-wrapper span:nth-child(2),
.mobile-nav-wrapper span:nth-child(3) {
    top: 10px;
}

.mobile-nav-wrapper span:nth-child(4) {
    top: 20px;
}

.mobile-nav-wrapper.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.mobile-nav-wrapper.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-nav-wrapper.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-nav-wrapper.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.search-wrapper {
    position: absolute;
    right: 15px;
    top: 32px;
    z-index: 6;
    width: 20px;
}


.lang {
    display: block;
    float: left;
    position: relative;
    padding-right: 20px;
    cursor: pointer;
    margin: 5px 40px 0 10px;
}

.lang a {
    color: #ffffff;
    font-weight: 700;
}

.lang a:hover,
.lang a:focus,
.lang a:active {
    text-decoration: none;
}

.lang-list {
    display: none;
    position: absolute;
    top: 40px;
    left: 25px;
    padding: 0;
    margin: 0;
    width: 50px;
    list-style-type: none;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(0,0,0,.3);
}

.lang-list li a {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    color: #000000;
    font-weight: 700;
    border-bottom: 1px solid #ededed;
}

.lang-list li a:hover,
.lang-list li a:active,
.lang-list li a:focus {
    background: #d02422;
    color: #ffffff;
    text-decoration: none;
}

.lang-list li:last-child a {
    border-bottom: none;
}

.main-nav {
    /* padding: 20px 0; */
    width: 100%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.topbar {
    background: #E8E8E8;
    padding: 10px 0;
}

.tel-mail {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
}

.tel-mail li:first-child {
    margin: 0 15px 0 0;
}

.tel-mail li:last-child {
    margin: 0 0 0 15px;
}

.tel-mail li {
    display: inline-block;
    margin: 0 15px;
}

.topbar a {
    color: #000000; 
}

.topbar a:hover {
    color: #1354da;
}

.inner-page a:focus,
.inner-page a:active,
.topbar a:focus,
.topbar a:active,
.lang-accessibility .langs a.active:focus,
.lang-accessibility .langs a.active:active,
.lang-accessibility .accessibility a:focus,
.lang-accessibility .accessibility a:active,
.lang-accessibility .smaller.active:focus,
.lang-accessibility .bigger.active:focus,
.lang-accessibility .smaller.active:active,
.lang-accessibility .bigger.active:active {
    color: #ffffff;
    background: #315488;
}

.tel-mail li .tel:before {
    content: '';
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url(../img/phone-ico.svg) 50% 50% no-repeat;
    background-size: auto 18px;
    position: relative;
    top: 2px;
    margin: 0 10px 0 0;
}

.tel-mail li .mail:before {
    content: '';
    width: 20px;
    height: 14px;
    display: inline-block;
    background: url(../img/mail-ico.svg) 50% 50% no-repeat;
    background-size: 20px auto;
    position: relative;
    top: 3px;
    margin: 0 10px 0 0;
}

.lang-accessibility {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
    float: right;
}

.lang-accessibility li {
    display: inline-block;
    margin: 0 10px;
}

.lang-accessibility li:first-child {
    margin: 0 10px 0 0;
}

.lang-accessibility li:last-child {
    margin: 0 0 0 10px;
}

.lang-accessibility .impaired {
    position: relative;
    top: 3px;
    width: 27px;
    height: 18px;
    display: block;
}

.lang-accessibility .impaired path {
    fill: #000000;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.lang-accessibility .impaired:hover path {
    fill: #246CFF;
}

.lang-accessibility .impaired:active path,
.lang-accessibility .impaired:focus path {
    fill: #ffffff;
    background: #315488;
}

.lang-accessibility .en:before,
.langs-mobile .en:before,
.lang-accessibility .hr:before,
.langs-mobile .hr:before {
    width: 26px;
    height: 17px;
    display: inline-block;
    position: relative;
    margin: 0 10px 0 0;
    top: 3px;
}

.lang-accessibility .langs {
    text-transform: uppercase;
}

.lang-accessibility .langs a {
    margin: 0 20px 0 0;
}

.lang-accessibility .langs a.active,
.nav-list li.langs-mobile a.active {
    color: #1354da;
}

.lang-accessibility .langs a:last-of-type {
    margin: 0;
}

.lang-accessibility .en:before,
.langs-mobile .en:before {
    content: '';
    background: url(../img/en-flag.svg) 50% 50% no-repeat;
    background-size: 26px auto;
}

.lang-accessibility .hr:before,
.langs-mobile .hr:before {
    content: '';
    background: url(../img/hr-flag.svg) 50% 50% no-repeat;
    background-size: 26px auto;
}

.lang-accessibility .smaller.active,
.lang-accessibility .bigger.active,
.lang-accessibility .accessibility a:hover {
    color: #1354da;   
}

.lang-accessibility .bigger,
.lang-accessibility .smaller {
    cursor: pointer;
    font-weight: 700;
    margin: 0 5px;
}

.lang-accessibility .bigger {
    font-size: 2rem;
}

.lang-accessibility .accessibility {
    border-left: 1px solid #D1D1D1;
    border-right: 1px solid #D1D1D1;
    padding: 0 10px;
}

/*
.main-nav.fixed {
padding: 20px 0;
height: 84px;
box-shadow: 0 2px 10px rgba(0,0,0,.4);
}

.main-nav.fixed .logo img {
max-width: 80%;
}

.main-nav.fixed .nav-list {
margin: 10px 0 0 50px;
}

.main-nav.fixed .nav-list li a {
font-size: 16px;
}

.main-nav.fixed .search-lang-wrapper {
top: 6px;
}

.main-nav.fixed .nav-list li a:hover:after {
bottom: -33px;
}

.main-nav.fixed .submenu {
top: 84px;
}
*/

.logo-search {
    margin: 25px 0;

}
.logo-search .logo {
    position: relative;
    display: block;
    float: left;
    z-index: 5;
}

.logo-search .logo img {
    width: 379px;
}

.main-nav {
    background: #315488;
}

.nav-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: block;
    text-align: center;
    position: relative;
}

.nav-list .mobile-logo {
    display: none;
}

.nav-list li {
    display: inline-block;
    /* margin: 0 20px 0 0; */
    position: relative;
}

.nav-list li a {
    font-weight: 700;
    padding: 20px 10px;
    display: inline-block;
    color: #ffffff;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.nav-list li a:hover,
.nav-list li a:focus,
.nav-list li a:active,
.menu-active {
    text-decoration: none;
    color: #ffffff;
    background: #4088f4;
}

.nav-list li:last-child {
    margin: 0;
}

.show-submenu {
    position: relative;
}

.show-submenu:after {
    content: '';
    width: 0; 
    height: 0; 
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    position: relative;
    top: 16px;
    margin: 0 0 0 5px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

/* .show-submenu:hover:after,
.show-submenu:focus:after,
.show-submenu:active:after {
    border-top: 6px solid #78aeff;
} */

.submenu {
    display: none;
    position: absolute;
    left: -40px;
    top: 64px;
    z-index: 99;
    width: 305px;
    /* padding: 10px 20px 13px 20px; */
    padding: 0;
    margin: 0;
    background: #214272;
    list-style: none;
    text-align: left;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.submenu li {
    display: block;
    margin: 0;
    position: relative;
}

.nav-list .submenu a {
    padding: 10px 20px 13px 20px;
    text-transform: none;
    display: inline-block;
    width: 100%;
    opacity: 1;
    border-bottom: 1px solid #4d70a5;
}

.nav-list .submenu li:last-child a,
.nav-list .submenu .second-level li:last-child a {
    border-bottom: none;
}

.nav-list .submenu .second-level {
    display: none;
    position: absolute;
    /* padding: 10px 20px 13px 20px; */
    padding: 0;
    left: 305px;
    top: 0;
    width: 235px;
    background: #2D83D3;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}


.has-drop:after {
    content: '';
    width: 0; 
    height: 0; 
    position: absolute;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #ffffff;
    right: 20px;
    top: 17px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

/* .has-drop:hover:after,
.has-drop:active:after,
.has-drop:focus:after {
    border-left: 6px solid #a3d9ff;
} */

.nav-list .submenu .second-level li a {
    border-bottom: 1px solid #5facf3;
}

.nav-list .submenu .second-level a {
    color: #ffffff;
}

.nav-list .submenu .second-level a:hover,
.nav-list .submenu .second-level a:focus,
.nav-list .submenu .second-level a:active {
    color: #072855;
    background: #ffffff;
}

.mobile-nav {
    display: none;
}

.search-wrapper {
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
    width: 430px;
    overflow-y: auto;
    z-index: 4;
}

.search-wrapper-mobile {
    display: none;
}

.search-wrapper .search-input {
    position: relative;
    border: 1px solid #D5DFE5;
    border-radius: 6px;
}

.search-wrapper input {
    background: #ffffff;
    border: none;
    width: 87%;
    padding: 15px 20px;
    border-radius: 6px;
    height: 46px;
}

.search-wrapper .search-btn {
    position: absolute;
    top: 4px;
    right: 5px;
    width: 38px;
    height: 38px;
    display: block;
    background: #133F81 url(../img/search-ico-white.svg) 50% 50% no-repeat;
    background-size: 23px auto;
    border: none;
    border-radius: 6px;
}

.search-wrapper .search-btn:hover,
.search-wrapper .search-btn:focus,
.search-wrapper .search-btn:active {
    background: #d20a11 url(../img/search-ico-white.svg) 50% 50% no-repeat;
    background-size: 23px auto;
}


/* search form */
::-webkit-input-placeholder {
    color: #425263;
}

::-moz-placeholder {
    color: #425263;
}

:-ms-input-placeholder {
    color: #425263;
}

:-moz-placeholder {
    color: #425263;
}

.search-item {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}

.search-item:after {
    content: '';
    z-index: 1;
    top: 0;
    bottom: 120px;
    left: 0;
    -webkit-box-shadow: inset 0 0 90px 0 rgba(0, 0, 0, .08);
    box-shadow: inset 0 0 90px 0 rgba(0, 0, 0, .08);
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.search-item:hover:after {
    -webkit-box-shadow: inset 0 0 90px 0 rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 90px 0 rgba(0, 0, 0, .3);
}

.search-item img {
    display: block;
}

.search-item-name {
    font-weight: 400;
    color: #425263;
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.section-title {
    position: relative;
    font-size: 3.6rem;
    font-weight: 500;
    color: #0A1C29;
    margin: 0 0 40px 0;
    padding: 0 0 20px 0;
    border-bottom: 2px solid #375D94;
}


.sortiranje .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 180px;
    margin-right: 15px;
}

.bootstrap-select > .dropdown-toggle {
    background: #ffffff;
    border: 1px solid #404040;
    padding: 7px 9px;
    font-size: 1.6rem;
    border-radius: 2px;
}

.bootstrap-select .dropdown-menu.inner {
    font-size: 1.6rem;
}

.bootstrap-select .dropdown-toggle .caret {
    border: none;
    width: 12px;
    height: 7px;
    display: block;
    background: url(../img/chevron-down-sort.svg) 50% 50% no-repeat;
    background-size: 12px auto;
}

.dropdown-menu {
    border-radius: 0;
    padding: 0;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #d02422;
}

.intro-section {
    background: #EAF4F9;
    padding: 120px 0 60px 0;
}

.intro-section .illustracija {
    position: relative;
    left: -60px;
}

.intro-txt-wrapper {
    position: relative;
    top: -30px;
}

.intro-section h1 {
    font-size: 3.5rem;
    font-weight: 700;
    position: relative;
    margin: 0 0 70px 0;
    line-height: 4.7rem;
}

.intro-section h1:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 110px;
    height: 2px;
    display: block;
    background: #2388E6; 
}

.intro-section h2 {
    font-size: 1.8rem;
    font-weight: 400;
    margin: 0;
    line-height: 3.2rem;
}

.highlight {
    position: relative;
    background: #C4DDF1;
    padding: 0 5px 5px 5px;
}

.big-blue-btn {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    background: #375D94;
    border-radius: 2px;
    padding: 15px 20px;
    display: inline-block;
    margin: 40px 0 0 0;
}

.big-blue-btn:hover,
.big-blue-btn:focus,
.big-blue-btn:active {
    color: #ffffff;
    text-decoration: none;
    background: #d20a11;
}

.tooltip-link {
    color: #000000;
    font-size: 1.8rem;
    font-weight: 700;
    position: absolute;
    cursor: default;
}

.tooltip-link:before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    display: block;
    width: 65px;
    height: 2px;
    background: #246CFF;
}

.tooltip-link:hover,
.tooltip-link:focus,
.tooltip-link:active {
    text-decoration: none;
    color: #246CFF;
}

.tooltip-link.top-left {
    top: -70px;
    left: 0;
}

.tooltip-link.top-middle {
    top: -50px;
    left: 45%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tooltip-link.top-right {
    top: -70px;
    right: 0;
}

.tooltip-link.bottom-left {
    bottom: -50px;
    left: 0;
}

.tooltip-link.bottom-middle {
    bottom: -70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tooltip-link.bottom-right {
    bottom: -50px;
    right: 0;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ffffff;
}

.tooltip-inner {
    color: #000000;
    background-color: #ffffff;
    font-family: 'Muli', Arial, sans-serif;
    font-size: 1.6rem;
    max-width: 250px;
}

.show-all {
    position: absolute;
    right: 15px;
    top: 7px;
    font-size: 1.8rem;
    font-weight: 500;
    color: #000000;
}

.show-all:hover {
    color: #d20a11;
}

.show-all:focus,
.show-all:active {
    background: #375D94;
    color: #ffffff;
}

.news {
    padding: 60px 0 0 0;
}

.news-item {
    position: relative;
    display: block;
    box-shadow: 0 2px 9px rgba(0,0,0,.14);
    border-radius: 6px;
    margin: 0 0 30px 0;
}


.news-item:hover,
.news-item:focus,
.news-item:active {
    text-decoration: none;
    background: #d20a11;
}

.news-item img {
    width: 100%;
    position: relative;
    opacity: 1;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.news-item img:hover {
    opacity: .8;
}

.news-item h3 {
    position: relative;
    padding: 0 20px 20px 20px;
    margin: 0;
    font-size: 2rem;
    line-height: 3rem;
    color: #2C2E30;
    font-weight: 700;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.news-item:hover h3,
.news-item:focus h3,
.news-item:active h3 {
    color: #ffffff;
}



.godina-wrapper h3 {
    text-align: center;
    font-size: 4.6rem;
    font-weight: 400;
    margin: 0 0 15px 0;
}

.godina-wrapper {
    padding: 40px 30px;
    border-radius: 6px;
    border: 1px solid #EAF4FA;
    font-weight: 500;
}

.godina-wrapper .list-all {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #23527c;
}

.godina-wrapper.first {
    border-top: 8px solid #246CFF;
}

.godina-wrapper.second {
    border-top: 8px solid #2D83D3;
    background: #F4F8FA;
}

.godina-wrapper.third {
    border-top: 8px solid #00488B;
}

.godina-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 30px 0 0 0;
}

.godina-wrapper ul li {
    display: inline-block;
    width: 100%;
    margin: 4px 0;
    position: relative;
    padding: 0 0 0 30px;
}

.godina-wrapper ul li:first-child {
    margin: 0 0 4px 0;
}

.godina-wrapper ul li:last-child {
    margin: 4px 0 0 0;
}

.godina-wrapper ul a {
    color: #000000;
    position: relative;
    display: block;
    float: left;
}

.godina-wrapper ul li:before {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background: #D20A11;
    left: 0;
    top: 7px;
}

.godina-wrapper ul a:focus:before,
.godina-wrapper ul a:active:before {
    background: #ffffff;
}

.godina-wrapper ul a:hover {
    color: #d20a11;
    text-decoration: none;
}

.godina-wrapper .list-all:focus,
.godina-wrapper .list-all:active,
.godina-wrapper ul a:focus,
.godina-wrapper ul a:active,
.natjecaji-list-home li a:focus,
.natjecaji-list-home li a:active,
.kontakt-lokacije a:active,
.kontakt-lokacije a:focus {
    background: #375D94;
    color: #ffffff;
}

.page-header {
    display: block;
    margin: 105px 0 0 0;
    padding: 0;
}

.natjecaji {
    background: #F9F9FA;
    padding: 60px 0;
    margin: 60px 0 0 0;
}

.natjecaji h3 {
    font-size: 3.6rem;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.0432rem;
}

.natjecaji-holder {
    position: relative;
    left: -15px;
}

.natjecaji-intro {
    margin: 40px 0;
}

.natjecaji-list-home {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.natjecaji-list-home li {
    display: block;
    position: relative;
    margin-bottom: 20px;
    float: left;
    padding: 0 0 0 40px;
}

.natjecaji-list-home li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    display: block;
    width: 10px;
    height: 10px;
    background: #D20A11;
    float: left;
}

.natjecaji-list-home li a,
.natjecaji-intro {
    color: #000000;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 0.0216rem;
}

.natjecaji-list-home li a:hover {
    color: #D20A11;
    text-decoration: none;
}

.natjecaji-list-home li a:focus:hover {
	color: #fff;
}

.kontakt-lokacije {
    font-size: 1.8rem;
    font-weight: 500;
    color: #575756;
    line-height: 3rem;
}

.contact-item a {
    color: #575756;
}

.kontakt-lokacije a:hover {
    color: #d20a11;
}

.kontakt-lokacije strong {
    color: #000000;
}

.contact-item {
    text-align: center;
}

.contact-item strong {
    color: #000000;
}

.contact-item img {
    display: block;
    margin: 0 auto 30px auto;
}

footer {
    padding: 30px 0 20px 0;
    background: #315488;
    font-size: 1.8rem;
    letter-spacing: 0.0216rem;
    color: #ffffff;
}

.footer-logo {
    display: inline-block;
    width: 100%;
}

.footer-logo:focus,
.footer-logo:active {
    background: transparent;
    outline: 2px solid #ffffff;
}

.footer-logo img {
    width: 183px;
    height: 52px;
}

.footer-info {
    font-size: 1.4rem;
}

.copyright {
    font-weight: 700;
    text-align: right;
    position: relative;
    top: 15px;
}

.copyright-mobile {
    display: none;
}

.footer-links-wrapper {
    border-top: 1px solid #ffffff;
    padding: 20px 0 0 0;
    margin: 20px 0 0 0;
}

footer .footer-links,
.social-links,
.footer-contact {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer .footer-links li,
.social-links li,
.footer-contact li {
    display: inline-block;
    margin: 0 15px 10px 0;
}

footer .footer-links li:last-child {
    margin: 0;
}

footer .footer-links {
    margin: 0;
    width: 60%;
    float: left;
}

footer a {
    position: relative;
    font-weight: 700;
    color: #ffffff;
}

footer a:hover {
    color: #a5c9ff;
}

footer a:active,
footer a:focus {
    color: #315488;
    background: #ffffff;
}

.social-links {
    text-align: right;
    width: 30%;
    float: right;
}

.social-links path {
    fill: #ffffff;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.social-links .trans-fill,
.social-links a:hover .trans-fill,
.social-links a:focus .trans-fill,
.social-links a:active .trans-fill {
    fill: rgba(0,0,0,0);
}

.social-links a:hover path {
    fill: #78aeff;
}

.social-links a:active path,
.social-links a:focus path {
    fill: #315488;
}

.dark-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 100;
}

.page-content {
    margin: 40px 0;
}

.v-center {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.page-content .news-item {
    margin-bottom: 30px;
}

.pagination-wrapper {
    display: inline-block;
    width: 100%;
    text-align: right;
    position: relative;
}

.pagination-prev,
.pagination-next {
    display: block;
    width: 36px;
    height: 36px;
}

.pagination-prev svg {
    /* background: url(../img/chevron-down-sort.svg) 50% 50% no-repeat; */
    stroke: #000000;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.pagination-next svg {
    /* background: url(../img/chevron-down-sort.svg) 50% 50% no-repeat; */
    stroke: #000000;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.pagination-prev:hover svg,
.pagination-prev:active svg,
.pagination-prev:focus svg,
.pagination-next:hover svg,
.pagination-next:active svg,
.pagination-next:focus svg {
    stroke: #ffffff;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
    border: none;
}

.pagination > li > a, .pagination > li > span {
    border: none;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #D20A11;
    border-color: #D20A11;
    color: #ffffff;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #D20A11;
    border-color: #D20A11;
}

.pagination > li > a, .pagination > li > span {
    color: #000000;
}

.page-content h1.news-title {
    font-weight: 900;
    color: #0A1C29;
    font-size: 3rem;
    margin: 0 0 20px 0;
}

.inner-page {
    padding: 20px 0 60px 0;
}

.breadcrumbs {
    margin: 0 0 30px 0;
}

.breadcrumbs ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.breadcrumbs ul li {
    display: inline-block;
    position: relative;
}

.breadcrumbs ul li:after {
    content: '/';
    display: inline-block;
    margin: 0 3px 0 7px;
}

.breadcrumbs ul li.active {
    font-weight: 400;
}

.breadcrumbs ul li a {
    color: #0051ca;
    font-weight: 500;
}

.breadcrumbs ul li:last-child:after {
    display: none;
}

.inner-page h1 {
    margin: 0 0 30px 0;
}

.news-list {
    position: relative;
}
.news-item .datum {
    display: inline-block;
    position: relative;
    padding: 20px 20px 0 20px;
    margin: 0;
    font-size: 1.5rem;
    line-height: 3rem;
    color: #2C2E30;
    font-weight: 700;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.news-item:hover .datum,
.news-item:focus .datum,
.news-item:active .datum {
    color: #ffffff;
}
.datum-ops {font-size: 1.2rem; font-weight: bold; display: block; margin-bottom: 10px;}
.datum-objavljeno {font-size: 1.2rem; font-weight: bold;}
.filter-wrapper {
    position: absolute;
    right: 15px;
    top: 0;
}

.filter-wrapper label {
    font-weight: 400;
}

.filter-dropdown {
    display: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
    max-height: 300px;
    overflow-y: auto;
    background: #ffffff;
    position: absolute;
    top: 81px;
    z-index: 2;
    left: 0;
    right: 0;
    box-shadow: 0 10px 15px rgba(0,0,0,.2);
}

.filter-dropdown ul {
    list-style-type: none;
    margin: 0;
    padding: 0 20px;
}

.filter-dropdown li a {
    margin: 0;
    padding: 6px 13px;
    display: inline-block;
    width: 100%;
}

.filter-dropdown li a.active {
    background: #d02422;
    color: #ffffff;
}

.filter-dropdown a {
    color: #000000;
}

.filter-dropdown li a {
    font-weight: 700;
}

.filter-dropdown li ul li a {
    font-weight: 500;
    color: #2675be;
}

.filter-dropdown li ul li ul li a {
    color: #646464;
    font-weight: 400;
}

.filter-dropdown .level4,
.filter-dropdown .level3  {
    padding: 0 0 0 20px;
}

.filter-dropdown .level4 li a {
    padding: 2px 0 2px 13px;
}

article {
    color: #575756;
    min-height: 40vh;
}

article ul {
    margin: 30px 0 0 0;
}

article ul li {
    margin: 5px 0;
}

article table {
    margin: 30px 0;
    width: 100%;
    word-break: break-word;
}

article table ul {
    margin: 0;
}

.gallery-main-img {
    cursor: pointer;
}

.gallery-wrapper {
    margin: 30px 0 0 0;
    display: inline-block;
}

.gallery-item {
    display: block;
    float: left;
    margin: 0 30px 30px 0;
}

.gallery-item:focus {
    outline: 5px solid #246CFF;
}

.preuzimanja {
    background: #F5F5F5;
    padding: 30px;
    margin: 30px 0 0 0;
}

.inner-page .preuzimanja h2 {
    margin: 0 0 20px 0;
    font-size: 2rem;
    font-weight: 700;
}

.inner-page .preuzimanja h3 {
    margin: 0;
    font-size: 1.6rem;
}

.preuzimanja ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin: 10px 0 0 0;
}

.preuzimanja ul li {
    margin: 15px 0;
    border-bottom: 1px solid #ccc;
    padding: 0 0 15px 0;
}

.preuzimanja ul li:last-child {
    margin: 15px 0 0 0;
    border: none;
    padding: 0;
}

.preuzimanja .download-btn,
.report-item .download-btn {
    color: #ffffff;
    background: #2D83D3;
    padding: 5px 10px;
    display: inline-block;
    margin: 10px 0 0 0;
    position: relative;
    text-decoration: none;
}

.preuzimanja .download-btn:hover,
.preuzimanja .download-btn:focus,
.preuzimanja .download-btn:active,
.report-item .download-btn:hover,
.report-item .download-btn:focus,
.report-item .download-btn:active,
.filter-btn:hover,
.filter-btn:focus,
.filter-btn:active {
    background: #d20a11;
    text-decoration: none;
}

.preuzimanja .download-btn:before,
.report-item .download-btn:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/download-ico-white.svg) 50% 50% no-repeat;
    background-size: 13px auto;
    top: 2px;
    margin: 0 10px 0 0;
}

.last-change {
    color: #0A4594;
    position: relative;
    margin: 30px 0 20px 0;
}

.last-change:before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    background: url(../img/time-ico.svg) 50% 50% no-repeat;
    background-size: 16px auto;
    margin: 0 10px 0 0;
    position: relative;
    top: 4px;
}

.share-wrapper {
    list-style-type: none;
    padding: 0;
    margin: 30px 0 0 0;
}

.share-wrapper li {
    display: inline-block;
    margin: 0 20px 0 0;
}

.share-wrapper li a {
    position: relative;
    color: #4E4A4A;
    text-decoration: none;
}

.share-wrapper li a:hover,
.share-wrapper li a:focus,
.share-wrapper li a:active {
    text-decoration: underline;
}

.print:before,
.fb-share:before,
.tw-share:before {
    content: '';
    width: 25px;
    height: 25px;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    position: relative;
}

.print:before {
    background: url(../img/print-ico.svg) 50% 50% no-repeat;
    background-size: 25px auto;
    
}

.fb-share:before {
    background: url(../img/fb-share.svg) 50% 50% no-repeat;
    background-size: 25px auto;
}

.tw-share:before {
    background: url(../img/tw-share.svg) 50% 50% no-repeat;
    background-size: 25px auto;
}

.reports-wrapper {
    background: #F5F5F5;
    padding: 25px;
}

.reports-wrapper .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.reports-filter-wrapper {
    margin: 20px 0 0 0;
    position: relative;
}

.report-item {
    margin: 10px 0;
    border-bottom: 1px solid #ccc;
    padding: 10px 0 18px 0;
}

.report-item:first-of-type {
    margin: 0 0 10px 0;
    padding: 0 0 18px 0;
}

.report-item:last-of-type {
    margin: 10px 0 0 0;
}

.report-item a {
    position: relative;
    color: #072855;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 700;
    padding: 0 0 0 50px;
    display: block;
}

.report-item a:before {
    content: 'PDF';
    display: block;
    position: absolute;
    font-size: 1.1rem;
    border: 1px solid#d20a11;
    color: #d20a11;
    padding: 1px 3px;
    letter-spacing: 0.7px;
    left: 0;
    top: 8px;
    line-height: 1.3;
}

.report-item .sivi {
    color: #757575;
}

.report-item .cat-time {
    color: #575756;
    margin: 0 0 15px 0;
}

.report-item .download-btn {
    margin: 0;
    padding: 8px 15px;
    background: #2D83D3;
}

.filter-btns {
    margin: 20px 0 0 0;
}

.filter-btn {
    background: #2D83D3;
    color: #ffffff;
    border: none;
    padding: 15px 20px;
    border-radius: 2px;
    margin-right: 20px;
}

.filter-choose-btn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding: 13px 40px 13px 20px;
    border: 1px solid #072855;
    background: #ffffff;
    font-size: 1.6rem;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    text-align: left;
}

.filter-choose-btn .caret {
    position: absolute;
    top: 50%;
    width: 12px;
    height: 7px;
    display: block;
    margin-top: -2px;
    border: none;
    background: url(../img/chevron-down-sort-blue.svg) 50% 50% no-repeat;
    background-size: 10px auto;
    right: 20px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.filter-choose-btn.open .caret{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#pojamIzvjesce {
    width: 100%;
    height: 50px;
}

.reset-btn {
    color: #ec2024;
    font-weight: 500;
    position: relative;
}

.reports-wrapper .bootstrap-select > .dropdown-toggle {
    padding: 13px 20px;
    border: 1px solid #072855;
}

.reports-wrapper .bootstrap-select .dropdown-toggle .caret {
    background: url(../img/chevron-down-sort-blue.svg) 50% 50% no-repeat;
    background-size: 10px auto;
    right: 20px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.reports-wrapper .bootstrap-select.open .dropdown-toggle .caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.bootstrap-select .dropdown-menu li small {
    color: #246CFF;
    font-size: 1.6rem;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.reports-wrapper .bootstrap-select .dropdown-menu li a span.text {
    width: 100%;
    color: #575756;
    padding: 0 50px 0 0;
    position: relative;
}

.reports-wrapper .bootstrap-select .dropdown-menu li.active a span.text {
    color: #ffffff;
}

.bootstrap-select .dropdown-menu {
    border: none;
    border-radius: 2px;
    box-shadow: 0 3px 20px rgba(0,0,0, .2);
    margin: 0;
}

.reports-wrapper .bootstrap-select.open > .dropdown-toggle {
    background: #ffffff;
    border: 1px solid #ffffff;
    z-index: 1001;
    /* box-shadow: 0 3px 20px rgba(0,0,0, .2); */
}

.bootstrap-select .dropdown-menu li a {
    padding: 7px 20px;
}

h2.contact-h2 {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 700;
    margin: 0 0 50px 0;
}

.contact-page {
    font-weight: 500;
}

.contact-page strong {
    color: #000000;
}

.contact-page a {
    color: #072855;
}

.contact-page a:hover {
    color: #ec2024;
}

.contact-page .contact-item {
    margin-bottom: 60px;
}

.office-item {
    margin: 0 0 40px 0;
}

.office-item h3 {
    position: relative;
    font-size: 20px;
    padding: 5px 0;
}

.office-item h3 span {
    position: relative;
    z-index: 2;
}

.office-item h3:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    right: -30px;
    display: block;
    background: #F5FAFD;
    z-index: 1;
    height: 100%;
}

.contact-page .view-all {
    position: absolute;
    right: 15px;
    top: 15px;
}

#lista-ureda h2 {
    margin: 60px 0 30px 0;
}

.main-person h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin: 0 0 20px 0;
}

.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}
.skip-main:focus,
.skip-main:active {
    background:#315488;
    color: #ffffff;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: auto;
    margin: 10px;
    padding: 5px 10px;
    font-size: 1.6rem;
    z-index: 999;
    text-decoration: none;
}


.napomena {
    background: #D20A11;
    text-align: center;
    color: #ffffff;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: 700;
}

.search-results {
    margin: 0 0 40px 0;
}

.search-results a,
.search-results-dokumenti a {
    word-break: break-all;
    word-break: break-word;
}

h2.rezultati-search,
h2.dokumenti-rezultati-search {
    background: #e8e8e8;
    font-size: 2.5rem;
    padding: 5px 10px 6px 10px;
}

.img-sors {
    text-align: right;
    color: #727272;
}



@media print {
    a[href]:after {
      content: none !important;
    }
  }

#pojamIzvjesce {
    padding: 13px 20px;   
}


.izvjescaKrusneMrvice ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 1.3rem;
}

.izvjescaKrusneMrvice ul li {
    position: relative;
    display: inline-block;
}

.izvjescaKrusneMrvice ul li::after {
    content: '/';
    display: inline-block;
    margin: 0 5px;
}

.izvjescaKrusneMrvice ul li:last-child::after {
    display: none;
}