body, html {
    font-family: 'Red Hat Display', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #3E3E3E;
    line-height: 1.6;
	overflow-x:hidden;
}

.no-scroll {
    overflow: hidden;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.container {
    position: relative;
	width: 100%;
	max-width: 100%;
}

a, button {
    text-decoration: none;
    -webkit-transition: all .3s ease-out;    
    transition: all .3s ease-out;    
}

a {
    color: #011159;
}

a:hover,
a:focus,
a:active {
    color: #1165AA;
}

p {
	margin: 0;
}

strong {
    font-weight: 700;
}

h1, h2, h3, h4 {
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

h1 { 
    margin: 30px 0;  
    font-size: 36px;  
}

section h2 {
    font-size: 32px;
    margin: 0 0 20px 0;
}

ol, ul, dl {
    margin-bottom: 2rem;
}

.btn {
    color: #fff;
    border: none;
    font-weight: 700;
    padding: 5px 30px;
    border-radius: 0;
}

.btn-outline {
    border: 1px solid #fff;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
    background: #fff;
    color: #011159;
}

.blue-btn {
    background: #0c3b62;
    padding: 15px 30px;
}

.blue-btn:hover,
.blue-btn:focus,
.blue-btn:active {
    background: #082b48;
    color: #fff;
}

header {
    border-bottom: 1px solid #E6E7E8;
    padding: 0 30px;
}

.slide-info .btn {
    margin: 40px 0 0 0;
    font-size: 22px;
    padding: 10px 35px;
}

.img_responsive,
.imgresponsive {
    max-width: 100%;
}

.no-padding {
    padding: 0;
}

.no-list-style {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.no-list-style li:first-child {
	font-size: 20px;
}


/* mobile nav ico */
.mobile-nav-wrapper {
    display: none;
    cursor: pointer;
}

.mobile-nav-wrapper svg {
    position: relative;
    top: -2px;
    width: 26px;
    height: 20px;
}

.mobile-nav-wrapper path {
    fill: #011159;
}

.close-nav {
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
	height:25px;
	width:25px;
	position:absolute;
	top:15px;
	right:15px;
}

.nav-mobile-wrapper {
    display: none;
}

.hidden-side-nav {
    position: fixed;
    right: 0;
    top: 0;
    display: none;
    bottom: 0;
    background: #ffffff;
    width: 500px;
    margin: 0;
    padding: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    float: none;
    z-index: 101;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: -10px 0 20px rgba(0,0,0,.3);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hidden-side-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-radius: 5px;
}

.hidden-side-nav ul li {
    padding: 13px 0;
    border-bottom: 1px solid #d5d5d5;
}

.hidden-side-nav a:not(.close-nav) {
    display: block;
}

.main-cat-name-sidebar {
    position: relative;
}

.main-cat-name {
    max-width: 400px;
}

.show-submenu-side,
.nav-list .show-submenu .show-submenu-side-main {
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 2;
    top: -2px;
    right: 0;
    bottom: 0;
    background: url(../img/chevron-right.svg) 50% 50% no-repeat;
    background-size: 7px auto;
    border-radius: 100%;
    transform: rotate(0);
}

.nav-list .show-submenu.expand .show-submenu-side-main {
    transform: rotate(90deg);
    background:  url(../img/chevron-right.svg) 50% 50% no-repeat;
    background-size: 7px auto;
}

.nav-list li a.show-submenu-side-main {
    display: none;
}

.hidden-side-nav .submenu-side {
    display: none;
    background: #f7f7f7;
    padding: 5px 15px;
    margin: 10px 0 0 0;
}

.hidden-side-nav ul li .submenu-side li {
    border-bottom: none;
    padding: 0;
    margin: 0 20px 0 0;  
}

.hidden-side-nav ul li .submenu-side li a {
    display: inline-block;
    padding: 5px 0;
    font-size: 16px;
}

.topbar-main-nav-wrapper {
    position: relative;
    padding: 50px 0 0 0;
}

.topbar {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 20px;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.topbar.mobile_topbar_linkovi {
	display: none !important;
}

.topbar.inline-list li{
    padding: 7px 10px;
    border:1px solid #0c3b62;
    margin:0 0 0 10px;
    background: #0c3b62;
    transition:0.3s all ease-in-out;
}

.topbar.inline-list li:hover{
    background: transparent;
    border:1px solid #0c3b62;
    color:#070707;
}

.topbar.inline-list li:hover a{
    color:#070707;
}

.topbar.inline-list li:hover .btn-lang::before{
    filter:brightness(0) grayscale(10) contrast(10);
}



.topbar a {
    position: relative;
    color: #ffffff;
}

.btn-lang::before {
    content: '';
    z-index: 2;
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    background: url(../img/lang-ico.svg) 50% 50% no-repeat;
    background-size: 15px auto;
    filter: brightness(500%);
    transition:0.1s all ease-in-out;
}

.btn-lang {
    padding: 0 0 0 25px;
}

.nav-desktop-container {
    position: relative;
    top:-10px;
}

.logo_wrap {
	Display: flex;
	align-items: center;
}

.logo_wrap > a:first-child {
	margin-right: 30px;
}

.main-nav .logo {
    position: relative;
    top: -20px;
}

.main-nav-wrapper .logo img {
   
    display: block;
}

.logo-name {
    font-size: 16px;
    font-weight: 700;
    color: #011159;
    padding: 0 0 0 30px;
}


.nav-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: block; 
	position:relative;
	top:-15px;
}

.nav-list li {
    position: relative;
    display: inline-block;
    margin: 0 0px 0 30px;
}

.nav-list li:last-child {
    margin: 0;
}

.nav-list li a {
    position: relative;
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    color: #011159;
    border-bottom: 3px solid transparent;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.nav-list li .btn-lang{
    display:none;
}

.nav-list li > a {
    padding: 0 0 15px 0;
}

.nav-list li > a:hover,
.nav-list li > a:focus,
.nav-list li > a:active {
    text-decoration: none;
    color: #1165AA;
    border-bottom: 3px solid #1165AA;
}

.nav-list li.show-submenu > a:after {
    content: '';
    position: relative;
    display: inline-block;
    margin: 0 0 0 5px;
    width: 13px;
    height: 10px;
    background: url(../img/chevron-down.svg) 50% 50% no-repeat;
    background-size: 13px auto;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.submenu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    padding: 20px;
    background: #f3f1f1;
    top: 40px;
    left: 0;
    width: 300px;
    margin: 0;
    z-index: 4;
    list-style-type: none;
    transition: all .3s ease-out; 
	color:#000;
}

.nav-list li:last-child .submenu {
	right:0;
	left:auto;
}

.nav-list .submenu li a {
	color:#000;
	text-decoration:none;
	border:none;
	font-size:14px;
	font-weight:600;
}

.nav-list .submenu li a:hover {
	text-decoration:none;
	border:none;
}

/* .nav-list li.show-submenu:hover .submenu { */
    /* visibility: visible; */
    /* opacity: 1; */
/* } */

.submenu li {
    display: block;
    position: relative;
    margin: 0 0 5px 0;
}

.submenu li:last-child {
    margin: 0;
}

.nav-list .submenu a {
    font-weight: 400;
}

.submenu-list {
    position: relative;
    padding: 0;
    margin: 0;
}

.submenu-list .submenu-list-last {
    padding: 20px 0 0 20px;
}

.submenu-list .submenu-list-last ul {
    padding: 20px 0 5px 20px;
}

.submenu-list .submenu-list-last li {
    margin: 0 0 15px 0;
}

.submenu-list .submenu-list-last li:last-child {
    margin: 0;
} 

.submenu-list .submenu-list-last a {
    font-weight: 400;
}

.toggle-last-submenu {
    position: absolute;
    width: 23px;
    height: 23px;
    display: block;
    top: -2px;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background: url(../img/chevron-right.svg) 50% 50% no-repeat;
    background-size: 7px auto;
    border-radius: 100%;
    border: 1px solid #b1b1b1;
    transform: rotate(0);
}

.mobile-nav {
    display: none;
}

.search-btn-menu {
    margin: 0 0 0 30px;
    padding: 0 0 15px 0;
}

.search-btn-menu path {
    fill: #011159;
    stroke: #011159;
    transition: all .3s ease-out;
}

.search-btn-menu:hover path {
    fill: #1165AA;
    stroke: #1165AA;
}

.close-nav-ico,
.search-wrapper-menu .close-search {
    position: relative;
    width: 50px;
    display: block;
    margin: 0;
    cursor: pointer;
    opacity: .7;
    transition: all .3s ease-out;
}

.close-nav-ico {
     top: 3px; 
    /* width: 35px; */
}

.search-wrapper-menu .close-search,
.close-nav:hover .close-nav-ico {
    opacity: 1;
}

.close-nav:hover .close-nav-ico::before,
.close-nav:hover .close-nav-ico::after {
    background-color: #1165AA;
}  

.search-wrapper-menu .close-search::before,
.search-wrapper-menu .close-search::after,
.close-nav-ico::before,
.close-nav-ico::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 25px;
    width: 2px;
    background-color: #070707;
    top: 13px;
}

.close-nav-ico::before,
.close-nav-ico::after {
    background-color: #070707;
    height: 15px;
    top: 0;
}

.search-wrapper-menu .close-search::before,
.close-nav-ico::before {
    transform: rotate(45deg);
}

.search-wrapper-menu .close-search::after,
.close-nav-ico::after {
    transform: rotate(-45deg);
}

.search-wrapper-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,.1);
    z-index: 15; 
    width: 460px;
    background: #dadada;
    color: #070707;
}

.search-wrapper-menu.fixed-search {
    top: 84px;
}

.search-wrapper-menu .search-input {
    position: relative;
    padding: 20px;
}

.search-wrapper-menu input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #455c9f;
    color: #070707;
    width: 65%;
    display: block;
    float: left;
    padding: 13px 0;
    height: 50px;
    outline: none;
    font-size: 15px;
    -webkit-appearance: none;
}

