/*--------------------------------------------------------------
	Fonts
--------------------------------------------------------------*/
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Medium.ttf);
    font-weight: 500;
}
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Bold.ttf);
    font-weight: 700;
}
/* General CSS */
body{
	font-family: 'Roboto', sans-serif;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

.img-responsive {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	color: #153870;
	word-break: break-word;
}
	a:hover {
		color: #337ab7;
	}
pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: 14px;
 	word-break: break-word;
}

#preporuka-page .content ul {
	list-style: disc;
}
#preporuka-page .content ol li,
#preporuka-page .content ul li {
	list-style-position: inside;
	margin: 5px 0;
}

#preporuka-page .content ol {
	padding: 0;
}
 

ul {
	list-style: none;
	padding: 0;
}
.panel-body ul {
	list-style: initial;
	padding: 0 20px 0;
}


.preporuka-box {
	padding: 0 15px !important;
}

.navbar-toggler {
	border-color: #ddd;
	margin-left: 6px;
	outline: none !important;
	box-shadow: none !important;
}
 

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

navbar-collapse.collapse.show {
	display: flex !important;
}

/*--------------------------------------------------------------
	Utility
--------------------------------------------------------------*/
.mb-2{
	margin-bottom: 1rem !important;
}
.mb-1{
	margin-bottom: .5rem !important;
}
.mt-2{
	margin-top: 1rem !important;
}
.w-25{
	width: 25%;
}

.w-25{
	width: 30%;
}


.vesti-img-mobile{
	display: none;
}
.flex-column{
	flex-flow: column;
}
.d-flex{
	display: flex;
}
.align-items-center{
	align-items: center;
}
.text-center{
	text-align: center;
}
.font-weight-bold{
	font-weight: bold;
}
.download-btn{
	background-color: #153870;
	color: #fff;
	padding: 5px 15px;
}
 
/* Deki update */

#search-bar.show {
	display: block !important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
	width: 100%;
    display: flex;
    justify-content: center;
}

#no-header-image .breadcrumb>.active, .breadcrumb a, #no-header-image .breadcrumb>li+li:before {
    margin-right: 5px;
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%), 0 1px 0 rgb(255 255 255 / 10%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%), 0 1px 0 rgb(255 255 255 / 10%);
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

@media (min-width: 768px) {
.navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.fa-refresh {
	margin-left: 5px;
	font-size: 20px;
	font-weight: normal;
}

.pagination {
	justify-content: center;
}

#obavestenja .pl-0 {
	padding-left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 265px;
} 
#obavestenja .pr-0 {
	padding-right: 0;
	width: 84% !important;
}

.choose-form-radio [type="radio"]:checked,
.choose-form-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.choose-form-radio [type="radio"]:checked + span,
.choose-form-radio [type="radio"]:not(:checked) + span
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #153870;
	font-weight: 500;
}
.choose-form-radio [type="radio"]:checked + span:before,
.choose-form-radio [type="radio"]:not(:checked) + span:before {
    content: '';
    position: absolute;
	bottom: -36px;
	left: 50%;
    width: 28px;
    height: 28px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.choose-form-radio [type="radio"]:checked + span:after,
.choose-form-radio [type="radio"]:not(:checked) + span:after {
    content: '';
	
    width: 18px;
    height: 18px;
    background: #bf002b;
    position: absolute;
    bottom: -31px;
    left: 52.5%;

    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.choose-form-radio [type="radio"]:not(:checked) + span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.choose-form-radio [type="radio"]:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#footer-banner {
	padding-top: 60px;
	padding-bottom: 60px;
}

.related-links ul li:last-child a {
	font-weight: 700;
}

.red-border {
	max-width: 600px;
	margin: 0 auto;
	height: 2px;
	background-color: #bf002b;
}

.footer-banner {
	display: flex;
}

.footer-banner .red-box {
	background-color: #bf002b;
	color: #fff;
	/* padding: 16px; */
	clip-path: polygon(0 0, 100% 0, 100% 100%, 7% 100%);
    position: absolute;
    right: 0;
	top: 0;
    bottom: 0;
    height: 100%;
    width: 28%;
	display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.footer-banner .red-box .white-line {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 4px solid #fff;
}

.footer-banner .red-box .white-line:last-child {
	border: 0;
}

.footer-banner .red-box h5 {
	font-size: 35px;
	text-align: center;
	margin: 0;
	font-weight: 400;
}

.btn-white {
	background-color: #fff;
    border-radius: 0;
    padding: 10px 40px;
	color: #153870 !important;
	text-decoration: none !important;
	width: fit-content;
	margin: 0 auto;
	transition: all .3s ease-in-out;
	border-color: #fff;
}

.btn-white:hover {
	background-color: #153870;
	color: #fff !important;
	border-color: #153870;
}

#obavestenja {
	padding: 0;
}

.carousel-control.left,
.carousel-control.right {
	background-image: none;
}
.carousel-inner .item {
	height: 550px;
}
.carousel-inner .item img {
	width: 100%;
	object-fit: cover;
}

.carousel-info {
	position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    right: auto;
}

.carousel-inner .carousel-caption {
	position: relative;
	right: auto;
	left: auto;
    padding: 24px 80px;
    bottom: auto;
	text-align: left;
	background-color: #fff;
	width: 80%;
	text-shadow: none;
	clip-path: polygon(0 0, 96% 0, 100% 100%, 0 100%);

}

.carousel-inner .btn {
	position: absolute;
    left: 80px;
    bottom: -65px;
	width: max-content;
}

.carousel-inner .carousel-caption h3 {
	color: #153870;
	font-size: 38px;
	margin: 0;
	margin-bottom: 16px;
}

.carousel-inner .carousel-caption p {
	color: #bf002b;
	margin: 0;
}

.carousel-control {
	opacity: 1;
	color: #7987A7;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	margin-left: -5px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: 30px;
}

.obavestenja-logo {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 550px;
}
 .obavestenja-images{
	display: flex;
	justify-content: space-evenly;
	height: 100%;
	width: -webkit-fill-available;
    flex-direction: column;
    align-items: center;
 }

 .obavestenja-images a {
	display: contents;
} 


.obavestenja-logo::before {
	content: '';
    width: 500px;
    height: 2px;
    background: #bf002b;
    display: block;
    position: absolute;
	bottom: -1px;
    right: 15px;
    z-index: 10;
}

.obavestenja-logo a {
	/* margin: 26px 0; */
	margin-right: -30px;
	width: auto !important;
    height: 90px;
	display: block;
}

.obavestenja-logo a:last-child{
	/* margin-bottom: 46px; */
}

.obavestenja-logo:first-child img{
	height: auto;
	width: auto;
}

.obavestenja-images .first-image {
	width: 120px !important;
	height: auto;
 } 

 .carousel-control {
	width: 5%;
 }

header {
	position: relative;
}

.heading-style {
	background-color: #bf002b;
    color: #fff !important;
    padding: 12px 70px 12px 50px;
    width: fit-content;
    font-size: 25px !important;
	position: relative;

}

.heading-style::before {
	content: '';
    position: absolute;
    background: white;
    width: 50px;
    height: 100%;
    top: 0;
    right: -40px;
    transform: skew(20deg, 0deg);
}

.related-links {
	background-color: #545454;
	padding-bottom: 30px;
	padding-top: 30px;
	color: #fff !important;
}

.related-links ul {
	display: flex; 
    width: 70%;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto; 
}

.related-links ul li a {
	color: #fff;
}

.heading-style::after {
	content: '';
    background: #bf002b;
    height: 3px;
    width: 200px;
    position: absolute;
    right: -190px;
    bottom: 0;
}

.nav-logo-row {
	padding-top: 24px;
}

.srb-cert {
	display: flex;
	justify-content: flex-end;
}

.srb-cert img {
	width: 130px;
}

.right-widget-area h3 {
	background-color: #2D4476;
    color: #fff !important;
    padding: 12px 50px;
    width: max-content;
    margin-right: 0;
    margin-left: auto;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);

}

