@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@font-face {
    font-family: 'amalfi';
    src: url('../fonts/amalfi_coast-webfont.woff2') format('woff2'),
         url('../fonts/amalfi_coast-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    src: url(https://use.fontawesome.com/releases/v5.7.1/css/all.css);
    font-weight: 900;
    font-style: normal;
}

.fancybox-caption__body {
    
    display: none;
}


#sp-contact,
#sp-social {
	
	display: none;
}

#sp-logo {
	
	width: 468px;
	margin: auto;
}

#sp-header {
    box-shadow: none !important;
    background-image: linear-gradient(to right, #0e264a , #39f);
    max-width: 1400px;
    margin: auto;
    border-radius: 30px;
    height: 80px;
    padding-top: 10px;
	margin-top: -20px;
}






#sp-header-topbar .container-inner {
	
	border-bottom: 0px !Important;
}

.sp-megamenu-parent > li > a {
	   
		font-size: 0.8em;
		color: #fff;
		font-weight: bold;
		
}


#sp-header::after {
    content: "";
    background-image: url("images/sjena.png");
    height: 20px;
    width: 100%;
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.botuni-glavni {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    background: red;
    color: white;
    padding: 5px;
	border-radius: 10px;
}

.botun-naslov {
    font-size: 30px;
    font-family: 'Bebas Neue', cursive !important;
    text-align: center;
	margin-left: 80px;
}

.botuni {
	
	font-family: 'Bebas Neue', cursive !important;
	text-align: left;
}

.botuni-glavni p {
	
	margin-bottom: 0px;
}

.botuni-glavni::before {
    content: "";
    background-image: url("images/rh.png");
    height: 67px;
    width: 51px;
    position: absolute;
    top: -15px;
    left: 50px;
    z-index: 2;
}


.botuni-glavni1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    background: #39f;
    color: white;
    padding: 5px;
	border-radius: 10px;
}

.botun-naslov1 {
    font-size: 30px;
    font-family: 'Bebas Neue', cursive !important;
    text-align: center;
}

.botuni1 {
	
	font-family: 'Bebas Neue', cursive !important;
	text-align: left;
}


.botuni-mali {
    display: flex;
flex-flow: row wrap;
margin-left: -8px;
width: 100%;
}

.botuni-glavni1 p {
	flex: auto;
	margin: 0 8px 0px 0;
}

.menumenu-side a:hover {
	
	color: #246bb6 !important;
}

.menumenu-side .current > a {
	
	color: #246bb6 !important;
}


/*obavijesti */

.obavijesti-naslov h2 {
	
	font-size: 3em;
	font-family: 'amalfi';
	
}

.obavijesti .sppb-article-info-wrap {
	
	display: flex !important;
	flex-direction: column !important;
}

.obavijesti .sppb-article-meta {
	
	order: 1;
	
}

.obavijesti .sppb-article-info-wrap h3 {
    order: 2;
    min-height: 80px;
    line-height: 20px;
    font-size: 0.8em !important;
} 

.obavijesti .sppb-article-info-wrap h3 a{
    color: #333;
    
}

.obavijesti .sppb-readmore {
    order: 3;
    margin-left: auto;
    color: #787878;
    border: 1px solid #787878;
    padding: 2px;
    border-radius: 10px;
    font-size: 0.7em;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
}

.obavijesti .sppb-readmore:hover {
	
	color: #3297fc;
	border: 1px solid #3297fc;
}

.obavijesti .sppb-col-sm-3 {
	
	border-right: 1px solid #dbdbdb;
}

.novosti-naslov h2 {
	
	font-size: 3em;
	font-family: 'amalfi';
	color: #2a7dd3;
}

.obavijesti .sppb-col-sm-3:last-of-type { 

border-right: none !important;

}

.obavijesti .sppb-article-meta > span {
    color: #333;
    font-size: 0.7em;
}

.obavijesti .sppb-meta-category a {
	
	color: #333;

}

.obavijesti .sppb-meta-category a::before {
	
	content:"///";
	font-family: 'Bebas Neue', cursive !important;
	position: relative;
	left: -3px;
	
}

/* novosti */

.novosti .sppb-article-info-wrap {
	
	display: flex !important;
	flex-direction: column !important;
}