.search-wrapper-menu input::-webkit-input-placeholder {
    color: #9f9e9e;
    opacity: 1;
}

.search-wrapper-menu input::-moz-placeholder {
    color: #9f9e9e;
    opacity: 1;
}

.search-wrapper-menu input::placeholder {
    color: #9f9e9e;
    opacity: 1;
}

.form-control::-webkit-input-placeholder {
    color: #9f9e9e;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #9f9e9e;
    opacity: 1;
}

.form-control::placeholder {
    color: #9f9e9e;
    opacity: 1;
}

.dropdown-item.active,
.dropdown-item:active {
    background: #0061af;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 20px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    content: '';
    background: url(../img/arrow-right-white.svg) 50% 50% no-repeat;
    background-size: 20px auto;
    width: 40px;
    height: 40px;
    display: block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}


.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
    background: url(../img/arrow-right-white.svg) 50% 50% no-repeat;
    background-size: 20px auto;
}

.swiper-button-next:after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.swiper-button-prev,
.swiper-button-next {
    left: auto;
    display: block;
}

.swiper-button-prev {
    left: 40px;
}

.swiper-button-next {
    right: 40px;
}

.swiper-pagination-bullet {
    background: rgba(255,255,255,.3);
    border: 1px solid #ffffff;
    opacity: 0.7;
    width: 15px;
    height: 15px;   
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.swiper-pagination-bullet-active {
    background: #ffffff;
    opacity: 1;
}

.main-slider {
    position: relative;
    display: block;
    margin: 45px 0 0 0;
    width: 100%;
}

.main-slide-holder {
    position: relative;
    display: inline-block;
    width: 100%;
}

.main-slide-holder img {
	width: auto;
}

/* .main-slide-holder::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: rgb(5, 24, 81);
    background: linear-gradient(90deg, rgb(5, 24, 81) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
} */

.slide-flags{
    display:flex;
    align-items:center;
    margin-bottom:30px;
    position: absolute;
    left: 90px;
    top: 30px;
}

.slide-flags img{
    margin-right:25px;    
}

.slider-img {
    width: 100%;
}

.slide-info {
    position: absolute;
    max-width: 700px;
    width: 100%;
    left: 90px;
    display: block;
    top: 50%;
    color: #ffffff;
    z-index: 2;
    font-size: 18px;
    transform: translateY(-50%);
}

.logo-slide {
    position: absolute;
    right: -7%;
    top: -15%;
    width: 38%;
    filter: grayscale(1) opacity(0.4);
}

.slide-info h1 {
    margin: 0 0 30px 0;
    font-size: 42px;
}

.title-mobile {
    display: none;
}

.search-wrapper {
    padding: 40px 0 0 0;
}

.search-wrapper .form-group {
    margin: 0 10px;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none!important;
}

.bootstrap-select .dropdown-menu li a {
    padding: 7px 10px;
    color: #fff;
    /*border-radius: 30px;*/
    margin: 3px 0;
}

.bootstrap-select .form-control {
    height: auto;
    padding: 5px 10px;
}

.bootstrap-select .dropdown-menu li a.opt {
    padding-left: 20px;
}

.form-group.calendar {
    position: relative;
    margin: 0;
}

.form-group.calendar .form-control {
    position: relative;
    background: transparent;
    color: #fff;
    padding: 14px 0 10px 50px;
    font-size: 18px;
}

.form-group.calendar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(../img/calendar-ico.svg) 50% 50% no-repeat;
    background-size: 25px auto;
}