.right-widget-area h3 span {
	border: 0 !important;
}

 .right-widget-area ul {
	background-color: transparent !important; 
 }

 .right-widget-area ul li {
	border: 0 !important;
	background-color: #f7f7f7;
	margin: 10px 0;
	max-width: fit-content;
	margin-right: 0;
	margin-left: auto;
	padding: 0 !important;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
 }

 .right-widget-area ul li a {
	width: 100%;
	display: block;
	padding: 16px 40px;
	font-size: 18px;
 }

 .incident-btn a {
	color: #fff;
    border-radius: 0;
    padding: 16px 40px;
	background-color: #bf002b;
	text-transform: uppercase;
	border: 1px solid transparent;
	text-align: center;
	max-width: 200px;
	display: block;
	margin-right: 0;
	margin-left: auto;
	font-size: 19px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);

 }

 .choose-form h3 {
	color: #153870;
 }

 .choose-form-radio {
	display: flex;
	align-items: center;
	margin-top: 32px;
	margin-bottom: 48px;
 }

 .choose-form-radio .item {
	color: #153870;
	font-weight: 700;
    border-radius: 0;
    padding: 10px 20px;
	background-color: #f7f7f7;
	text-transform: uppercase;
	border: 1px solid transparent;
	text-align: center;
	width: 250px;
	display: block;
	margin-right: 0;
	margin-left: auto;
	font-size: 16px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
	display: flex;
	flex-direction: column;
	cursor: pointer;
	min-height: 100px;
    justify-content: flex-start;
 }
 .choose-form-radio .item:first-child {
	margin-left: 0;
 }
 .choose-form-radio .item:first-child span {
	word-spacing: 999999px;
 }

 .publikacije-cat ul li {
	max-width: 100%;
 }

 .publikacije-cat ul li a {
	text-align: center;
	text-decoration: none !important;
	transition: all .3s ease-in-out;
	min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.publikacije-cat ul li a.active,
.publikacije-cat ul li a:hover {
	background-color: #bf002b;
	color: #fff !important;
}

.publikacije-page-text {
	padding-left: 6%;
	padding-top: 10px;
	color: #153870;
}

.publikacije-post .item {
	border: 2px solid #153870;
	padding: 24px;
	padding-right: 48px;
	display: flex;
	width: 90%;
	margin-right: 0;
	margin-left: auto;
	margin-top: 70px;
	margin-bottom: 40px;
}

.publikacije-post .item:first-child {
	margin-top: 40px;
}

.publikacije-post .item .image {
	margin-right: 24px;
	margin-left: -100px;
	margin-top: -50px;
}

.publikacije-post .item p {
	color: #153870;
	font-size: 16px;
}

.publikacije-post .item ul {
	padding-left: 12px;
}

.publikacije-post .item ul li {
	color: #153870;
	font-size: 15px;
}

.publikacije-post .item h3 {
    margin-top: -50px;
	margin-bottom: 24px;
}
 
.publikacije-post .item h3 a {
	color: #fff !important;
	background-color: #153870;
    color: #fff !important;
    padding: 12px 50px;
	display: block;
	text-decoration: none;
    width: 100%; 
    clip-path: polygon(0 0, 100% 0, 100% 100%, 2% 100%);
	transition: all .3s ease-in-out;
}

.publikacije-post .item h3 a:hover {
	background-color: #bf002b;
}

.publikacije-info {
	display: flex;
	align-items: center;
	margin-top: 16px;
}

.publikacije-info p {
	margin-bottom: 0;
	margin-right: 16px;
}

.publikacije-post .item .image {
	width: 100%;
    max-width: 180px;
}

.publikacije-post .item .image img {
	width: 100%;
	object-fit: cover;
}

.download a {
	color: #bf002b;
}

/* Deki update */

/*--------------------------------------------------------------
	Registar mobile
--------------------------------------------------------------*/
.registar-desktop{
	display: block;
}
.registar-mobile{
	display: none;
}


/*--------------------------------------------------------------
	Publikacije mobile
--------------------------------------------------------------*/
.publikacije-mobile{
	display: none;
}
.publikacije-desktop{
	display: block;
}
.publikacije-mobile .card{
	margin-bottom: 1.5rem;
}
.publikacije-mobile .card-header{
	padding: 2px;
	background-color: #f7f7f7;
}
.publikacije-mobile .card-header btn-link{
	color: black;
}
.publikacije-mobile .btn-link{
	color: #153870;
	font-weight: bold;
}
.publikacije-mobile .card-body{
	padding: 10px;
}

/*--------------------------------------------------------------
	Forms
--------------------------------------------------------------*/

.thead-dark{
	background-color: #153870;
	color: #fff !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
}
.thead-dark .bg-gray{
	padding: 15px 10px;
}
.info-tooltip{
	background-color: #F2F2F2;
	color: #bf002b;
	padding: 1px 8px;
	border-radius: 20px;
	font-weight: bold;
	cursor: pointer;
	text-transform: lowercase !important;
}
.ikt-sistemi-group-info-table td .form-control{
	width: 88%;
	display: inline-block;
	margin-right: 10px;
}
.obavezna-polja{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
form strong {
	font-size: 16px;
    line-height: 34px;
    vertical-align: top;
    color: #153870;
}
	form .form-control {
	    border-radius: 0;
	    border: 0;
	    box-shadow: none;
	    background: #f2f2f2;
		height: 40px;
	}
	form .form-group {
	    margin-bottom: 8px;
	}
	form h3 { color: #153870; }
	label { font-weight: 400; }
	textarea { min-height: 140px !important; resize: vertical; }
.switch {
	position: relative;
	display: inline-block;
	width: 66px;
	height: 30px;
	margin: 0 10px;
	vertical-align: middle
}
.switch input {display:none;}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f2f2f2;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 6px;
	bottom: 5px;
	background-color: #153870;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked + .slider:before {
	-webkit-transform: translateX(33px);
	-ms-transform: translateX(33px);
	transform: translateX(33px);
}
/* Rounded sliders */
.slider.round { border-radius: 34px; }
.slider.round:before { border-radius: 50%; }

/*--------------------------------------------------------------
	Grid 5 columns
--------------------------------------------------------------*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-5ths {
    width: 50%;
    float: left;
}
/*--------------------------------------------------------------
	Header and Navigation 
--------------------------------------------------------------*/
.navbar-top {
	background-color: #153870;
	padding: 5px 0;
	color: #fff;
	width: 100%;
}
	.navbar-top span, .navbar-top .cir-lat a { font-size: 11px; }
	.navbar-top .cir-lat { margin-right: 20px; }
	.navbar-top .cir-lat a { color: #fff; }
	.navbar-top .cir-lat a.active { font-weight: 500; font-size: 12px; }
	.navbar-top #language {
		font-size: 11px;
	    padding: 0;
	    background: transparent;
	    color: #fff;
	    border: none;
	}
		.navbar-top #language a {color: #fff; line-height: 20px;}

			.navbar-top #language a:hover,
			.navbar-top #language a.active {color: #fff; font-weight: bold;}
		
.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
	border: 0;
}
.navbar-brand {
    padding: 6px 0px;
    width: 140px;
}
	.navbar-brand img {
		width: 100%;
	}
.navbar-collapse.collapsing > ul, .navbar-collapse.collapse.in > ul {
	float: none !important;
}
.nav>li>a {
    padding: 40px 10px;
    text-transform: uppercase;
}
.navbar-collapse.collapsing .nav>li>a, .navbar-collapse.collapse.in .nav>li>a {
	padding: 10px 8px;
}

.navbar-default .navbar-collapse {
    display: flex;
   align-items: right;
}

.navbar-default .navbar-collapse ul {
    flex: 1;
	margin-left: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.navbar-default .navbar-collapse .search-icon {
	margin-left: 0;
}

.nav>li>a {
	padding-left: 0 !important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #bf002b;
    background-color: transparent;
}
.navbar-default .navbar-nav>.incident-btn.active>a, .navbar-default .navbar-nav>.incident-btn.active>a:focus, .navbar-default .navbar-nav>.incident-btn.active>a:hover {
	background-color: #153870;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #bf002b;
    background-color: transparent;
}
.navbar-default .navbar-nav>li.incident-btn>a:focus {
    color: #fff;
    background-color: #bf002b;
}
.navbar-default .navbar-nav>li>a {
    color: #153870;
    font-size: 20px;
	padding-right: 22px !important;
	text-transform: none;
	font-weight: 600;
}

nav.navbar.navbar-static-top {
	position: fixed;
    width: 100%;
	z-index: 8;
	padding: 0;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {display: block;}
.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover>a:after { border-left-color: #fff; }
.dropdown-submenu.pull-left { float: none; }
.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
header .incident-btn { padding: 22px 8px; }
	header .incident-btn a, header a.incident-btn {
		max-width: 70px;
		text-align: center;
		padding: 8px 10px;
		background-color: #bf002b;
		color: #fff !important;
	}
		header .incident-btn a:hover, header a.incident-btn:hover { background-color: #153870 !important; }

	header .search-icon a, header a.search-icon {
		font-size: 24px;
    	padding: 37px 15px;
	}
		header .search-icon a .glyphicon-search, header a.search-icon .glyphicon-search { color: #bdbdbd; }
		header .search-icon a:hover .glyphicon-search, header a.search-icon:hover .glyphicon-search { color: #bf002b; }
	.mobile-buttons {
		display: flex;
		align-items: center;
		padding: 9px 10px 9px 0px;
	}
		.mobile-buttons a { display: inline-block; vertical-align: top; }
		.mobile-buttons a.search-icon { margin-right: 15px; margin-top: 6px; padding: 0px !important;  font-size: 18px; }
		.mobile-buttons a.incident-btn { font-size: 12px; }


.mobile-buttons a.incident-btn {
    font-size: 11px;
}
.lang-img {margin-right: 10px;}

#search-bar {
	position: absolute;
	z-index: 99;
	width: 100%;
	display: none;
    background: rgba(189, 189, 189, 0.75);
    padding: 15px;
    text-align: center;
	top: 30px;
}
	#search-bar input.form-control, #search-bar .navbar-form button {
		border: none;
	    border-radius: 0;
	    height: 34px;
	}
	#search-bar input.form-control {
	    width: 60%;
	}
	#search-bar .navbar-form button {
		color: inherit;
	    padding: 7px 12px;
	    vertical-align: top;
	}
.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 10px;
}
	.breadcrumb>.active, .breadcrumb a, .breadcrumb>li+li:before {
	    color: #fff;
	    font-size: 16px;
	}
	.breadcrumb>.active { font-weight: 500; }
	.breadcrumb>li+li:before {
	    content: "/\00a0/\00a0";
	    letter-spacing: -2px;
	}
/*--------------------------------------------------------------
	Main part
--------------------------------------------------------------*/


#omoguciIzmene{
	margin-right: 20px;

}

.d-none{
	display: none;
}

.important-input{
	border:1px solid #bf002b !important;
}
.important-input:focus{
	border:1px solid rgb(226, 226, 226) !important;
}

.priority-box{
	background-color: #bf002b !important;
	color: #fff !important;
}
.priority-box h3 a{
	color: #fff !important;
}
.priority-box p{
	color: #fff !important;
}
.priority-box span{
	color: #fff !important;
}

.container { position: relative; z-index: 99; }

#search-bar .container{
	z-index: unset;
}
.btn { color: #fff; border-radius: 0; padding: 10px 40px; }
	.btn.focus, .btn:focus, .btn:hover { color: #fff; }
.red-btn { 
	background-color: #bf002b; 
	text-transform: uppercase;
}
	.red-btn:hover { background-color: #153870;  }
	.page#preporuke,.page { padding-top: 165px; color: #606060; }
	.page .right-widget-area { text-align: center; }
		.page .right-widget-area ul { background-color: #f7f7f7; padding: 0 10px; padding-right: 0;}
		.page .right-widget-area h3.title { color: #153870; }
		.page .right-widget-area ul { background-color: #f7f7f7; }
		.page .right-widget-area h3 { color: #bf002b; margin-bottom: 30px; text-transform: uppercase; }
		.page .right-widget-area h3 span, .page .right-widget-area ul li { border-bottom: 1px solid #ccc; padding: 10px 0; }
		.page .right-widget-area ul li:last-child { border-bottom: 0px solid #ccc; }
		.page .right-widget-area ul li a { font-weight: 500; }
.section {
	position: relative;
	padding: 20px 0 30px;
}
	.section.primary { background-color: #f7f7f7; }
	.section.secondary { background-color: #fff; }
	.section .title { margin-bottom: 30px; }
		.section .title h2 {
			text-align: center;
			color: #bf002b;
			text-transform: uppercase;
			font-size: 36px;
    		font-weight: 100;
    		margin-top: 10px;
		}
#header-image {
	color: #fff;
	text-align: right;
}
#header-image.section {
	padding: 30px 0;
	overflow: hidden;
}
.btn-fixed-w{
	width: 180px !important;
}
	#header-image img.header-image {
		display: block;
		min-width: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	#header-image h2 {
		font-size: 38px;
		margin-top: 0px;
	}
	#header-image p {
		line-height: 1.8;
    	font-size: 20px;
	}
	#header-image .red-btn:hover { background-color: #ccc; }
	#no-header-image .incident-btn {
		margin-top: -40px;
	}
	#no-header-image .incident-btn a{
		max-width: 220px;
		font-size: 21px;
		padding: 15px 35px;
	}
	.publikacija-section .col-md-2 {
		width: 22%;
	}
	.publikacija-section .col-md-10 {
		width: 78%;
	}
#no-header-image {
	color: #fff;
	/* background-color: #153870; */
	background-image: url('../images/cert-bg-2.jpg');
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 999;
    /* height: 120px; */
	display: flex;
	align-items: center;
}
	#no-header-image.section {
		padding: 20px 0;
	}
	#no-header-image.section h2 { margin: 0; }
#obavestenja .secondary .container,
#preporuke .secondary .container,
#evidencija .secondary .container,
#kontakt .secondary .container,
#publikacije .secondary .container, #prijava-incidenta .secondary .container, #pravno-obavestenje .secondary .container, #preporuka-page .secondary .container {
	background-color: #fff;
}

.section .box {
	/*min-height: 260px;*/
	padding: 20px;
}
.section .box h3.title {
	color: #153870;
	font-weight: bold;
	font-size: 16px;
	margin-top: 5px;
	line-height: 1.4;
	min-height: 38px;
	margin-bottom: 15px;
}

.title-obavestenja{
	color: #153870;
	font-weight: bold;
	font-size: 16px;
	margin-top: 5px;
	line-height: 1.4;
	margin-bottom: 15px;
}
.section .box p.content {
	color:#5e5e5e;
	line-height: 1.6;
	min-height: 115px;
}
.section .box span.date {
	color:#8d8d8d;
}

.section .section-link {
	padding-top: 30px;
	text-align: center;
	color: #fff;
}
	.section .section-link .red-btn { text-transform: uppercase; }
		.section .section-link .red-btn:hover {
			background-color: #153870;
			color: #fff;
		}

#obavestenja .box {
	background-color: #fff;
	transition: box-shadow 0.2s linear;
	min-height: 310px;
	max-height: 310px;
}
	#obavestenja .box:hover, #preporuke .preporuka:hover {
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	}

	#obavestenja h3.title a { font-size: 16px;}