.novosti .sppb-article-meta {
	
	order: 1;
	margin-left: auto;
	font-family: 'Bebas Neue', cursive !important; 
	
}

.novosti .sppb-article-meta > span,
.novosti .sppb-meta-category a {
	
	color: #082A41 !important;
	font-size: 16px;
}

.novosti .sppb-meta-category a::before {
	
	content: "///";
	font-family: 'Bebas Neue', cursive !important; 
	left: -5px;
	position: relative;
	
}

.novosti .sppb-article-info-wrap h3 {
  order: 2;
  min-height: 70px;
  line-height: 22px;
  text-align: right;
  font-size: 1.1em;
}
.novosti .sppb-article-info-wrap h3 a {
    color: #082A41;
	text-align: right; 
}
.novosti .sppb-readmore {
    order: 3;
    background-image: linear-gradient(to right, #133460 , #3295F9);
    padding: 5px;
        padding-top: 5px;
        padding-right: 5px;
    border-radius: 20px;
    text-align: right;
    color: white;
    padding-right: 15px;
    padding-top: 8px;
	transition: 0.7s;
	opacity: 1;
}

.novosti .sppb-readmore:hover {
	
	opacity: 0.5;
}

.novosti .sppb-img-responsive {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    color: #e6e6e6;
}

.sp-megamenu-parent > li:hover > a {
    color: #c6c6c6;
}

.column-boja {
    background-image: linear-gradient(-65deg, #3193f5, #2264AC 59%);
    border-radius: 30px;
}

.glasnik ul li {
	
	text-align: right;
	padding-right: 20px;
}


.glasnik {
	
	padding-right: 30px;
}

.natjecaji ul li a, .glasnik ul li a {
  color: white;
  font-weight: bold;
  font-size: 0.9em;
}

.natjecaji ul li a:hover,
.glasnik ul li a:hover {
    color: #A9ABAC !important;
    
}


.column-boja1 {
    background-image: linear-gradient(-65deg, #2366AF, #133561 59%);
    border-radius: 30px;
}

.glasnik ul li a::before {
	
    font-family: "Font Awesome 5 Free";
    content: "\f15c";
    display: inline-block;
    padding-right: 5px;
    color: #cbcbcb;
    font-weight: normal;
}


.natjecaji ul li a::before {
	
    font-family: "Font Awesome 5 Free";
    content: "\f35a";
    display: inline-block;
    padding-right: 5px;
    color: #cbcbcb;
    font-weight: normal;
}

.natjecaji {
	
	padding-left: 60px;
	padding-right: 30px;
}

.natjecaji .moduleCustomLink {
    position: absolute;
    width: 160px;
    padding: 10px;
        padding-left: 10px;
    padding-left: 10px;
    bottom: -44px;
    right: 50px;
    padding-left: 20px;
    background: #2F8CEB;
    border-radius: 0px 0px 15px 15px;
    color: white;
    font-weight: bold;
}
.glasnik .moduleCustomLink:hover,
.natjecaji .moduleCustomLink:hover {
color: #cbc7c7;
}

#sp-bottom {
  font-size: 0.875em;
  line-height: 1.6;
}

.glasnik .moduleCustomLink {
    position: absolute;
    width: 160px;
    padding: 10px;
        padding-left: 10px;
    padding-left: 10px;
    bottom: -44px;
    right: 50px;
    padding-left: 20px;
    background: #133561;
    border-radius: 0px 0px 15px 15px;
    color: white;
    font-weight: bold;
}

#sp-footer, #sp-bottom {
    background: transparent !important;
    color: inherit !important;
}

.footer-natpis {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    background-image: linear-gradient(to right, #133561 , #308FEF);
    height: 80px;
    border-radius: 30px;
}

.natpis {
    font-family: 'Anton', sans-serif;
    color: white;
    font-size: 43px;
    letter-spacing: 15px;
    margin-bottom: 0;
    left: -50px;
    position: relative;

}

.grb {
    left: -25px;
    position: relative;
    top: 10px;
}

.grb img {
	
	width: 90px !important;
}

.logici {
	
	display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
grid-gap: 1rem;
}

.logici img {
	
	transition: transform 0.3s ease-in-out;
}

.logici img:hover {
	
	transform: scale(1.2);
}

.custom-devider {
    height: 10px !important;
    background-image: linear-gradient(to right, #174276 , #308EED);
    border-radius: 30px;
    width: 70%;
    margin: auto;
}

.offcanvas-active .close-offcanvas .burger-icon > span {
	
	background-color: #fff !important;
}

.burger-icon > span {
    display: block;
    height: 2px;
    background-color: #082A41;
    margin: 6px 0;
    transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
    font-weight: bold;
}

#sp-footer {
	
	display: none !important;
}

.nacelnik {
	
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
}

.podaci {
	
	padding-left: 30px;
}

.point-osoba::before {
    font-family: "Font Awesome 5 Free";
    content: "\f007";
    margin-right: 5px;
    font-size: 16px;
    color: #c3c3c3;
    font-weight: 900;
}

.point-info::before {
    font-family: "Font Awesome 5 Free";
    content: "\f05a";
    margin-right: 5px;
    font-size: 16px;
    color: #c3c3c3;
    font-weight: 900;
}

.point-datum::before {
    font-family: "Font Awesome 5 Free";
    content: "\f073";
    margin-right: 5px;
    font-size: 16px;
    color: #c3c3c3;
    font-weight: 900;
}


.point-diploma::before {
    font-family: "Font Awesome 5 Free";
    content: "\f02e";
    margin-right: 5px;
    font-size: 16px;
    color: #c3c3c3;
    font-weight: 900;
}

.point-mail::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    margin-right: 5px;
    font-size: 16px;
    color: #c3c3c3;
    font-weight: 900;
}

.point-mob::before {
    font-family: "Font Awesome 5 Free";
    content: "\f10b";
    margin-right: 5px;
    font-size: 16px;
    color: #c3c3c3;
    font-weight: 900;
}

.point-tel::before {
    font-family: "Font Awesome 5 Free";
    content: "\f87b";
    margin-right: 5px;
    font-size: 16px;
    color: #c3c3c3;
    font-weight: 900;
}

.point-fax::before {
    font-family: "Font Awesome 5 Free";
    content: "\f1ac";
    margin-right: 5px;
    font-size: 16px;
    color: #c3c3c3;
    font-weight: 900;
}

.point-adresa::before {
    font-family: "Font Awesome 5 Free";
    content: "\f276";
    margin-right: 5px;
    font-size: 16px;
    color: #c3c3c3;
    font-weight: 900;
}


.article-details .article-info {
	
	display: none;
}


.article-details .article-ratings-social-share {
	
	border-top: 0px;
	border-bottom: 0px;
}

.article-details .article-header h1, .article-details .article-header h2 {
    font-size: 3em;

    color: #2b80d8;
}
a {
    color: #2265ad;
}

#sp-main-body {
    padding-bottom: 25px;
}