.search-btn {
    background: #001159 url(../img/search-ico.svg) 50% 50% no-repeat;
    background-size: 20px auto;
    border-radius: 100%;
    border: none;
    width: 44px;
    height: 44px;
    display: block;
}

.search-btn:hover,
.search-btn:focus,
.search-btn:active {
    background: #1165AA url(../img/search-ico.svg) 50% 50% no-repeat;
    background-size: 20px auto;
}

@keyframes arrow-animation {
    0%,
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(10px, 0);
        transform: translate(10px, 0);
    }
}

.top {
    position: fixed;
    right: 15px;
    bottom: 90px;
    display: inline-block;
    background: url(../img/chevron-up.svg) no-repeat 0% 50%;
    background-size: 12px auto;
    padding: 0 0 0 25px;
	opacity:0.5;
	width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 10;
	background: #d8dbe2 url(../img/chevron-up.svg) no-repeat 50% 50%;
	background-size: 12px auto;
}

.top:hover {
	opacity:1;
}


footer {
    display: inline-block;
    width: 100%;
    margin: 60px 0 0 0;
    padding: 60px 0 30px 0;
    font-size: 16px;
    font-weight: 400;
    border-top: 1px solid #E6E7E8;
}

footer a {
    color: #58595B;
}


.footer-logo {
    position: relative;
    left: -120px;
}