#preporuke .preporuka {
	background-color: #f8f7f5;
	transition: box-shadow 0.2s linear;
}
		#preporuke .box h3.title {
			min-height: 164px;
		}
.obavestenje {margin-top: 10px;}
.obavestenje span.date {
	color: #606060;
	margin-bottom: 10px;
	padding: 0px 15px;
    display: inline-block;
}


.obavestenje .clickable, .pitanje .clickable {
    cursor: pointer;   
}
.obavestenje .panel, .pitanje .panel { padding: 10px; margin-bottom: 15px; }
.obavestenje .panel, .obavestenje .panel-heading, .pitanje .panel, .pitanje .panel-heading {
	border-radius: 0;
	border: 0;
	background-color: #f7f7f7;
}
.obavestenje .panel-body, .pitanje .panel-body {
	display: none;
    padding: 15px 0 0 0;
    border-top: 1px solid rgb(204, 204, 204);
    margin-top: 20px;
    color: #606060;
}

.obavestenje .panel-heading, .pitanje .panel-heading {
	position: relative;
	padding: 0;
}
	.obavestenje .panel-heading span, .pitanje .panel-heading span {
		background-color: #153870;
		color: #fff;
		width: 22px;
		height: 22px;
		font-size: 12px;
		padding: 5px;
		line-height: 1px;
		position: absolute;
		top: 0px;
    	right: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
		.obavestenje .panel-heading span .glyphicon, .pitanje .panel-heading span .glyphicon {
    		top: 0px;
    	}
	.obavestenje .panel-heading a, .pitanje .panel-heading a {
		right: 40px;
    	position: absolute;
    	font-weight: 500;
	}
	.obavestenje .panel-title, .pitanje .panel-title {
	    font-size: 20px;
	    color: #153870;
	}
.page#preporuke .preporuka {
	margin: 36px 0 20px;
	min-height: 220px; 
}
.preporuka .box {
	background-color: #f7f7f7;
	line-height: 1.2;
}
.preporuka img{
	margin-bottom: 1.3rem;
}
.vesti {
	background-color: white;
}
	.preporuka .info {
		padding: 10px 20px;
		background-color: #eaeaea;
	}
		.preporuka .info.warning { color: #f0ad4e; }
		.preporuka .info.important { color: #3ba53d; }
		.preporuka .info.danger { color: #ff1b22; }
		.preporuka .info i.glyphicon {
			font-size: 18px;
    		margin-right: 10px;
		}
		.preporuka .info span { vertical-align: text-bottom; font-weight: 500; }
		.preporuka .box .title { line-height: 1.2; }

#evidencija pre {
	margin: 10px 0 20px;
	color: #606060;
}
.table-responsive { border: none !important; }
table, table.table { margin-top: 20px !important; }
table.table thead, table.table thead {
	background-color: #153870;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
}
table.table th, table.table td { border:0 !important; vertical-align: middle !important; }
table.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f7f7f7;
}
table.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #e7e7e7;
}