.pager {

    display: none;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
    color: #3297fc;
    font-weight: bold;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    color: #0f294e;

}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    color: #3296fb;
}

#sp-left .sp-module {
	
	padding-top: 5px !important;
}


#sp-left .sp-module .sp-module-title {
    margin: 0 0 20px;
    padding-bottom: 0px;
    font-size: 26px;
    font-weight: bold;
    border-bottom: 0;
    color: #205ea2;
}

#sp-left .sp-module .sp-module-title::after {
    content: "";
    height: 5px !important;
    background-image: linear-gradient(to right, #194880 , #3194F8);
    border-radius: 30px;
    width: 90%;
    position: relative;
    display: block;
}

.menumenu-side a {
	
	color: #666666 !important;
	font-weight: bold;
}

#sp-left .sp-module, #sp-right .sp-module {
    
    border: 0px !important;

}

.h3, h3 {
    font-family: bebas neue;
    color: #205ea2;
}

.point-kontakt {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    grid-gap: 0rem;
}

.itemid-133 div.catItemView {
    margin-bottom: 0px;
    padding: 4px;
}



div.itemListSubCategories h3 {
	
	display: none;
}

div.itemListCategory {
    background: transparent;
    border: 0px;
    border-radius: 4px;
    margin: 0 0 0 0;
    padding: 5px;
}