.footer-logo img {
    width: 100px;
}

.footer-logo-title {
    padding: 0 0 0 20px;
    font-weight: 700;
    color: #011159;
}

.footer-address {
   color: #58595B;
   line-height: 1.8;
}

.footer-links-wrapper {
    margin-bottom:30px;
}

.footer-links li {
    margin: 0 0 10px 0;
}

.main-footer-content {
    position: relative;
    width: 100%;
    padding: 0 30PX;
}

.inline-list li {
    display: inline-block;
    margin: 0 0 0 50px;
}

.inline-list li {
    margin: 0 0 0 30px;
}

.inline-list li:first-child {
    margin: 0;
}

.dark-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(5, 24, 81, 0.8);
    z-index: 100;
}

.icon-direction-right {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    background: url(../img/chevron-down.svg) 50% 50% no-repeat;
    background-size: 12px auto;
    position: absolute;
    right: -30px;
    top: 6px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/* custom checkbox */

.inp-cbx {
    display: none;
}

.cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    width: 100%;
}

.cbx span {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    -webkit-transform: scale(1);
    transform: scale(1);
    vertical-align: top;
    margin: 4px 10px 0 0;
    border: 1px solid #C5AB7B;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    -webkit-transition: all .3s ease;
    -webkit-transition-delay: .1s;
    -webkit-transform: translate3d(0, 0, 0);
    transition: all .3s ease;
    transition-delay: .1s;
    transform: translate3d(0, 0, 0);
}

.cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #C5AB7B;
    display: block;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}

.cbx span:last-child {
    padding-left: 3px;
    width: 90%;
}

.cbx:hover span:first-child {
    border-color: #C5AB7B;
}

.inp-cbx:checked+.cbx span:first-child {
    background: #C5AB7B;
    border-color: #C5AB7B;
    animation: wave .4s ease;
}

.inp-cbx:checked+.cbx span:first-child svg {
    stroke-dashoffset: 0
}

.inp-cbx:checked+.cbx span:first-child:before {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    opacity: 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

@keyframes wave {
    50% {
        transform: scale(.9)
    }
}

/* end custom checkbox */

.form-control {
    max-width: 420px;
    width: 100%;
    padding: 10px 15px;
    border-radius: 3px;
    border: none;
    color: #051851;
    font-weight: 500;
}

.form-group.search {
    max-width: 350px;
    width: 100%;
}

.lg-backdrop {
    background-color: #ffffff;
}

.lg-outer .lg-thumb-outer {
    background-color: #ededed;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #051851;
}

.lg-next,
.lg-prev {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #d2d2d2;
    color: #696969;
    transition: all .3s ease-out;
}

.lg-sub-html {
    color: #000;
}

.bootstrap-select .btn {
    font-size: 16px;
}

.bootstrap-select .dropdown-menu {
    border: none;
    border-radius: 10px;
    padding: 15px;
    line-height: 1.3;
    box-shadow: 0 10px 30px rgba(0,0,0,.5);
}

.bootstrap-select .dropdown-menu.inner {
    padding: 0 5px;
}

.bootstrap-select>.dropdown-toggle {
    padding: 10px 15px;
    color: #051851;
}

.bs-searchbox {
    position: relative;
}

.bs-searchbox::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 14px;
    display: block;
    width: 18px;
    height: 18px;
    background: url(../img/search-select.svg) 50% 50% no-repeat;
    background-size: 18px auto;
}

.bs-searchbox .form-control {
    border: none;
}

.dropdown-item {
    white-space: initial;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35!important;
}

.bread {
    list-style-type: none;
    margin: 0;
    padding: 30px 0 0 0;
    font-weight: 400;
}

.bread li {
    position: relative;
    display: inline-block;
}

.bread li::after {
    content: '';
    position: relative;
    display: inline-block;
    margin: 0 10px;
    width: 6px;
    height: 10px;
    background: url(../img/chevron-right.svg) 50% 50% no-repeat;
    background-size: 6px auto;
}

.bread li.predzadnji-crumb::after {
	display: none;
}

.predzadnji-crumb + li {
	display: none;
}

.bread li:last-child a {
    color: #95999B;
}

.bread li:last-child:after {
    display: none;
}