table.table a { 
	color: #bf002b; 
	font-weight: 500;
}

table.table tr td{ 
	height: 56px;
}

	table.table a i {
		color: #153870;
		font-size: 18px;
	    padding-left: 10px;
	}
		table.table a:hover i {
			color: #bf002b;
		}
		td:last-child, th:last-child {
		    text-align: center;
		}

#mapWrapper {
	padding: 10px 10px 0px;
	background-color: #f2f2f2;
}
#mapWrapper ul {padding: 15px; }
#mapWrapper #map {
	height: 240px;
	width: 100%;
}
	#mapWrapper #map p { margin-bottom: 0; }
	#mapWrapper #map .firstHeading { margin-top: 0; }

#vesti .vest { margin-bottom: 30px; }
	#vesti .vest:last-child { margin-bottom: 0px; }
#vesti .vest img {
	width: 100%;
    min-width: 100%;
    max-width: 100%;
}
#vesti .vest span.date {
    display: inline-block;
    padding: 8px 15px;
    background-color: #153870;
    color: #fff;
    padding: 8px 15px;
	padding-left: 20px;
    font-size: 12px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%)
}
#vesti .vest .title {
	margin-bottom: 20px;
	color: #153870;
}
#vesti .vest p {margin-bottom: 8px;}
#vesti .vest .link {font-weight: 500; color: #bf002b;}

#vest-page .vest, #preporuka-page .preporuka { margin: 10px 0; }
	#vest-page .vest:last-child, #preporuka-page .preporuka:last-child { margin: 10px 0 0; }
#vest-page .vest .header, #preporuka-page .preporuka .header {
	background-color: #f7f7f7;
	padding: 6px 8px;
    overflow: auto;
    vertical-align: top;
}
	#vest-page .vest .date, #preporuka-page .preporuka .date { margin-top: 2px; }
	#vest-page .vest .header .share ul, #vest-page .vest .footer ul, #preporuka-page .preporuka .header .share ul, #preporuka-page .preporuka .footer ul { margin: 0; text-transform: uppercase; }
		#vest-page .vest .header .share,
		#vest-page .vest .header .share ul li,
		#vest-page .vest .footer .share ul li,
		#preporuka-page .preporuka .header .share,
		#preporuka-page .preporuka .header .share ul li,
		#preporuka-page .preporuka .footer .share ul li  { display: inline-block;  vertical-align: middle; margin-left: 6px; }
#vest-page .vest .content, #preporuka-page .preporuka .content { padding: 15px 0; border-bottom: 1px solid #ccc; }
#vest-page .vest .footer, #preporuka-page .preporuka .footer { padding: 10px; }

#preporuka-page .preporuka .info {
	padding: 0;
	background-color: transparent;
}

.preporuka .blue-header{
	background-color: #f7f7f7;
	padding: 0;
	display: flex;
    justify-content: flex-end;
}