div.itemListSubCategories::before {
    content: "";
    height: 5px !important;
    background-image: linear-gradient(to right, #153D6E , #3296FA);
    border-radius: 30px;
    width: 100%;
    position: relative;
    display: block;
}

div.itemListCategory h2 {
  color: #205ea2;
  font-size: 1.5em;
}

div.subCategory h2 {
    font-size: 1.1em;

}

div.subCategory {
    background: transparent;
    border: 0px;
    margin: 4px;
    padding: 8px;
	height: auto !important;
}
div.subCategory a.subCategoryImage, div.subCategory a.subCategoryImage:hover,
.subCategoryMore {
	
	display: none;
}


div.subCategory h2 a {
    color: #666;
}

div.subCategory h2 a:hover {
    color: #c2c64f;
}

.financijska li a {
  font-weight: bold;
  padding-left: 5px;
  display: flex;
  flex-direction: column;
}

div.k2ItemsBlock ul li a.moduleItemTitle {
	
	color: #2265ad;
	font-weight: bold;
}
div.k2ItemsBlock ul li a {
  color: #a5a5a5;
  font-weight: normal;
}

.financijska ul {
    margin-left: 10px !important;
    margin-top: 40px !important;
}

li.clearList {
	
	display: none !important;
}

div.catItemView {
    margin-bottom: 0px;
    padding: 4px;
}


.itemid-148 div.catItemBody,
.itemid-154 div.catItemAttachmentsBlock span,
.itemid-155 div.catItemAttachmentsBlock span,
.itemid-158 div.catItemAttachmentsBlock span,
.itemid-159 div.catItemAttachmentsBlock span,
.itemid-148 div.catItemAttachmentsBlock span {
	
	display: none;
}
.itemid-150 div.catItemBody,
.itemid-155 div.catItemBody,
.itemid-158 div.catItemBody,
.itemid-159 div.catItemBody,
.itemid-154 div.catItemBody {
	
	display: none;
}



.itemid-152 div.catItemBody,
.itemid-152 div.catItemAttachmentsBlock span {
	
	display: none;
}

.itemid-151 div.subCategory h2 {
    font-size: 1.8em;
    font-weight: bold;
}



div.catItemAttachmentsBlock {
    padding: 0;
    border-bottom: 0;
    margin-bottom: -15px;
}

div.catItemAttachmentsBlock ul.catItemAttachments li a {
    font-weight: bold;
}

div.catItemAttachmentsBlock ul.catItemAttachments {
	
	padding-left: 13px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding-top: 5px;
}



.k2ItemsBlock.financijska {
	

	margin-bottom: 10%;
}


.itemImage img {
    width: 60% !important;
    height: auto;
    object-fit: cover !important;
    margin: auto;
}

div.itemToolbar {
	
	background: transparent;
}

div.itemHeader h2.itemTitle {
    padding: 10px 0 4px 0;
    margin: 0;
    text-align: center;
    color: #18467c;
}

div.itemHeader span.itemDateCreated {
    color: #666;
    font-size: 11px;
    display: flex;
    justify-content: center;
    font-weight: bold;
}

div.itemAttachmentsBlock ul.itemAttachments {

    display: flex;
    flex-direction: column;
    padding-left: 13px;
}

div.itemAttachmentsBlock ul.itemAttachments li {
    text-align: left;
    padding-bottom: 10px;
    padding-top: 10px;
}

div.itemBackToTop {

    display: none !important;
}

.menumenu-side .menu-child {
    font-size: 0.8em;
    margin-left: 30px !important;
}

.menumenu-side .menu-child li a::before{
    
	content:"-";
	position: relative;
	left: -5px;

}

h3.catItemTitle {

font-size: 1.1em;
font-weight: bold;
font-family: inherit !important;
}   

.itemid-163 div.catItemBody {
	
	display: none !important;
}
.fa-twitter::before,
.fa-linkedin::before,
.fa-facebook::before {

    color: #3297fc;
}

.article-social-share .social-share-icon ul li a {
    border: 1px solid #3297fb;
	border-radius: 30%;
}
.article-social-share .social-share-icon ul li a:hover, .article-social-share .social-share-icon ul li a:focus {
    background: #0f294f;
}

.fa-twitter:hover::before,
.fa-linkedin:hover::before,
.fa-facebook:hover::before {
	
	color: white
}

#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
	
	font-weight: 300;
}

.article-ratings-social-share.d-flex.justify-content-end {
	
	display: flex !important;
	justify-content: flex-start !important;
}