.bread li a {
    color: #4C545A;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 20px 0;
    display: inline-block;
    width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article-page .map iframe {
    margin: 0 0 40px 0;
    width: 100%;
    height: 590px;
}

.form-select {
    font-size: 16px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #C8C8C8;
    padding-left: 10px;
    background-position: 100% 50%;
}

.form-control:active,
.form-control:focus,
.form-select:focus {
    box-shadow: none;
}

.tab-content>.tab-pane {
    visibility: hidden;
    display: block;
    height: 0;
}

.tab-content>.active {
    visibility: visible;
    height: auto;
}

.tab-content {
    padding: 50px 20px;
}

.nav-tabs .nav-link {
    background: #F1F1F1;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    border-radius: 0;
    padding: 20px 50px;
    border: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: #1268B3;
    color: #fff;
}

.nav-tabs .nav-item {
    margin: 0 20px 0 0;  
}

.form-group {
    margin: 0 0 30px 0;
}

.chevron-right {
    fill: #9a9a9a;
    transition: all .3s ease-out;
}

.accordion-button {
    border-bottom: 1px solid #E3E3E3;
    padding: 20px 260px 20px 0;
    line-height: 1.2;
}

.accordion-button::after {
    position: absolute;
    right: 5px;
    top: 41%;
    width: 13px;
    height: 22px;
    display: block;
    background: url(../img/chevron-right.svg) 50% 50% no-repeat;
    background-size: 13px auto;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(90deg);
    background: url(../img/chevron-right.svg) 50% 50% no-repeat;
    background-size: 13px auto;
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:first-of-type {
    border-radius: 0;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none;
    color: #000;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-item {
    border: none;
}

.accordion-body {
    padding: 30px 0;
}

.accordion-button:focus {
    border-color: #E3E3E3;
}

.swiper-button-lock {
    display: none;
}

.featured-cats {
    padding: 60px 0 0;
}

.opis_Wrapper {
	position: relative;
    display: block;
    padding-top: 40px;
}

.featured-item {
    position: relative;
    width: 32%;
}

.featured-item h3 {
	position: absolute;
    color: #fff;
    background: #0c3b62;
    font-size: 20px;
    padding: 20px 30px;
    left: 30px;
    bottom: auto;
    z-index: 2;
    top: -40px;
}

.boxeviNaslovnaKopis {
    color: #070707;
    padding-left: 30px;
    display: block;
    max-width: 90%;
}

.featured-item h3:hover {
	background:#082b48;
}

.gray-section {
    position: relative;
    background: #F2F2F5;
    padding: 60px 100px 60px 0;
    margin: 60px 0 0 0;
}

.gray-section.news_grey {
	background: #fff;
	margin: 0;
}

.gray-section::after {
    content: '';
    position: absolute;
    z-index: 2;
    width: 85px;
    height: 100%;
    /* background: #fff; */
    display: block;
    right: 0;
    top: 0;
}

.gray-section h2 {
    font-size: 36px;
}

.gray-section img {
    max-width: 280px;
    margin: 50px 0 0 30px;
}

.gray-section.news_grey img {
	opacity: 0;
	visibility: hidden;
}

.right-side-gray-section {
    max-width: 860px;
    padding: 0 0 0 60px;
}

.gray-section-features {
    margin: 40px 0 0 0;
}

.gray-feature-item {
    width: 49%;
    padding: 0 50px 30px 0;
}

.gray-feature-item h3 {
    font-size: 20px;
    margin: 0 0 15px 0;
}

.innerSection{
	  margin: 60px auto 0 0;
	  max-width:1200px;
}

.news-section {
    max-width: 1000px;
    margin: 60px auto 0 auto;
}

.news-section h2 {
    position: relative;
    padding: 0 0 15px 0;
    color: #222;
    border-bottom: 1px solid #E6E7E8;
}

.news-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 75px;
    height: 3px;
    background: #011159;
}

.news-item {
    padding: 30px 0;
    border-bottom: 1px solid #E6E7E8;
}

.news-item:last-child {
    border-bottom: none;
}

.news-item .date {
    color: #3E3E3E;
    font-size: 18px;
    margin: 0 0 20px 0;
}

.news-item a {
    color: #222;
    font-size: 22px;
    font-weight: 700;
}

.news-item a:hover {
	color: #1165aa;
}

.all-news {
    font-weight: 700;
    font-size: 18px;
	text-decoration: underline;
}

.subpage {
    padding: 40px 0 0 0;
}

.sidebar {
    max-width: 400px;
    width: 100%;

    padding-right: 30px;
}

.sidebar h2 {
    font-size: 18px;
    font-weight: 900;
    color: #4C545A;
    margin: 0 0 10px 0;
}

.sidebar ul {
    border-left: 1px solid #DEDEDE;
    padding: 20px 0 0 0;
}

.sidebar li:first-child {
    margin: 0 0 10px 0;
}

.sidebar li {
    margin: 10px 0;
}

.sidebar a {
    font-weight: 700;
    display: block;
    font-size: 16px;
    color: #3E3E3E;
    padding: 5px 0 5px 20px;
    border-left: 3px solid transparent;
}

.sidebar li .active,
.sidebar a:hover,
.sidebar a:active,
.sidebar a:focus {
    color: #0057A5;
    border-left: 3px solid #1165AA;  
}

.subpage-intro-txt {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin: 0 0 30px 0;
}

.main-content {
    font-size: 16px;
    line-height: 1.8;
    padding-right: 10%;
}

.main-content h2,
.main-content h3 {
    margin: 0 0 10px 0;
}

.subpage .main-content h3 {
	margin-top:30px;
}

.main-content ul {
    list-style-type: none;
    margin: 0 0 30px 0;
    padding: 0;
}

.main-content ul li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 5px 0 0 0;
}