.preporuka .blue-header span {
	background-color: #bf002b;
	color: #fff !important;
	/* flex: 0 0 55%;
	max-width: 55%;  */
	padding: 8px 10px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
	text-align: right;
	margin-top: -12px;
}

.logout{
	display: flex;
	justify-content: flex-end;
}
.logout button{
	margin-top: 20px;
	margin-right: 20px;
}
.pl-0{
	padding-left: 0px;
}
.save{
	display: flex;
	flex-flow: column;
	align-items: flex-end;
	text-align: right;
}
.save button{
	width: fit-content;
	margin-right: 20px;
}
.save p {
	margin-right: 20px;
	font-size: 12px;
}

/*--------------------------------------------------------------
	Paginator
--------------------------------------------------------------*/
.pager li>a, .pager li>span {
    background-color: transparent;
    border: 0;
    border-radius: 0px;
    font-weight: 500;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #e7e7e7;
	color: #333;
	border-color: #e7e7e7;
	border: none;
}
.pagination>li>a,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #333;
    text-transform: uppercase;
    border-right: 3px solid #e7e7e7;
    font-weight: 500;
}
.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0px solid #e7e7e7;
}
/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/
.clients-logo{
	width: auto;
	height: 80px;
	
}
#footer {
	position: relative;
    z-index: 99;
	padding-top: 50px;
	padding-bottom: 0;
}
#footer .footer-links { margin-bottom: 40px; }
#footer .footer-links .widget .title {
	color: #153870;
	text-transform: uppercase;
	
}
#footer .footer-logo img{
	margin: 0 auto;
	width: 150px;
}
	#footer .footer-links .widget .title span {
    	padding-bottom: 10px;
    	border-bottom: 1px solid #ccc;
    	font-weight: 700;
	}
	#footer .footer-links .widget a { color: #bf002b; }
	#footer .footer-links .widget img {
		height: auto;
		margin-bottom: 10px;
	}
		#footer .footer-links .widget ul li a, #mapWrapper  ul li {
			color: #606060;
			line-height: 2;
			font-weight: 500;
		}
			#footer .footer-links .widget ul li a:hover {
				color: #23527c;
			}
		#footer .footer-links .widget.contact ul li, #mapWrapper  ul li {
			padding-left: 30px;
			position: relative;
		}
		#footer .footer-links .widget.contact ul li a, #mapWrapper  ul li a {
			color: #23527c;
		}
			#footer .footer-links .widget.contact ul li a:hover, #mapWrapper  ul li a:hover {
				color: #bf002b;
			}
			#footer .footer-links .widget.contact ul li i, #mapWrapper  ul li i { 
				position: absolute;
			    left: 4px;
			    top: 6px;
			   	font-size: 17px;
			}

#footer .social-icons, #footer .related-links { text-align: center; }
#footer .social-icons { margin-bottom: 20px; }
	#footer .social-icons ul li {
		display: inline-table;
		margin: 0 5px;
	}
		#footer .social-icons ul li a,
		#vest-page .vest .header ul li a,
		#vest-page .vest .footer ul li a,
		#preporuka-page .preporuka .header ul li a,
		#preporuka-page .preporuka .footer ul li a {
			color: #fff;
			background-color: #606060;
			font-size: 24px;
			width: 40px;
	    	height: 40px;
	    	text-align: center;
	    	vertical-align: middle;
	    	display: table-cell;
	    	transition: background-color linear .1s;
		}
			#vest-page .vest .header ul li a, #vest-page .vest .footer ul li a, #preporuka-page .preporuka .header ul li a, #preporuka-page .preporuka .footer ul li a {
				width: 25px;
	    		height: 25px;
	    		font-size: 18px;
			}
			#footer .social-icons ul li a:hover, #vest-page .vest .header ul li a:hover, #vest-page .vest .footer ul li a:hover,
			#preporuka-page .preporuka .header ul li a:hover, #preporuka-page .preporuka .footer ul li a:hover {
				background-color: #bf002b;
			}
#footer .related-links ul li { display: inline-block; margin: 0 10px; }
#pretraga .panel-body {
	display:block !important;
}
#pretraga .panel-heading span {
	padding:10px;
	background:transparent;
	color:#153870;
}
.cryptedmail:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld); 
}
span.help-block strong {
    color: #c43902;
    font-style: italic;
}
/* OUR PARTNERS SLIDER */
#partneri .slick-slide {
    margin: 0px 20px;
}



#partneri .slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

#partneri .slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#partneri .slick-list:focus
{
    outline: none;
}
#partneri .slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

#partneri .slick-slider .slick-track,
#partneri .slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

#partneri .slick-track
{
    position: relative;
    top: 0;
    left: 0;
	display: flex;
	align-items: center;
	margin: 0 auto;
}
#partneri .slick-track:before,
#partneri .slick-track:after
{
    display: table;
    content: '';
}
#partneri .slick-track:after
{
    clear: both;
}
#partneri .slick-loading .slick-track
{
    visibility: hidden;
}

#partneri .slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
#partneri [dir='rtl'] .slick-slide
{
    float: right;
}
#partneri .slick-slide img
{
    display: block;
}
#partneri .slick-slide.slick-loading img
{
    display: none;
}
#partneri .slick-slide.dragging img
{
    pointer-events: none;
}
#partneri .slick-initialized .slick-slide
{
	display: flex;
	justify-content: center;
}
#partneri .slick-loading .slick-slide
{
    visibility: hidden;
}
#partneri .slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
#partneri .slick-arrow.slick-hidden {
    display: none;
}
#partneri .slick-prev, #partneri .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
#partneri .slick-prev {
    left: -25px;
}
#partneri .slick-next {
    right: -25px;
}
#partneri .slick-prev:before, #partneri .slick-next:before {
    font-family: 'Glyphicons Halflings';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #153870;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#partneri .slick-prev:hover, #partneri .slick-next:hover {
	cursor: pointer;
}
#partneri .slick-prev:before {
    content: "\e257";
}
#partneri .slick-next:before {
    content: "\e258";
}
#partneri .slick-prev:hover:before, #partneri  .slick-next:hover:before {
	opacity: 1;
}

.ikt-singleoperator-info-table td{
    padding-right: 10px;
    padding-bottom: 5px;
    /*width: 40%;*/
}

.ikt-sistemi-group-info-table td{
    border:1px solid;
    padding:5px 10px 5px 10px;
    font-size: 14px; 
}

.ikt-sistemi-group-info-table td .form-control{
    height: 30px;
}

div#myCookieModal {
	display: block;
    width: 100%;
    height: auto;
    bottom: 0;
    background-color: transparent;
    position: fixed;
    top: unset;
    z-index: 100;
	left: 0;
	overflow: auto;
}

div#myCookieModal #myCookieModalContent {
    width: 100%;
    margin: 0;
    max-width: 100%;
    background: #163870 0% 0% no-repeat padding-box;
    border: none;
    padding: 10px;
}

div#myCookieModal #myCookieModalContent .container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

div#myCookieModal #myCookieModalContent p {
    color: #fff;
    padding-right: 100px;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 18px;
}
div#myCookieModal #myCookieModalContent a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

#myCookieModalContent #myCookieModalFooter {
    border: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    padding: 20px 16px 0 16px;
    color: white;
}