.me-auto.align-self-center {
	
	margin-right: unset !important;

}

div.subCategoryContainer {
    float: left;
    margin-bottom: -20px;
}

div.subCategory h2 {
    font-size: 0.9em;
    background: #e5e5e5;
    padding: 10px;
    border-radius: 30px;
    text-align: center;
}

.catItemBody {
	
	display: none !important;
}


.itemid-170 div.catItemBody,
.itemid-169 div.catItemBody,
.itemid-162 div.catItemBody,
.itemid-157 div.catItemBody {
	
	display: none !important;
}

.itemid-170 div.catItemAttachmentsBlock,
.itemid-169 div.catItemAttachmentsBlock,
.itemid-163 div.catItemAttachmentsBlock,
.itemid-157 div.catItemAttachmentsBlock {

    margin-bottom: 0px;
    font-size: 0.8em;
	margin-top: 5px;
}

div.catItemAttachmentsBlock {

    margin-bottom: 0px;
    font-size: 0.8em;
	margin-top: 5px;
}

.itemid-170 div.catItemAttachmentsBlock ul.catItemAttachments li a,
.itemid-169 div.catItemAttachmentsBlock ul.catItemAttachments li a,
.itemid-162 div.catItemAttachmentsBlock ul.catItemAttachments li a,
.itemid-157 div.catItemAttachmentsBlock ul.catItemAttachments li a {
    font-weight: normal;
    color: #a5a5a5;
}

div.catItemAttachmentsBlock ul.catItemAttachments li a {
    font-weight: normal;
    color: #a5a5a5;
	font-size: 14px;

}

.itemid-170 div.catItemAttachmentsBlock ul.catItemAttachments li a:hover,
.itemid-169 div.catItemAttachmentsBlock ul.catItemAttachments li a:hover,
.itemid-162 div.catItemAttachmentsBlock ul.catItemAttachments li a:hover,
.itemid-157 div.catItemAttachmentsBlock ul.catItemAttachments li a:hover {
    font-weight: normal;
    color: #676767;
}

div.catItemAttachmentsBlock ul.catItemAttachments li a:hover {
    font-weight: normal;
    color: #676767;
}

#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
	
	line-height: 30px;
}

.itemid-148 div.catItemHeader span.catItemDateCreated {
	
	display: none !important;
}

.sp-module.financijska {
	
	padding-top: 50px !important;
}



div.catItemHeader span.catItemDateCreated::after {

    content: "godine";
    position: absolute;
    margin-left: 5px;
    margin-top: 5px;

}

.itemid-183 .catItemBody {
	
  display: block !important;
}

.itemid-184 div.k2ItemsBlock ul li span.moduleItemDateCreated {
  font-size: 0.8em !important;
}

.sp-module ul > li > a:hover {
  color: #0f294e;
}

#k2ModuleBox113 ul li{
	
	display: flex !important;
	flex-direction: column;
}

#k2ModuleBox113 .moduleItemTitle {
	
	order: 2;
}

#k2ModuleBox113 .moduleItemDateCreated {
	
	order: 1;
}

#sp-right .sp-module .sp-module-title {
	
	border-bottom: 0px !important;
}

#sp-right .sp-module .sp-module-title::after {
  content: "";
  height: 5px !important;
  background-image: linear-gradient(to right, #194880 , #3194F8);
  border-radius: 30px;
  width: 90%;
  position: relative;
  display: block;
  top: 5px;
}

.itemid-183 .catItemImageBlock img {
	
	max-height: 280px;
	object-fit: cover;
}

div.k2Pagination ul {
	
	display: flex;
	justify-content: center;
	
}

div.catItemAttachmentsBlock ul.catItemAttachments li {
	
	text-align: left;
	padding-bottom: 5px;
	
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  width: 260px !important;
}


#sp-footer a, #sp-bottom a {
  color: #1d5390;
  font-weight: bold;
}

#sp-footer a:hover, #sp-footer a:active, #sp-footer a:focus, #sp-bottom a:hover, #sp-bottom a:active, #sp-bottom a:focus {
  color: #9B9B9B;
}

@media only screen and (max-width: 991px) {
.natpis {

  font-size: 25px;

}

.obavijesti .sppb-article-meta > span {
  color: #333;
  font-size: 0.6em;
}

.obavijesti .sppb-article-info-wrap h3 {

  font-size: 0.7em !important;
}

.column-boja {

  margin-top: 60px;
}
}