.main-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    display: block;
    width: 6px;
    height: 12px;
    background: url(../img/chevron-right-blue.svg) 50% 50% no-repeat;
    background-size: 6px auto;
}

.main-content-wrapper {
    padding: 0 30px 0 0;
    width: 100%;

}
.pagination{
	font-size:15px;
}

.pagination span {
	padding: 0 5px;
}

.pagination a {
	display: flex;
    align-items: center;
}

.pagination input[type=text]{
	width:25px;
	height:25px;
	border:1px solid #ccc;
	text-align:center;
	padding: 5px;
    margin: 0 10px 0 10px;
	
}

.main-content .trazeni-pojam {
	font-size:20px;
	margin-bottom:20px;
}

.il-item {
	font-size:18px;
}

#prijava-header {
    text-align: left;
    margin: 0;
    border: 1px solid #bbbbbb;
    display: inline-block;
    padding: 0 30px;
}

.korak_prvi,
.korak_drugi {
	margin-top: 40px;
}

#prijava-header LI.selected {
    color: #1165aa;
}

#prijava-header LI {
    list-style-type: none !important;
    margin: 0;
    padding: 0;
    float: left;
    color: #bbbbbb;
    font-size: 16px;
    margin-right: 15px;
}

#prijava-header LI:last-child {
	margin-right: 0;
}

#prijava-header LI.selected a,
#prijava-header LI.ui-state-active a {
    font-size: 16px;
    color: #1165aa;
}

#prijava-header LI a {
    font-size: 16px;
    color: #bbbbbb;
    text-decoration: none;
	padding: 15px;
	font-weight: 700;
}

#prijava-header LI:last-child a {
	padding: 15px 0 15px;
}

#prijava-header LI.completed:last-child a {
	padding: 15px 15px 0 15px;
}

#prijava-header LI a::after {
    content: "|";
    padding-left: 25px;
    position: relative;
    top: -1px;
}

#prijava-header LI:last-child a::after {
	content: none;
}

#prijava-body table.job {
    width: 100%;
    padding: 5px 0;
}

#prijava-body table.job tr td:nth-child(1) {
    width: 30%;
    text-align: right;
    padding: 5px 3% 9px 4%;
}
#prijava-body table.job tr td {
    vertical-align: middle;
}

#prijava-body table.job tr td:nth-child(2) {
    padding: 5px 0px 5px 0;
    width: 378px;
}
#prijava-body table.job tr td {
    vertical-align: middle;
}

#prijava-body table.job tr td:nth-child(2) input[type="text"] {
    width: 95%;
    padding: 5px 2%;
    margin: 0px;
}
#prijava-body table.job input, #prijava-body table.job select {
    max-width: 360px;
    border: 1px solid #e6e8eb;
}


#prijava-body .error {
    color: #ed1c24;
    font-size: 16px;
}

#prijava-body table.job .table-subtitle {
    font-weight: 600;
}

#prijava-body table.job tr td .small-note {
    float: left;
    font-size: 10px;
	float:right;
}

#prijava-body table.job tr.hidden {
    display: none;
}

#prijava-body table.job tr td #og-new-phone, #prijava-body table.job tr td #og-new-job {
    float: left;
    padding: 2px 10px;
    text-align: center;
    text-transform: none;
    cursor: pointer;
    background-color: #1165aa;
}

.button-blue {
    padding: 5px 12px 5px 12px;
    color: white;
    border-radius: 3px;
    background: #1165AA;
    margin-right: 40px;
    font-size: 16px;
    font-weight: 500;
	margin-bottom:30px;
	border:none;
	display:inline-block;
}

.button-blue.pure-button {
	background: #011159;
}

#prijava-body .button-holder {
    width: 100%;
    height: 90px;
    margin-top: 25px;
}

.pure-button {
    display: inline-block;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: baseline;
    text-align: center;
    cursor: pointer;
    transition: 0.3s ease-in-out;
	border: none rgba(0, 0, 0, 0);
    text-decoration: none;
	padding: 15px 30px 15px 30px;
}