#myCookieModalContent #myCookieModalFooter a {
    margin-bottom: 10px;
}
 /* Custom css for cookies popup */
div#myCookieModal #myCookieModalContent .container{
	width: 65%;
}
#myCookieModalContent #myCookieModalFooter{
	padding: 10px 0;
}
#myCookieModalContent #myCookieModalFooter {
    color: white;
    /* min-width: 32%; */
	/* flex: 0 0 32%;
	max-width: 33%; */
    display: flex;
    align-items: center;
    flex-direction: row;
}
div#myCookieModal #myCookieModalContent a{
	margin-bottom: 0;
	margin-right: 10px;
	display: inline-block;
    width: max-content;
}
div#myCookieModal #myCookieModalContent p{
	margin-bottom: 0;
	padding-right: 0;
}
div#myCookieModal #myCookieModalContent{
    background: #163870d1 0% 0% no-repeat padding-box;
}

/* End for css for cookies popup */
/*--------------------------------------------------------------
	Media Queries
--------------------------------------------------------------*/


/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	#language {
		letter-spacing: -0.35px;
	}
    .mobile-buttons {
		display: flex;
		align-items: center; 
		padding: 8px 8px 8px 0px;
	}

    .navbar-brand {
	    padding: 3px 0px;
	    width: 90px;
	}

    .navbar-toggle {
	    margin-top: 8px;
	    margin-bottom: 8px;
	    margin-right: 5px;
	}

	ul.navbar-nav li.search-icon { margin-left: 0; }
    
    ul.navbar-nav li.search-icon, ul.navbar-nav li.incident-btn {
    	display: none;
    }
    a.incident-btn {
	    max-width: 120px !important;
	}
	.page#preporuke,
	.page {
	    padding-top: 80px;
	}
}

@media only screen and (max-width:500px){
	.navbar-brand {
		width: 80px;
		display: flex;
		align-items: center;
	}
	.navbar-brand img {
		width: 70%;
		margin-top: 10px;
	}
	.obavestenje .panel-body img{
		width: 100%;
		height: auto;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	#language {letter-spacing: -0.25px;}
	
	.mobile-buttons {display: block; padding: 25px 8px 25px 0px;}

    .navbar-brand {
	    padding: 3px 0px;
	    width: 180px;
	}

    .navbar-toggle {
	    margin-top: 25px;
	    margin-bottom: 24px;
	    margin-right: 5px;
	}
	.page#preporuke,
	.page {
	    padding-top: 112px;
	}
	
}

@media only screen and (max-width: 500px) {
	#no-header-image .incident-btn a {
		display: none !important;
	}

	.obavestenja-logo a {
		margin-right: 0;
		height: auto !important;
	}
	#obavestenja .pl-0 {
		width: 100%;
	}

	#no-header-image {
		background-size: cover;
		height: auto;
	}

	.obavestenja-images {
		flex-direction: row;
		width: 100%;
	}

	

	.publikacija-section .col-md-10,
	.publikacija-section .col-md-2 {
		width: 100%;
	}

	.obavestenja-logo::before {
		display: none;
	}

	.carousel-inner .btn {
		position: absolute;
		left: 0 !important;
	}



	.publikacije-post .item {
		flex-direction: column;
		width: 100%;
	}

	.publikacije-post .item .image {
		margin-left: auto;
    	margin-right: auto;
	}

	.publikacije-post .item h3 {
		font-size: 19px !important;
	}

	.publikacije-info {
		flex-wrap: wrap;
	}

	.nav-scroll {
		display: none !important;
	}

	.footer-banner {
		flex-direction: column;
	}

	.footer-banner .red-box {
		position: relative;
		width: 100%;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}

	.footer-banner .red-box .white-line {
		padding: 16px;
	}

	.footer-banner .red-box h5 {
		font-size: 25px;
	}

	.heading-style {
		font-size: 18px !important;
	}

	.heading-style::after {
		width: 20%;
		right: -19%;
	}

	.red-border {
		max-width: 250px;
	}

	.obavestenja-logo {
		height: auto;
		flex-direction: row;
	}

	.obavestenja-logo a {
		width: 80px !important;
	}

	.obavestenja-logo .incident-btn a {
		display: none !important;
	}

	.carousel-info {
		left: 20px;
	}


	.carousel-inner .item img {
		height: 450px;
	}
	.carousel-inner .carousel-caption h3 {
		font-size: 20px !important;
	}
	.carousel-inner .carousel-caption {
		padding: 16px !important; 
		width: 90%;
	}
	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
		margin-left: -50px;
	}
	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
		margin-right: -50px;
	}
	.choose-form-radio {
		flex-wrap: wrap;
	}

	.choose-form-radio .item {
		margin: 10px 0 !important;
		width: 100%;
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.obavestenje .panel-title{
		margin-top: 10px;
	}
	.registar-desktop{
		display: none;
	}
	.registar-mobile{
		display: block;
	}
	.publikacije-mobile{
		display: block;
	}
	.publikacije-desktop{
		display: none;
	}
	.vesti-img-mobile{
		display: block;
	}
	.obavestenje .panel{
		min-height: 55px;
	}
	.logout button{
		margin-right: 0px;
	}
	.preporuka-box{
		padding: 0px;
	}
	.container{
		padding-left:25px;
		padding-right: 25px;
	}
	header .incident-btn.pull-right a{
		font-size: 12px !important;
	}
	.section .section-link{
		padding-top: 0px;
		padding-bottom: 20px;
	}
	.save button{
		margin-right: 0px;
	}
	.top-title{
		display: flex;
		flex-flow: column-reverse;
	}
	.obavezna-polja{
		flex-flow: column;
		align-items: flex-start;
	}
	.ikt-sistemi-group-info-table td .form-control{
		width: 72%;
	}
	#search-bar{
		background: #fff;
	}
	#vesti .vest img{
		margin-top: 10px;
	}
	.pagination-lg>li>a, .pagination-lg>li>span{
		font-size: 14px;
	}
	#footer .related-links ul li{
		margin: 0px 14px;
	}
	#search-bar .navbar-form button{
		background-color: #143870;
		color: #fff;
	}
	#search-bar input.form-control{
		width: 68%;
	}
	.navbar-nav .search-icon.pull-right{
		display: none;
	}
	.navbar-nav .incident-btn.pull-right{
		float: unset !important;
		padding-right: 8px;
	}
	.navbar-nav>li{
		text-align: center;
	}
	.navbar-nav .incident-btn.pull-right a{
		margin-left: auto;
		margin-right: auto;
	}
	.navbar-collapse.collapse.in .nav>li>a{
		text-align: center;
	}
	.page#preporuke .preporuka{
		min-height: 170px;
	}
	.pagination>li>a, .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
		border-right: 1px solid #e7e7e7;
	}
	.navbar-form{
		border: none;
		margin: 0px;
	}
	#no-header-image.section{
		padding: 30px 0px;
	}
	.navbar-collapse .incident-btn a{
		max-width: 150px !important;
		padding: 10px 20px !important;
	}
	.navbar-collapse .search-icon{
		margin-top: 18px;
		margin-right: 10px;
	}
	#obavestenja .box{
		min-height: 360px;
	}
	.page#preporuke,
	.page{
		padding-top: 90px;
	}
	.mobile-buttons a.incident-btn{
		max-width: 115px;
		width: 115px;
	}
	.prijavi-izvestaj{
		display: none !important;
	}
	.vesti-img-desktop{
		display: none;
	}
	.mobile-buttons{
		padding: 16px 10px 16px 0px;
	}
	.navbar-brand img{
		margin-left: 13px;
	}
}
/* Small Devices, Tablets */
@media (min-width:767px) {
	
}