@media only screen and (max-width: 767px) {
	
	
	.obavijesti .sppb-article-info-wrap h3 {
    order: 2;
    min-height: auto !important;
    line-height: 20px;
	font-size: 1em !important;
}
	.column-boja {
		
		top: 70px;
	}
	
	.natpis {

    font-size: 12px;
    letter-spacing: 3px;
    margin-bottom: 0;
    left: -50px;
    position: relative;
	}
	
	.grb img {
		
		width: 70px;
	}
	
	.footer-natpis {
	height: 50px;
	margin-top: 50px;
	}
	
	#sp-header-topbar {
		
		display: none;
	}
	
	#sp-header {

    height: 75px;
    padding-top: 10px;
    margin-top: 5px;
	}
	
	.body-innerwrapper {

    background-image: none !important;

	}
	
	.logo-image-phone {
    height: 60px !important;
    margin-left: 20px;
	}
	
	.botuni-glavni1 {

    background: #6db36a;
    color: white;
    padding: 5px;
    border-radius: 10px;
    align-items: center;
    justify-content: space-around;
	}
	
	.botuni-glavni1 p {
    flex: unset;
	}
	
	.botuni-mali {
    display: block;
	}
	
	.natjecaji {
    padding-left: 30px;
    padding-right: 15px;
}
	.novosti-naslov h2,
	.obavijesti-naslov h2 {
  font-size: 2em !important;
  font-family: 'amalfi';
}
	.sp-page-builder .page-content #section-id-1632749918175 {
		
		padding-top: 50px !important;
		padding-bottom: 0px !important;
	}
	
	.burger-icon {

		margin: auto;
	}
	
	#offcanvas-toggler {
		  height: 45px;
		  width: 45px;
	}
	
	#sp-header.lg-header #offcanvas-toggler {
		  margin-right: 20px;
		  margin-left: 0px;
		  background: white;
		  border-radius: 30%;
		  margin-top: 7px;
	}
	
	.grb img {
		width: 55px !important;
	}
	
	#section-id-1632987109654 {
		
		text-align: center;
	}
	
	.offcanvas-menu {

	  background-image: linear-gradient(to right, #0e264a , #39f);
	}
	
	.offcanvas-menu .offcanvas-inner ul.menu > li a, .offcanvas-menu .offcanvas-inner ul.menu > li span {
		
		color: white !important;
	}
	
	.offcanvas-menu .offcanvas-inner ul.menu > li a:hover {
		
		color: #979595 !important;
	
	}
	
	.article-details .article-header h1, .article-details .article-header h2 {
	  font-size: 2em;
	  color: #2b80d8;
	}
	
	#sp-left {
	
		display: none !important; 
	}
	#sp-main-body {
		padding-top: 50px;
	}
	
	.sp-module.financijska {
		
		display: none !important;
	}
	
	body {

  font-size: 0.9em !important;
}

}

div.scbasebin.screenreader.text.scr_wheelchair {
  background: url('images/wh.png') no-repeat !important;
}

div#accessibility-links.bottomright, div#accessibility-links.topright {
	
	background-color: transparent !important;
}

#accessibility-links #text_plugin {
  width: 80px !important;
  height: 70px !important;
  margin-top: -10px;
}
div#accessibility-links span {
	
	display: none;
}
div.itemListSubCategories .clr{
	
	display: none !important;
}


.itemid-150 div.catItemHeader span.catItemDateCreated {
  color: #999;
  font-size: 11px;
  display: none;
}

.itemid-207 div.itemFullText {
  font-size: 14px !important;
  text-align: justify !important;
}

.ba-form-field-item .ba-alert-tooltip,
.ba-forms-authorize-field-wrapper .ba-alert-tooltip, .ba-form-field-item .ba-alert-tooltip {
  background: #1f5c9f !important;
}


 .ba-form-field-item .ba-alert-tooltip::before {
     
     border-bottom: 5px solid #1f5c9f !important;
 }
 
 .ba-alert .ba-checkbox-wrapper .ba-form-checkbox > span {
     
     border: 2px solid #1f5c9f !important;
 }
 
 .ba-alert .upload-file-input {
     
     box-shadow: inset 0px 0px 0px calc(2px - var(--field-border-width)*var(--field-border-right)*var(--field-border-left)*var(--field-border-bottom)*var(--field-border-top)) #1f5c9f !important;
border-color: #1f5c9f !important;
 }
 