.errors-main {
    color: red;
    padding: 10px;
    margin: 10px;
}

#prijava-body table.job input[type=radio] {
    width: 16px !important;
    margin-right: 2px;
    padding: 0px;
}
#prijava-body table.job input, #prijava-body table.job select {
    width: 100%;
    max-width: 360px;
    border: 1px solid #e6e8eb;
}

 #prijava-body .order-cbl input {
    display: inline-block;
	margin: 0px 5px 5px 25px;
}

.filter-option-inner-inner {
	font-weight:400;
}

.prijava-wrapper {
	margin: 30px 0 0 0;
}

.prijava-wrapper .form-group {
	display: flex;
	align-items: center;
    width: 100%;
	margin: 0 0 20px 0;
	grid-gap: 15px;
}

.prijava-wrapper .form-control {
	background: #e9e9e9;
    margin: 0 15px 15px 0;
	flex: 1;
}

.prijava-wrapper .form-label {
	width: 200px;
	line-height: 1.2;
	margin-right:30px;
	font-size: 16px;
}

.form-group input::placeholder {
	color:#9f9e9e;
}

#prijava-body .order-cbl input:first-child {
	margin-left:0px;
}

.prijavaForma .filter-option-inner-inner {
	color:#5D5757;
	background:#e9e9e9;
}

.prijavaForma .btn.dropdown-toggle.btn-light {
	background:#e9e9e9;
}

.table-subtitle {
	padding-bottom:30px;
	padding-top:30px;
}

.small-note {
	margin-top: -30px;
    padding-bottom: 30px;
}

.prijavaForma {
	max-width:1100px;
}

#prijava-header li:before {
	display:none;
}

#prijava-header li a {
	cursor:pointer;
}

.prijava-wrapper {
	font-size:16px;
}

.prijava-wrapper .button-holder {
	margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #E6E7E8;
}

.prijava-wrapper .button-holder .prev {
	margin-right: 30px;
}

.prijava-wrapper .button-holder .pure-button:hover {
	background: #d5d5d5;
}

.korak_drugi {
	display:none;
}

.korak_treci {
	display:none;
}

.korak_cetvrti {
	display:none;
}

.skriven {
	display:none;
}

.button-blue:hover {
	color:#fff;
}

.button-blue:focus {
	color:#fff;
}

#prijava-body .dropdown-menu li:before {
	display:none;
}

#prijava-body .dropdown-menu li a span.text {
	color:#070707;
}

#prijava-body .dropdown-menu li a.selected span.text {
	color:#fff;
}

#prijava-body .dropdown-menu li a.active span.text {
	color:#fff;
}

/*.poslodavac_dodatni {
	display:none;
}*/

.form-group.textarea_group {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.form-label.textarea_label,
.prijava-wrapper .form-label.textarea_label {
	width:100%;
}

.form-control.textarea_width {
	max-width:100%;
}

.prijavaForma .dropdown-menu li.selected{
	background: #0061af;
}
.prijavaForma .dropdown-menu li.active{
	background: #0061af;
}

.prijavaForma .dropdown-menu {
	padding:0;
	border-radius:0;
}

.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: 'Red Hat Display', Arial, sans-serif;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: none;
    background: #fff;
    font-weight: normal;
    color: #fff;
}

.ui-widget-content {
	border: none;
    background: #fff;
    color: #333;
}

.ui-widget-header {
	border: none;
    background: #fff;
    color: #333;
    font-weight: bold;
}

.ui-widget.ui-widget-content {
	border:none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border:none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background:#fff;
}

.ui-widget-content a {
	color:#fff;
}

.form-control.span_form {
	background:none;
	display:block;
	padding-left:0;
}

.span_form .form-check-input:last-of-type {
	display:inline-block;
	margin-left:50px;
	
}

.p-0 {
	padding-left:0;
	padding-right:0;
}

.ui-tabs .ui-tabs-panel {
	padding:0;
}

#prijava-header li a.ui-tabs-anchor:first-child {
	padding-left:0;
}

.ui-tabs .ui-tabs-nav {
	padding:0;
}

.ui-tabs {
	padding:0;
}

.main-content h2 {
	font-size: 26px;
	margin-top:20px;
	color:#000;
}

.innerSection ul li:before {
	display:none;
}

.innerSection ul li.news-item {
	padding-left:0;
	border-bottom:1px solid #E6E7E8;
	padding-bottom: 30px;
}

/*.accordion-button::after {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    transition: 0.3s all ease;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 24px;
    background-image: url();
}*/

.icon-chevron-right {
	background-image: url(../img/chevron-right_nova.svg);
	height: 20px;
    width: 20px;
    display: inline-block;
	background-size:16px;
	background-repeat: no-repeat;
	background-position:center center;
	padding-left: 30px;
    padding-right: 30px;
}