@media (max-width:500px){
	.navbar-brand img{
		width: 100%;
		margin-left: 0;
		margin-top: 5px;
	}
	.navbar-brand {
		width: 120px;
	}
	.navbar-toggle{
		margin-top: 15px;
	}
}

@media (max-width:767px) {
	/*.navbar-brand {
    	width: 90px;
    }*/
	
	.desktop {
		display: none;
	}
	
	.mobile {
		display: mobile;
	}
	

    #search-bar input.form-control, #search-bar button {
	    display: inline-block;
	}
	.section .box {
		min-height: 120px;
	}
	#header-image.section { padding: 20px 0; }
	#header-image { background-color: #153870; }
	#header-image img.header-image { display: none; }
	#footer .footer-links .widget { margin-bottom: 20px; }
	
	.btn {
		padding: 10px 35px;
	}
}

@media only screen and (min-width : 768px) {
	.col-sm-5ths {
        width: 50%;
        float: left;
    }
	
	.navbar-default .navbar-collapse {
        display: flex !important;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

	

	.mobile-buttons {display: none; }
	ul.navbar-nav li.search-icon, ul.navbar-nav li.incident-btn {
    	display: block;
    }
    ul.navbar-nav li.search-icon { /*margin-left: 38px;*/ font-size: 18px; }
    ul.navbar-nav li.search-icon a { font-size: 18px; }
    .navbar-brand {
    	/*width: 200px;*/
		width: 100%;
    	padding: 6px 0px;
    }
    a.incident-btn {
	    max-width: 60px;
	}
	header .incident-btn a, header a.incident-btn {
	    max-width: 80px;
	}

	.col-md-5ths {
        width: 20%;
        float: left;
    }
	.page#preporuke,
    .page {
	    padding-top: 237px;
	}
}

@media (max-width: 979px) {

	.obavestenja-logo {
		flex-direction: row;
		height: auto;
		justify-content: space-between;
	}

	.navbar-default .navbar-collapse ul {
		flex-direction: column;
	}

	.navbar-default .navbar-collapse .search-icon {
		display: none;
	}

	.navbar-brand.mobile {
		display: block;
	}

	.publikacija-section .col-md-10,
	.publikacija-section .col-md-2 {
		width: 100%;
	}

	.footer-banner {
		flex-direction: column;
	}

	.footer-banner .red-box {
		position: relative;
		width: 100%;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}

	#no-header-image .incident-btn {
		display: none;
	}

	.carousel-inner .item img {
		height: 500px;
	}
	.carousel-inner .carousel-caption h3 {
		font-size: 30px;
	}
	.carousel-inner .btn {
		left: 40px;
	}
	.carousel-inner .carousel-caption {
		width: 90%;
		padding: 24px 50px;

	}

	.obavestenja-logo .incident-btn,
	.obavestenja-logo::before,
	.nav-scroll {
		display: none !important;
	}
    
    .navbar-default .navbar-nav>li>a { font-size: 13px; }
    .navbar-nav {
	    margin-right: -15px;
	}
    .nav>li>a {
	    padding: 30px 4px;
	}
	header .incident-btn {
	    padding: 12px 0 15px 4px;
	}
	.navbar-default .navbar-collapse ul {
		margin-left: 0px;
	}
	/*.navbar-brand {
	    padding: 3px 0px;
	    width: 210px;
	}*/
	header .search-icon a, header a.search-icon {
	    font-size: 24px;
	    padding: 30px 7px;
	}
	header .incident-btn a, header a.incident-btn {
	    padding: 8px 8px;
	}
	.breadcrumb>.active, .breadcrumb a, .breadcrumb>li+li:before {
	    color: #fff;
	    font-size: 14px !important;
	}
	#header-image h2, #no-header-image h2 { font-size: 28px !important; }
	#header-image p { font-size: 14px; }
	.section .box, .preporuka {margin-bottom: 20px;}
	.obavestenje .panel-title {
    	font-size: 16px;
	}
	.obavestenje .panel-heading span {
	    padding: 6px;
	    top: 6px;
	}
	.obavestenje .panel-heading a {
	    right: 40px;
	    font-size: 12px;
	}
	#vesti .vest .title { font-size: 16px; }
	
	#partneri .slick-prev, #partneri .slick-next {
		display: none !important;
	}
}

@media only screen and (min-width : 979px) and (max-width: 991px) {
	.navbar-default .navbar-nav>li>a { font-size: 10px; }
    .nav>li>a {
	    padding: 33px 2px;
	}
	/*.navbar-brand {
	    padding: 3px 5px;
	    width: 90px;
	}*/
	li.incident-btn {padding: 8px 0 8px 5px;}
	table.table th, table.table td { padding: 15px; font-size: 14px; }
}

@media only screen and (max-width: 1300px) and (min-width: 992px){
	.navbar-default .navbar-nav>li>a {
	    font-size: 1.1rem;
	    padding-left: 5px;
	}
    /*.nav>li>a {
    	padding: 57px 7px;
	    font-size: 12px;
	}*/
	/*.navbar-brand {
	    padding: 4px 0px;
	    width: 300px;
	}*/
	.navbar-nav {
	    margin-right: -15px;
	}
	/*li.incident-btn {padding: 39px 0 39px 5px;}*/
	header .incident-btn a, header a.incident-btn {
	    max-width: 90px;
	    text-align: center;
	    padding: 8px 10px;
	}
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	ul.navbar-nav li.search-icon { margin-left: auto; }
	#language {letter-spacing: 0px;}
    header .incident-btn a, header a.incident-btn {
	    /*max-width: 120px;*/
	    min-width: 120px;
	}

	.panel-title {
	    font-size: 20px;
	}

	.col-lg-5ths {
        width: 20%;
        float: left;
    }

	.fix-layout{
		display: flex;
		flex-wrap: wrap;
	}
}
/* Media Queries */
@media (min-width: 1400px){
	ul.navbar-nav li.search-icon { /*margin-left: 170px;*/ }
	.container {
	    width: 1300px;
	}

	.container-fluid {
	    width: 1400px;
	}
}