.catItemAttachments a.docm::before,
.catItemAttachments a.docx::before,
.catItemAttachments a.doc::before,
div.moduleAttachments a.docm::before,
div.itemAttachmentsBlock a.docm::before,
div.moduleAttachments a.docx::before,
div.itemAttachmentsBlock a.docx::before,
div.moduleAttachments a.doc::before,
div.itemAttachmentsBlock a.doc::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  content: "\f1c2";
  position: absolute;
  margin-left: -16px;
  font-size: 16px;
  color: #394e7c;
  margin-top: -2px;
  font-weight:300 !important;
}

div.moduleAttachments a.pdf::before,
.catItemAttachments a.pdf::before,
div.itemAttachmentsBlock a.pdf::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  position: absolute;
  margin-left: -16px;
  font-size: 16px;
  color: #ec430f;
  margin-top: -2px;
  font-weight:300 !important;
}
.catItemAttachments a.xlsx::before,
.catItemAttachments a.xls::before,
div.moduleAttachments a.xlsx::before,
div.itemAttachmentsBlock a.xlsx::before,
div.moduleAttachments a.xls::before,
div.itemAttachmentsBlock a.xls::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  content: "\f1c3";
  position: absolute;
  margin-left: -16px;
  font-size: 16px;
  color: #009845;
  margin-top: -2px;
  font-weight:300 !important;
}

.catItemAttachments a.pptx::before,
.catItemAttachments a.ppt::before,
div.moduleAttachments a.pptx::before,
div.itemAttachmentsBlock a.pptx::before,
div.moduleAttachments a.ppt::before,
div.itemAttachmentsBlock a.ppt::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  content: "\f1c4";
  position: absolute;
  margin-left: -16px;
  font-size: 16px;
  color: #ff541f;
  margin-top: -2px;
  font-weight:300 !important;
}


.itemid-150 div.catItemAttachmentsBlock {
  margin-bottom: 0px;
  font-size: 0.8em;
  margin-top: 5px;
  padding: 22px;
  box-shadow: 0 15px 15px 0 rgba(51,51,96,0.15);
  border-radius: 0px 0px 15px 10px;
  border-left: 10px solid #194982;
  margin-top: -5px;
}

.itemid-150 div.catItemHeader h3.catItemTitle {
  padding: 15px;
  margin: 0;
  border-left: 10px solid #194982;
  border-radius: 10px 10px 0px 00px;
  background: #f4f4f4;
}

.financijska .moduleAttachments{
  margin-bottom: 0px;
  font-size: 0.8em;
  margin-top: 5px;
  padding: 22px;
  box-shadow: 0 15px 15px 0 rgba(51,51,96,0.15);
  border-radius: 0px 0px 15px 10px;
  border-left: 10px solid #194982;
  margin-top: -5px;
}

.financijska a.moduleItemTitle {
	
	padding: 15px;
	margin: 0;
	border-left: 10px solid #194982;
	border-radius: 10px 10px 0px 00px;
	background: #f4f4f4;
	display: block;
}

.natjecaji a {
  color: #fff !important;
  font-weight: bold;
}

.glasnik a {
  color: #fff !important;
  font-weight: normal;
}

#btn-1632751294374{
  position: absolute;
  right: 0;
  font-weight: bold;
  border-radius: 15px;
  bottom: -15px;
}
.itemid-243 div.catItemHeader span.catItemDateCreated,
.itemid-183 div.catItemIntroText {
	
	display: none;
}

.projekt_zazeli .moduleAttachments {
  padding-left: 16px;
}

.projekt_zazeli .moduleItemDateCreated{
  font-size: 13px;
  color: black;
}

.projekt_zazeli .moduleAttachments {
  padding-left: 16px;
  display: flex;
  flex-direction: column;
}


a.pdf::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  position: absolute;
  margin-left: -16px;
  font-size: 16px;
  color: #ec430f;
  margin-top: -2px;
  font-weight: 300 !important;
}


ul.itemAttachments li {
    
    list-style-type: none;
}