.icon-chevron-left {
	background-image: url(../img/chevron-left_nova.svg);
	height: 20px;
    width: 20px;
    display: inline-block;
	background-size:16px;
	background-repeat: no-repeat;
	background-position:center center;
	padding-left: 30px;
    padding-right: 30px;
}

.accordion h4 {
	font-size:20px;
}

.subpage .main-content-wrapper img{
	width:100%;
}

.featured-cats .featured-item {
	width:100%;
}

.featured-cats .container {
	grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin-bottom: 30px;
    display: grid;
}

.main-content-wrapper.fullWidthPic {
	padding:0;
}

.fullWidthPic .main-content,
.fullWidthPic .bread {
	padding-left:60px;
}

#prijava-body .dropdown-menu li a:focus span.text {
    color: #fff;
}

.dropdown-item:focus {
    background: #0061af;
	border-radius:0;
}

.prijavaForma .bootstrap-select .dropdown-menu li {
	padding-left:0;
}

.order-cbl {
	display:flex;
	margin-bottom: .5rem;
	margin-left: 15px;
}

.jezici {
	padding-left:30px;
}

.jezici:first-of-type {
	padding-left:0px;
}

.subpage-intro-txt h2 {
	font-size:24px;
}

.footer-row {position: relative; justify-content: space-between;}

/* cookie */


.gdc-button{
	border-color:#0c3b62;
	color:#0c3b62;
}

.gdc-button:hover{
	background-color:#0c3b62;
	border-color:#0c3b62;
}

.gdc-description a{
	color:#0c3b62;
}

.gdc-description a:hover{
	color:#082b48;
}

.gdc-info-icon-bkg {
    fill: #0c3b62;
}

.gdc-options input[type=checkbox]:checked + label:before {
    font-size: 10px;
    color: #1f1f1f;
    background:  #0c3b62;
    border: 1px solid  #0c3b62;
}

#gdc-accept-all {
	border-color:#070707;
	color:#fff;
    background: #070707;
}

#gdc-accept-all:hover {
	border-color:#9c800a;
	color:#ffffff;
	background:#9c800a;
}

#prijava-header li.completed a {
    font-weight: bold;
    color: green;
    position: relative;
}

#prijava-header li.completed a::after {
    content: "✓";
    position: absolute;
    right: -2px;
    top: 14px;
    color: green;
    font-weight: bold;
}

.captcha_wrap img {
	max-width: 100px;
	height: auto;
}

.prijava-wrapper .captcha_wrap  input {
	margin-top: 15px;
}

#prev.hidden {
    display: none !important;
}

.kontrast_picture {
	display:none;
}

.dropdown-menu .dropdown-menu li {
	padding-left:0;
}

.NavMenu-Vijesti {
	margin-right: 25px !important;
}

.main-nav-wrapper .logo img {
	max-width:303px;
	width: auto;
}


.main-nav-wrapper .logo.rh img {
	max-width: 100%;
	width: 65px;
}

.ukloniKontakt,
.ukloni-jezik {
	color: #fff;
    background: #dc3545;
    border-color: #dc3545;
	margin-bottom: 15px;
}

.dodatni-jezik input {
	max-width: 250px;
	margin: 0 30px 0 0;
}

.ukloni-jezik {
	margin-bottom: 0;
	margin-left: 30px;
}

.ui-datepicker-current-day .ui-state-default {
    color: #000;
	font-weight: 700;
}

.ui-datepicker-prev {
    position: relative;
    display: inline-block;
    margin: 0 5px 0 0;
}

.ui-datepicker-prev .ui-icon {
    position: relative;
    display: inline-block;
    width: 13px;
    height: 10px;
    background: url(../img/chevron-up.svg) 50% 50% no-repeat;
    background-size: 13px auto;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    transform: rotate(-90deg);
}

.ui-datepicker-next {
    position: relative;
    display: inline-block;
    margin: 0 0 0 5px;
}

.ui-datepicker-next .ui-icon {
    position: relative;
    display: inline-block;
    width: 13px;
    height: 10px;
    background: url(../img/chevron-down.svg) 50% 50% no-repeat;
    background-size: 13px auto;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    transform: rotate(-90deg);
}

.ui-datepicker-prev:hover .ui-icon,
.ui-datepicker-next:hover .ui-icon {
    opacity: 0.7; 
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    margin-top: 0;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    left: 15px;
    top: 10px;
}


.not-found {
	padding: 50px 0;
	text-align: center;
}

.nf-sign {
	font-size: 68px;
	font-weight: 900;
	margin-bottom: 20px;
	color: #3E3E3E;
}

.nf-txt {
	font-size: 24px;
	font-weight: 700;
}

.nf-btn {
	margin-top: 40px;
	font-size: 18px;
}