/* Zoom 125% */
@media only screen and (min-width: 1535px) and (max-width: 1650px){
	body, .navbar-default .navbar-nav>li>a, td,th, .btn, p, .form-control{
		font-size: 12px !important;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 17px !important;
	}

	#obavestenja .pr-0 {
		width: 82.5% !important;
	}

	#obavestenja .incident-btn a { 
		font-size: 20px;
	}
	.page#preporuke, .page {
		padding-top: 200px;
	}
	.right-widget-area ul li a {
		font-size: 16px; 
	} 
	.navbar-nav>li.incident-btn a{
		/*font-size: 11px !important;*/
		font-size: 14px !important;
	}
	.heading-style {
		font-size: 25px !important;
	}
	.carousel-inner .carousel-caption h3 {
		font-size: 34px;
	}
	#obavestenja .box{
		height: 270px;
	}

	.desktop img {
		width: 140px;
	}
	.srb-cert img {
		width: 90px;
	}
	.btn{
		padding: 10px 20px;
	}

	.incident-btn a {
		font-size: 16px;
	}

	.footer-banner .red-box h5 {
		font-size: 30px;
	}
	
	.page{
		padding-top: 190px;
	}
	.section .title h2{
		font-size: 25px;
	}
	.section .box p.content{
		min-height: 85px;
	}
	.h3, h3{
		font-size: 20px;
	}
	.obavestenje .panel-title, .pitanje .panel-title{
		font-size: 18px;
	}
	.page#preporuke .preporuka{
		min-height: 180px;
	}
	.container{
		width: 1200px;
	}
	.navbar-brand img {
		width: 150px;
	}
	header .incident-btn{
		padding: 12px 8px;
	}
	.nav>li>a{
		padding: 28px 10px;
	}
	.nav>.incident-btn a{
		padding: 5px;
	}
	#obavestenja .box{
		min-height: 220px;
	}
	.pagination-lg>li>a, .pagination-lg>li>span{
		font-size: 12px;
	}
}

/* Zoom 150% */
@media(min-width: 1280px) and (max-width: 1534px){
	body,.btn , .navbar-default .navbar-nav>li>a, .form-control, p, td,th{
		font-size: 15px !important;
	}

	#no-header-image .incident-btn a {
		max-width: 220px;
		font-size: 20px; 
	}

	#obavestenja .pl-0 {
		width: 240px;
	}
	#obavestenja .pr-0 {
		padding-right: 0;
		width: 81% !important;
	}
	.obavestenja-logo {
		height: 455px;
	}
	#obavestenja .incident-btn a {
		font-size: 19px;
	}
	.right-widget-area ul li a {
		font-size: 16px; 
	} 
	#obavestenja .box{
		height: 240px;
	}
	.navbar-nav>li.incident-btn a{
		font-size: 9px !important;
	}
	.desktop img {
		width: 130px;
	}
	.srb-cert img {
		width: 80px;
	}
	.container{
		width:1020px;
	}
	.page{
		padding-top: 185px;
	}
	.carousel-inner .carousel-caption h3 {
		font-size: 27px;
	}
	.incident-btn a { 
		font-size: 13px;
	}

	.obavestenja-logo .incident-btn a {
		padding: 10px 30px;
		font-size: 13px;
	}
	.obavestenja-logo a {
		width: 90px;
	}
	.obavestenja-logo {
		height: 450px;
	}
	.heading-style {
		font-size: 18px !important;
	}
	.right-widget-area ul li a {
		font-size: 13px;
	}
	.choose-form-radio .item {
		font-size: 13px;
	}
	.footer-banner .red-box h5 {
		font-size: 26px;
	}
	.btn{
		padding: 10px 20px;
	}
	form .form-control{
		height: 30px;
	}
	.navbar-brand {
		padding: 13px 0;
	}
	.navbar-brand img {
		width: 110px;
	}
	header .incident-btn{
		padding: 23px 8px;
	}
	#obavestenja .box{
		min-height: 210px;
	}
	.nav>li>a{
		padding: 28px 10px;
	}
	.nav>.incident-btn a{
		padding: 5px;
	}
	.page#preporuke .preporuka{
		min-height: 160px;
	}
	.obavestenje .panel-title, .pitanje .panel-title{
		font-size: 14px !important;
	}
	.h2, h2{
		font-size: 19px !important;
	}
	.h3, h3{
		font-size: 17px;
	}
	.h4, h4{
		font-size: 15px;
	}
	.pagination-lg>li>a, .pagination-lg>li>span{
		font-size: 11px;
	}
	table.table thead, table.table thead{
		font-size: 10px;
	}
	
	.content{
		min-height: 75px !important;
	}
	.section .box h3.title a{
		font-size: 14px !important;
	}
}


@media (max-width: 991px) {
	/*.page {
	    padding-top: 124px;
	}*/
    .navbar-header {
        float: none;
    }
	#obavestenja .pl-0 {
		width: 100% !important;
	}
	.obavestenja-logo a {
		margin-right: 0;
	}
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
	.navbar-collapse.collapse.show {
        display: flex!important;
    }

	.navbar-collapse.collapse.show .navbar-nav {
		flex-direction: column !important;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0 !important;
	}
    .navbar-nav {
        float: none!important;
        margin: 7.5px 0px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
	header::before {
		display: none;
	}
	#obavestenja .pl-0 {
		position: relative !important;
		padding-left: 15px !important;
	}
	#obavestenja .pr-0 {
		padding-right: 15px !important;
		width: 100% !important;
	} 

	.navbar-default {
		z-index: 1000 !important;
		background-color: #fff !important;
	}
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .navbar-collapse.collapsing .nav>li>a, .navbar-collapse.collapse.in .nav>li>a {
	    padding: 5px;
	}

	.navbar-collapse.collapse.in ul.nav li a, .navbar-collapse.collapsing ul.nav li a { font-size: 14px; }

	header .incident-btn a, header a.incident-btn {
	    padding: 8px 8px;
	    font-size: 12px;
	}

    .navbar-top .cert-info {
    	display: none;
    }
}

@media only screen and (max-width: 600px) {
  div#myCookieModal #myCookieModalContent .container {
   	display: block;
    width: 100%;
  }
}
header {
	background-color: #fff;
}
header::before {
	content: '';
	position: absolute;
	left: 0;
	top: 30px;
	right: 0;
	bottom: 0;
	background-image: url('../images/bg-pattern.svg');
	z-index: 1;
	opacity: 0.25;
	height: 50vh;
    background-size: cover;
    background-position: top;
}

#no-header-image .breadcrumb>.active, .breadcrumb a, 
#no-header-image .breadcrumb>li+li:before {
	font-size: 18px;
}
#no-header-image h2 {
	font-size: 36px;
}

.navbar-default {
	background-color: transparent;
}


/* .tackice {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: url('../images/bg-pattern.svg');
	z-index: 9;
	opacity: 0.5;
	height: 50vh;
    background-size: cover;
    background-position: top;
} */

#obavestenja .incident-btn a {
	max-width: 100%;
	margin: 0;
	font-size: 22px;
	height: 100px;
}
#obavestenja .carousel {
	clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}
#preporuke {
	padding: 40px 0 30px;
}
#page-404 .section.secondary > .container {
	padding: 60px 0 80px;
}
#page-404 .section h1,
#page-404 .section h3 {
	color: #bf002b;
	text-align: center;
}
#page-404 .section h1 {
	font-size: 96px;
}
#page-404 .section h3 {
	font-size: 32px;
}
#page-404 .section .form-404 {
	display: flex;
	align-items: center;
	max-width: 800px;
	margin: 0 auto;
}
#page-404 .section .form-404 input { height: 42px; }
#page-404 .section .form-404 button.btn-blue {
	background-color: #153870;
	margin-left: 6px;
}
#page-404 .section .form-404 button.btn-blue:hover {
	background-color: #bf002b;
}
.obaveznopolje {
	color:#bf002b;
}
/*@media only screen and (max-width: 1098px) and (min-width: 992px){*/
	@media only screen and (max-width: 1200px) and (min-width: 992px){
	nav .container {
	    width: 1035px;
	}
	.navbar-brand {
	    width: 100%;
	    padding: 20px 0px;
	}

	.navbar-brand img {
		width: 130px;
	}
}