@import url('https://fonts.googleapis.com/css?family=Poppins:400,700&display=swap');
html {
	scroll-behavior: smooth !important;
}
/* Ikonica lupe */
.zoom-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -100%);
	font-size: 55px;
	color: white;
	opacity: 0;
	/* transition: opacity 0.25s ease; */
	pointer-events: none;
	/* ne blokira klik */
}

.img-wrapper:hover .zoom-icon {
	opacity: 1;
}
#Embed {
	z-index: 998 !important;
}
.opacity-05 {
    opacity: 0.5;
}

.zoom-trigger:hover {
    cursor: pointer;
    filter: brightness(0.8);
}

.img-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 0;
    padding: 5px 10px;
    font-size: 0.9em;
    text-align: center;
    color: #000;
}

.img-wrapper {
    position: relative;
    overflow: hidden;
    z-index: 999;
}

/* MODAL */
.img-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 40px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}

.modal-inner {
    position: relative; /* ovo je ključno */
    width: fit-content;  /* okvir veličine slike */
    margin: auto;        /* centriranje */
}

.modal-content2 {
    display: block;
    max-width: 100%;
    max-height: 90vh;
    height: auto;
    width: auto;
    border-radius: 4px;

    /* animacija */
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.modal-content2.show {
    opacity: 1;
    transform: scale(1);
}

/* X ikonica u uglu slike */
/*.close {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
}*/
.close {
    position: absolute;
    /*bottom: 10px;*/
    top: 10px; 
    right: 10px;
    color: #fbfbfb;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
    background-color: #2b2327;
    padding: 10px 17px;
    border-radius: 30px;
    opacity: 0.4;
}

.transparent {
	background: transparent !important;
}

.active-year span {
	background: #337ab7 !important; /* bootstrap primary */
	color: #fff !important;
	transition: 0.3s ease;
}

#start-time {
	opacity: 1 !important;
	visibility: visible !important;
	transition: none !important;
}


/* Stil za "floating" dugme */
.floating-button {
	display: none; /* početno skriveno dok ne zatreba */
}


/* Naslov artikla */
.product-title {
	margin-top: 15px;
	font-size: 1.7rem;
	font-weight: 600;
	color: #0d6efd;
}

/* Linija */
.divider {
	margin: 15px 0;
	opacity: 0.2;
}

/* Opšti stil za kolone */
.modern-row .col-md-4 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* Tekst ispod svake kolone */
.label {
	font-size: 1.1rem;
	font-weight: 500;
	font-family: "Kancelarko", sans-serif;
}

/* Kutija za količinu */
.quantity-box {
	display: flex;
	align-items: center;
	gap: 5px;
}

/* Dugmad +/− */
.qty-btn {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	border: none;
	background-color: #0d6efd;
	color: white;
	font-size: 1.4rem;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: 0.2s;
}

.qty-btn:hover {
	background-color: #0b5ed7;
	/*transform: scale(1.05);*/
}

/* Input za broj komada */
.qty-input {
	width: 30px;
	background: transparent;
	border: none;
	border-bottom: 1 solid gray
	text-align: center;
	font-size: 1.5rem;
	font-weight: 500;
}

/* Responsivnost — lep raspored na mobilnim */
@media (max-width: 768px) {
	.modern-row .col-md-4 {
		margin-bottom: 15px;
	}

	.qty-btn {
		height: 36px;
		width: 36px;
		font-size: 1.2rem;
	}
}



.propis-tabela {
	background-color: #1F4E79 !important;
	color: white;
	padding: 10px;
	margin-bottom: 0;
}

.tabela-propis {
	width: 100%;
	margin-top: 0;
	margin-bottom: 20px;
}

.shadow {
	box-shadow: 0px 0px 15px 9px #d9d9d9;
	/*box-shadow: 2px 2px 5px #d9d9d9;*/
}

.custom-alert {
	color: white;
	padding: 15px;
	border-radius: 8px;
	display: table;
}

.custom-alert .fs-mobile-1 {
	font-size: 1.4rem;
}

.icon-wrapper {
	display: table-cell;
	vertical-align: middle;
	padding-right: 15px;
	font-size: 20px;
}

.separator {
	display: table-cell;
	width: 1px;
	background-color: white;
	height: 30px;
	vertical-align: middle;
	margin: 0 15px;
}

.alert-text {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding-left: 15px;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('https://www.paragraf.rs/fonts/glyphicons-halflings-regular.eot');
  src: url('https://www.paragraf.rs/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
	   url('https://www.paragraf.rs/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
	   url('https://www.paragraf.rs/fonts/glyphicons-halflings-regular.woff') format('woff'),
	   url('https://www.paragraf.rs/fonts/glyphicons-halflings-regular.ttf') format('truetype');
}

.flex-middle {
	display: flex;
	align-items: center;
}
blockquote {
	font-size: unset !important;
	padding: 0;
	border: none;
}

@font-face {
  font-family: 'Quanta';
  src: url('../Fonts/QuantaGroteskPro-Semibold.woff') format('woff2');
  src: url('../Fonts/QuantaGroteskPro-Regular.woff') format('woff2');
}

.us-none {
  user-select: none !important;
}

a.bg-info {
  color: #fff !important;
  background-color: #d9edf7 !important;
  border-color: #117a8b !important;
}

a.bg-info:hover {
  color: #fff !important;
  background-color: #d9edf7 !important;
  border-color: #138496 !important;
}

.hide-mobile {
	display: none;
}

.font-kancelarko > div p {
	color: #333333;
	margin: 8px 0;
}

.font-kancelarko > .white li {
	color: white;
}

.font-kancelarko > div ul li {
	color: #333333;
}

.font-kancelarko h3 {
	font-family: 'Poppins', sans-serif !important;
	color: #333333;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.popup {
	background-color: #ffffff;
	max-width: 900px;
	position: fixed;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
	border-radius: 8px;
	font-family: "Poppins",sans-serif;
	display: none;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.popup img {
	width: 100%;
}
.popup button {
	margin: 0;
	display: block;
	float: right;
	background-color: transparent;
	font-size: 30px;
	color: #c5c5c5;
	border: none;
	outline: none;
	cursor: pointer;
	position: absolute;
	right: 15px;
}

#propisi-la li a {
	display: block;
	padding: 10px;
	border-bottom: 1px solid lightgray;
}
#propisi-la li .doc {
	display: unset !important;
	padding: 0px;
}
#propisi-la li .d-none {
	display: unset !important;
	padding: 0px;
}

.cover {
	background-size: cover;
}
.dan-zalosti {
	background-image: linear-gradient(to bottom,#404040 0,#000 100%)
}

.border-box {
	border-spacing: border-box;
}

.transition {
	display: block !important;
	transition: transform 250ms !important;
}

.col-sm-12 .transition .box-transition:hover {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-box-shadow: 0 0 49px rgba(0, 0, 0, .06);
  -webkit-box-shadow: 0 0 49px rgba(0, 0, 0, .06);
  box-shadow: 0 0 49px rgba(0, 0, 0, .06);
}

.breadcrumb-item strong {
	color: #666;
}

.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.fixed {
	position: fixed;
}
.position-absolute {
	position: absolute;
}
.position-relative {
	position: relative;
}
.position-fixed {
	position: fixed;
}
.no-position {
	position: unset !important;
}
.table {
	display: table;
}
.table-cell {
	display: table-cell;
}
.inline-grid {
	display: inline-grid;
}
.bottom {
	bottom: 0;
}
.top {
	top: 0;
}
.left {
	left: 0;
}
.right {
	right: 0;
}

/* za print stampanje */
@media print {
	.container {
		font-size: 12px;
		margin: 0;
		padding: 0;
		-webkit-print-color-adjust:exact;
	}
	.heder-wrap, .print-hide, .print-hide *, .desno-baner-klik, .desno-baner-klik-xl, footer, .napomena-pretplata, #mailPrijava, .preheader, #kancelarko-safty-net-frame-propisi-VEBINAR, #kancelarko-safty-net-frame-propisi, #result1, #sidebar, #kancelarko-safty-net-frame-obrasci-gl-sto ,#kancelarko-safty-net-frame-propisi-VEBINAR-VESTI-DRUGI, #kancelarko-safty-net-frame {
		visibility: hidden !important;
		display: none;
	}
	.print-container, .print-container *, .heder-print, .word, .excel, .pdf {
	visibility: visible;
	}
	.tabelanaslov {
		border: unset;
	}
	.text-gray {
		color: gray !important;
	}
	a[href]:after {
		content: none !important;
	}
	.text-right-pc {
		text-align: left !important;
	}
	.vest-slika {
		display: none;
	}
}
/* za print stampanje END */

/* Responsive table */
.rwd-table {
	margin: auto;
	min-width: 300px;
	max-width: 100%;
	border-collapse: collapse;
}
.rwd-table tr:first-child {
	border-top: none;
	background: #428bca;
	color: #fff;
}
.rwd-table tr {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #f5f9fc;
}
.rwd-table tr:nth-child(odd):not(:first-child) {
	background-color: #ebf3f9;
}
.rwd-table th {
	display: none;
	border-left: 1px solid lightgray;
}
.rwd-table th:first-child {
	margin-top: 0;
	/*margin-top: .5em;*/
	border-left: none;
}
.rwd-table td {
	display: block;
	font-size: 13px;
	border-left: 1px solid lightgray;
}
.rwd-table td:first-child {
	margin-top: 0;
	/*margin-top: .5em;*/
	border-left: none;
}
.rwd-table td:last-child {
   /* margin-bottom: .5em;*/
}
.rwd-table td:before {
	content: attr(data-th) ": ";
	font-weight: bold;
	min-width: 100%;
	display: inline-block;
	color: #000;
	font-size: 13px;
	padding-right: 10px;
}
.rwd-table th,
.rwd-table td {
	text-align: left;
}
.rwd-table {
	color: #333;
	/*border-radius: .4em;*/
	overflow: hidden;
}
.rwd-table tr {
	border-color: #bfbfbf;
}
.rwd-table tr.rounded-0 {border-radius: none !important;
}
.rwd-table tr.rounded-0:first-child {border-radius: none !important;
}
.rwd-table th,
.rwd-table td {
	padding: .5em 1em;
}
.colspan-row td {
	background: #86B6C2;
}
@media screen and (max-width: 601px) {

	td[data-th=""]:before {
		content: "";
		display: none;
	}
	.colspan-row td {
		text-align: center;
		font-weight: bold;
		color: #000;
	}
	.rwd-table tr:nth-child(2) {
		border-top: none;
	}
	.rwd-table .text-left {
		text-align: left !important;
	}
	.rwd-table .text-center {
		text-align: unset !important;
	}
	.rwd-table .text-right {
		text-align: unset !important;
	}
	.rwd-table .text-center-mobile {
		text-align: center !important;
	}
	.rwd-table .text-left-mobile {
		text-align: left !important;
	}
	.rwd-table td:before {
		padding-right: 0 !important;
	}
	.rwd-td td {
		border-left: none;
	}
	.rwd-table td {
		border-left: none;
	}
	.bg-gray-mobile {
		background-color: #e8e8e8;
	}
	.rwd-table td .text-right-pc {
		text-align: left;
	}
	/*.desktop-font p, .desktop-font .formasav, .desktop-font ul li {
		font-size: 1.5vh !important;
	}*/
}
@media screen and (min-width: 600px) {
	
	.rwd-table tr:hover:not(:first-child) {
		background-color: #d8e7f3;
	}
	.rwd-table td:before {
		display: none;
	}
	.rwd-table th,
	.rwd-table td {
		display: table-cell;
		padding: .25em .5em;
	}
	.rwd-table th:first-child,
	.rwd-table td:first-child {
		padding-left: 0;
	}
	.rwd-table th:last-child,
	.rwd-table td:last-child {
		padding-right: 0;
	}
	.rwd-table th,
	.rwd-table td {
		padding: 0.6em !important;
	}
	.rwd-table .text-center {
		text-align: center !important;
	}
	.rwd-table .text-right {
		text-align: right !important;
	}
	.rwd-table td .text-left-pc {
		text-align: left;
	}
	.rwd-table td .text-right-pc {
		text-align: right !important;
	}
	.rwd-table td .text-center-pc {
		text-align: center;
	}
	/*.desktop-font p {
		font-size: 16px !important;
	}*/
}
/* END Responsive table */

.tsaokvirom {
	background-color: white;
}
.text-center{
	text-align: center !important;
}
.text-justify{
	text-align: justify !important;
}

.oblacic-stick {
	display: table-cell !important;
	min-width: 10px !important;
	border-radius: 30px !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	/*border: 1px solid #E3E3E3 !important;*/
	padding: 5px 15px !important;
	background-color: white;
	font-size: 1em !important;
	font-weight: 600;
	/*color: #002645;*/
	margin-left:-25px;
}
.oblacic {
	display: table-cell !important;
	min-width: 10px !important;
	border-radius: 30px !important;
	/*border: 1px solid #E3E3E3 !important;*/
	padding: 5px 15px !important;
	background-color: white;
	font-size: 1em !important;
	font-weight: 600;
	/*color: #002645;*/
}
.oblacic-border {
	border: 1px solid #E3E3E3 !important;
	color: #002645;
}
.hours {
	display: none;
}
.hours-index {
	display: none;
}
body.modal-open {
	padding-right: 0 !important;
}
/*Open-closed-status-END*/

.card-edelovodnik {
	color: white;
	padding: 0;
	margin: 0;
	text-align: center;
}
.card-edelovodnik .title-edelovodnik {
	margin: 0;
	background-color: #006633 !important;
	color: white;
	text-align: center;
}
.card-edelovodnik .body-edelovodnik {
	padding: 20px;
	margin: 0;
	background-color: #339966 !important;
	color: white;
	text-align: center;
}
.card-edelovodnik a {
	background-color: white !important;
	color: black !important;
	text-align: center;
	border: 1px solid black;
}
.underline {
	text-decoration: underline !important;
}
.no-underline {
	text-decoration: none !important;
}
.primer {
	background-color: #162c53;
	padding: 15px;
	border-radius: 6px 6px 0 0;
	color: white;
}
.primer p {
	padding: 5px;
	margin: 0 !important;
}
.no-radius {
	border-radius: unset !important;
}
div.misljenje {
	border: 1px solid gray;
	margin: 15px 0;
	padding: 10px;
}
h3.izvor {
	background-color: lightgray;
	border-bottom: 1px solid gray;
	border-left: 5px solid gray;
	padding: 10px;
	margin-top: -10px;
	margin-left: -10px;
	margin-right: -10px;
	font-style: italic;
	font-weight: 700;
	color: #333333;
}
/* specijalna ponuda */

.error {
	color: red !important;
}
.filter-brightness {
	filter: brightness(0.2);
	-webkit-filter: brightness(20%);
	-moz-filter: brightness(20%);
	-ms-filter: brightness(20%);
	-o-filter: brightness(20%);
	z-index: 500;
}
.filter-opacity {
	filter: opacity(0.2);
	-webkit-filter: opacity(20%);
	-moz-filter: opacity(20%);
	-ms-filter: opacity(20%);
	-o-filter: opacity(20%);
	z-index: 500;
}
.offer {
	background: #ececec !important;
	width: 85% !important;
	max-width: 960px !important;
	min-height: 3.750em !important;
	margin: 2em auto !important;
	padding: 1.250em !important;
	border-radius: 0.313em !important;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5) !important;
	line-height: 1.5em !important;
	color: #292929 !important;
	/*background-image: url(../img/bg-gift.jpg);
background-size: cover;*/
}
.offer-naslov {
	text-align: center !important;
	position: relative !important;
	padding: 0 0.5em !important;
	font-size: 2.000em !important;
	margin: 0 0 0 -0.625em !important;
	line-height: 1.875em !important;
	color: #ececec !important;
	border-radius: 0 0.156em 0.156em 0 !important;
	background: #156d7b !important;
	box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.5) !important;
}
.offer-naslov:before, .offer-naslov:after {
	position: absolute !important;
	content: '' !important;
	display: block !important;
	box-sizing: unset !important;
}
.offer-naslov:before {
	height: 100% !important;
	padding: 7px !important;
	top: 0 !important;
	left: -14px !important;
	background: inherit !important;
	border-radius: 0.313em 0 0 0.313em !important;
}
.offer-naslov:after {
	width: 10px !important;
	height: 10px !important;
	background: #D3D3D3 !important;
	bottom: -10px !important;
	left: -10px !important;
	border-radius: 0.313em 0 0 0.313em !important;
	box-shadow: inset -1px 2px 2px rgba(0, 0, 0, 0.3) !important;
}
.offer input[type=checkbox] {
	/* Double-sized Checkboxes */
	-ms-transform: scale(1.5);
	/* IE */
	-moz-transform: scale(1.5);
	/* FF */
	-webkit-transform: scale(1.5);
	/* Safari and Chrome */
	-o-transform: scale(1.5);
	/* Opera */
	transform: scale(1.5);
	padding: 10px;
	margin-right: 20px;
}

@media (max-width: 600px) {
	.datum-savetovanja {
		font-size: 20px !important;
	}
	.font-mobile {
		font-size: 3.4vw !important;
	}
	.fs-mobile-1 {
		font-size: 1.4rem !important;
	}
	.fs-mobile-1 {
		font-size: 1.4rem !important;
	}
	.font-mobile-s {
		font-size: 3.4vw !important;
	}
	.font-mobile-w {
		font-size: 3.4vw !important;
	}
	.offer-naslov {
		line-height: 1.143em !important;
		padding: 0.5em !important;
	}
	.offer-naslov:before, .offer-naslov:after {
		font-size: 0.714em !important;
	}
	.rwd-table td .text-left-pc {
		text-align: left;
	}
	.rwd-table td .text-right-pc {
		text-align: left;
	}
	.rwd-table td .text-center-pc {
		text-align: left;
	}
}
/* specijalna ponuda END*/

#main {
	min-height: calc(100vh - 494px);
}
@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css");
#disqus_thread {
	display: none;
	margin-bottom: 20px !important;
	clear: all;
}
.zabrisanje {
	display: none;
}
.italic {
	font-style: italic;
}
.main-table p {
	margin: 8px 0;
}
.green {
	color: #339966;
}
a:hover .blue-hover {
	background-color: #162c53 !important;
	color: white !important;
}
a:hover .blue-hover p a {
	background-color: #162c53 !important;
	color: white !important;
}
a:hover .glasilo-box {
	background-color: #162c53 !important;
	color: white !important;
}
a:hover .col-sm-2-glasila {
	background-color: #162c53 !important;
	color: white !important;
}
a:hover .btn-success {
	background-color: darkgreen !important;
}
a:active .btn-success {
	background-color: darkgreen !important;
}
.blue-link a {
	color: #0071e3 !important;
}
.ul-li-pad {
	margin-left: 30px;
}
.btn-blue {
	background-color: #162c53;
	padding: 10px 20px;
	color: #fff;
	border-radius: 0;
	display: inline-block;
}
.button-belo {
	border: 2px solid white;
	border-image-slice: 1;
	border-width: 3px;
	border-radius: 0px;
}
.button-white {
	border: 2px solid white;
	border-image-slice: 1;
	border-width: 3px;
	border-radius: 0px;
}
.button-black {
	border: 2px solid black;
	border-image-slice: 1;
	border-width: 3px;
	border-radius: 0px;
}
.button-orange {
	border: 2px solid #f36f27;
	border-image-slice: 1;
	border-width: 3px;
	border-radius: 0px;
}
.button-savetovanja {
	background-color:#0000d3;
	color: white;
	border-image-slice: 1;
	border-width: 3px;
	border-radius: 5px;
}
.btn-blue:hover, .btn-blue:focus {
	color: #fff;
	background-color: #0c1a33;
	text-decoration: none;
}
.btn-p-blue {
	background-color: #162c53;
	border-top: 2px solid #f25818;
	padding: 10px 20px;
	color: #fff;
	border-radius: 0;
	display: inline-block;
}
.btn-p-blue:hover, .btn-p-blue:focus {
	color: #fff;
	background-color: #0c1a33;
	text-decoration: none;
}
.text-align-center {
	text-align: center;
}
.backg-biznis-forum {
	background: white;
	color: #626262 !important;
	/*background: rgb(53,25,198);
background: -moz-linear-gradient(150deg, rgba(53,25,198,1) 0%, rgba(18,6,78,1) 54%) !important;
background: -webkit-linear-gradient(150deg, rgba(53,25,198,1) 0%, rgba(18,6,78,1) 54%) !important;
background: linear-gradient(150deg, rgba(53,25,198,1) 0%, rgba(18,6,78,1) 54%) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3519c6",endColorstr="#12064e",GradientType=1);*/
}
.backg-biznis-forum a {
	color: #626262 !important;
}
.backg-biznis-forum a:hover {
	color: white !important;
}
.zuta-zvezdica {
	color: #deb107;
}
.opacity-0-3 {
	opacity: 0.3;
}
.opacity-0-5 {
	opacity: 0.5;
}
.gold {
	color: #a99362;
}
.dark-gold {
	color: #a99362;
}
/* BUTTON */
.btn-dark-red {
	display: inline-block;
	background: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
	border-color: #ac2925 !important;
	border: 1px solid #ac2925 !important;
	border-radius: 4px;
	padding: 1px 5px;
	color: white !important;
	font-weight: 700;
	font-style: italic;
	font-size: 12px;
}

/*LEGENDA BOJA */
.legenda-siva-kurziv {color: #a8a9ad; font-style: italic;}
.legenda-bold {color: #000; font-weight: bold;}
.legenda-precrtano {color: #000; text-decoration: line-through;}
.legenda-plava {color: #00aeef;}
.legenda-zelena {color: #0cb14b;}
.legenda-toplo-zuta {color: #ffcb04;}
.legenda-braon {color: #ce9554;}
.legenda-crvena {color: #ed1c24;}
.legenda-ljubicasta {color: #a3238f;}
.legenda-magenta {color: #ec008d;}
.legenda-narandzasta {color: #f9a61a;}

/*BORDER COLOR*/
.border-dark-red {border-color: #ac2925}

/* WITDH % */
.w-125 {width: 125% !important;}
.w-100 {width: 100% !important;}
.w-95 {width: 95% !important;}
.w-94 {width: 94% !important;}
.w-90 {width: 90% !important;}
.w-85 {width: 85% !important;}
.w-80 {width: 80% !important;}
.w-75 {width: 75% !important;}
.w-70 {width: 70% !important;}
.w-65 {width: 65% !important;}
.w-60 {width: 60% !important;}
.w-55 {width: 55% !important;}
.w-50 {width: 50% !important;}
.w-45 {width: 45% !important;}
/*.w-40 {width: 40% !important;}*/
.w-35 {width: 35% !important;}
.w-30 {width: 30% !important;}
.w-25 {width: 25% !important;}
.w-20 {width: 20% !important;}
.w-15 {width: 15% !important;}
.w-10 {width: 10% !important;}
.w-5 {width: 5% !important;}
/*END WITDH % */

/* HEIGHT % */
.h-100 {height: 100% !important}
.h-95 {height: 95% !important;}
.h-90 {height: 90% !important;}
.h-85 {height: 85% !important;}
.h-80 {height: 80% !important;}
.h-75 {height: 75% !important;}
.h-70 {height: 70% !important;}
.h-65 {height: 65% !important;}
.h-60 {height: 60% !important;}
.h-55 {height: 55% !important;}
.h-50 {height: 50% !important;}
.h-45 {height: 45% !important;}
.h-40 {height: 40% !important;}
.h-35 {height: 35% !important;}
.h-30 {height: 30% !important;}
.h-25 {height: 25% !important;}
.h-20 {height: 20% !important;}
.h-15 {height: 15% !important;}
.h-10 {height: 10% !important;}
.h-5 {height: 5% !important;}
/*END HEIGHT % */

/* HEIGHT PX */
.h-5px {height: 5px !important;}
.h-10px {height: 10px !important;}
.h-15px {height: 15px !important;}
.h-20px {height: 20px !important;}
.h-25px {height: 25px !important;}
.h-30px {height: 30px !important;}
.h-35px {height: 35px !important;}
.h-40px {height: 40px !important;}
.h-45px {height: 45px !important;}
.h-50px {height: 50px !important;}
.h-55px {height: 55px !important;}
.h-60px {height: 60px !important;}
.h-65px {height: 65px !important;}
.h-70px {height: 70px !important;}
.h-75px {height: 75px !important;}
.h-80px {height: 80px !important;}
.h-85px {height: 85px !important;}
.h-90px {height: 90px !important;}
.h-95px {height: 95px !important;}
.h-100px {height: 100px !important;}
.h-125px {height: 125px !important;}
.h-150px {height: 150px !important;}
.h-175px {height: 175px !important;}
.h-200px {height: 200px !important;}
.h-225px {height: 225px !important;}
.h-240px {height: 240px !important;}
.h-250px {height: 250px !important;}
.h-275px {height: 275px !important;}
.h-300px {height: 300px !important;}
.h-325px {height: 325px !important;}
.h-350px {height: 350px !important;}
.h-375px {height: 375px !important;}
.h-400px {height: 400px !important;}
.h-425px {height: 425px !important;}
.h-450px {height: 450px !important;}
/*END HEIGHT PX */

/* WIDTH PX */
.w-5px {width: 5px;}
.w-10px {width: 10px;}
.w-15px {width: 15px;}
.w-20px {width: 20px;}
.w-25px {width: 25px;}
.w-30px {width: 30px;}
.w-35px {width: 35px;}
.w-40px {width: 40px;}
.w-45px {width: 45px;}
.w-50px {width: 50px;}
.w-55px {width: 55px;}
.w-60px {width: 60px;}
.w-65px {width: 65px;}
.w-70px {width: 70px;}
.w-75px {width: 75px;}
.w-80px {width: 80px;}
.w-85px {width: 85px;}
.w-90px {width: 90px;}
.w-95px {width: 95px;}
.w-100px {width: 100px;}
.w-110px {width: 110px;}
.w-115px {width: 115px;}
.w-120px {width: 120px;}
.w-125px {width: 125px;}
.w-130px {width: 130px;}
.w-135px {width: 135px;}
.w-140px {width: 140px;}
.w-145px {width: 145px;}
.w-150px {width: 150px;}
.w-175px {width: 175px;}
.w-200px {width: 200px;}
.w-225px {width: 225px;}
.w-250px {width: 250px !important;}
.w-275px {width: 275px;}
.w-300px {width: 300px;}
.w-315px {width: 315px;}
.w-325px {width: 325px;}
.w-350px {width: 350px;}
.w-375px {width: 375px;}
.w-400px {width: 400px;}
.w-425px {width: 425px;}
.w-450px {width: 450px;}
/*END WIDTH PX */

/*LINE HEIGHT PX*/
.lh-5 {line-height: 5px !important;}
.lh-6 {line-height: 6px !important;}
.lh-7 {line-height: 7px !important;}
.lh-8 {line-height: 8px !important;}
.lh-9 {line-height: 9px !important;}
.lh-10 {line-height: 10px !important;}
.lh-11 {line-height: 11px !important;}
.lh-12 {line-height: 12px !important;}
.lh-13 {line-height: 13px !important;}
.lh-14 {line-height: 14px !important;}
.lh-15 {line-height: 15px !important;}
.lh-16 {line-height: 16px !important;}
.lh-17 {line-height: 17px !important;}
.lh-18 {line-height: 18px !important;}
.lh-19 {line-height: 19px !important;}
.lh-20 {line-height: 20px !important;}
.lh-21 {line-height: 21px !important;}
.lh-22 {line-height: 22px !important;}
.lh-23 {line-height: 23px !important;}
.lh-24 {line-height: 24px !important;}
.lh-25 {line-height: 25px !important;}
.lh-26 {line-height: 26px !important;}
.lh-27 {line-height: 27px !important;}
.lh-28 {line-height: 28px !important;}
.lh-29 {line-height: 29px !important;}
.lh-30 {line-height: 30px !important;}
.lh-35 {line-height: 35px !important;}
.lh-40 {line-height: 40px !important;}
.lh-45 {line-height: 45px !important;}
.lh-50 {line-height: 50px !important;}
/*END LINE HEIGHT PX*/

/*FONT-WEIGHT*/
.fw-900 {font-weight: 900 !important;}
.fw-800 {font-weight: 800 !important;}
.fw-700 {font-weight: 700 !important;}
.fw-600 {font-weight: 600 !important;}
.fw-500 {font-weight: 500 !important;}
.fw-400 {font-weight: 400 !important;}
.fw-300 {font-weight: 300 !important;}
.fw-200 {font-weight: 200 !important;}
.fw-100 {font-weight: 100 !important;}
/*END FONT-WEIGHT*/

/*LETTER-SPACING*/
.ls-1 {letter-spacing: 1px;}
.ls-2 {letter-spacing: 2px;}
.ls-3 {letter-spacing: 3px;}
.ls-4 {letter-spacing: 4px;}
.ls-5 {letter-spacing: 5px;}
.ls-6 {letter-spacing: 6px;}
.ls-7 {letter-spacing: 7px;}
.ls-8 {letter-spacing: 8px;}
.ls-9 {letter-spacing: 9px;}
.ls-10 {letter-spacing: 10px;}
/*END LETTER-SPACING*/

/*FONT-SIZE PX*/
.fs-10 {font-size: 10px !important;}
.fs-11 {font-size: 11px !important;}
.fs-12 {font-size: 12px !important;}
.fs-13 {font-size: 13px !important;}
.fs-14 {font-size: 14px !important;}
.fs-15 {font-size: 15px !important;}
.fs-16 {font-size: 16px !important;}
.fs-17 {font-size: 17px !important;}
.fs-18 {font-size: 18px !important;}
.fs-19 {font-size: 19px !important;}
.fs-20 {font-size: 20px !important;}
.fs-21 {font-size: 21px !important;}
.fs-22 {font-size: 22px !important;}
.fs-23 {font-size: 23px !important;}
.fs-24 {font-size: 24px !important;}
.fs-25 {font-size: 25px !important;}
.fs-26 {font-size: 26px !important;}
.fs-27 {font-size: 27px !important;}
.fs-28 {font-size: 28px !important;}
.fs-29 {font-size: 29px !important;}
.fs-30 {font-size: 30px !important;}
.fs-31 {font-size: 31px !important;}
.fs-32 {font-size: 32px !important;}
.fs-33 {font-size: 33px !important;}
.fs-34 {font-size: 34px !important;}
.fs-35 {font-size: 35px !important;}
.fs-36 {font-size: 36px !important;}
.fs-37 {font-size: 37px !important;}
.fs-38 {font-size: 38px !important;}
.fs-39 {font-size: 39px !important;}
.fs-40 {font-size: 40px !important;}
.fs-41 {font-size: 41px !important;}
.fs-42 {font-size: 42px !important;}
.fs-43 {font-size: 43px !important;}
.fs-44 {font-size: 44px !important;}
.fs-45 {font-size: 45px !important;}
.fs-46 {font-size: 46px !important;}
.fs-47 {font-size: 47px !important;}
.fs-48 {font-size: 48px !important;}
.fs-49 {font-size: 49px !important;}
.fs-50 {font-size: 50px !important;}
.fs-55 {font-size: 55px !important;}
.fs-68 {font-size: 68px !important;}
.fs-69 {font-size: 69px !important;}
.fs-70 {font-size: 70px !important;}
.fs-72 {font-size: 72px !important;}
.fs-120 {font-size: 120px !important;}
/*END FONT-SIZE PX*/

/*FONT-SIZE EM*/
.fs-01em {font-size: 0.1em !important;}
.fs-02em {font-size: 0.2em !important;}
.fs-03em {font-size: 0.3em !important;}
.fs-04em {font-size: 0.4em !important;}
.fs-05em {font-size: 0.5em !important;}
.fs-06em {font-size: 0.6em !important;}
.fs-07em {font-size: 0.7em !important;}
.fs-08em {font-size: 0.8em !important;}
.fs-09em {font-size: 0.9em !important;}
.fs-1em {font-size: 1em !important;}
.fs-11em {font-size: 1.1em !important;}
.fs-12em {font-size: 1.2em !important;}
.fs-13em {font-size: 1.3em !important;}
.fs-14em {font-size: 1.4em !important;}
.fs-15em {font-size: 1.5em !important;}
.fs-16em {font-size: 1.6em !important;}
.fs-17em {font-size: 1.7em !important;}
.fs-18em {font-size: 1.8em !important;}
.fs-19em {font-size: 1.9em !important;}
.fs-2em {font-size: 2em !important;}
.fs-21em {font-size: 2.1em !important;}
.fs-22em {font-size: 2.2em !important;}
.fs-23em {font-size: 2.3em !important;}
.fs-24em {font-size: 2.4em !important;}
.fs-25em {font-size: 2.5em !important;}
.fs-26em {font-size: 2.6em !important;}
.fs-27em {font-size: 2.7em !important;}
.fs-28em {font-size: 2.8em !important;}
.fs-29em {font-size: 2.9em !important;}
.fs-3em {font-size: 3em !important;}
.fs-31em {font-size: 3.1em !important;}
.fs-32em {font-size: 3.2em !important;}
.fs-33em {font-size: 3.3em !important;}
.fs-34em {font-size: 3.4em !important;}
.fs-35em {font-size: 3.5em !important;}
.fs-36em {font-size: 3.6em !important;}
.fs-37em {font-size: 3.7em !important;}
.fs-38em {font-size: 3.8em !important;}
.fs-39em {font-size: 3.9em !important;}
.fs-4em {font-size: 4em !important;}
/*END FONT-SIZE EM*/

/*MARGIN-LEFT*/
.ml-0 {margin-left: 0px !important;}
.ml-5 {margin-left: 5px !important;}
.ml-10 {margin-left: 10px !important;}
.ml-15 {margin-left: 15px !important;}
.ml-20 {margin-left: 20px !important;}
.ml-25 {margin-left: 25px !important;}
.ml-30 {margin-left: 30px !important;}
.ml-35 {margin-left: 35px !important;}
.ml-60 {margin-left: 60px !important;}
/*END MARGIN-LEFT*/

/*MARGIN-RIGHT*/
.mr-0 {margin-right: 0px !important;}
.mr-5 {margin-right: 5px !important;}
.mr-10 {margin-right: 10px !important;}
.mr-15 {margin-right: 15px !important;}
.mr-20 {margin-right: 20px !important;}
.mr-25 {margin-right: 25px !important;}
.mr-30 {margin-right: 30px !important;}
.mr-35 {margin-right: 35px !important;}
/*END MARGIN-RIGHT*/

/*MARGIN-TOP*/
.mt-0 {margin-top: 0px !important;}
.mt-3 {margin-top: 3px !important;}
.mt-4 {margin-top: 4px !important;}
.mt-5 {margin-top: 5px !important;}
.mt-8 {margin-top: 8px !important;}
.mt-10 {margin-top: 10px !important;}
.mt-15 {margin-top: 15px !important;}
.mt-16 {margin-top: 16px !important;}
.mt-17 {margin-top: 17px !important;}
.mt-18 {margin-top: 18px !important;}
.mt-19 {margin-top: 19px !important;}
.mt-20 {margin-top: 20px !important;}
.mt-25 {margin-top: 25px !important;}
.mt-30 {margin-top: 30px !important;}
.mt-35 {margin-top: 35px !important;}
.mt-40 {margin-top: 40px !important;}
.mt-42 {margin-top: 42px !important;}
.mt-45 {margin-top: 45px !important;}
.mt-50 {margin-top: 50px !important;}
.mt-55 {margin-top: 55px !important;}
.mt-50 {margin-top: 50px !important;}
.mt-60 {margin-top: 60px !important;}
.mt-65 {margin-top: 65px !important;}
.mt-70 {margin-top: 70px !important;}
.mt-75 {margin-top: 75px !important;}
.mt-80 {margin-top: 80px !important;}
.mt-85 {margin-top: 85px !important;}
.mt-90 {margin-top: 90px !important;}
.mt-95 {margin-top: 95px !important;}
.mt-100 {margin-top: 100px !important;}
/*END MARGIN-TOP*/

/*MARGIN-BOTTOM*/
.mb-0 {margin-bottom: 0px !important;}
.mb-5 {margin-bottom: 5px !important;}
.mb-10 {margin-bottom: 10px !important;}
.mb-15 {margin-bottom: 15px !important;}
.mb-17 {margin-bottom: 17px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mb-22 {margin-bottom: 22px !important;}
.mb-25 {margin-bottom: 25px !important;}
.mb-30 {margin-bottom: 30px !important;}
.mb-35 {margin-bottom: 35px !important;}
.mb-40 {margin-bottom: 40px !important;}
.mb-45 {margin-bottom: 45px !important;}
.mb-50 {margin-bottom: 50px !important;}
.mb-55 {margin-bottom: 55px !important;}
.mb-50 {margin-bottom: 50px !important;}
.mb-60 {margin-bottom: 60px !important;}
.mb-65 {margin-bottom: 65px !important;}
.mb-70 {margin-bottom: 70px !important;}
.mb-75 {margin-bottom: 75px !important;}
.mb-80 {margin-bottom: 80px !important;}
.mb-85 {margin-bottom: 85px !important;}
.mb-90 {margin-bottom: 90px !important;}
.mb-95 {margin-bottom: 95px !important;}
.mb-100 {margin-bottom: 100px !important;}
/*END MARGIN-BOTTOM*/

/*MARGIN*/
.m-auto {margin: 0 auto !important;}
.m-0 {margin: 0 !important;}
.m-1 {margin: 1px !important;}
.m-2 {margin: 2px !important;}
.m-3 {margin: 3px !important;}
.m-4 {margin: 4px !important;}
.m-5 {margin: 5px !important;}
.m-6 {margin: 6px !important;}
.m-7 {margin: 7px !important;}
.m-8 {margin: 8px !important;}
.m-9 {margin: 9px !important;}
.m-10 {margin: 10px !important;}
.m-11 {margin: 11px !important;}
.m-12 {margin: 12px !important;}
.m-13 {margin: 13px !important;}
.m-14 {margin: 14px !important;}
.m-15 {margin: 15px !important;}
.m-20 {margin: 20px !important;}
.m-25 {margin: 25px !important;}
.m-30 {margin: 30px !important;}
.m-35 {margin: 35px !important;}
.m-40 {margin: 40px !important;}
.m-45 {margin: 45px !important;}
.m-50 {margin: 50px !important;}
/*END MARGIN*/

/* MARGIN Y */
.my-0 {margin-top: 0 !important; margin-bottom: 0 !important}
.my-1 {margin-top: 1px !important; margin-bottom: 1px !important;}
.my-2 {margin-top: 2px !important; margin-bottom: 2px !important;}
.my-3 {margin-top: 3px !important; margin-bottom: 3px !important;}
.my-4 {margin-top: 4px !important; margin-bottom: 4px !important;}
.my-5 {margin-top: 5px !important; margin-bottom: 5px !important;}
.my-6 {margin-top: 6px !important; margin-bottom: 6px !important;}
.my-7 {margin-top: 7px !important; margin-bottom: 7px !important;}
.my-8 {margin-top: 8px !important; margin-bottom: 8px !important;}
.my-9 {margin-top: 9px !important; margin-bottom: 9px !important;}
.my-10 {margin-top: 10px !important; margin-bottom: 10px !important;}
.my-11 {margin-top: 11px !important; margin-bottom: 11px !important;}
.my-12 {margin-top: 12px !important; margin-bottom: 12px !important;}
.my-13 {margin-top: 13px !important; margin-bottom: 13px !important;}
.my-14 {margin-top: 14px !important; margin-bottom: 14px !important;}
.my-15 {margin-top: 15px !important; margin-bottom: 15px !important;}
.my-20 {margin-top: 20px !important; margin-bottom: 20px !important;}
.my-25 {margin-top: 25px !important; margin-bottom: 25px !important;}
.my-30 {margin-top: 30px !important; margin-bottom: 30px !important;}
.my-35 {margin-top: 35px !important; margin-bottom: 35px !important;}
.my-40 {margin-top: 40px !important; margin-bottom: 40px !important;}
.my-45 {margin-top: 45px !important; margin-bottom: 45px !important;}
.my-50 {margin-top: 50px !important; margin-bottom: 50px !important;}
.my-55 {margin-top: 55px !important; margin-bottom: 55px !important;}
.my-60 {margin-top: 60px !important; margin-bottom: 60px !important;}
.my-65 {margin-top: 65px !important; margin-bottom: 65px !important;}
.my-70 {margin-top: 70px !important; margin-bottom: 70px !important;}
.my-75 {margin-top: 75px !important; margin-bottom: 75px !important;}
.my-80 {margin-top: 80px !important; margin-bottom: 80px !important;}
.my-85 {margin-top: 85px !important; margin-bottom: 85px !important;}
.my-90 {margin-top: 90px !important; margin-bottom: 90px !important;}
.my-95 {margin-top: 95px !important; margin-bottom: 95px !important;}
.my-100 {margin-top: 100px !important; margin-bottom: 100px !important;}
/* END MARGIN Y */

/* MARGIN X */
.mx-0 {margin-left: 0 !important; margin-right: 0 !important}
.mx-1 {margin-left: 1px !important; margin-right: 1px !important;}
.mx-2 {margin-left: 2px !important; margin-right: 2px !important;}
.mx-3 {margin-left: 3px !important; margin-right: 3px !important;}
.mx-4 {margin-left: 4px !important; margin-right: 4px !important;}
.mx-5 {margin-left: 5px !important; margin-right: 5px !important;}
.mx-6 {margin-left: 6px !important; margin-right: 6px !important;}
.mx-7 {margin-left: 7px !important; margin-right: 7px !important;}
.mx-8 {margin-left: 8px !important; margin-right: 8px !important;}
.mx-9 {margin-left: 9px !important; margin-right: 9px !important;}
.mx-10 {margin-left: 10px !important; margin-right: 10px !important;}
.mx-11 {margin-left: 11px !important; margin-right: 11px !important;}
.mx-12 {margin-left: 12px !important; margin-right: 12px !important;}
.mx-13 {margin-left: 13px !important; margin-right: 13px !important;}
.mx-14 {margin-left: 14px !important; margin-right: 14px !important;}
.mx-15 {margin-left: 15px !important; margin-right: 15px !important;}
.mx-20 {margin-left: 20px !important; margin-right: 20px !important;}
.mx-25 {margin-left: 25px !important; margin-right: 25px !important;}
.mx-30 {margin-left: 30px !important; margin-right: 30px !important;}
.mx-35 {margin-left: 35px !important; margin-right: 35px !important;}
.mx-40 {margin-left: 40px !important; margin-right: 40px !important;}
.mx-45 {margin-left: 45px !important; margin-right: 45px !important;}
.mx-50 {margin-left: 50px !important; margin-right: 50px !important;}
/* END MARGIN X */

/*PADDING-LEFT*/

.pl-0 {padding-left: 0 !important;}
.pl-1 {padding-left: 1px !important;}
.pl-2 {padding-left: 2px !important;}
.pl-3 {padding-left: 3px !important;}
.pl-4 {padding-left: 4px !important;}
.pl-5 {padding-left: 5px !important;}
.pl-6 {padding-left: 6px !important;}
.pl-7 {padding-left: 7px !important;}
.pl-8 {padding-left: 8px !important;}
.pl-9 {padding-left: 9px !important;}
.pl-10 {padding-left: 10px !important;}
.pl-11 {padding-left: 11px !important;}
.pl-12 {padding-left: 12px !important;}
.pl-13 {padding-left: 13px !important;}
.pl-14 {padding-left: 14px !important;}
.pl-15 {padding-left: 15px !important;}
.pl-20 {padding-left: 20px !important;}
.pl-21 {padding-left: 21px !important;}
.pl-22 {padding-left: 22px !important;}
.pl-23 {padding-left: 23px !important;}
.pl-24 {padding-left: 24px !important;}
.pl-25 {padding-left: 25px !important;}
.pl-26 {padding-left: 26px !important;}
.pl-27 {padding-left: 27px !important;}
.pl-28 {padding-left: 28px !important;}
.pl-29 {padding-left: 29px !important;}
.pl-30 {padding-left: 30px !important;}
.pl-31 {padding-left: 31px !important;}
.pl-32 {padding-left: 32px !important;}
.pl-33 {padding-left: 33px !important;}
.pl-34 {padding-left: 34px !important;}
.pl-35 {padding-left: 35px !important;}
.pl-40 {padding-left: 40px !important;}
.pl-45 {padding-left: 45px !important;}
.pl-50 {padding-left: 50px !important;}
.pl-55 {padding-left: 55px !important;}
.pl-60 {padding-left: 60px !important;}

/*PADDING-RIGHT*/

.pr-0 {padding-right: 0 !important;}
.pr-1 {padding-right: 1px !important;}
.pr-2 {padding-right: 2px !important;}
.pr-3 {padding-right: 3px !important;}
.pr-4 {padding-right: 4px !important;}
.pr-5 {padding-right: 5px !important;}
.pr-6 {padding-right: 6px !important;}
.pr-7 {padding-right: 7px !important;}
.pr-8 {padding-right: 8px !important;}
.pr-9 {padding-right: 9px !important;}
.pr-10 {padding-right: 10px !important;}
.pr-11 {padding-right: 11px !important;}
.pr-12 {padding-right: 12px !important;}
.pr-13 {padding-right: 13px !important;}
.pr-14 {padding-right: 14px !important;}
.pr-15 {padding-right: 15px !important;}
.pr-20 {padding-right: 20px !important;}
.pr-21 {padding-right: 21px !important;}
.pr-22 {padding-right: 22px !important;}
.pr-23 {padding-right: 23px !important;}
.pr-24 {padding-right: 24px !important;}
.pr-25 {padding-right: 25px !important;}
.pr-26 {padding-right: 26px !important;}
.pr-27 {padding-right: 27px !important;}
.pr-28 {padding-right: 28px !important;}
.pr-29 {padding-right: 29px !important;}
.pr-30 {padding-right: 30px !important;}
.pr-31 {padding-right: 31px !important;}
.pr-32 {padding-right: 32px !important;}
.pr-33 {padding-right: 33px !important;}
.pr-34 {padding-right: 34px !important;}
.pr-35 {padding-right: 35px !important;}
.pr-45 {padding-right: 45px !important;}

/*PADDING-TOP*/

.pt-0 {padding-top: 0 !important;}
.pt-1 {padding-top: 1px !important;}
.pt-2 {padding-top: 2px !important;}
.pt-3 {padding-top: 3px !important;}
.pt-4 {padding-top: 4px !important;}
.pt-5 {padding-top: 5px !important;}
.pt-6 {padding-top: 6px !important;}
.pt-7 {padding-top: 7px !important;}
.pt-8 {padding-top: 8px !important;}
.pt-9 {padding-top: 9px !important;}
.pt-10 {padding-top: 10px !important;}
.pt-11 {padding-top: 11px !important;}
.pt-12 {padding-top: 12px !important;}
.pt-13 {padding-top: 13px !important;}
.pt-14 {padding-top: 14px !important;}
.pt-15 {padding-top: 15px !important;}
.pt-20 {padding-top: 20px !important;}
.pt-21 {padding-top: 21px !important;}
.pt-22 {padding-top: 22px !important;}
.pt-23 {padding-top: 23px !important;}
.pt-24 {padding-top: 24px !important;}
.pt-25 {padding-top: 25px !important;}
.pt-26 {padding-top: 26px !important;}
.pt-27 {padding-top: 27px !important;}
.pt-28 {padding-top: 28px !important;}
.pt-29 {padding-top: 29px !important;}
.pt-30 {padding-top: 30px !important;}
.pt-31 {padding-top: 31px !important;}
.pt-32 {padding-top: 32px !important;}
.pt-33 {padding-top: 33px !important;}
.pt-34 {padding-top: 34px !important;}
.pt-35 {padding-top: 35px !important;}
.pt-38 {padding-top: 38px !important;}
.pt-40 {padding-top: 40px !important;}
.pt-45 {padding-top: 45px !important;}
.pt-50 {padding-top: 50px !important;}
.pt-55 {padding-top: 55px !important;}
.pt-60 {padding-top: 60px !important;}
.pt-65 {padding-top: 65px !important;}
.pt-70 {padding-top: 70px !important;}

/*PADDING-BOTTOM*/

.pb-0 {padding-bottom: 0 !important;}
.pb-1 {padding-bottom: 1px !important;}
.pb-2 {padding-bottom: 2px !important;}
.pb-3 {padding-bottom: 3px !important;}
.pb-4 {padding-bottom: 4px !important;}
.pb-5 {padding-bottom: 5px !important;}
.pb-6 {padding-bottom: 6px !important;}
.pb-7 {padding-bottom: 7px !important;}
.pb-8 {padding-bottom: 8px !important;}
.pb-9 {padding-bottom: 9px !important;}
.pb-10 {padding-bottom: 10px !important;}
.pb-11 {padding-bottom: 11px !important;}
.pb-12 {padding-bottom: 12px !important;}
.pb-13 {padding-bottom: 13px !important;}
.pb-14 {padding-bottom: 14px !important;}
.pb-15 {padding-bottom: 15px !important;}
.pb-20 {padding-bottom: 20px !important;}
.pb-21 {padding-bottom: 21px !important;}
.pb-22 {padding-bottom: 22px !important;}
.pb-23 {padding-bottom: 23px !important;}
.pb-24 {padding-bottom: 24px !important;}
.pb-25 {padding-bottom: 25px !important;}
.pb-26 {padding-bottom: 26px !important;}
.pb-27 {padding-bottom: 27px !important;}
.pb-28 {padding-bottom: 28px !important;}
.pb-29 {padding-bottom: 29px !important;}
.pb-30 {padding-bottom: 30px !important;}
.pb-31 {padding-bottom: 31px !important;}
.pb-32 {padding-bottom: 32px !important;}
.pb-33 {padding-bottom: 33px !important;}
.pb-34 {padding-bottom: 34px !important;}
.pb-35 {padding-bottom: 35px !important;}
.pb-45 {padding-bottom: 45px !important;}
.pb-50 {padding-bottom: 50px !important;}

/*PADDING*/

.p-auto {padding: 0 auto !important;}
.p-0 {padding: 0 !important;}
.p-1 {padding: 1px !important;}
.p-2 {padding: 2px !important;}
.p-3 {padding: 3px !important;}
.p-4 {padding: 4px !important;}
.p-5 {padding: 5px !important;}
.p-6 {padding: 6px !important;}
.p-7 {padding: 7px !important;}
.p-8 {padding: 8px !important;}
.p-9 {padding: 9px !important;}
.p-10 {padding: 10px !important;}
.p-11 {padding: 11px !important;}
.p-12 {padding: 12px !important;}
.p-13 {padding: 13px !important;}
.p-14 {padding: 14px !important;}
.p-15 {padding: 15px !important;}
.p-18 {padding: 18px !important;}
.p-20 {padding: 20px !important;}
.p-21 {padding: 21px !important;}
.p-22 {padding: 22px !important;}
.p-23 {padding: 23px !important;}
.p-24 {padding: 24px !important;}
.p-25 {padding: 25px !important;}
.p-26 {padding: 26px !important;}
.p-27 {padding: 27px !important;}
.p-28 {padding: 28px !important;}
.p-29 {padding: 29px !important;}
.p-30 {padding: 30px !important;}
.p-31 {padding: 31px !important;}
.p-32 {padding: 32px !important;}
.p-33 {padding: 33px !important;}
.p-34 {padding: 34px !important;}
.p-35 {padding: 35px !important;}
.p-40 {padding: 40px !important;}
.p-45 {padding: 45px !important;}
.p-50 {padding: 50px !important;}
.p-55 {padding: 55px !important;}
.p-60 {padding: 60px !important;}
.p-65 {padding: 65px !important;}
.p-70 {padding: 70px !important;}
.p-80 {padding: 80px !important;}
.p-90 {padding: 90px !important;}
.p-100 {padding: 90px 100 !important;}

/* PADDING Y */
.py-0 {padding-top: 0 !important; padding-bottom: 0 !important}
.py-1 {padding-top: 1px !important; padding-bottom: 1px !important;}
.py-2 {padding-top: 2px !important; padding-bottom: 2px !important;}
.py-3 {padding-top: 3px !important; padding-bottom: 3px !important;}
.py-4 {padding-top: 4px !important; padding-bottom: 4px !important;}
.py-5 {padding-top: 5px !important; padding-bottom: 5px !important;}
.py-6 {padding-top: 6px !important; padding-bottom: 6px !important;}
.py-7 {padding-top: 7px !important; padding-bottom: 7px !important;}
.py-8 {padding-top: 8px !important; padding-bottom: 8px !important;}
.py-9 {padding-top: 9px !important; padding-bottom: 9px !important;}
.py-10 {padding-top: 10px !important; padding-bottom: 10px !important;}
.py-11 {padding-top: 11px !important; padding-bottom: 11px !important;}
.py-12 {padding-top: 12px !important; padding-bottom: 12px !important;}
.py-13 {padding-top: 13px !important; padding-bottom: 13px !important;}
.py-14 {padding-top: 14px !important; padding-bottom: 14px !important;}
.py-15 {padding-top: 15px !important; padding-bottom: 15px !important;}
.py-16 {padding-top: 16px !important; padding-bottom: 16px !important;}
.py-17 {padding-top: 17px !important; padding-bottom: 17px !important;}
.py-18 {padding-top: 18px !important; padding-bottom: 18px !important;}
.py-19 {padding-top: 19px !important; padding-bottom: 19px !important;}
.py-20 {padding-top: 20px !important; padding-bottom: 20px !important;}
.py-25 {padding-top: 25px !important; padding-bottom: 25px !important;}
.py-30 {padding-top: 30px !important; padding-bottom: 30px !important;}
.py-35 {padding-top: 35px !important; padding-bottom: 35px !important;}
.py-40 {padding-top: 40px !important; padding-bottom: 40px !important;}
.py-42 {padding-top: 42px !important; padding-bottom: 42px !important;}
.py-45 {padding-top: 45px !important; padding-bottom: 45px !important;}
.py-50 {padding-top: 50px !important; padding-bottom: 50px !important;}
.py-55 {padding-top: 55px !important; padding-bottom: 55px !important;}
.py-60 {padding-top: 60px !important; padding-bottom: 60px !important;}
.py-65 {padding-top: 65px !important; padding-bottom: 65px !important;}
.py-70 {padding-top: 70px !important; padding-bottom: 70px !important;}
/* END PADDING Y */

/* PADDING X */
.px-0 {padding-left: 0 !important; padding-right: 0 !important}
.px-1 {padding-left: 1px !important; padding-right: 1px !important;}
.px-2 {padding-left: 2px !important; padding-right: 2px !important;}
.px-3 {padding-left: 3px !important; padding-right: 3px !important;}
.px-4 {padding-left: 4px !important; padding-right: 4px !important;}
.px-5 {padding-left: 5px !important; padding-right: 5px !important;}
.px-6 {padding-left: 6px !important; padding-right: 6px !important;}
.px-7 {padding-left: 7px !important; padding-right: 7px !important;}
.px-8 {padding-left: 8px !important; padding-right: 8px !important;}
.px-9 {padding-left: 9px !important; padding-right: 9px !important;}
.px-10 {padding-left: 10px !important; padding-right: 10px !important;}
.px-11 {padding-left: 11px !important; padding-right: 11px !important;}
.px-12 {padding-left: 12px !important; padding-right: 12px !important;}
.px-13 {padding-left: 13px !important; padding-right: 13px !important;}
.px-14 {padding-left: 14px !important; padding-right: 14px !important;}
.px-15 {padding-left: 15px !important; padding-right: 15px !important;}
.px-20 {padding-left: 20px !important; padding-right: 20px !important;}
.px-25 {padding-left: 25px !important; padding-right: 25px !important;}
.px-30 {padding-left: 30px !important; padding-right: 30px !important;}
.px-35 {padding-left: 35px !important; padding-right: 35px !important;}
.px-40 {padding-left: 40px !important; padding-right: 40px !important;}
.px-45 {padding-left: 45px !important; padding-right: 45px !important;}
.px-50 {padding-left: 50px !important; padding-right: 50px !important;}
.px-60 {padding-left: 60px !important; padding-right: 60px !important;}
/* END PADDING X */


@media screen and (max-width: 991.98px) {
	.text-right-pc {
		text-align: left !important
	}
	.flex-middle {
		display: block;
	}
	.flex-middle img {
		width: 80% !important;
		margin: 0 auto !important;
		display: block;
	}
	/*PADDING-LEFT MOBILE*/
	.pl-0-m {padding-left: 0 !important;}
	.pl-1-m {padding-left: 1px !important;}
	.pl-2-m {padding-left: 2px !important;}
	.pl-3-m {padding-left: 3px !important;}
	.pl-4-m {padding-left: 4px !important;}
	.pl-5-m {padding-left: 5px !important;}
	.pl-6-m {padding-left: 6px !important;}
	.pl-7-m {padding-left: 7px !important;}
	.pl-8-m {padding-left: 8px !important;}
	.pl-9-m {padding-left: 9px !important;}
	.pl-10-m {padding-left: 10px !important;}
	.pl-11-m {padding-left: 11px !important;}
	.pl-12-m {padding-left: 12px !important;}
	.pl-13-m {padding-left: 13px !important;}
	.pl-14-m {padding-left: 14px !important;}
	.pl-15-m {padding-left: 15px !important;}
	.pl-20-m {padding-left: 20px !important;}
	.pl-21-m {padding-left: 21px !important;}
	.pl-22-m {padding-left: 22px !important;}
	.pl-23-m {padding-left: 23px !important;}
	.pl-24-m {padding-left: 24px !important;}
	.pl-25-m {padding-left: 25px !important;}
	.pl-26-m {padding-left: 26px !important;}
	.pl-27-m {padding-left: 27px !important;}
	.pl-28-m {padding-left: 28px !important;}
	.pl-29-m {padding-left: 29px !important;}
	.pl-30-m {padding-left: 30px !important;}
	.pl-31-m {padding-left: 31px !important;}
	.pl-32-m {padding-left: 32px !important;}
	.pl-33-m {padding-left: 33px !important;}
	.pl-34-m {padding-left: 34px !important;}
	.pl-35-m {padding-left: 35px !important;}
	.pl-40-m {padding-left: 40px !important;}
	.pl-45-m {padding-left: 45px !important;}
	.pl-50-m {padding-left: 50px !important;}
	.pl-55-m {padding-left: 55px !important;}
	.pl-60-m {padding-left: 60px !important;}

	/*PADDING-RIGHT MOBILE*/
	.pr-0-m {padding-right: 0 !important;}
	.pr-1-m {padding-right: 1px !important;}
	.pr-2-m {padding-right: 2px !important;}
	.pr-3-m {padding-right: 3px !important;}
	.pr-4-m {padding-right: 4px !important;}
	.pr-5-m {padding-right: 5px !important;}
	.pr-6-m {padding-right: 6px !important;}
	.pr-7-m {padding-right: 7px !important;}
	.pr-8-m {padding-right: 8px !important;}
	.pr-9-m {padding-right: 9px !important;}
	.pr-10-m {padding-right: 10px !important;}
	.pr-11-m {padding-right: 11px !important;}
	.pr-12-m {padding-right: 12px !important;}
	.pr-13-m {padding-right: 13px !important;}
	.pr-14-m {padding-right: 14px !important;}
	.pr-15-m {padding-right: 15px !important;}
	.pr-20-m {padding-right: 20px !important;}
	.pr-21-m {padding-right: 21px !important;}
	.pr-22-m {padding-right: 22px !important;}
	.pr-23-m {padding-right: 23px !important;}
	.pr-24-m {padding-right: 24px !important;}
	.pr-25-m {padding-right: 25px !important;}
	.pr-26-m {padding-right: 26px !important;}
	.pr-27-m {padding-right: 27px !important;}
	.pr-28-m {padding-right: 28px !important;}
	.pr-29-m {padding-right: 29px !important;}
	.pr-30-m {padding-right: 30px !important;}
	.pr-31-m {padding-right: 31px !important;}
	.pr-32-m {padding-right: 32px !important;}
	.pr-33-m {padding-right: 33px !important;}
	.pr-34-m {padding-right: 34px !important;}
	.pr-35-m {padding-right: 35px !important;}
	.pr-45-m {padding-right: 45px !important;}

	/*PADDING-TOP MOBILE*/
	.pt-0-m {padding-top: 0 !important;}
	.pt-1-m {padding-top: 1px !important;}
	.pt-2-m {padding-top: 2px !important;}
	.pt-3-m {padding-top: 3px !important;}
	.pt-4-m {padding-top: 4px !important;}
	.pt-5-m {padding-top: 5px !important;}
	.pt-6-m {padding-top: 6px !important;}
	.pt-7-m {padding-top: 7px !important;}
	.pt-8-m {padding-top: 8px !important;}
	.pt-9-m {padding-top: 9px !important;}
	.pt-10-m {padding-top: 10px !important;}
	.pt-11-m {padding-top: 11px !important;}
	.pt-12-m {padding-top: 12px !important;}
	.pt-13-m {padding-top: 13px !important;}
	.pt-14-m {padding-top: 14px !important;}
	.pt-15-m {padding-top: 15px !important;}
	.pt-20-m {padding-top: 20px !important;}
	.pt-21-m {padding-top: 21px !important;}
	.pt-22-m {padding-top: 22px !important;}
	.pt-23-m {padding-top: 23px !important;}
	.pt-24-m {padding-top: 24px !important;}
	.pt-25-m {padding-top: 25px !important;}
	.pt-26-m {padding-top: 26px !important;}
	.pt-27-m {padding-top: 27px !important;}
	.pt-28-m {padding-top: 28px !important;}
	.pt-29-m {padding-top: 29px !important;}
	.pt-30-m {padding-top: 30px !important;}
	.pt-31-m {padding-top: 31px !important;}
	.pt-32-m {padding-top: 32px !important;}
	.pt-33-m {padding-top: 33px !important;}
	.pt-34-m {padding-top: 34px !important;}
	.pt-35-m {padding-top: 35px !important;}
	.pt-45-m {padding-top: 45px !important;}

	/*PADDING-BOTTOM MOBILE*/
	.pb-0-m {padding-bottom: 0 !important;}
	.pb-1-m {padding-bottom: 1px !important;}
	.pb-2-m {padding-bottom: 2px !important;}
	.pb-3-m {padding-bottom: 3px !important;}
	.pb-4-m {padding-bottom: 4px !important;}
	.pb-5-m {padding-bottom: 5px !important;}
	.pb-6-m {padding-bottom: 6px !important;}
	.pb-7-m {padding-bottom: 7px !important;}
	.pb-8-m {padding-bottom: 8px !important;}
	.pb-9-m {padding-bottom: 9px !important;}
	.pb-10-m {padding-bottom: 10px !important;}
	.pb-11-m {padding-bottom: 11px !important;}
	.pb-12-m {padding-bottom: 12px !important;}
	.pb-13-m {padding-bottom: 13px !important;}
	.pb-14-m {padding-bottom: 14px !important;}
	.pb-15-m {padding-bottom: 15px !important;}
	.pb-20-m {padding-bottom: 20px !important;}
	.pb-21-m {padding-bottom: 21px !important;}
	.pb-22-m {padding-bottom: 22px !important;}
	.pb-23-m {padding-bottom: 23px !important;}
	.pb-24-m {padding-bottom: 24px !important;}
	.pb-25-m {padding-bottom: 25px !important;}
	.pb-26-m {padding-bottom: 26px !important;}
	.pb-27-m {padding-bottom: 27px !important;}
	.pb-28-m {padding-bottom: 28px !important;}
	.pb-29-m {padding-bottom: 29px !important;}
	.pb-30-m {padding-bottom: 30px !important;}
	.pb-31-m {padding-bottom: 31px !important;}
	.pb-32-m {padding-bottom: 32px !important;}
	.pb-33-m {padding-bottom: 33px !important;}
	.pb-34-m {padding-bottom: 34px !important;}
	.pb-35-m {padding-bottom: 35px !important;}
	.pb-45-m {padding-bottom: 45px !important;}

	/* PADDING Y */
	.py-0-m {padding-top: 0 !important; padding-bottom: 0 !important}
	.py-1-m {padding-top: 1px !important; padding-bottom: 1px !important;}
	.py-2-m {padding-top: 2px !important; padding-bottom: 2px !important;}
	.py-3-m {padding-top: 3px !important; padding-bottom: 3px !important;}
	.py-4-m {padding-top: 4px !important; padding-bottom: 4px !important;}
	.py-5-m {padding-top: 5px !important; padding-bottom: 5px !important;}
	.py-6-m {padding-top: 6px !important; padding-bottom: 6px !important;}
	.py-7-m {padding-top: 7px !important; padding-bottom: 7px !important;}
	.py-8-m {padding-top: 8px !important; padding-bottom: 8px !important;}
	.py-9-m {padding-top: 9px !important; padding-bottom: 9px !important;}
	.py-10-m {padding-top: 10px !important; padding-bottom: 10px !important;}
	.py-11-m {padding-top: 11px !important; padding-bottom: 11px !important;}
	.py-12-m {padding-top: 12px !important; padding-bottom: 12px !important;}
	.py-13-m {padding-top: 13px !important; padding-bottom: 13px !important;}
	.py-14-m {padding-top: 14px !important; padding-bottom: 14px !important;}
	.py-15-m {padding-top: 15px !important; padding-bottom: 15px !important;}
	.py-16-m {padding-top: 16px !important; padding-bottom: 16px !important;}
	.py-17-m {padding-top: 17px !important; padding-bottom: 17px !important;}
	.py-18-m {padding-top: 18px !important; padding-bottom: 18px !important;}
	.py-19-m {padding-top: 19px !important; padding-bottom: 19px !important;}
	.py-20-m {padding-top: 20px !important; padding-bottom: 20px !important;}
	.py-25-m {padding-top: 25px !important; padding-bottom: 25px !important;}
	.py-30-m {padding-top: 30px !important; padding-bottom: 30px !important;}
	.py-35-m {padding-top: 35px !important; padding-bottom: 35px !important;}
	.py-40-m {padding-top: 40px !important; padding-bottom: 40px !important;}
	.py-45-m {padding-top: 45px !important; padding-bottom: 45px !important;}
	.py-50-m {padding-top: 50px !important; padding-bottom: 50px !important;}
	.py-55-m {padding-top: 55px !important; padding-bottom: 55px !important;}
	.py-60-m {padding-top: 60px !important; padding-bottom: 60px !important;}

	/* PADDING X */
	.px-0-m {padding-left: 0 !important; padding-right: 0 !important}
	.px-1-m {padding-left: 1px !important; padding-right: 1px !important;}
	.px-2-m {padding-left: 2px !important; padding-right: 2px !important;}
	.px-3-m {padding-left: 3px !important; padding-right: 3px !important;}
	.px-4-m {padding-left: 4px !important; padding-right: 4px !important;}
	.px-5-m {padding-left: 5px !important; padding-right: 5px !important;}
	.px-6-m {padding-left: 6px !important; padding-right: 6px !important;}
	.px-7-m {padding-left: 7px !important; padding-right: 7px !important;}
	.px-8-m {padding-left: 8px !important; padding-right: 8px !important;}
	.px-9-m {padding-left: 9px !important; padding-right: 9px !important;}
	.px-10-m {padding-left: 10px !important; padding-right: 10px !important;}
	.px-11-m {padding-left: 11px !important; padding-right: 11px !important;}
	.px-12-m {padding-left: 12px !important; padding-right: 12px !important;}
	.px-13-m {padding-left: 13px !important; padding-right: 13px !important;}
	.px-14-m {padding-left: 14px !important; padding-right: 14px !important;}
	.px-15-m {padding-left: 15px !important; padding-right: 15px !important;}
	.px-20-m {padding-left: 20px !important; padding-right: 20px !important;}
	.px-25-m {padding-left: 25px !important; padding-right: 25px !important;}
	.px-30-m {padding-left: 30px !important; padding-right: 30px !important;}
	.px-35-m {padding-left: 35px !important; padding-right: 35px !important;}
	.px-40-m {padding-left: 40px !important; padding-right: 40px !important;}
	.px-45-m {padding-left: 45px !important; padding-right: 45px !important;}
	.px-50-m {padding-left: 50px !important; padding-right: 50px !important;}
	.px-55-m {padding-left: 55px !important; padding-right: 55px !important;}
	.px-60-m {padding-left: 60px !important; padding-right: 60px !important;}
}

/* PADDING TOP MOBILE */
.pt-50-mobile {padding-top: 50px !important; padding-bottom: 50px !important;}

/* PADDING BOTTOM MOBILE */
.pb-50-mobile {padding-top: 50px !important; padding-bottom: 50px !important;}


.div-to-hide {
	padding-left: 0;
}
.div-to-hide-2 {
	padding-left: 0;
	display: none;
}
#branding-left, #branding-right {
	position: fixed;
	width: 428px;
	height: 1080px;
	top: 0;
	border: 0;
}
.dugme2 {
	background-color: #d0f7ff !important;
}
.navbar ul li a, h2 {
	text-transform: uppercase
}
.datum-veliki {
	font-size: 25px;
	text-align: right;
	display: block;
	margin-top: 50px;
	color: #ed5c00;
	font-weight: bold;
}
/*#myNavbar .nav>li:nth-child(2){
display: none;
}*/

.savetovanje-slika {
	max-width: 100%;
}
.color-orange, .naslov-center, h1 {
	font-weight: 700
}
.color-orange:hover {
	color: #23527c;
}
.dd li, footer ul {
	list-style: none
}
.arhiva-vesti:hover, .collapsed:hover, .dd li {
	text-decoration: none
}
#propisi-la li, .bullet-inside, .bullet-outside {
	list-style-type: circle;
}
#propisi-la li:hover{
	background-color: #F9F9F9;
}
* {
	font-family: 'Open Sans', sans-serif !important;
}
h1 {
	font-size: 24px;
	color: #666
}

.h1-casopis {
	font-family: 'Poppins', sans-serif !important;
	color: black;
	font-size: 30px;
}

h2 {
	font-size: 16px;
	color: #666;
	text-transform: none !important;
}

.h2-casopis {
	font-family: 'Poppins', sans-serif !important;
	color: black;
	font-size: 26px;
}

h3.casopis {
	font-family: 'Poppins', sans-serif !important;
	color: #990000;
	font-size: 23px;
	font-weight:700;
}

h3 {
	font-size: 14px;
	color: #666;
}

.h3-casopis {
	font-family: 'Poppins', sans-serif !important;
	color: black;
	font-size: 20px;
}

h3.pravo-casopis{
	font-size: 20px;
	color:#003366; 
	font-weight:600;

}


.col-margin-bottom-10 {
	margin-bottom: 10px;
}
.col-margin-bottom-20 {
	margin-bottom: 20px;
}
.col-margin-bottom-30 {
	margin-bottom: 30px;
}
#branding-left {
	text-align: left;
	left: 50%;
	margin-left: -960px
}
#noresults {
	display: none
}
#search {
	padding: 5px;
	border: 1px solid gray
}
#izmene-i-dopune li {
	padding: 5px 0;
	border-bottom: 1px solid #d3d3d3
}
#branding-right {
	text-align: right;
	right: 50%;
	margin-right: -960px
}
#sidebar {
	max-width: 100% !important;
	padding-bottom: 30px;
}
#primedba, .arhiva-vesti, .carousel-inner, .naslov-center, .naslov-narucivanja, .navbar .center .navbar-inner {
	text-align: center
}
.pri-testimonials .carousel-inner{
	text-align: left !important;
}
.container {
	padding-right: 0;
	padding-left: 0;
	max-width: 99%;
}
.container .bullet-zagrada li {
	margin-left: 20px;
}
.heder-wrap {
	height: 130px;
}
.heder-desno {
	box-sizing: border-box;
	text-align: center;
}
.heder-desno span {
	background-color: #0066ff;
	color: white;
	padding: 10px;
	font-weight: bolder;
}
.responsive-iframe-desno-heder {
	border: 0px !important;
	width: 100% !important;
	overflow-y: hidden !important;
	/* Hide vertical scrollbar */
	overflow-x: hidden !important;
	/* Hide horizontal scrollbar */
	height: 130px !important;
	overflow: hidden !important;
}
.responsive-iframe-kancelarko-z {
	border: 0px !important;
	width: 100% !important;
	overflow-y: hidden !important;
	/* Hide vertical scrollbar */
	overflow-x: hidden !important;
	/* Hide horizontal scrollbar */
	overflow: hidden !important;
	height: 100%;
}
.preheader {
	border-bottom: 1px solid lightgray;
	padding: 10px;
}
.banner {
	padding: 0;
	background-image: url(../img/banner-original.jpg);
	height: 150px
}
.page-header {
	border: none;
	padding: 0;
	margin: 0
}
.social {
	margin-right: 5px;
	float: right;
}
.social a img {
	width: 30px;
	height: 30px
}
#myNavbar .nav>li {
	margin: 0;
	padding: 0;
	border-right: 1px solid #D8D8D8
}
.nav>li>a {
	padding-left: 14px;
	padding-right: 14px
}
.nav>li.active {
	background-color: #eee
}
li, ul {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline
}
.navbar {
	border-top: 1px solid #eee;
	border-bottom: 2px solid #162c53;
	border-radius: 0
}
.navbar ul li a {
	color: #626262
}
.navbar.center .navbar-inner .nav {
	display: inline-block;
	float: none
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	border-radius: 0;
	border: 1px solid #888282;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	color: #000;
	background: #888282
}
.small-logo {
	display: none;
	width: 38px;
	height: 38px;
	background: url(../img/navlogo.png) no-repeat;
	margin: 7px
}
.star-icon {
	background-repeat: round;
	width: 40px;
	height: 40px;
	background-image: url('../img/gift-box.png');
	display: inline-block;
	margin: -10px 10px;
}
.gift-icon {
	background-repeat: round;
	width: 30px;
	height: 30px;
	background-image: url('../img/gift-box.png');
	display: inline-block;
	margin: -10px 10px;
}
.blue, .blue2 {
	background-color: #162c53;
	color: #fff
}
.grayback {
	background-color: #cccccc;
	color: black;
}
.social-responsive {
	display: none;
	margin-top: 7px;
	margin-left: 10px
}
.navbar {
	margin-bottom: 0
}
.blue {
	padding: 5px 10px;
	min-height: 160px
}
.h1-blue{
	color: #002856;
}
.blue p {
	font-size: 12px
}
.blue2 {
	padding: 10px
}
.blue-color{
	color: #003366 !important;
}
.grayback {
	padding: 10px
}
.orange-box {
	background-color: #f25818;
	margin: 0 10px 0 0;
	width: 10px;
	height: 15px;
	position: relative;
	top: -5px;
	left: 10px;
	display: block
}
#cart-counter, .jssora22l, .jssora22r, .jssorb05 {
	position: absolute
}
.color-orange {
	color: #f25818;
	font-size: 14px!important
}
.color-white {
	color: #fff
}
.prir-img {
	width: 90%;
	margin: 10px
}
.naslov-center {
	padding-left: 10px;
	line-height: 25px;
	letter-spacing: 3px;
	color: #162c53;
	font-size: 16px;
	display: block;
	margin-top: 19px
}
#bookmarkMeR, .tag {
	display: none
}
.border {
	border: 1px solid #E3E3E3 !important;
	padding: 15px;
	margin: 15px 0;
}
.border-white {
	border: 1px solid white !important;
	padding: 10px;
	margin: 15px 0;
}
.border-width-5 {
	border-width: 5px !important;
}
.border p {
	margin: 0;
}
.border-black {
	border: 1px solid black !important;
	padding: 10px;
	margin: 15px 0;
}
.border-black .rwd-table tr td {
	border: none !important;
}
.no-border tr td {
	border: none !important;
}
.bottom-border tr td {
	border-bottom: 1px solid #CCCCCC !important;
}
.border-gray {
	border: 1px solid #CCCCCC !important;
	padding: 10px;
	margin: 15px 0;
}
.border-gray2 {
	border: 1px solid #707070 !important;
	padding: 10px;
	margin: 15px 0;
}
.border-light-red {
	border: 1px solid #EC6161 !important;
	padding: 5px;
	margin: 15px 0px;
}
.vesti-napomena {
	border: 3px solid red !important;
	padding: 15px;
	margin: 15px 0px;
	color: black;
}
.vesti-napomena p {
	margin: unset;
}
.border-black tr td {
	border: 1px solid black !important;
	padding: 5px;
}
.border-gray tr td {
	border: 1px solid #CCCCCC !important;
	padding: 5px;
}
/*.border p {
margin: 0;
}*/

.border-top {
	border-top: 2px solid black !important;
}
.border-bottom {
	border-bottom: 2px solid black !important;
}
.border-right {
	border-right: 2px solid #d3d3d3 !important;
}
.border-left {
	padding: 10px;
	border-left: 5px solid #6CBFFF !important;
	background-color: #DFEFFC;
}
.left-border {
	border-left: 2px solid #d3d3d3;
	border-left-style: solid;
	border-left-color: auto;
}
.border-orange {
	border-color: orange;
}
.left-border {
	border-left: 2px solid #d3d3d3;
}
#temp {
	width: 100%;
	max-height: 40px
}
.cena-narucivanja {
	color: #D70005;
	font-weight: 700;
	margin: 0;
	padding: 0
}
.naslov-narucivanja {
	font-size: 15px;
	color: #09F;
	font-weight: bolder
}
.bb {
	padding-bottom: 5px;
	font-size: 1em
}
#___plusone_0 {
	width: 70px!important
}
.paddings {
	padding: 0 50px
}
.padd-0 {
	padding: 0;
}
#info-slika {}
#napomena {
	border: 1px solid red;
	padding: 15px;
	margin-bottom: 25px
}
.plava-napomena {
	border-left: 5px solid #B0CDED;
	background-color: #66B5DD33;
	padding: 10px;
}
.plava-napomena p:last-child {
	margin: 0;
}
.crvena-napomena {
	border-left: 50px solid #F46D6D;
	background-color: #F5D1D1;
	padding: 10px;
}
.rasprodaja-napomena {
	border: 2px solid #BAD6F5;
	background-color: #F3F9FC;
	padding: 15px 5px;
	font-size: 20px;
	font-style: italic;
	color: #59B1DE;
	border-radius: 8px;
}
.transparent-blue {
	margin-top: 50px;
	margin-bottom: 50px
}
.nova-cena {
	color: red
}
.small_prodaja_2 {
	width: 55%;
	margin: 0 auto
}
.casopis-index {
	text-align: center;
}
#prodaja-prirucnika {
	width: 90%;
	min-height: 100px;
	background: #F3F3F3;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
	padding: 10px
}
.rasprodaja-korpa {
	width: 100%;
	background: #F3F3F3;
	border: 2px solid #DE6C6C;
	padding: 18px 5px;
	color: #E53A3A;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	border-radius: 8px;
}
.link {
	color: #516997
}
.separator {
	margin: 30px 0;
	font-size: 50px !important;
}
.separator-orange {
	height: 3px;
	width: 100%;
	background-color: #f25818
}
.gray {
	color: #666;
	padding: 10px;
	font-size: 80%
}
.darkgray {
	color: #333;
}
.gray-bg {
	background-color: #e8e8e8;
	min-height: 689px;
	border-left: 5px solid white;
	border-right: 5px solid white;
	padding: 0;
}
.gray-bg {
	background-color: #e8e8e8;
	min-height: 688px;
}
.dashed-separator {
	margin: 9px 0;
	border-top: 1px dashed #fff
}
.small-separator {
	height: 5px
}
.vest-img {
	width: 100%;
	height: 150px;
	overflow: hidden;
}
.vestiBox {
	max-height: 355px;
	overflow: hidden;
	margin-top: 10px;
}
.col-sm-3 .col-md-3 .vestiBox {
	height: 355px;
}
.vestText, .vestiLink {
	font-size: 12px
}
main .vest-content li {
	list-style-position: outside;
	padding: 0;
	margin: 2px 0 2px 15px !important;
	list-style-type: circle !important;
}
main .vest-content ul {
	margin: 20px 0 20px 0 !important;
}
.col-sm-8 main ul li {
	list-style-position: outside;
	padding: 0;
	/*margin: 10px 0 10px 25px;*/
	list-style-type: disc;
}
.col-sm-8 main .bullet-dash li {
	list-style-type: none !important;
	margin: 5px 0 0px 5px;
}
.col-sm-8 #main main ul li {
	list-style-position: outside;
	padding: 0;
	margin: 10px 0 10px 25px;
	list-style-type: circle !important;
}
#content .panel-body ul li {
	list-style-position: outside;
	padding: 0;
	margin: 7px 0 0 25px;
	list-style-type: circle;
}
#content .panel-body ul li ul li {
	list-style-position: outside;
	padding: 0;
	margin: 0 0 0 25px;
	list-style-type: disc;
}
#content .panel-body ul li:last-child {
	margin-bottom: 10px;
}
.small-margin {
	margin: 7px 0
}
.arhiva-vesti {
	float: left;
	width: 160px;
	margin-left: 40px;
	height: 50px;
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 30px;
	padding-top: 10px;
	color: #fff;
	background: #092c56;
	font-weight: 700
}
.korpa {
	margin-right: 10px
}
#cart-counter {
	display: inline-block;
	color: #fff;
	background-color: red;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 90px;
	padding: 0 4px;
	top: 2px;
	font-size: 10px;
	left: 24px
}
.dropdown-menu li a, footer {
	padding: 10px
}
.arhiva-vesti:hover {
	background: #ff8c00;
	color: #fff
}
footer, footer a {
	color: #fff!important
}
.opened {
	width: 310px;
	float: left
}
.kategorija {
	width: 33%;
	float: left
}
footer {
	background-color: #092c56;
	font-weight: 400!important;
	font-size: 12px;
	margin-top: 20px;
}
footer>.col-lg-3 {
	border-right: 1px solid #000;
	border-left: 1px solid #144d90;
	min-height: 181px
}
footer ul li {
	margin: 5px 0
}
.dropdown-menu .divider {
	margin: 0!important
}
.dropdown-menu .obuka-nav {
	display: none;
}
.dropdown- .kategorija, .pull-center {
	text-align: center;
	margin: 0 auto;
}
.float-no {
	float: none;
}
.carousel {
	margin-bottom: 0;
}
.carousel-control {
	left: -1px
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}
.carousel-control.right {
	right: -1px
}
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0;
	margin-right: -19px
}
.carousel-indicators li {
	background: silver
}
.carousel-indicators .active {
	background: #333
}
.span3 {
	display: inline-block;
	width: 20%
}
#glasila-form li {
	margin: 5px 0;
}
.glasilo-box {
	font-size: 12px;
	min-height: 48px;
	vertical-align: middle;
	background: #eaf0f7;
	border-bottom: 1px solid #6AA3C1;
	border-right: 2px solid #fff;
	margin: 0;
	line-height: 48px
}
.pull-right #test-glasila {
	width: 200px;
	background: #fff
}
.glas-cont {
	line-height: 23px;
	width: 80%
}
.korpaFrame {
	display: block;
	width: 100%;
	height: 150vh
}
.glasImg {
	margin-right: 15px;
	vertical-align: inherit
}
.mali_broj_glasila {
	color: #903;
	font-size: 12px;
	display: block;
	float: right;
	font-family: Calibri, serif;
	margin: 0;
	font-weight: 100
}
.caret, .closeIcon, .resonsiveIcon {
	display: none
}
.caret {
	float: right
}
#search {
	width: 90%;
	margin: 0 auto
}
.blue-stripe {
	background-color: #092c56;
	border-left: 9px solid #f15918;
	padding: 5px;
	color: #fff;
	font-size: 11px
}
.glasila_slider {
	max-width: 90%
}
#content img, .ppr {
	max-width: 100%
}
#sidebar, .col-sm-4 {
	-webkit-transition: width .3s;
	transition: width .3s
}
.youtube-iframe {
	width: 500px;
	height: 350px;
	display: block;
	margin: 15px auto
}
.pohvale, .yt {
	width: 100%!important
}
.glasilo-text {
	padding: 0 20px
}
.clickme:hover {
	cursor: pointer
}
.rc {
	background-color: #e8e8e8;
	padding: 10px;
	margin-top: 5px
}
#primedba a {
	color: #91a7ff!important
}
.rc * {
	color: #162c53
}
.smaller-font {
	font-size: 73%
}
#tabela tr {
	border-bottom: 1px solid #ececec
}
.responsive-break {
	display: none
}
.important-border {
	margin-top: 30px;
	padding: 10px;
	border: 1px solid red;
}
.important-border * {
	line-height: 25px;
}
.important-color {
	color: red;
	font-weight: bold;
	margin-bottom: 20px;
}
#jssor_1 {
	display: none !important;
}
#slider {
	width: 100%;
	overflow: hidden;
}
#slider iframe {
	width: 100%;
}
/* FULL SIZE */

/*@media screen and (min-width: 1000px) {
.dropdown-menu .sub-menu {
left: 100%;
position: absolute;
top: 0;
visibility: hidden;
margin-top: -1px
}
.dropdown-menu li:hover .sub-menu {
visibility: visible
}
.dropdown:hover .dropdown-menu {
display: block
}
.nav-pills .dropdown-menu,
.nav-tabs .dropdown-menu,
.navbar .dropdown-menu {
margin-top: 0
}
.navbar .sub-menu:before {
border-bottom: 7px solid transparent;
border-left: none;
border-right: 7px solid rgba(0, 0, 0, .2);
border-top: 7px solid transparent;
left: -7px;
top: 10px
}
.navbar .sub-menu:after {
border-top: 6px solid transparent;
border-left: none;
border-right: 6px solid #fff;
border-bottom: 6px solid transparent;
top: 11px;
left: -6px
}
}*/

#popup-right {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 200px;
	height: 300px;
	display: none;
	z-index: 999999999;
}
/* RESPONSIVE  BREAKPOINT*/

@media screen and (max-width: 1000px) {
	
	.vcenter-mobile {
		display: inline-block;
		vertical-align: middle;
		float: none;
	}
	.arhiva .vestiBox {
		width: 50%;
		float: left;
		height: 300px !important;
		padding: 0 10px;
		position: relative;
		overflow: hidden;
	}
	.arhiva .vest-img {
		width: 100%;
		float: left;
	}
	.arhiva .vestiLink p {
		margin-top: 10px;
		width: 100%;
		float: left;
	}
	.arhiva .vestText {
		display: none !important;
		width: 100%;
	}
	.arhiva .vestText img {
		display: none;
	}
	.arhiva .vestText .btn-primary {
		display: block;
		position: absolute;
		bottom: 5px;
		width: 95%;
	}
	.social-icon {
		margin: 0 !important;
		padding: 0 !important;
		width: 30px !important;
		height: 30px !important;
	}
	.social-icon img {
		margin: 0px !important;
	}
	#cart-counter {
		display: none;
	}
	.korpa a {
		float: left !important;
	}
	.korpa img {
		width: 30px !important;
		height: 30px !important;
		vertical-align: middle !important;
	}
	.heder-wrap {
		height: 100px;
	}
	/*@media (max-width:1000px) {*/
	/*FIX SCROLL*/
	.heder-levo img {
		width: 270px !important;
		margin: 0 auto !important;
	}
	.heder-desno {
		display: none;
	}
	.heder-levo {
		margin: 0 auto;
	}
	.fixed {
		position: fixed;
		top: 50vh;
		right: 5px;
	}
	.glasila-demo-1 {
		display: none;
	}
	.glasila-demo-2 {
		display: block;
	}
	.div-to-hide-2 {
		display: block;
	}
	.div-to-hide {
		display: none;
	}
	.boxSide {
		display: none !important;
	}
	.prijavaMail {
		width: 100% !important;
		display: block !important;
		margin: 5px auto 5px auto !important;
	}
	.branding {
		display: none;
	}
	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px;
		font-size: 10px !important;
	}
	.casopis-index {
		border-bottom: 2px solid #162c53;
		max-height: none !important;
		padding: 5px 0px;
	}
	.container {
		overflow: hidden;
	}
	.datum-veliki {
		text-align: left !important;
		margin-top: 90px;
	}
	.social-icon:nth-last-of-type(6):after {
		content: "\A";
		margin-left: 30px;
		white-space: pre
	}
	.navbar-header {
		margin-bottom: 13px
	}
	.social-icon:nth-last-of-type(5) {
		margin-left: 46px;
		margin-top: 20px;
		display: inline-block
	}
	.responsive-break {
		display: block;
		clear: both
	}
	.resp-line {
		padding-top: 10px;
		margin-top: 10px;
		border-top: 2px solid #999;
	}
	.left-col img, .right-col img {
		margin-top: 10px
	}
	footer ul li {
		/*margin: 20px 0!important*/
	}
	.vestText {
		float: right;
		width: 66%;
	}
	.kategorija {
		width: 100%;
		float: none;
		min-height: 100px;
		border-bottom: 1px solid #ececec;
		padding: 5px
	}
	.kategorija img {
		float: left
	}
	.kategorija p {
		text-align: center
	}
	.zaposleni {
		margin: 10px 0;
		min-height: 150px !important;
		border-bottom: 1px solid gray;
	}
	.zaposleni img {
		float: left;
		margin: 0 20px 0 0!important
	}
	.zaposleni p {
		float: left;
		width: 55%
	}
	.zaposleni p * {
		font-size: 11px
	}
	.clickme {
		max-width: 100%
	}
	.youtube-iframe {
		width: 90%;
		height: auto
	}
	#sidebar {
		display: none;
		width: 0
	}
	.resonsiveIcon {
		display: block
	}
	.korpaFrame {
		height: 250vh
	}
	.glasilo-box {
		font-size: 12px;
		min-height: 63px;
		vertical-align: middle;
		background: #eaf0f7;
		border-bottom: 1px solid #6AA3C1;
		border-right: 2px solid #fff;
		margin: 0;
		line-height: 48px
	}
	.blue, .gray-bg, .vestiBox {
		min-height: 0
	}
	.savetovanje_left {
		margin-top: 30px!important
	}
	.glas-cont {
		line-height: 23px;
		width: auto
	}
	.social-icon img {
		width: 30px;
		margin: 0 10px
	}
	footer>.col-lg-3 {
		border-right: none;
		border-left: none;
		border-bottom: 1px solid #fff;
		min-height: 0
	}
	.page-header, .small-separator {
		display: none
	}
	.resp-img {
		width: 32%;
		display: inline-block;
		margin-bottom: 20px
	}
	.small-logo, .social-responsive {
		display: block
	}
	.vestiLink p {
		width: 65%;
		float: right;
	}
	.vestiBox {
		border-bottom: 2px solid #162c53;
		min-height: 150px;
		padding-top: 24px;
	}
	.vest-img {
		width: 30%;
		margin-right: 5px;
		float: left
	}
	.nav>li>a {
		padding-left: 20px;
		padding-right: 20px
	}
	.container-fluid, .navbar-collapse {
		/*padding-left: 10px*/
	}
	.blue {
		padding-bottom: 10px
	}
	.gray-bg {
		margin: 5px 0
	}
	#result1, #the-return {
		display: none
	}
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
		padding: 10px 15px 10px 45px
	}
	.soc-resp-hide {
		display: none;
	}
	.hr-visible {
		border-top: 1px solid white;
	}
}
.dd li, .oblast {
	display: block;
	/*font-weight: 700*/
}
#primedba {
	background-color: #162c53;
	color: #fff;
	padding: 5px 10px;
	min-height: 35px;
	max-width: 380px;
	font-size: 13px;
	/*margin: 0 auto;
width: 50%*/
}
.collapsible {
	background: #092c56!important;
	/*max-width: 300px;*/
	margin-top: 5px;
	padding: 10px 0 10px 5px;
	color: #fff;
	cursor: pointer;
	border-left: 0px solid #fff!important
}
.p-notify {
	border: 1px solid #f25818;
	padding: 30px
}
.dd li {
	color: #333;
	max-width: auto;
	background: #fff;
	min-height: 18px;
	/*margin-left: 11px;*/
	border-left: 4px solid #a9d1ff;
	padding-left: 5px;
	font-size: 1em;
}
.dd li a {
	display: block;
	text-decoration: none;
	padding: 5px;
}
.article {
	padding: 5px !important;
	border-bottom: 2px solid #dedede !important;
}
.article a {
	font-weight: 700 !important;
	text-decoration: underline !important;
}
.title_obrasci {
	min-height: 32px;
	background: #FFC!important;
	padding: 5px;
	border: 1px dashed #999!important;
	overflow: auto
}
.dd li:hover {
	/*padding: 2px 5px 2px 10px; */
	background: #f2f2f2;
	color: #4284B0;
	border-left: 4px solid #4284B0
}
.here {
	text-decoration: underline!important;
}
.oblast {
	font-size: 15px;
	color: #BF7656
}
.naslovpropisa1, .podnaslovpropisa {
	color: #FFE8BF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: initial !important;
}
.tabelamolovani, .naslovpropisa1, .podnaslovpropisa {
	color: #FFE8BF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: initial !important;
}
.podnaslovpropisa {
	font-weight: normal !important;
	font-style: italic;
	font-size: 110%;
	background-color: #000;
	margin: 0;
	padding: 5px;
	text-transform: initial !important;
}
#branding-center {
	display: none
}
.naslovpropisa1 {
	font-weight: 700;
	/*font-size: 150% !important;*/
}
.naslovpropisa1a {
	color: #fff;
	font-weight: 700;
	/*font-size: 140% !important;*/
	font-family: Arial, Helvetica, sans-serif;
	text-align: center
}
.left-menu .navbar-nav>li>a, .propisi-pdf {
	font-size: 12px
}
#opstina-pdf {
	width: 100%;
	float: left;
	margin: 5px
}
.tabelamolovani {
	background-color: #8A084B!important;
	width: 100%!important;
	border: thin outset #000!important;
	font-family: Arial, Helvetica, sans-serif
}
#test-opstina li a, .no-pdf {
	border: 1px solid #d3d3d3;
	padding: 15px 0 15px 0;
	float: left;
	margin: 0 0 -1px -1px;
	text-align: center;
	width: 85px;
}
#test-opstina li {
	list-style: none inside;
	display: inline;
}
#test-opstina li a:hover {
	background-color: #3B70AC;
	color: #fff;
	text-decoration: none;
	margin: 0 0 -1px -1px
}
.no-pdf {
	background-color: #cecece;
	color: #888
}
.jssorb05 .av, .jssorb05 div, .jssorb05 div:hover {
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(../img/b05.png) no-repeat;
	overflow: hidden;
	cursor: pointer
}
.jssorb05 div {
	background-position: -7px -7px
}
.jssorb05 .av:hover, .jssorb05 div:hover {
	background-position: -37px -7px
}
.jssorb05 .av {
	background-position: -67px -7px
}
.jssorb05 .dn, .jssorb05 .dn:hover {
	background-position: -97px -7px
}
.jssora22l, .jssora22r {
	display: block;
	width: 40px;
	height: 58px;
	cursor: pointer;
	background: url(../img/a22.png) center center no-repeat;
	overflow: hidden
}
.jssora22l {
	background-position: -10px -31px
}
.jssora22r {
	background-position: -70px -31px
}
.jssora22l:hover {
	background-position: -130px -31px
}
.jssora22r:hover {
	background-position: -190px -31px
}
.jssora22l.jssora22ldn {
	background-position: -250px -31px
}
.jssora22r.jssora22rdn {
	background-position: -310px -31px
}
.left-menu {
	display: none
}
#propisi-la li {
	list-style-type: none !important;
	margin: 0;
}
#propisi-la li:last-child {
	border-bottom: 0;
}
.propisi-pdf {
	padding: 2px 5px;
	background: #f15918;
	text-align: center;
	color: #fff;
	font-weight: 700;
}
#content {
	padding: 10px;
}
@media (min-width:1215px) {

	.fs-mobile-1 {
		font-size: 1.8rem !important;
	}

	#novipopup .modal-dialog {
		width: fit-content;
		margin: 30px auto;
	}
	#novipopup2 .modal-dialog {
		width: fit-content;
		margin: 30px auto;
	}

	.br-site {
		clear: all;
	}
	.br-mobile {
		display: none;
	}

	/**/

	.jumbotron.div-to-hide {
		border: 1px solid #efefef !important;
		border-radius: 4px;
		text-align: center;
	}
	.left-menu {
		display: block;
	}
	.left-menu nav {
		/**/
		box-shadow: none;
		border: 1px solid #efefef;
		border-radius: 4px;
	}
	.left-menu nav>li {
		border: none
	}
	.left-menu .navbar-nav>li>a {
		padding: 10px 14px
		/**/
	}
	.left-menu .navbar {
		/*border: none;*/
		/*max-width: 300px;*/
		margin-right: 0;
		margin-left: 0;
		overflow: hidden;
	}
	.left-menu .navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: #092c56;
	}
	.left-menu * {
		background: 0 0;
		border: none
	}

	/**/

	.left-menu .navbar-default .navbar-nav>a:hover {
		background-image: none;
	}
	.left-menu nav li a:hover {
		background-color: #162c53 !important;
		color: #fff !important;
	}
	.left-menu li.active {
		background-color: #162c53;
		border-left: 0px solid #ef591a!important;
	}
	.left-menu .navbar-default .navbar-nav>.active>a {
		background-image: none;
		box-shadow: none;
		background-color: transparent;
		color: #fff;
	}

	/**/

	.left-menu .navbar-default .navbar-nav li.active a:hover {
		background-color: #162c53;
		background-image: none;
		color: #fff;
	}
	.left-menu .navbar-collapse {
		height: auto;
		border-top: 0;
		box-shadow: none;
		max-height: none;
		padding-left: 0;
		padding-right: 0
	}
	.left-menu .navbar-collapse.collapse {
		display: block!important;
		width: auto!important;
		padding-bottom: 0;
		overflow: visible!important
	}
	.left-menu .navbar-collapse.in {
		overflow-x: visible
	}
	.left-menu .navbar-header, .left-menu .navbar-left, .left-menu .navbar-nav, .left-menu .navbar-nav>li, .left-menu .navbar-right {
		float: none!important
	}
	.left-menu .navbar-right .dropdown-menu {
		left: 0;
		right: auto
	}
	.left-menu .navbar-collapse .navbar-nav.navbar-right:last-child {
		margin-right: 0
	}
	.left-menu .panel-default>.panel-heading {
		background-image: none;
		background-color: #e8e8e8;
	}
}
.form-style-5 fieldset {
	border: none
}
.form-style-5 legend {
	font-size: 2em;
	margin-bottom: 10px
}
.form-style-5 label {
	display: block;
	margin-bottom: 8px;
	font-size: 15px
}
.form-style-5 input[type=url]:focus, .form-style-5 input[type=text]:focus, .form-style-5 input[type=date]:focus, .form-style-5 input[type=datetime]:focus, .form-style-5 input[type=email]:focus, .form-style-5 input[type=number]:focus, .form-style-5 input[type=search]:focus, .form-style-5 input[type=time]:focus, .form-style-5 select:focus, .form-style-5 textarea:focus {
	background: #d2d9dd
}
.form-style-5 select {
	-webkit-appearance: menulist-button;
	height: 35px
}
.form-style-5 input[type=submit], .form-style-5 input[type=button] {
	position: relative;
	display: block;
	padding: 19px 39px 18px;
	color: #FFF;
	margin: 0 auto 10px;
	background: #162c53;
	font-size: 18px;
	text-align: center;
	font-style: normal;
	width: 100%;
	border: 1px solid #fff;
	border-width: 1px 1px 3px
}
.form-style-5 input[type=submit]:hover, .form-style-5 input[type=button]:hover {
	background: #a99362
}
.sidemenu a[href='strane/nis.html'], .sidemenu a[href='strane/kragujevac.html'], .sidemenu a[href='strane/fon.html'], .sidemenu a[href='strane/pravno_ekonomski.html'], .sidemenu a[href='strane/bps.html'], .sidemenu a[href='strane/educons.html'], .sidemenu a[href='../strane/nis.html'], .sidemenu a[href='../strane/kragujevac.html'], .sidemenu a[href='../strane/fon.html'], .sidemenu a[href='../strane/pravno_ekonomski.html'], .sidemenu a[href='../strane/bps.html'], .sidemenu a[href='../strane/educons.html'] {
	display: none!important
}
#horizontalnav .fakultet a {
	width: 201px
}
#horizontalnav .fakultet li {
	border-left: 5px solid #32527E;
	margin-left: 10px
}
#horizontalnav .podfakultet .active, #horizontalnav .podfakultet a, .podfakultet a:hover {
	width: 190px
}
#horizontalnav .podfakultet li {
	border-left: 5px solid #5580BC;
	margin-left: 20px
}
.btnnazad, .btnnazad:hover {
	color: #fff!important
}
.blue-dugme, .blue-dugme:hover {
	padding: 10px;
	background: #0b2e58;
	text-decoration: none;
	font-weight: 700;
	color: #fff
}
.div-btn-prijava-sav {
	text-align: center;
	padding: 15px;
	background-color: #0033ff;
}

.div-btn-prijava-sav:hover {
	background-color: #0033cc;
}

.div-btn-prijava-sav-white {
	text-align: center;
	padding: 15px;
	background-color: white;
	color: black;
}

.div-btn-prijava-sav-white:hover {
	background-color: white;
}

.title-polje {
	padding: 10px;
	background: #F6F2C7;
	border: 3px solid #0B56B3;
	margin: 15px auto;
	display: block;
	color: #0B56B3;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
}
.likvidacije, .stecajevi {
	display: block;
	margin: 15px 10px;
	padding: 20px;
	min-height: 100px;
	background: #162c53
}
@media (max-width:630px) {
	.jumbotron > .oblacic-stick {
		margin-left: -15px;
	}
	.oblacic-stick {
		margin-left: -25px;
	}
	.datum-savetovanja {
		font-size: 20px !important;
	}
	#likvidacije, #stecajevi {
		margin: 0 auto
	}
}
.form-style-5 {
	max-width: 100%;
	padding: 10px;
	background: #f4f7f8;
	border-radius: 8px;
	font-family: Georgia, "Times New Roman", Times, serif
}
.form-style-5 .number {
	background: #a99362;
	color: #fff;
	height: 30px;
	width: 30px;
	display: inline-block;
	font-size: .6em;
	margin-right: 4px;
	line-height: 30px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
	border-radius: 15px 15px 15px 0
}
.form-style-5 input[type=url], .form-style-5 input[type=text], .form-style-5 input[type=date], .form-style-5 input[type=datetime], .form-style-5 input[type=email], .form-style-5 input[type=number], .form-style-5 input[type=search], .form-style-5 input[type=time], .form-style-5 select, .form-style-5 textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: rgba(255, 255, 255, .1);
	border: none;
	border-radius: 4px;
	font-size: 16px;
	margin: 0 0 30px;
	outline: 0;
	padding: 7px;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #e8eeef;
	color: #8a97a0;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .03) inset;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .03) inset
}
.datum, .narandza {
	color: #ef591a;
}
.bold, .normalbold {
	font-weight: bold;
}
.normalboldcentar {
	color: #333 !important;
	font-weight: bold;
	text-align: center;
}
.normalcentaritalic {
	font-weight: normal;
	text-align: center;
	font-style: italic;
}
.italic {
	font-style: italic;
}
.normal {
	font-weight: normal;
}
.underline {
	text-decoration: underline;
}
.nobold {
	font-weight: normal;
}
.zaposleni {
	min-height: 250px;
}
.zaposleni p {
	font-size: 13px;
	margin: 5px 0 15px
}
.sektor img {
	margin: 15px 0
}
.prijava-form {
	max-width: 335px;
	float: left;
	background: #6c6c6c;
	padding: 15px;
	margin-bottom: 15px
}
.img-center {
	max-width: 100%;
	margin: 15px auto !important;
	display: block;
}
.img-left {
	max-width: 100%;
	margin: 15px auto !important;
	display: block;
	float: left;
}
.img-right {
	max-width: 100%;
	margin: 15px auto !important;
	display: block;
	float: right;
}
/*.img-left,
.img-right {
margin: 0 20px;
display: block;
}*/

.img-left {
	float: left;
}
.img-right {
	float: right;
}
.datum {
	font-size: 13px !important;
}

.bullet-inside {
	list-style-position: inside;
	padding-left: 20px;
	margin-bottom: 20px;
	/*list-style-type: auto;*/
}
.bullet-outside {
	list-style-position: outside;
	padding: 0;
	margin: 15px 0 15px 25px;
	/*list-style-type: auto;*/
}
.bullet-outside li {
	margin: 3px 3px !important;
	list-style-type: square !important;
}
.bullet-outside .bullet-dash .bullet-zagrada li {
	margin-left: 15px !important;
}
.bullet-outside .bullet-dash {
	margin-top: 0 !important;
}
#main #content main .bullet-dash li {
	margin-left: 0 !important;
}
#main #content main .bullet-zagrada li {
	margin-left: 15px !important;
}
/* bullet youtube */

.bullet-youtube {
	list-style-position: outside;
	padding: 0;
	margin: 15px 0 15px 15px;
	/*list-style-type: auto;*/
}
.bullet-youtube li {
	list-style-position: outside;
	padding: 0;
	margin: 15px 0 15px -5px;
	list-style-type: none;
}
.bullet-youtube li:before {
	content: " ";
	background-image: url("../video-savetovanja/img/icon-yt.png");
	background-repeat: no-repeat;
	padding-right: 20px;
}
/* bullet check */

.bullet-check {
	list-style-position: outside;
	padding: 0;
	margin: 15px 0 15px 15px;
	/*list-style-type: auto;*/
}
.bullet-check li {
	list-style-position: outside;
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
}
.bullet-check li:before {
	content: " ";
	background-image: url("../img/check.png");
	background-repeat: no-repeat;
	background-size: contain;
	padding: 5px 15px;
	width: 22px;
	height: 22px;
}
/* bullet pdf */

.bullet-pdf {
	list-style-position: outside !important;
	padding: 0;
	margin: 15px 0 15px 15px;
	/*list-style-type: auto;*/
	color: #0071e3;
}
.bullet-pdf li {
	list-style-position: outside !important;
	padding: 0;
	margin: 15px 0 15px -5px;
	list-style-type: none;
	color: #0071e3;
	fill: #0071e3;
}
.bullet-pdf li:before {
	content: " ";
	background-image: url("../images/pdf.svg");
	background-repeat: no-repeat;
	padding-right: 20px;
}
.ribbon-novo:before {
	content: " ";
	background-image: url("../images/ribbon-novo.png");
	background-repeat: no-repeat;
	width: 77px;
	height: 35px;
	display: inline-block;
	z-index: 999;
	margin-bottom: -12px;
}

/* BLINK */
.blinking {
	-webkit-animation: 2s blink ease infinite;
	-moz-animation: 2s blink ease infinite;
	-ms-animation: 2s blink ease infinite;
	-o-animation: 2s blink ease infinite;
	animation: 2s blink ease infinite;
}
.blinking-propis {
	-webkit-animation: 1s blink ease infinite;
	-moz-animation: 1s blink ease infinite;
	-ms-animation: 1s blink ease infinite;
	-o-animation: 1s blink ease infinite;
	animation: 1s blink ease infinite;
}
.blink-1 {
	-webkit-animation: 1s blink ease infinite;
	-moz-animation: 1s blink ease infinite;
	-ms-animation: 1s blink ease infinite;
	-o-animation: 1s blink ease infinite;
	animation: 1s blink ease infinite;
}
.blink-1r {
	-webkit-animation: -1s blink ease infinite;
	-moz-animation: -1s blink ease infinite;
	-ms-animation: -1s blink ease infinite;
	-o-animation: -1s blink ease infinite;
	animation: -1s blink ease infinite;
}
.blink-2 {
	-webkit-animation: 2s blink ease infinite;
	-moz-animation: 2s blink ease infinite;
	-ms-animation: 2s blink ease infinite;
	-o-animation: 2s blink ease infinite;
	animation: 2s blink ease infinite;
}
.blink-3 {
	-webkit-animation: 3s blink ease infinite;
	-moz-animation: 3s blink ease infinite;
	-ms-animation: 3s blink ease infinite;
	-o-animation: 3s blink ease infinite;
	animation: 3s blink ease infinite;
}
.blink-4 {
	-webkit-animation: blink 3s step-start 1s infinite;
	-moz-animation: blink 3s step-start 1s infinite;
	-ms-animation: blink 3s step-start 1s infinite;
	-o-animation: blink 3s step-start 1s infinite;
	animation: blink 3s step-start 1s infinite;
}
.blink-5 {
	-webkit-animation: blink 1.5s step-start 0.5s infinite;
	-moz-animation: blink 1.5s step-start 0.5s infinite;
	-ms-animation: blink 1.5s step-start 0.5s infinite;
	-o-animation: blink 1.5s step-start 0.5s infinite;
	animation: blink 1.5s step-start 0.5s infinite;
}
@keyframes "blink" {
	from, to {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}
@-moz-keyframes blink {
	from, to {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}
@-webkit-keyframes "blink" {
	from, to {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}
@-ms-keyframes "blink" {
	from, to {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}
@-o-keyframes "blink" {
	from, to {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}
/* END BLINK */

.cross {
	position: relative;
	display: inline-block;
	color: #C6C6C6;
	padding: 15px;
}
.cross::before, .cross::after {
	content: '';
	width: 100%;
	position: absolute;
	right: 0;
	top: 50%;
}
.cross-bef:before {
	border-bottom: 2px solid red;
	-webkit-transform: skewY(-10deg);
	transform: skewY(-10deg);
}
.cross::before {
	border-bottom: 2px solid red;
	-webkit-transform: skewY(-10deg);
	transform: skewY(-10deg);
}
.cross::after {
	border-bottom: 2px solid red;
	-webkit-transform: skewY(10deg);
	transform: skewY(10deg);
}
.cross-one {
	position: relative;
	display: inline-block;
	color: #C6C6C6;
	padding: 15px;
}
.cross-one::before, .cross-one::after {
	content: '';
	width: 100%;
	position: absolute;
	right: 0;
	top: 50%;
}
.cross-one:before {
	border-bottom: 3px solid red;
	-webkit-transform: skewY(-10deg);
	transform: skewY(-10deg);
	opacity: 0.5;
}
.cross-one::after {
	border-bottom: none;
	-webkit-transform: skewY(10deg);
	transform: skewY(10deg);
}
.cross-ravan {
	position: relative;
	display: inline-block;
	color: #C6C6C6;
	padding: 15px;
}
.cross-ravan::before, .cross-ravan::after {
	content: '';
	width: 100%;
	position: absolute;
	right: 0;
	top: 50%;
}
.cross-ravan:before {
	border-bottom: 3px solid red;
	-webkit-transform: skewY(-0deg);
	transform: skewY(-0deg);
	opacity: 0.5;
}
.cross-ravan::after {
	border-bottom: none;
	-webkit-transform: skewY(0deg);
	transform: skewY(0deg);
}
.letnja-akcija {
	transition: background-color 1000ms linear;
}
.letnja-akcija:hover > .bg-dark-blue {
	background: #1d898e;
	background-color: #1d898e;
	color: white;
	transition: width 1s;
	width: 100%;
}

/* bullet dash "-" */

.bullet-dash {
	list-style-position: outside;
	padding: 0 0 0 15px;
	margin: 15px 0 15px 5px;
	list-style-type: none;
	text-indent: -13px;
	line-height: 18px;
}
.bullet-dash li {
	margin: 5px 0;
}
.bullet-dash li:before {
	content: "-";
	background-repeat: no-repeat;
	padding-right: 5px;
}
.bullet-zagrada .bullet-dash {
	margin-left: -20px;
}
.bullet-zagrada .bullet-dash li:before {
	content: "-";
	background-repeat: no-repeat;
	padding-right: 5px;
	margin-left: -20px;
}
.bullet-zagrada .bullet-outside {
	margin-left: -20px;
}
.bullet-zagrada .bullet-outside li:before {
	list-style-type: circle;
	background-repeat: no-repeat;
	padding-right: 5px;
	margin-left: -20px;
}
.vest-content .bullet-dash li {
	list-style-type: none !important;
}
.panel-body .bullet-dash li {
	list-style-type: none !important;
	padding: 0 !important;
}
.bullet-outside .bullet-dash li {
	list-style-type: none !important;
	padding: 0 !important;
}
main #content .bullet-dash li {
	list-style-type: none !important;
	margin: 5px 0 10px 5px;
}
main #content .bullet-zagrada li {
	list-style-type: none !important;
	margin: 5px 0 10px 5px;
}
.col-sm-8 main .bullet-zagrada li {
	list-style-type: none !important;
	margin: 5px 0 10px 5px;
}
/* bullet clock "-" */

.bullet-clock {
	list-style-position: outside;
	padding: 0;
	margin: 15px 0 15px 25px;
	list-style-type: none;
	text-indent: -28px;
}
.bullet-clock li {
	margin: 5px 0;
}
.bullet-clock li:before {
	color: blue;
	content: "\0023F0";
	background-repeat: no-repeat;
	padding-right: 5px;
}
.bullet-zagrada .bullet-clock li:before {
	content: "-";
	background-repeat: no-repeat;
	padding-right: 5px;
}
/* bullet alpha-bracket "a) b) c) etc" */

.alpha-bracket {
	counter-reset: list;
	padding: 0 0 0 40px;
	margin: 15px 0;
	list-style-type: none;
	text-indent: -55px;
}
.alpha-bracket .bullet-zagrada {
	margin-top: 0;
}
.col-sm-8 main .alpha-bracket .bullet-zagrada {
	margin-bottom: 5px;
}
.col-sm-8 main .alpha-bracket .bullet-zagrada li {
	margin: 3px 0 3px 15px;
}
.col-sm-8 main .bullet-zagrada li {
	margin: 3px 0;
}
.alpha-bracket li {
	list-style: none;
	list-style-type: none !important;
	margin: 0px;
	padding: 3px 0;
}
.alpha-bracket li:before {
	content: counter(alpha, lower-alpha) ") ";
	counter-increment: alpha;
	display: inline-block;
	text-align: right;
	width: 30px;
	padding-right: 8px;
	margin-left: 25px;
}
ul.alpha-bracket>li:before {
	counter-increment: list;
	content: counter(list, lower-alpha)") ";
}
.alpha-bracket ul.bullet-outside li {
	list-style-type: disc !important;
}
ol.alpha-bracket ul.bullet-outside li {
	list-style-type: disc !important;
}
.alpha-bracket .bullet-dash {
	margin-top: 0px !important;
}
.alpha-bracket .bullet-outside {
	margin-top: 0px !important;
}
.alpha-bracket ul.bullet-outside li:before {
	content: "•";
	list-style-type: none;
}
.alpha-bracket ul.bullet-dash li:before {
	margin-bottom: -20px;
	content: "- ";
	margin-left: -20px;
	list-style-type: disc !important;
}
.bullet-tacka .alpha-bracket li {
	margin-top: 0 !important;
	margin-left: -15px !important;
}
.bullet-tacka li ul.alpha-bracket {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}
.bullet-tacka .alpha-bracket li:before {
	content: counter(list, lower-alpha) ") ";
}
/* bullet zagrada "1) 2) 3) etc" */

.bullet-zagrada {
	list-style-position: outside;
	padding: 0 0 0 10px;
	margin: 15px 0 15px 0px;
	list-style-type: none;
	text-indent: -55px;
}
.bullet-zagrada li {
	margin: 5px 0;
}
.bullet-zagrada li:before {
	content: counter(list-item) ") ";
	background-repeat: no-repeat;
	/*padding-right: 5px;*/
	display: inline-block;
	text-align: right;
	width: 30px;
	padding-right: 5px;
	margin-left: 25px;
}
.bullet-zagrada .bullet-outside {
	margin-left: 15px;
	margin-top: 0;
}
.bullet-zagrada .bullet-outside li:before {
	list-style-type: none;
	margin-left: 15px;
	margin-top: 0;
}
.bullet-dash ul.bullet-outside li:before {
	content: "•";
	list-style-type: none;
}
.bullet-zagrada ul.bullet-outside li {
	list-style-type: none !important;
}
.bullet-dash ul.bullet-outside li {
	list-style-type: none !important;
}
.vest-content .bullet-zagrada li {
	list-style-type: none !important;
}
.col-sm-8 main .bullet-zagrada li {
	margin-left: 25px;
}
/* bullet tacka "1. 2. 3. etc" */

.bullet-tacka {
	list-style-position: outside;
	padding: 0 0 0 10px;
	margin: 15px 0 15px 15px;
	list-style-type: none;
	text-indent: -16px;
}
.bullet-tacka li {
	margin: 5px 0;
}
.bullet-tacka li:before {
	content: counter(list-item) ". ";
	background-repeat: no-repeat;
	/*padding-right: 5px;*/
}
.vest-content .bullet-tacka li {
	list-style-type: none !important;
}
.border-black .bullet-tacka li {
	list-style-type: none !important;
	margin-left: 25px;
}
/* bullet logo */

.bullet-logo li {
	background: url("../img/logoicon.png") no-repeat left top;
	height: 32px;
	padding-left: 40px;
	padding-top: 5px;
	font-weight: bold;
	line-height: 18px;
	list-style: none;
	display: inline-block;
	margin-top: 10px;
}
.no-bullet {
	list-style-type: none !important;
	margin: 15px 0 15px 25px;
}
.square {
	list-style-type: square;
}
.bullet-outside .disc {
	margin-top: 0;
}
.disc {
	list-style-type: disc !important;
}
.circle {
	list-style-type: circle !important;
}
.square {
	list-style-type: square !important;
}
.decimal {
	list-style-type: decimal !important;
}
.em {
	font-style: italic;
}
.normal {
	font-style: normal;
	font-variant: normal;
}
.strike li, {
	text-decoration: line-through;
	color: #337ab7
}
.strike {
	text-decoration: line-through;
	color: #696969;
}
.kutak-left {
	float: left;
	width: 335px
}
.pohvala-box {
	max-width: 100%;
	float: left;
	border-bottom: 3px dotted #CECECE;
	margin-bottom: 20px
}
.levo {
	text-align: left
}
.desno {
	text-align: right
}
.naslov-pitanja {
	font-size: 13px;
	text-align: left;
	margin: 0 0 5px
}
.autori-100pitanja {
	text-align: left;
	border-bottom: 1px solid silver;
	font-size: 13px;
	margin-bottom: 5px;
	color: #CF4040;
	font-style: italic;
	padding-bottom: 5px
}
.autori-100pitanja:before {
	content: "Autor: "
}
.izvor-100pitanja {
	text-align: left;
	border-bottom: 1px solid silver;
	font-size: 13px;
	margin-bottom: 5px;
	color: #CF4040;
	font-style: italic;
	padding-bottom: 5px
}
.izvor-100pitanja:before {
	content: "Izvor: "
}
.autori {
	color: #027AEA;
}
.prijava-youtube {
	margin: 0 auto 15px;
	max-width: 630px;
	display: block
}
.prijava-youtube p {
	padding: 3px 0 0;
	margin: 0 10px 0 0;
	float: left
}
.video-savetovanja-info {
	border: 2px solid #B6D8FA;
	background: #fff;
	max-width: 500px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 15px
}
.center, .normalcentar {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.margin-vertical {
	margin-top: 0;
	margin-bottom: 0;
}
.margin-center {
	margin: 0 auto;
	display: block;
}
.padding-vertical {
	padding-top: 0;
	padding-bottom: 0;
}
.box-outside-text {
	min-height: 50%;
	display: table;
	max-width: 100%
}
.box-inside-text {
	display: table-cell;
	vertical-align: middle;
}
.podvuceno {
	border-bottom: 1px solid #EDEDED;
	margin: 5px 0px;
	width: 100%;
}
.youtube {
	float: left;
	display: inline-block;
	margin-right: 15px;
	width: 80px;
	height: 56px;
	background-size: contain;
	background-image: url("../img/youtube.svg");
}
.pdf {
	float: left;
	margin-right: 15px;
	width: 80px;
	height: 104px;
	background-size: cover;
	background-image: url(../images/pdfikona.png)
}
.blur {
	position: absolute;
	bottom: 30px;
	float: left;
	width: 90%;
	height: 20%;
	background-repeat: round;
	background-image: url(../images/white-transparent.png);

}
.excel {
	float: left;
	margin-right: 15px;
	width: 55px;
	height: 51px;
	background-size: cover;
	background-image: url(../img/excel.png);
}
.word {
	float: left;
	margin-right: 15px;
	width: 55px;
	height: 51px;
	background-size: cover;
	background-image: url(../img/word.png);
}
.imgpohvale {
	max-width: 100%;
}
.obavestenje {
	width: 70%;
	margin: 0 auto;
	text-align: center;
}
.obavestenje img {
	max-width: 100%;
}
@media (max-width:900px) {
	.box-outside-text .pdf {
		width: 50px;
		height: 65px;
	}
	.box-inside-text {
		font-size: 15px;
	}
	.obavestenje {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.obavestenje img {
		max-width: 100%;
	}
	.slider {
		display: none;
	}
}
@media (max-width:480px) {
	.divIwantToHide {
		display: block !important;
	}
	.imgIwantToHide {
		display: none;
	}
}
@media (max-width:370px) {
	.pdf {
		display: none;
		float: none;
		margin: 0 auto
	}
}
.polje-text {
	padding: 10px;
	border: 1px solid #C5C5C5;
	background-color: #EBFDFF;
	margin: 10px 0;
}
.polje-text p {
	margin: 10px 0;
}
/* LESS */

.dark-red-bold {
	color: #cc0000;
	font-weight: bold;
}
.black-text {
	color: #333333;
}
.black2-text {
	color: #666;
}
.black3-text {
	color: #666;
}
/* font boje */

.gold-text {
	color: #cc9900;
	/*color:#DABC63;*/
}
.dark-gold-text {
	color: #a99362;
	;
}
.dark-gray-text {
	color: #7b7b7b !important;
}
.dark-blue-text {
	color: #2D5F98 !important;
	/*color:#162c53 !important;*/
}
.light-red-text {
	color: #F27C7E;
}
.light-red-text2 {
	color: #ffcc9a;
}
.dark-red-text {
	color: #cc3333 !important;
}
.red-text {
	color: red;
}
.light-orange-text {
	color: #FFE8BF !important;
}
.orange-text {
	color: #F25818 !important;
}
.text-orange {
	color: #F25818 !important;
}
.gray-text {
	color: #808080;
}
.white-text {
	color: white !important;
}
.light-gray-text {
	color: #949494;
}
.d-blue-text {
	color: #092c56;
}
.red {
	color: red;
}
.blue-paragraf {
	color: #003366;
}
.black {
	color: #333333 !important;
	/*color: black !important;*/
}
.black2 {
	color: #666 !important;
}
.black3 {
	color: black !important;
}
.white {
	color: white !important;
}
.yellow {
	color: #ff9900 !important;
}
.green-text {
	color: #2BBF55;
}
.dark-green-text {
	color: #157347;
	/*color: #0F8F33;*/
}
.blue-text {
	color: #2D5F98 !important;
}
.teme-savetovanja {
	margin: 3px;
	color: #2D5F98;
	font-weight: bold;
}
.dark-blue{
	color: #092C56;
}
/* pozadina boje */

.gray-background {
	background: #B9B9B9;
}
.dark-gray-background {
	background: #6c6c6c;
}
.lightgray-background {
	background: #ECECEC;
}
.lightgray-background-padding {
	background: #dbdbdb;
	padding: 15px;
	font-size: 18px;
}
.gold-background {
	background-color: #DABC63;
	display: block;
	width: auto;
	margin: 15px 0;
	padding: 5px;
	color: #2D5F98;
}
.dark-blue-background {
	background-color: #2D5F98;
	display: block;
	width: auto;
	margin: 15px 0;
	padding: 5px;
	color: white;
}
.dark-red-background {
	background-color: #cc0000;
	display: block;
	width: auto;
	margin: 15px 0;
	padding: 5px;
	color: white;
}
.white-background {
	background-color: white;
	display: block;
	width: auto;
	margin: 15px 0;
	padding: 15px;
}
#arhiva {
	background-color: #1A85BD;
	color: white;
	padding: 15px;
	border: 2px solid #0850D3;
	font-size: 25px;
	margin-bottom: 15px;
	text-align: center;
}
#arhiva p {
	padding: 0;
	margin: 0;
	font-style: italic;
	font-weight: bold;
}
/* FANCYBOX CUSTOM */

.gallery {
	display: inline-block;
	margin-top: 20px;
}
.display-none {
	display: none;
}
.display-block {
	display: block;
}
.display-inline-block {
	display: inline-block;
}
.napomena-pretplata {
	color: #cc0000;
	text-align: center;
}
.addthis_button_print img {
	width: 22px;
}
#tabela-pozadina {
	width: 98%;
	background: blue;
	float: left;
	padding: 2px;
	margin: 10px 0;
	text-align: center;
}
.sm, .sm>.tabela-naslov {
	background-color: #006666 !important;
}
.sm, .sm>.tabela-podnaslov {
	background-color: #006666 !important;
}
.sm .tabela-komentar {
	font-size: 14px !important;
}
.naslovlevo {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}
#tabela-pozadina .tabela-komentar {
	padding: 5px 0 5px 0;
	width: 100%;
	background: black;
	color: white;
	font-style: italic;
	font-size: 19px;
	font-weight: bold;
	margin: 0 auto;
}
#tabela-pozadina .tabela-naslov {
	margin: 15px;
	text-align: center;
	background: blue;
	color: #ffe7bf;
	font-weight: bold;
	font-size: 22px;
}
#tabela-pozadina .tabela-podnaslov {
	margin: 15px;
	text-align: center;
	background: blue;
	color: white;
	font-weight: bold;
	font-size: 18px;
}
table {
	margin: 20px 0;
}
table tr td p {
	padding: 0;
	margin: 0;
}
.no-border {
	border: none !important;
}
.no-border>table {
	border: none !important;
}
.no-border, .no-border tr, .no-border th, .no-border td {
	border: none;
}
.border-deblji {
	border: 5px solid white !important;
}
.center-auto {
	margin: 0 auto;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
.text-left {
	text-align: left;
}
.text-left-pc {
	text-align: left;
}
.text-right-pc {
	text-align: right;
}
.text-right {
	text-align: right;
}
.text-small {
	font-size: 11px !important;
}
#block-center {
	display: block;
	width: 90px;
	height: 25px;
	margin: 0 auto;
}
.video-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* VIDEO SAVETOVANJA */

#video-box {
	width: 100%;
	border: 1px solid #EAEAEA;
	background-color: #F6F6F6;
	padding: 10px;
	margin: 5px;
	float: left;
	position: relative;
}
.slika-youtube {
	width: 200px;
	height: 150px;
	padding: 0;
	margin: 0;
	float: left;
}
.info-savetovanja {
	float: left;
	width: 67%;
	margin-left: 10px;
}
.info-savetovanja h2 {
	margin: 0;
	margin-bottom: 10px;
}
.info-savetovanja p {
	font-size: 13px;
	margin-bottom: 28px;
}
.datum-intervju {
	float: left;
	position: absolute;
	bottom: 10px;
	right: 120px;
	margin: -1px;
	padding: 2px 15px;
	font-size: 12px;
	color: #ef591a;
}
.dalje {
	float: left;
	position: absolute;
	bottom: 10px;
	right: 10px;
	border: 1px solid #EAEAEA;
	margin: -1px;
	padding: 2px 15px;
	font-size: 12px;
	background-color: white;
}
@media screen and (min-width: 1215px) {

	.datum-savetovanja {
		font-size: 20px !important;
	}
	.br-site {
		clear: all;
	}
	.br-mobile {
		display: none;
	}
	.div-to-hide-zaposleni {
		display: block;
	}
	.div-to-hide-zaposleni-main {
		display: none !important;
	}
	.glasila-demo-1 {
		display: block !important;
	}
	.glasila-demo-2 {
		display: none !important;
	}
}
/*TABLET*/

@media screen and (min-width: 651px) and (max-width: 1215px) {
	.prir-img-container {
		display: none;
	}

.tr-block-mobile {
	width: 50%;
	display: block !important;
	float: left;
	padding: 0 10px;
}

	.hide-mobile {
		display: block;
	}
	.div-to-hide-zaposleni {
		display: block;
	}
	.div-to-hide-zaposleni-main {
		display: none;
	}
	.glasila-demo-1 {
		display: none !important;
	}
	.glasila-demo-2 {
		display: block !important;
	}
	.div-to-hide {
		padding-left: 0;
		display: none;
	}
	.div-to-hide-2 {
		padding-left: 0;
		display: block;
	}
	.info-savetovanja {
		float: left;
		min-width: 63%;
	}
	.img-vesti {
		max-width: 50% !important;
		margin: 0 auto !important;
	}
	#main {
		/*text-align: center !important;*/
	}
	.prir-img {
		width: 30%;
	}
	.form-style-5 {
		margin: 0 auto;
	}
	.img-vesti-50 {
		max-width: 50% !important;
	}
	.slider {
		display: none;
	}
	.tabla-forma table p {
		/*text-align: left !important;*/
		margin: 0 0 -11px 0;
	}
	.forma-p {
		text-align: left !important;
	}
	.tabla-forma table tr td {
		padding-bottom: 4px !important;
		margin-bottom: 10px;
	}
	.br-site {
		display: none;
	}
	.br-mobile {
		display: all;
	}
}
@media screen and (min-width: 651px) {
	.info-savetovanja {
		float: left;
		width: 63%;
	}
	.datum-intervju {
		float: left;
		position: absolute;
		bottom: 10px;
		left: 160px;
		margin: -1px;
		padding: 2px 15px;
		font-size: 12px;
		color: #ef591a;
	}
}
@media screen and (max-width: 650px) {
	.vest-img {
		display: noane !important;
	}
	.div-to-hide-zaposleni {
		display: none !important;
	}
	.div-to-hide-zaposleni-main {
		display: block !important;
	}
	.tabla-forma table tr td p {
		text-align: left !important;
		margin: 0 0 -11px 0;
	}
	.forma-p {
		text-align: left !important;
	}
	.tabla-forma table tr td {
		padding-bottom: 4px !important;
		margin-bottom: 10px;
	}
	.info-savetovanja {
		float: left;
		margin-top: 10px;
		width: 100%;
	}
	.slika-youtube {
		float: none;
		margin: 0 auto;
		width: 200px;
	}
	.slika-intervju {
		float: none !important;
		margin: 0 auto 10px auto !important;
		width: 150px !important;
	}
	.datum-intervju {
		float: left;
		position: absolute;
		bottom: 10px;
		left: 5px;
		margin: -1px;
		padding: 2px 15px;
		font-size: 12px;
		color: #ef591a;
	}
	.info-intervju {
		width: 100% !important;
	}
}
.kupovina {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 5px 10px;
	background-color: white;
	border: 1px solid #EAEAEA;
}
/* VIDEO SAVETOVANJA END*/

.float-left {
	float: left !important;
}
.float-right {
	float: right !important;
}
.float-none {
	float: none !important;
}
.col-center {
	float: none !important;
	margin: 0 auto !important;
}
.no-margin-left {
	margin-left: 0;
}
.img-center-noborder {
	display: block;
	margin: 0 auto;
	border: none;
}
.img-center {
	display: block;
	margin: 0 auto;
	border: 1px solid lightgray;
}
.left-right {
	top: 40%;
	position: relative;
	font-size: 50px;
	margin: 0px 10px;
}
.img-center-noborder {
	display: block;
	margin: 0 auto;
	border: 1px solid white;
}
.img-center {
	display: block;
	margin: 0 auto;
	border: 1px solid lightgray;
}
.img-center-noborder {
	display: block;
	margin: 0 auto;
}
.img-center {
	display: block;
	margin: 0 auto;
	border: 1px solid lightgray;
}
.tvs {
	/*background-color: antiquewhite;*/
}
/* INTERVJU */

#intervju-box {
	width: 100%;
	border: 1px solid #EAEAEA;
	background-color: #F6F6F6;
	padding: 10px;
	margin: 5px;
	float: left;
	position: relative;
}
.slika-intervju {
	width: 150px;
	/*height: 150px;*/
	padding: 0;
	margin: 0;
	float: left;
}
.info-intervju {
	float: left;
	width: 67%;
	margin-left: 10px;
}
.info-intervju h2 {
	margin: 0;
	margin-bottom: 10px;
	transform: normal;
}
.info-intervju p {
	font-size: 13px;
	margin-bottom: 28px;
}
.normal-transform {
	text-transform: initial;
}
/*Android obavestenje*/

.smallText {
	color: white;
}
.largeText * {
	text-decoration: underline !important;
	color: white !important;
	font-weight: bold;
	font-size: 15px;
	line-height: 40px;
}
.androidObavestenje * {
	text-align: center;
}
.androidObavestenje {
	text-align: center;
	display: none;
	width: 100%;
	height: 100px;
	position: fixed;
	background-color: #8557a8;
	bottom: 0px;
	padding-top: 23px;
}
.boxSide{
	position: fixed;
	width: 300px;
	height: 300px;
	bottom: 120px;
	cursor: pointer;
	left: -300px;
	z-index: 9999999999999999999999;
}
.iksic{
	display: inline-block;
	float: right;
	padding: 5px 10px;
	font-size: 20px;
	font-weight: bold;
	color: red;
	cursor: pointer;
}
/*h1 {
	font-size: 24px;
}*/
.iksic2 {
	display: inline-block;
	float: right;
	padding: 5px 10px;
	font-size: 20px;
	font-weight: bold;
	color: red;
	cursor: pointer;
}
.iksic3 {
	display: inline-block;
	float: right;
	padding: 5px 10px;
	font-size: 20px;
	font-weight: bold;
	color: red;
	cursor: pointer;
	position: relative;
	top: 35px;
}
.pIcon {
	position: fixed;
	z-index: 999999999999;
	bottom: 20px;
	width: 60px;
	left: 10px;
}
/*Back to top*/

a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 40px;
	background: #162c53 url("../img/up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/*END - Back to top*/

.slider-container, .slider {
	width: 220px;
	height: 186px;
	margin-top: 2px;
}
@media screen and (max-width: 650px) {
	#prodaja-prirucnika {
		width: 300px;
		margin: 0 auto;
	}
	.prir-img {
		width: 300px;
	}
	.div-safty-mob{
		height: 850px;
	}
}
@media screen and (min-width: 651px) and (max-width: 1250px) {
	#prodaja-prirucnika {
		width: 60%;
		margin: 0 auto;
	}
	.prir-img {
		width: 60%;
	}
	.left-border, .border-right {
		border: none;
	}
}
#mkom .mkom {
	display: none !important;
}
#mkom {
	position: fixed;
	bottom: 0px;
}
#mkom, #mkom iframe {
	width: 100%;
	display: block;
}
.dugme-sivo {
	background-color: #e8e8e8;
}
.break-word {
	word-wrap: break-word;
}
.btn-warning-blue {
	background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
	background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
	background-image: linear-gradient(to bottom, #3e8ab4 0, #3b5187 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #1392e3;
	color: #D6ECFF;
}
@media screen and (orientation: landscape) {

	.text-right-pc {
		text-align: right !important;
	}

}
@media (orientation: landscape) and (max-width: 1215px) {
	.popup {
		height: auto !important;
	}

}
@media (orientation: portrait) and (max-width: 1215px) {
	.popup {
		width: 85% !important;
	}

}
@media screen and (max-width: 1215px) {

	.hide-site {
		display: none !important;
	}

	/*.popup {
		width: 95% !important;
	}*/

	.table-responsive table {
		overflow: visible;
	}
}
.h1 {
	font-size: 20px;
	color: #666
}
.hr-light-red {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border-style: none;
	border-width: 1px;
	height: 1px;
	background: #FFBCBC;
}
.hr-white {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border-style: none;
	border-width: 1px;
	height: 1px;
	background: #FFBCBC;
}
.hr-lightred {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border-style: none;
	border-width: 1px;
	height: 2px;
	background: #FFBCBC;
}
.hr-black {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border-style: none;
	border-width: 3px;
	height: 3px;
	background: black;
}
.hr-gray {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border-style: none;
	border-width: 3px;
	height: 3px;
	background: gray;
}
.hr-lightgray {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border-style: none;
	border-width: 3px;
	height: 3px;
	background: lightgray;
}
.hr2-light-red {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border-style: none;
	border-width: 2px;
	height: 2px;
	background: #FFBCBC;
}
.hr2-white {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border-style: none;
	border-width: 2px;
	height: 2px;
	background: #FFBCBC;
}
.hr2-lightred {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border-style: none;
	border-width: 2px;
	height: 2px;
	background: #FFBCBC;
}
.hr2-black {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border-style: none;
	border-width: 2px;
	height: 2px;
	background: black;
}
.hr2-gray {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border-style: none;
	border-width: 2px;
	height: 2px;
	background: gray;
}
.hr2-lightgray {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border-style: none;
	border-width: 2px;
	height: 2px;
	background: lightgray;
}
.hr3-lightgray {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border-style: none;
	border-width: 1px;
	height: 1px;
	background: lightgray;
}
.tt-normal {
	text-transform: none !important;
}
.tt-upper {
	text-transform: uppercase;
}
.td-underline {
	text-transform: none;
}
.fw-normal {
	font-weight: normal;
}
.thumbnail {
	position: relative;
	border: none;
	box-shadow: none;
}
.caption {
	position: absolute;
	top: 20%;
	left: 0;
	width: 100%;
	height: 500px;
}
.caption p {
	color: white;
	font-size: 30px;
	font-weight: bold;
}
.text-white {
	color: white !important;
}
.text-gray {
	color: gray !important;
}
.text-green {
	color: green !important;
}
.text-green2 {
	color: #34cc99 !important;
}
.text-dark-blue {
	color: #00334f !important;
}

.font-kancelarko {
	font-family: 'Poppins', sans-serif !important;
}
.font-kancelarko h1 {
	font-family: 'Poppins', sans-serif !important;
	color: #807e7e;
}
.font-kancelarko strong {
	font-family: 'Poppins', sans-serif !important;
}
.font-kancelarko p {
	font-family: 'Poppins', sans-serif !important;
}
.font-kancelarko a {
	font-family: 'Poppins', sans-serif !important;
}
.font-kancelarko em {
	font-family: 'Poppins', sans-serif !important;
}
/*.font-kancelarko p {
	font-family: 'Poppins', sans-serif !important;
	font-size: 18px;
	margin: 15px 0;
}*/
.font-kancelarko li {
	font-family: 'Poppins', sans-serif !important;
	color: #8a07e7e;
	margin-bottom: 18px;
	font-size: 18px;
}
ul .font-kancelarko .black li {
	color: #333;
}
/*.font-lora {
font-family: 'Lora', serif !important;
}*/

.p-mobile {
	padding: 6% !important;
	padding-top: 9% !important;
}
@media only screen and (max-width: 1214px) {
	.text-fluid {
		font-size: 2.1vw !important;
	}
	.text-fluid-12 {
		font-size: 2vw !important;
	}
	.text-fluid-15 {
		font-size: 2vw !important;
	}
	.p-mobile {
		padding: 5% !important;
		padding-top: 7% !important;
	}
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html {
	overflow-y: scroll;
}
/*html, body {
font-family: 'Josefin Sans', sans-serif;
margin: 0;
}*/

.red-dot-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.red-dot-list li {
  padding-left: 1em; 
  text-indent: -.7em;
}

.red-dot-list li::before {
  content: "• ";
  color: red; /* or whatever color you prefer */
}


.yellow-dot-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.yellow-dot-list li {
  padding-left: 1em; 
  text-indent: -.7em;
}

.yellow-dot-list li::before {
  content: "• ";
  color: #ff9900; /* or whatever color you prefer */
}

.intro-main {
	padding-bottom: 30px;
}
.intro-main ul {
	margin: 15px;
	list-style: none;
}
.pagination li.disabled a {
	background: #ddd;
	pointer-events: none;
}
.pagination li.disabled a:hover {
	background: #ddd;
}
/* kontakt */

.kontakt-section {
	margin-bottom: 15px;
}
.kontakt-title {
	background-color: #082b55;
	border-bottom: 3px solid #ed7b4b;
	padding: 15px 15px;
	color: #fff;
	font-weight: 700;
}
.kontakt-title a {
	color: #fff;
}
.kontakt-title span {
	font-weight: 300;
}
.kontakt-body {
	background-color: #ddd;
	padding: 15px;
}
.kontakt-body a {
	color: #162c53;
}
.kontakt-body .glyphicon {
	margin-right: 5px;
	color: #ed7b4b;
}
.kontakt-body-sector {
	font-weight: 700;
	color: #162c53;
}
/* newsletter-prijava */

.newsletter-form {
	position: relative;
	z-index: 1;
}
.newsletter-form input, .newsletter-form select {
	font-family: "Roboto", sans-serif;
	outline: none;
	background: #f2f2f2;
	width: 100%;
	border: 0;
	margin: 0 0 15px;
	padding: 24px 15px;
	box-sizing: border-box;
	font-size: 14px;
}
.newsletter-form button {
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	outline: 0;
	background: #162c53;
	width: 100%;
	border: 0;
	padding: 15px;
	color: #FFFFFF;
	font-size: 14px;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
}
.newsletter-form input[type=checkbox], input[type=radio] {
	width: auto;
	cursor: pointer;
	height: 20px;
}
.newsletter-form button:hover, .newsletter-form button:active, .newsletter-form button:focus {
	background: #091d40;
}
.newsletter-form select {
	cursor: pointer;
	margin-bottom: 0;
	padding: 14px 15px;
}
.newsletter-form #email-error {
	color: #f25818;
	padding: 0;
	display: block;
	font-size: 14px;
}
.newsletter-info {
	width: 100%;
	height: auto;
}
.newsletter-info i {
	font-family: "Font Awesome\ 5 Free" !important;
	color: #f25818;
}
.newsletter-info p {
	float: left;
}
#newsletter-prijava h1 {
	border-left: 4px solid #f25818;
	padding-left: 10px
}
/* strane / poreski */

.poreski h1, .poreski h2, .poreski h3, .poreski h4 {
	font-weight: 700 !important;
}
.strane-podnaslov-zarade {
	background-color: #e8e8e8 !important;
	background: #e8e8e8 !important;
	padding: 15px 0px 15px 15px;
	font-size: 18px;
	text-transform: none;
	border-left: 4px solid #3399cc;
	color: #162c53;
}
.strane-podnaslov-kamate {
	background-color: #e8e8e8 !important;
	background: #e8e8e8 !important;
	padding: 15px 0px 15px 15px;
	font-size: 18px;
	text-transform: none;
	border-left: 4px solid #333399;
	color: #162c53;
}
.strane-podnaslov-sudskih {
	background-color: #e8e8e8 !important;
	background: #e8e8e8 !important;
	padding: 15px 0px 15px 15px;
	font-size: 18px;
	text-transform: none;
	border-left: 4px solid #009966;
	color: #162c53;
}
.strane-podnaslov-zarade {
	background-color: #e8e8e8 !important;
	background: #e8e8e8 !important;
	padding: 15px 0px 15px 15px;
	font-size: 18px;
	text-transform: none;
	border-left: 4px solid #3399cc;
	color: #162c53;
}
.strane-podnaslov {
	background-color: #e8e8e8 !important;
	background: #e8e8e8 !important;
	padding: 15px 0px 15px 15px;
	font-size: 18px;
	text-transform: none;
	border-left: 4px solid #162c53;
	color: #162c53;
}
a.strane-podnaslov {
	width: 100%;
	display: block;
}
.pri-ol li {
	min-height: 102px;
	border-left: 4px solid #ef591a;
	margin-bottom: 5px;
	width: 48%;
	margin-right: 1%;
	float: left;
}
@media screen and (max-width:640px) {
	.pri-ol li {
		width: 100%;
		min-height: auto;
	}
}
/* Reklama full width */

.center-full-ad {
	width: 100%;
	min-height: 90px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100000;
	background: #0B2E58;
	transform: translateY(0)
}
.center-full-ad.disable {
	transform: translateY(-100%) !important;
	transition: all 0.3s ease;
}
.center-full-ad.active {}
/* Propisi reklama center i mobile*/

.popup-middle-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.0);
	transform: translateY(0%);
	display: none;
}
.popup-middle-bg-active {
	background-color: rgba(0, 0, 0, 0.4);
	display: block;
}
.popup-middle-bg-disable {
	background-color: rgba(0, 0, 0, 0.0);
	display: none;
}
.center-box-ad {
	width: 320px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 100000;
	transform: translateY(100%)
}
.center-box-ad1-c {
	/*background-color: #00000040;
height: 100vh;
width: 100%;
position: fixed;
top: 0;
left: 0;*/
}
.center-box-ad1 {
	/*width: 600px;
position: fixed;
bottom: calc((100% - 600px)/2);
left: 0;
right: 0;
margin: auto;
z-index: 0;
transform: translateY(0%);
opacity: 0;
display: none;*/
	position: fixed;
	width: 400px;
	bottom: calc((100% - 400px)/2);
	left: 0px;
	right: 0;
	margin: auto;
	z-index: 100000;
	-moz-transform: translateY(200%) !important;
	-webkit-transform: translateY(200%) !important;
	transform: translateY(200%) !important;
}
.center-box-ad1 img {
	max-width: 400px;
}
@media screen and (max-width: 611px) {
	.center-box-ad1 {
		bottom: 12%;
	}
}
@media screen and (max-width: 430px) {
	.center-box-ad1 {
		bottom: 27%;
	}
}
@media screen and (max-width: 420px) {
	.center-box-ad1 {
		width: 95%;
	}
	.center-box-ad1 img {
		width: 100%;
		max-width: none;
	}
	.dig-cas-width-mobile {
		display: none;
	}
}
.center-box-ad.disable {
	transform: translateY(100%) !important;
	/*100%*/
	transition: all 0.3s ease;
}
.center-box-ad.active {
	transform: translateY(0%) !important;
	transition: all 0.3s ease;
}
.center-box-ad1.disable {
	/*transform: translateY(100%) !important; /*100%*/
	/*opacity: 0;
display: none;
z-index: 0;
transition: all 0.3s ease;*/
	-moz-transform: translateY(200%) !important;
	-webkit-transform: translateY(200%) !important;
	transform: translateY(200%) !important;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.center-box-ad1.active {
	/*transform: translateY(0%) !important;
opacity: 1;
display: block;
z-index: 100000;
transition: all 0.3s ease;*/
	-moz-transform: translateY(0) !important;
	-webkit-transform: translateY(0) !important;
	transform: translateY(0) !important;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* Propisi reklama desktop */

.desktop-box-ad {
	position: fixed;
	width: 336px;
	height: 280px;
	bottom: 0px;
	left: 0px;
	z-index: 100000;
	-moz-transform: translateX(-100%) !important;
	-webkit-transform: translateX(-100%) !important;
	transform: translateX(-100%) !important;
}
.desktop-box-ad.disable {
	-moz-transform: translateX(-100%) !important;
	-webkit-transform: translateX(-100%) !important;
	transform: translateX(-100%) !important;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.desktop-box-ad.active {
	-moz-transform: translateX(0%) !important;
	-webkit-transform: translateX(0%) !important;
	transform: translateX(0%) !important;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.staza {
	width: 100%;
	background-color: #EFEFEF;
	padding: 15px 8px;
	margin: 30px 0;
	display: inline-block;
}
.vest-content {
	position: relative;
	padding-top: 15px;
	background-color: white;
}
.vest-content > .naslov {
	margin: 0;
}
.um-50-pc {
	padding: 0 50px;
}
.vest-slika {
	width: 100%;
}
@media screen and (max-width: 1500px) {
	.desktop-box-ad {
		display: none !important;
	}
	.vest-content > .font-mobile, .naslov {
		font-size: 17px !important;
	}
	.vest-content p.normal {
		font-size: 12px !important;
	}
	.staza {
		font-size: 12px;
	}
	.um-50-pc {
		padding: 10px;
	}
}
@media (min-width: 900px) and (max-width: 1500px) {
	.font-mobile2 {
		font-size: 2vw !important;
	}
	.title-mobile {
		font-size: 2.5vw !important;
	}
}
@media (min-width: 560px) and (max-width: 900px) {
	.font-mobile2 {
		font-size: 2.8vw !important;
	}
	.title-mobile {
		font-size: 4vw !important;
	}
}
@media (min-width: 350px) and (max-width: 560px) {
	.font-mobile2 {
		font-size: 2.8vw !important;
	}
	.title-mobile {
		font-size: 4vw !important;
	}
}
/* Propisi reklama mobile */

.mobile-box-ad {
	width: 320px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 100000;
	-moz-transform: translateY(100%) !important;
	-webkit-transform: translateY(100%) !important;
	transform: translateY(100%) !important;
}
.mobile-box-ad.disable {
	-moz-transform: translateY(100%) !important;
	-webkit-transform: translateY(100%) !important;
	transform: translateY(100%) !important;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.mobile-box-ad.active {
	-moz-transform: translateY(0%) !important;
	-webkit-transform: translateY(0%) !important;
	transform: translateY(0%) !important;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media screen and (min-width: 1181px) {
	.mobile-box-ad {
		display: none !important;
	}
}
/* close dugme za reklame */

.close-ad {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #fff;
	padding: 5px 7px;
	text-align: center;
	color: #272727;
	font-weight: 700;
	z-index: 999999;
}
.fas {
	font-family: "Font Awesome\ 5 Free" !important;
}
/* Savetovanje ZPD */

#zpd-savetovanje .col-zpd {
	border-right: 0px solid #eee;
}
#zpd-savetovanje .sav-naslov {
	border-bottom: 2px solid #eee;
	background-color: #092c56;
	text-align: center;
	font-size: 18px;
	padding: 20px 0;
	color: #fff;
	border-bottom: 3px solid #f25818;
	border-radius: 4px;
}
#zpd-savetovanje .zpd-top-img {
	border-radius: 4px;
	margin: 0 auto 30px 0;
}
#zpd-savetovanje ul {
	list-style: none;
}
#zpd-savetovanje .b-ul li:before {
	content: "|";
	padding-right: 5px;
	color: #f25818;
}
#zpd-savetovanje .btn-savetovanje {
	padding: 15px 10px;
	background-color: #092c56;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	display: block;
	border-radius: 4px;
	text-align: center;
}
#zpd-savetovanje .btn-savetovanje:hover {
	background-color: #f25818;
	transition: all 0.2s ease;
	text-decoration: none;
}
#zpd-savetovanje .read-more {
	background-color: transparent;
	padding: 15px 20px;
	display: block;
	text-align: center;
	color: #f25818;
	width: 160px;
	margin: 0 auto;
	border-radius: 4px;
	border: 0px solid #b9b9b9;
}
#zpd-savetovanje .read-more:hover {
	color: #092c56;
	transition: all 0.2s ease;
}
#zpd-savetovanje .border {
	/*border: 1px solid #092c56;*/
	border-radius: 4px;
	padding: 5px;
}
#zpd-savetovanje .stara-cena {
	text-decoration: line-through;
}
#zpd-savetovanje .c-orange {
	color: #f25818;
}
#zpd-savetovanje .c-blue {
	color: #092c56;
}
#zpd-savetovanje h3 {
	font-weight: 700;
}
#zpd-savetovanje .strong {
	font-weight: 700;
}
#zpd-savetovanje .top-zpd {
	height: 180px;
}
@media (max-width: 794px) {
	#btn-savetovanje {
		margin-top: 0px !important;
	}
	#btn-savetovanje-prirucnik {
		margin-top: 30px;
		display: block;
	}
	p.strong.text-left.fs-12 {
		margin-top: 15px;
	}
	#zpd-savetovanje .top-zpd {
		height: auto;
	}
}
.fc-b {
	color: #bdbdbd;
	font-weight: 700;
}
.fc-b-t {
	border-left: 2px solid #f25818;
	;
	padding: 10px 10px;
	display: block;
	/*background-color: #092c56;*/
	border-radius: 0px;
	color: #092c56;
}
.opacity-05 {
	opacity: 0.5 !important;
}
.bg-b {
	border-left: 0px solid #f25818;
	;
	padding: 15px;
	display: block;
	background-color: #092c56;
	border-radius: 4px;
	color: #fff;
}
.bg-g {
	border-left: 0px solid #f25818;
	padding: 15px 15px;
	display: block;
	background-color: #f2f2f2;
	border-radius: 4px;
}
.b-l-o {
	border-left: 2px solid #f25818;
	padding: 1px 0 1px 8px;
}
.b-l-b {
	border-left: 2px solid #092c56;
	padding: 1px 0 1px 8px;
}
.b-l-b-takse {
	border-left: 2px solid #009966;
	padding: 1px 0 1px 8px;
}
.b-l-g {
	border-left: 2px solid #e7e7e7;
	padding: 1px 0 1px 8px;
}
/* javne nabavke */

.strane-podnaslov {
	background-color: #e8e8e8 !important;
	background: #e8e8e8 !important;
	padding: 15px 0px 15px 15px;
	font-size: 18px;
	text-transform: none;
	border-left: 4px solid #162c53;
	color: #162c53;
}
/*#jn .strane-podnaslov {
	display: inline-block;
	padding-right: 15px;
}*/
#jn .li {
	list-style: none;
}
#jn .li li {
	margin: 0px 0 10px 0;
}
/* kalkulator sudskih taksi */

#kal-st ul {
	list-style: none;
	margin: 15px 0;
}
#kal-st li {
	margin: 0 0 10px 0;
}
/* kamatni kalkulator  */

#kal-k .li {
	list-style: none;
}
#kal-k .li li {
	margin: 0px 0 10px 0;
}
#kal-k img {
	border-radius: 4px;
}
/* kalkulator zarada */

#kal-z .strane-podnaslov {
	display: inline-block;
	padding-right: 15px;
	margin: 10px 0;
	background-color: transparent;
}
#kal-z ol li {
	margin: 0 0 10px 0;
}
#kal-z .li {
	list-style: none;
}
#kal-z .li li {
	margin: 5px 0 10px 0;
}
#kal-z .form-control {
	max-width: 392px;
	margin: 0px auto;
	background-color: #f2f2f2;
	border: 0;
	border-radius: 0 4px 4px 0;
	border-left: 2px solid #092c56;
	box-shadow: none;
	padding: 20px 20px;
}
#kal-z .form-control:focus {
	border-color: #8ec63f;
}
#kal-z .custom-control-input, #kal-z .custom-control-label {
	cursor: pointer;
}
#kal-z .kz-link {
	color: #092c56;
}
#kal-z .btn {
	background-color: #092c56;
	color: #fff;
	padding: 10px 20px;
}
#kal-z .btn:hover {
	background-color: #8ec63f;
	color: #fff;
	padding: 10px 20px;
}
#kal-z .podnaslov {
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
}
/* nav */

.navbar-nav .open .dropdown-menu>li>a {
	line-height: 20px;
	/*font-size: 10px;*/
}
/*.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { color: #333 !important; }
.dropdown-menu>li.active>a:hover, .dropdown-menu>li.active>a:focus { color: #fff !important; }*/

/* FULL SIZE */

@media screen and (min-width: 1215px) {
	.br-site {
		clear: all;
	}
	.br-mobile {
		display: none;
	}
	.dig-cas-width-mobile {
		display: none;
	}
	.dig-cas-index-mobile {
		display: block;
	}
}
@media only screen and (min-width: 421px) and (max-width: 1203px) {
	.datum-savetovanja {
		font-size: 20px !important;
	}
	.br-site {
		/*display: none;*/
	}
	.br-mobile {
		clear: all;
	}
	.dig-cas-width-mobile {
		display: block;
	}
	.dig-cas-index-mobile {
		display: none !important;
	}
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-left: -1px;
}
.dropdown-submenu>a:after {
	display: block;
	content: "\2b";
	float: right;
	width: 0;
	height: 0;
	position: relative;
	right: 15px;
	font-size: 18px;
	/*font-family: 'Glyphicons Halflings';*/
}
.dropdown-submenu:hover>a:after {
	border-left-color: #555;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
}
.navbar-nav {
	margin: 0;
}
.navbar-collapse {
	padding: 0 0 0 0 !important;
}
.navbar {
	border-bottom: 0;
}
/* social - mobile */

.social-responsive a {
	float: left;
	margin: 0;
	padding: 0;
}
.social-responsive img {}
.navbar-toggle {
	float: right;
	/*margin-right: 0;*/
}
#myNavbar {
	border: none;
	border-bottom: 1px solid #eee;
}
.navbar-fixed-top-2 .container-fluid {
	padding: 0;
}
#myNavbar .nav {
	padding: 0 15px;
}
#myNavbar .nav li a {
	font-size: 12px;
}
#myNavbar .nav li>a:focus, #myNavbar .nav li>a:hover {
	background: #162c53 !important;
	color: #fff;
}
#myNavbar li.open>a {
	background: #162c53 !important;
	color: #fff;
}
#myNavbar .dropdown-menu {
	border-radius: 0px;
	padding: 0;
}
#myNavbar li.open .dropdown-menu {
	min-width: 100%;
	/*box-shadow: none;*/
	border: 0;
	background: #fff;
}
#myNavbar li.open>a:focus, #myNavbar li.open>a:hover {
	transition: 0.2s all ease;
}
#myNavbar ul li ul li {
	min-width: 180px;
}
/* nivo 2 */

#myNavbar .dropdown-menu a {
	font-size: 12px !important;
	padding-left: 30px;
}
/* nivo 3 */

#myNavbar .dropdown-submenu .dropdown-menu a {
	margin-top: -2px;
}
#myNavbar .dugme2 {
	background-color: #f8f8f8 !important;
}
.dugme2 .dropdown-toggle {}
#myNavbar .dropdown-menu>.active>a {
	background: #092c56;
}
@media screen and (min-width: 1215px) {
	.br-site {
		clear: all;
	}
	.br-mobile {
		display: none;
	}
	#myNavbar .nav {
		padding: 0;
	}
	.navbar-header {
		display: none;
	}
	#myNavbar li.active {
		/*background-color: #162c53;*/
	}
	#myNavbar li.active>a {
		/*color: #fff;*/
	}
	#myNavbar .nav li a {
		font-size: 14px;
	}

	/* nivo 2 */

	#myNavbar .dropdown-menu a {
		font-size: 12px !important;
		padding-left: 15px;
	}

	/* nivo 3 */

	#myNavbar .dropdown-submenu .dropdown-menu a {
		padding-left: 15px;
		margin-top: -2px;
	}
}
@media screen and (max-width: 1215px) {
	#myNavbar .nav {
		padding: 0 15px;
	}
	.navbar-header {
		margin-bottom: 0;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
		padding: 10px;
	}
	.dropdown-toggle:after {
		display: block;
		content: "\2b";
		float: right;
		width: 0;
		height: 0;
		position: relative;
		right: 5px;
		font-size: 18px;
		font-family: 'Glyphicons Halflings';
	}
	.open>.dropdown-toggle:after {
		display: block;
		content: "\2212";
		float: right;
		width: 0;
		height: 0;
		position: relative;
		right: 5px;
		font-size: 18px;
		font-family: 'Glyphicons Halflings';
	}

	/* nivo 3 */

	#myNavbar .dropdown-submenu .dropdown-menu a {
		padding-left: 45px;
		margin-top: -2px;
	}
	#myNavbar .dropdown-menu .dropdown-submenu .dropdown-toggle:after {
		right: 15px;
	}
}
.jnkz-baner {
	-webkit-box-shadow: -15px 6px 36px -12px rgba(0, 0, 0, 0.27);
	-moz-box-shadow: -15px 6px 36px -12px rgba(0, 0, 0, 0.27);
	box-shadow: -15px 6px 36px -12px rgba(0, 0, 0, 0.27);
	border-radius: 4px;
}
/* PRETPLATA */

#pretplata {
	margin-top: 15px;
	font-size: 16px;
	background: url("../img/pretplata_bg.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
}
#pretplata h1 {
	font-size: 36px;
	font-weight: 300;
	color: #202020;
	position: relative;
	display: inline-block;
}
#pretplata h2 {
	font-size: 28px;
	font-weight: 300;
	text-transform: none;
	position: relative;
	display: inline-block;
}
#pretplata h2:after {
	content: "";
	position: absolute;
	right: -50px;
	top: 17px;
	width: 35px;
	height: 0px;
	background: #f25818;
}
.pretplata-1-row {
	/*background: #fff url('../img/pretplata_1.jpg');*/
	background-size: auto 103%;
	background-repeat: no-repeat;
}
#pretplata-1 {
	/*height: 350px;*/
	padding: 30px 60px 0px 60px;
	/*background: #fff url('../img/pretplata_1.jpg');
background-size: auto 103%;
background-repeat: no-repeat;*/
}
#pretplata-1 h1 {
	margin: 30px 0 0 0;
	/*line-height: 220px;*/
}
#left {
	margin-bottom: 15px;
}
#left ul {
	list-style: none;
}
#left ul li ul li {
	margin-top: 10px;
}
#left p {
	margin-top: 30px;
}
#left .phone-numbers {
	margin-left: 30px;
}
#pretplata i {
	color: #f25818;
}
#left .phone-nums {
	display: block;
}
/* slider */

#pretplata #slider-t {
	/*padding-top: 80px;*/
}
#slider-t.testemonials {
	min-height: 130px;
	margin-bottom: 0px;
}
#slider-t .testemonials .box {
	min-height: 100px;
	width: 100%;
}
#slider-t .testemonials .box .box-text {
	text-align: center;
	margin: 30px 0 15px 0;
	min-height: 45px;
	font-weight: 700;
}
#slider-t .testemonials .box .box-name {
	text-align: center;
}
#slider-t .dots-custom {
	min-height: 25px;
	margin-top: 10px;
	margin-bottom: 30px;
}
#slider-t .slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 50px;
}
#slider-t .slick-dots li, #prirucnici-stereo .slick-dots li {
	/*float: left;
margin-right: 10px;*/
	margin-right: 10px;
	display: inline-block;
}
#slider-t .slick-dots li:last-child, #prirucnici-stereo .slick-dots li:laster-child {
	margin-right: 0;
}
#slider-t .slick-dots button, #prirucnici-stereo .slick-dots button {
	border-radius: 100%;
	border: 0;
	background: #bebebe;
	font-size: 0px;
	width: 15px;
	height: 15px;
	padding: 0;
}
#slider-t .slick-dots .slick-active button {
	background: #f25818;
	position: relative;
}
#slider-t .slick-dots .slick-active button:after {
	background: #fff;
	width: 0px;
	height: 0px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 5px;
	content: "";
	border-radius: 100%;
}
#right {
	margin-bottom: 30px;
}
#right .form-group {
	margin-bottom: 5px;
}
#right .form-control {
	outline: none;
	background: #f2f2f2;
	width: 100%;
	border: 0;
	border-radius: 0px;
	margin: 0;
	padding: 24px 15px;
	box-sizing: border-box;
	font-size: 13px;
	box-shadow: none;
}
#right button {
	text-transform: uppercase;
	outline: 0;
	background: #092c56;
	width: 100%;
	border: 0;
	padding: 15px;
	color: #FFFFFF;
	font-size: 14px;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
	cursor: pointer;
}
#right button:hover {
	background: #f25818;
}
#right .err {
	color: #f25818;
	display: block;
	padding-bottom: 5px;
	font-size: 12px;
	height: 22px;
}
/*Check box*/

.pretplata label {
	position: relative;
	cursor: pointer;
	color: #202020;
	font-size: 16px;
	font-weight: 500;
}
.pretplata input[type="checkbox"], #pretplata-3 input[type="radio"] {
	position: absolute;
	right: 9000px;
}
.pretplata input[type="checkbox"]+.label-text:before {
	content: "";
	background: #efefef;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
	color: #e4e4e4;
	width: 16px;
	height: 16px;
	border-radius: 4px;
}
.pretplata input[type="checkbox"]:checked+.label-text:before {
	content: "✔";
	color: #0a2d57;
	animation: effect 250ms ease-in;
}
.pretplata input[type="checkbox"]:disabled+.label-text {
	color: #aaa;
}
.pretplata input[type="checkbox"]:disabled+.label-text:before {
	content: "\f0c8";
	color: #ccc;
}
/* radio */

.pretplata input[type="radio"]+.label-text:before {
	content: "\f111";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
	color: #bebebe;
	border-radius: 100;
}
.pretplata input[type="radio"]:checked+.label-text:before {
	content: "\f058";
	color: #0a2d57;
	animation: effect 250ms ease-in;
}
@media screen and (max-width: 990px) {
	#pretplata-1 {
		text-align: center;
	}
	#pretplata-1 h1 {
		line-height: 1;
	}
	#slider-t {
		padding: 0;
	}
	#pretplata #left, #pretplata #right {
		text-align: left;
	}
	#pretplata #right form {
		text-align: left;
	}
	#pretplata ul {
		text-align: left;
	}
	#pretplata .phone-nums {
		display: inline-block;
		margin-right: 15px;
	}
}
@media screen and (max-width: 768px) {
	.br-site {
		display: none;
	}
	.text-right-pc {
		text-align: left !important;
	}
	.prir-img-container {
		display: none;
	}
}
/* Pretplata na pravnu bazu i strucne casopise */

#pretplata-bc {
	margin-top: 15px;
	font-size: 16px;
	background: url("../img/pretplata_bg.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
}
#pretplata-bc a {
	color: #f25818;
}
#pretplata-bc-1 {
	padding: 30px 0 30px 0;
	background: #fff url('../img/pretplata_bc_1.jpg');
	background-size: auto 103%;
	background-repeat: no-repeat;
}
#pretplata-bc-1 h1 {
	font-size: 36px;
	font-weight: 300;
	color: #202020;
	position: relative;
	display: inline-block;
}
#pretplata-bc-2 .form-group {
	margin-bottom: 0;
}
#pretplata-bc-2 .forma-p .desc {
	padding: 12px 8px 0px 8px;
	min-height: 115px;
	font-size: 13px;
}
#pretplata-bc-2 .err {
	color: #f25818;
	display: block;
	font-size: 13px;
	padding: 0;
	height: 20px;
	line-height: 20px;
	text-align: left;
}
#pretplata-bc-2 .forma-p .col {
	padding: 0;
}
#pretplata-bc-2 .forma-p .bottom {
	padding: 10px 0 15px 0;
}
#pretplata-bc-2 .forma-p .osnovica, #pretplata-bc-2 .forma-p .pdv {
	color: #0a2d57;
	font-weight: 700;
}
#pretplata-bc-2 .forma-p .ukupno {
	color: #0a2d57;
	font-weight: 700;
	font-size: 24px;
}
#pretplata-bc-2 .forma-p .price {
	font-size: 32px;
	color: #f25818;
}
#pretplata-bc-2 .forma-p .price-dec {
	color: #f25818;
}
#pretplata-bc-2 .kolicina {
	height: 20px;
	position: absolute;
	right: 0;
	bottom: 20px;
	padding-right: 0;
}
#pretplata-bc-2 .kolicina .btn-counter {
	background-color: #092c56;
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	font-size: 10px;
	color: #fff;
	line-height: 16px;
	border-radius: 2px;
	transition: 0.3s background-color ease;
}
#pretplata-bc-2 .kolicina .btn-counter:hover {
	background-color: #c44849;
}
#pretplata-bc-2 .kolicina .btn-counter i {
	font-family: "Material Icons" !important;
	/*float: left;*/
	font-size: 18px;
}
#pretplata-bc-2 .kolicina .quantity-input {
	padding: 0 10px;
	font-weight: 700;
}
@media screen and (max-width: 990px) {
	#pretplata-bc #posalji-bc {
		margin-top: 30px;
	}
}
/*.fas {font-family: "Font Awesome\ 5 Free" !important;}*/

.material-icons {
	font-family: 'Material Icons' !important;
}
.fw-300 {
	font-weight: 300;
}
/* sakrivena pretplata */

#myNavbar .nav li:nth-child(4)>ul>li:nth-child(13), #myNavbar .nav li:nth-child(4)>ul>li:nth-child(12) {
	/*display: none;*/
}
/* ROKOVNICI */

#prirucnici-stereo .pomoc {
	border: 1px solid #f25818;
	padding: 15px;
	border-radius: 5px;
}
#prirucnici-stereo .prirucnik-slider {
	position: relative;
}
#prirucnici-stereo .dots-custom {
	min-height: 25px;
	margin-top: 10px;
	margin-bottom: 30px;
	position: relative;
}
#prirucnici-stereo .slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	margin: 0 auto;
	width: 50px;
}
.border-lg{
	border: 0;
}
@media screen and (min-width: 992px) {
	#prirucnici-stereo .slick-dots {
		position: absolute;
		left: 0;
		right: 0;
		bottom: -5px;
		margin: 0 auto;
		width: 50px;
	}
	.hr-visible {
		border-left: 1px solid white;
		margin-top: -1px;
		height: 100%;
	}
	.border-lg-0{
		border: 0;
		box-shadow: none;
	}
}
/* rokovnici */

#prirucnici-stereo .slick-dots .slick-active button {
	background: #0a2d57;
	position: relative;
}
#prirucnici-stereo .slick-arrow {
	position: absolute;
	z-index: 1000;
	color: #0a2d57;
}
#prirucnici-stereo .slick-arrow:hover {
	color: #f25818;
}
#prirucnici-stereo .slick-arrrow i {}
#prirucnici-stereo .slick-slide {
	outline: none;
}
#prirucnici-stereo .rok-baner {
	margin: 30px 0 30px 0;
}
#prirucnici-stereo .rok-baner img {
	/*-webkit-box-shadow: 0px 15px 26px -14px rgba(0,0,0,0.69);
-moz-box-shadow: 0px 15px 26px -14px rgba(0,0,0,0.69);
box-shadow: 0px 15px 26px -14px rgba(0,0,0,0.69);*/
}
#prirucnici-stereo .slike .pri-preview {}
#preview {
	position: absolute;
	width: 20%;
	border: 1px solid #ccc;
	background: #333;
	padding: 5px;
	display: none;
	color: #fff
}
#preview img {
	width: 100%;
}
/*Pravna baza*/

@media (max-width: 575.98px) {
	#vreme-tel-konsultacija {
		display: block;
		margin-top: 30px;
	}
	.hide-br-small {
		display: none;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	#vreme-tel-konsultacija {
		display: block;
		margin-top: 30px;
	}
	.hide-br-small {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.vest-box {
		height: auto !important;
	}
	#pravna-baza .sss {
		display: none !important;
	}
	#vreme-tel-konsultacija {
		display: block;
		margin-top: 30px;
	}
	.hide-br-small {
		display: none;
	}
	.br-site {
		display: none;
	}
	.text-right-pc {
		text-align: left !important;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	#vreme-tel-konsultacija {
		display: block;
		margin-top: 100px;
	}
	.tel-up {
		margin-top: 30px !important;
		display: block;
	}
}
@media (min-width: 1200px) {
	#vreme-tel-konsultacija {
		display: block;
		margin-top: 100px;
	}
	.tel-up {
		margin-top: 30px !important;
		display: block;
	}
}
#savetovanje .dark-blue-text {
	color: #092C56 !important;
}
#savetovanje .dark-blue-background {
	background-color: #092C56;
	padding: 15px;
	border-radius: 6px 6px 0 0;
}
#savetovanje .sekcija:hover p.dark-blue-background {
	/* background-color: #0a1b30; */
}
#savetovanje .kotizacija {
	border-radius: 6px;
	overflow: hidden;
}
#savetovanje .kotizacija tr {
	border: 0;
}
#savetovanje .kotizacija th {
	border: 0;
	padding: 15px 0;
}
#savetovanje .kotizacija td {
	border: 0;
	background: #efefef;
}
#savetovanje .btn-blue {
	background-color: #092C56;
	width: 180px;
	padding: 15px;
	border-radius: 4px;
}
#savetovanje .btn-blue:hover {
	background-color: #f15918;
}
#savetovanje .btn-blue-s {
	background-color: #092C56;
	width: 180px;
	padding: 10px;
	border-radius: 4px;
	color: #fff;
}
#savetovanje .btn-blue-s:hover {
	background-color: #0a1b30;
}
#savetovanje .btn-green-s {
	background-color: #5cb85c;
	width: 180px;
	padding: 10px;
	color: #fff;
}
#savetovanje .btn-green-s:hover {
	background-color: #4cae4c;
}
#savetovanje select {
	font-family: "Roboto", sans-serif;
	outline: none;
	background: white;
	/*border: 0;*/
	padding: 10px 15px;
	box-sizing: border-box;
	font-size: 14px;
}
#savetovanje .input, #savetovanje .input2, #savetovanje textarea {
	outline: none;
	background: white;
	border: 0;
	padding: 10px 15px;
	box-sizing: border-box;
	font-size: 14px;
	width: 100%;
}
#savetovanje .input:focus, #savetovanje .input2:focus, #savetovanje textarea:focus {
	background: white;
}
#prirucnici .input, #prirucnici .input2, #prirucnici textarea {
	outline: none;
	background: white;
	border:1px solid lightgray;
	padding: 10px 15px;
	box-sizing: border-box;
	font-size: 14px;
	width: 100%;
}
#prirucnici .input:focus, #prirucnici .input2:focus, #prirucnici textarea:focus {
	background: white;
}
#savetovanje .podaci-subjekt label {
	margin: 15px 0;
}
#savetovanje .podaci-subjekt label span {
	color: #FF0000;
}
#savetovanje .error {
	color: #ff0000;
}
#savetovanje .remove {
	background-color: #cc0000;
	color: #fff;
	height: 30px;
	margin: 5px 0 5px 0 !important;
	border-radius: 2px;
	display: block;
	float: right;
}
/*#savetovanje .red_2 {
	border-bottom: 2px solid #efefef !important;
}*/
.sav-num .grad-box {
	min-height: 100px;
	border: 1px solid #efefef;
	margin-bottom: 15px;
	padding: 8px;
	border-radius: 6px;
	background-color: #efefef;
	/*border-left: 0; border-right: 0;
border-top: 0;*/
}
#lozppp .form-control {
	outline: none;
	background: #f2f2f2;
	width: 100%;
	border: 0;
	border-radius: 0px;
	margin: 0;
	padding: 24px 15px;
	box-sizing: border-box;
	font-size: 13px;
	box-shadow: none;
}
.black-friday {
	margin: 0 auto;
	width: 90px;
}
/* Mobina Aplikacija */

.mob-img {
	padding-top: 40px;
	border: none;
}
.mob-app-text {
	padding-top: 50px;
	text-align: center;
}
.mob-app-text h2 {
	font-size: 25px;
	font-weight: bold;
}
.mob-app-text h3 {
	font-size: 20px;
	font-weight: bold;
}
.download-app img {
	border: none;
	width: 180px;
	padding-top: 20px;
}
.mob-thumbnail {
	padding: 60px 0;
	border-bottom: 1px solid rgb(220, 220, 220);
}
.mob-thumbnail .card img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	height: 70%;
	margin-bottom: 20px;
	border-radius: 10px;
}
.card-title {
	font-size: 16px;
}
.card-text {
	width: 250px;
	margin: 0 auto;
}
.user-rew {
	padding-bottom: 40px;
	border-bottom: 1px solid rgb(220, 220, 220);
}
.user-rew h2 {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding-top: 40px;
}
.testemonials-box {
	padding-top: 40px;
}
.stars {
	text-align: center;
	padding: 25px 10px 15px 10px;
	border-radius: 7px;
	box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.15);
}
.stars i {
	color: #ffc40d;
	padding-bottom: 10px;
}
.stars p:nth-child(1) {
	font-weight: bold;
}
.stars p {
	font-size: 16px;
}
.available-apps {
	padding: 50px 0;
}
.available-apps p {
	text-align: right;
	font-size: 17px;
}
.available-apps img {
	width: 150px;
	margin-top: -10px;
	border: none;
}
@media only screen and (max-width: 990px) {
	.mob-img {
		border-bottom: 1px solid rgb(220, 220, 220);
	}
	.mob-app-text {
		padding-top: 25px;
	}
	.download-app img {
		padding-bottom: 30px;
	}
	.mob-thumbnail .card img {
		width: 25%;
		height: 25%;
	}
	.mob-thumbnail .card {
		padding-bottom: 40px;
	}
	.stars {
		text-align: center;
	}
	.stars p {
		width: 50%;
		margin: auto;
	}
	.available-apps p {
		text-align: center;
	}
}
.b-lazy {
	opacity: 0;
	/*transform: scale(3);*/
	transition: all 500ms;
}
.b-loaded {
	opacity: 1;
	/*transform: scale(1);*/
}
/*minimalna visina*/

.mh-100 {
	display: table;
	height: 100px;
	min-height: 100px;
}
.mh-150 {
	display: table;
	height: 150px;
	min-height: 150px;
}
.mh-200 {
	display: table;
	height: 200px;
	min-height: 200px;
}
.mh-250 {
	display: table;
	height: 250px;
	min-height: 250px;
}
.mh-275 {
	display: table;
	height: 275px;
	min-height: 275px;
}
.mh-300 {
	display: table;
	height: 300px;
	min-height: 300px;
}
.mh-350 {
	display: table;
	height: 350px;
	min-height: 350px;
}
.mh-400 {
	display: table;
	height: 400px;
	min-height: 400px;
}
.mh-450 {
	display: table;
	height: 450px;
	min-height: 450px;
}
.mh-100 .mh-150 .mh-200 .mh-250 .mh-275 .mh-300 .mh-350 .mh-400 .mh-450 {
	display: table-cell;
	vertical-align: middle;
}
.va-middle {
	vertical-align: middle !important;
}
.flex-100 {
	width: 100%;
}
.bg-zlatibor {
	/*background-color: #ffc107;*/
	display: none !important;
}
.bg-vrnjacka-banja {
	/*background-color: #ffc107;*/
	display: none !important;
}
.separator-visednevno {
	display: none !important;
}

.bg-danger {
	background-color: #dc3545 !important;
}

.bg-lb {
	background-color: #eaf0f7;
}
.bg-dark-blue {
	background-color: #092C56;
}
.bg-dark-blue2 {
	background-color: #003366;
}
.bg-red {
	background-color: #EC180A;
}
.bg-light-red {
	background-color: #E74B4B;
}
.bg-dark-red {
	background-color: #890400;
	/*background-color: #BF3930;*/
}
.bg-dark-red2 {
	background-color: #402B2A;
}
.bg-tamnocrvena {
	background-color: #8A084B;
}
.bg-turquoise {
	background-color: #5BBDA8;
}
.bg-dark-turquoise {
	background-color: #25947D;
}
.bg-light-turquoise {
	background-color: #34CBAC;
}
.bg-purple {
	background-color: #B85AC4;
}
.bg-dark-purple {
	background-color: #4b2d4f;
}
.bg-navy-blue {
	background-color: #2d3e4e;
}
.bg-green {
	background-color: #9cba60;
}
.bg-green2 {
	background-color: #339933;
}
.bg-green3 {
	background-color: #34cc99;
}
.bg-green4 {
	background-color: #24532a;
}
.bg-dark-green {
	background-color: #157347 !important;
}
.bg-dark-green2 {
	background-color: #012f2f !important;
}
.bg-gold {
	background-color: #D1BB89;
}
.bg-dark-gold {
	background-color: #a99362;
}
.bg-black {
	background-color: #000000 !important;
}
.bg-blue {
	background-color: #1F4E79 !important;
	color: white;
}
.bg-light-blue {
	background-color: #B2D4F3 !important;
	color: white;
}
.bg-brown {
	background-color: #974806;
	color: white;
}
.bg-light-brown {
	background-color: #cc9966;
	color: white;
}
.bg-orange {
	background-color: #f15918;
}
.bg-light-orange {
	background-color: #ffbc59;
}
.bg-dark-orange {
	background-color: darkorange;
}
.bg-gray {
	background-color: #e8e8e8;
}
.bg-darkgray {
	background-color: #cccccc;
	background: #cccccc;
}
.bg-dark-gray {
	background-color: #cdcdcd;
	background: #cdcdcd;
}
.bg-light-gray {
	background-color: #f0f0f0;
	background: #f0f0f0;
}
.bg-light-gray2 {
	background-color: #F5F5F5;
	background: #F5F5F5;
}
.bg-yellow {
	background-color: #fde76b;
	background: #fde76b;
}
.bg-white {
	background-color: white;
	background: white;
}
.bg-yellow2 {
	background-color: #ff9900;
}
.gr-dark-red {
	/*background-color: #BF3930;*/
	background: linear-gradient(to bottom,#d9534f 0, #c12e2a 100%);
	border-color: #ac2925 !important;
	border: 1px solid #ac2925 !important;
}
.img-gray {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.d-none {
	display: none;
}
.d-block {
	display: block !important;
}
.d-flex {
	display: flex;
}
.align-items-center {
	align-items: center;
}
.flex-row {
	flex-direction: row;
}
.flex-column; {
	flex-direction: column;
}
.d-inline-block {
	display: inline-block;
}
.d-table {
	display: table;
}
.d-table-row {
	display: table-row;
}
.d-table-cell {
	display: table-cell;
}
.d-ruby {
	display: ruby;
}
.border-box {
	box-sizing: border-box;
}
.blue-1 {
	color: #308eaa !important;
}
.overflow-scroll {
	overflow: scroll;
	display: block;
}
/*sidenav*/

.sidebar-none {
	display: none;
}
.plus-btn {
	color: black;
	position: absolute;
	padding: 7px 20px;
	font-size: 19px;
	top: 0;
	right: 0;
}
.hover:hover .plus-btn {
	color: white;
	cursor: pointer;
}
.hover:hover {
	cursor: pointer;
}
.hover .plus-btn:hover {
	color: black;
}
.hover.active .plus-btn {
	color: white !important;
}
a.bg-blue-hover:before {
	background-color: #23527c !important;
	color: white;
}
a.bg-blue-hover:hover>.border {
	background-color: #23527c !important;
	color: white;
}
a.bg-blue-hover:hover>.bg-gray {
	background-color: #23527c !important;
	background: #23527c !important;
	color: white;
}
.sidebar-2019 .collapsible {
	background-color: white !important;
	color: #777;
	font-size: 12px;
	text-transform: uppercase;
}
.sidebar-2019 a:hover {
	text-decoration: none;
}
.sidebar-2019 a:hover .collapsible {
	text-decoration: none;
	color: white !important;
	text-transform: uppercase;
	background-color: #162c53 !important;
}
.sidebar-2019 .collapsible.active {
	background-color: #162c53 !important;
	color: white;
}
.stricni-tekstovi-ul {
	padding: 20px;
}
.stricni-tekstovi-ul li {
	padding-bottom: 10px;
	color: #777;
}
.stricni-tekstovi-ul a:hover {
	background-color: ##E9E9E9 !important;
}
/* sakriven kancelarko */

#myNavbar .nav li:nth-child(4)>ul>li:nth-child(11), #myNavbar .nav li:nth-child(4)>ul>li:nth-child(10) {
	/*display: none;*/
}
.border-black td p {
	margin-bottom: 10px !important;
}
.border-black p:last-child {
	margin-bottom: 0px !important;
}
td.bg-gray p {
	margin-bottom: unset !important;
}
.no-height {
	height: unset !important;
	min-height: unset !important;
}
.height-100 {
	min-height: 100px !important;
}
.height-200 {
	min-height: 200px !important;
}

/*.desktop-font p, .desktop-font .col-md-12 p, .desktop-font .bullet-dash li, .desktop-font .bullet-outside li {
	font-size: 16px !important;
}*/
/*FOR MOBILE*/

@media (max-width: 320px) {
	.col-sm-2-glasila {
		width: 46%;
		float: left;
		padding: 5px 0;
	}
	.col-sm-3-glasila {
		width: 100%;
		float: left;
		margin-bottom: 5px;
		padding: 5px 0;
	}
	.col-sm-4-glasila {
		width: 100%;
		float: left;
		margin-bottom: 5px;
		padding: 5px 0;
	}
	.col-sm-6-gradska-glasila {
		width: 100%;
		float: left;
		margin-bottom: 5px;
		padding: 5px 0;
	}
	.col-sm-6-glasila {
		width: 100%;
		float: left;
		margin-bottom: 5px;
		padding: 5px 0;
	}
	.col-sm-6-gradska-glasila {
		width: 100%;
		float: left;
		margin-bottom: 5px;
		padding: 5px 0;
	}
	.col-sm-6-gradska-glasila .col-sm-2 {
		width: 100%;
		float: left;
	}
	.col-sm-6-gradska-glasila .col-sm-10 {
		width: 100%;
		float: left;
		padding: 0;
		text-align: center;
	}
	.broj-glasila {
		text-align: center;
	}
	.datum-glasila {
		text-align: center;
	}
}
@media (min-width: 321px) and (max-width: 630px) {

	/*.desktop-font p {
		font-size: 1.5vh !important;
	}
	.desktop-font .formasav {
		font-size: 1.5vh !important;
	}
	.desktop-font ul li {
		font-size: 1.5vh !important;
	}*/
	.naslovpropisa1a, .naslovpropisa1 {
		font-size: 4.5vw !important;
	}
	/*.podnaslovpropisa {
		font-size: 3vw !important;
	}*/
	.datum-savetovanja {
		font-size: 20px !important;
	}
	.mobile {
		width: 50% !important;
		float: left;
		font-size: 11px;
	}
	.jumbotron-mobile {
		/*border-width: 10px !important;*/
		border-style: solid !important;
		padding: 15px !important;
	}
	.jumbotron-mobile h1 {
		font-size: 19px !important;
	}
	.jumbotron-mobile h2 {
		font-size: 15px !important;
	}
	.jumbotron-mobile p {
		font-size: 13px !important;
	}
	/*p {
		font-size: 13px !important;
	}
	ul li {
		font-size: 13px !important;
	}*/
	.podnaslov-mobile {
		font-size: 15px;
	}
	.no-border {
		border: none !important;
	}
	.img-mobile {
		width: 45% !important;
		margin: 10px;
	}
	.col-sm-2-glasila {
		width: 30%;
		float: left;
		padding: 5px 0;
	}
	.col-sm-3-glasila {
		width: 50%;
		float: left;
		margin-bottom: 5px;
		padding: 5px 0;
	}
	.col-sm-4-glasila {
		width: 33.33%;
		float: left;
		margin-bottom: 5px;
		padding: 5px 0;
	}
	.col-sm-6-gradska-glasila {
		width: 100%;
		float: left;
		margin-bottom: 5px;
		padding: 5px 0;
	}
	.col-sm-6-gradska-glasila .col-sm-2 {
		width: 15%;
		float: left;
	}
	.col-sm-6-gradska-glasila .col-sm-10 {
		width: 85%;
		float: left;
		padding: 0;
	}
	.col-sm-6-glasila {
		width: 100%;
		float: left;
		margin-bottom: 5px;
		padding: 5px 0;
	}
	.wyq060---pododeljak {
		font-size: 3.1vw !important;
	}
	.mobile-text-center {
		text-align: center;
	}
	.font-kancelarko td {
		font-size: 13px;
	}
}
@media (min-width: 631px) and (max-width: 1200px) {
	.datum-savetovanja {
		font-size: 20px !important;
	}
	.mobile {
		width: 25%;
		float: left;
		font-size: 13px;
	}
	.fs-mobile-1 {
		font-size: 1.4rem !important;
	}
	.font-mobile-s {
		font-size: 1.6vh;
	}
	.jumbotron-mobile {
		/*border-width: 20px !important;*/
		/*border-style: solid !important;*/
	}
	.seminar-podnaslov {
		font-size: 15px !important;
	}
	.no-border {
		border: none !important;
	}
	.img-mobile {
		width: 30% !important;
		margin: 10px;
	}
	.col-sm-2-glasila {
		width: 14%;
		float: left;
		padding: 5px 0;
	}
	.col-sm-3-glasila {
		width: 25%;
		float: left;
	}
	.col-sm-4-glasila {
		width: 33.33%;
		float: left;
	}
	.col-sm-6-gradska-glasila {
		width: 50%;
		float: left;
	}
	.col-sm-6-gradska-glasila .col-sm-2 {
		width: 15%;
		float: left;
	}
	.col-sm-6-gradska-glasila .col-sm-10 {
		width: 85%;
		float: left;
		padding: 0;
	}
	.col-sm-6-glasila {
		width: 50%;
		float: left;
		margin-bottom: 5px;
	}
	.col-md-4-mobile {
		width: 33%;
		float: left;
	}
	.mobile-text-center {
		text-align: center;
	}
}
@media (min-width: 1201px) {
	.col-md-offset-12 {
		margin-left: 100%
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%
	}
	.col-md-offset-0 {
		margin-left: 0
	}
	.jumbotron-mobile {
		border-width: 20px;
		border-style: solid;
	}
	.col-md-6 .img-mobile {
		width: 30% !important;
		margin: 10px;
	}
	.col-sm-2-glasila {
		width: 15%;
		float: left;
		padding: 5px 0;
	}
	.col-sm-3-glasila {
		width: 25%;
		float: left;
		margin-bottom: 3px;
	}
	.col-sm-4-glasila {
		width: 33.33%;
		float: left;
		margin-bottom: 3px;
	}
	.col-sm-6-gradska-glasila {
		width: 50%;
		float: left;
		margin-bottom: 3px;
	}
	.col-sm-6-gradska-glasila .col-sm-10 {
		padding: 0;
	}
	.col-sm-6-glasila {
		width: 50%;
		float: left;
		margin-bottom: 5px;
	}
}
a .col-sm-2-glasila {
	border: 1px solid #E3E3E3;
	margin: 5px;
	list-style-type: none !important;
}
/* STILOVI IZ BAZE */

.tbezokvira {
	border-style: solid;
	border-width: 0 !important;
}
.t_okvirdole {
	border: black;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px
}
.uvuceni {
	text-indent: -1.2em;
	padding-left: 30px;
}
.uvuceni-bullet {
	text-indent: -0.7em;
	padding-left: 30px;
}
.wyq060---pododeljak {
	text-align: center;
	font-size: 18px;
}
.wyq050---odeljak {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 25px 0 15px 0;
}
.wyq110---naslov-clana {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.wyq090---pododsek {
	text-align: center;
	font-size: 16px;
}
#kal-z .btn:hover {
	background-color: #204d74;
	color: #fff;
	padding: 10px 20px;
}
a:hover .btn-success {
	background-color: #348834 !important;
}
.kanc-pozadina {
	background-color: #2b5ba3;
}
.delovodnik-pozadina {
	border-right: 5px solid #339966;
}
.fakture-pozadina {
	border-right: 5px solid #ffcc00;
}
.sve-o-faktura-pozadina {
	background-color: #ffcc00;
	border-right: 5px solid #ffcc00;
}
.arhiviranje-pozadina{
	background-color: #339966;
	color: white !important;
}
.baza-znanja-pozadina {
	border-right: 5px solid #0066cc;
}
.komora-pozadina {
	/*background-color: #999966;*/
}
.w-40 {
	width: 40px;
}
.wyq070---podpododeljak-kurziv {
	text-align: center;
	font-size: 18px;
	font-style: italic;
}
.alert-info-dizajn {
	color: black;
	background-color: #d7e3f7;
	border-top: 10px solid #a99362;
}
input[required]:focus {
	box-shadow: 0 0 3px 1px red
}
/*KALKULATORI*/

.input-radius {
	padding: 17px !important;
	box-shadow: 2px 2px 5px #b3b3b3 !important;
	border: none !important;
	border-radius: 51px !important;
}
.pretraga-box {
	background-color: #f4f4f4;
	margin-top: 20px;
	padding: 30px;
	text-align: center
}
.oKancelarku {
	display: none;
}
@media (max-width: 631px) {
	.img-mobile-off {
		display: none;
	}
	.oKancelarku {
		display: block;
		border-right: 5px solid skyblue !important;
	}
	.pl-60-mob {
		padding-left: 60px !important;
	}
	.star-icon {
		display: none;
	}
}


/* ----- HOVER INFO BOX ------ */

/* Hover tooltips */
.field-tip {
	position: relative;
}
.field-tip .tip-content {
	position: absolute;
	top: -9px;
	/* - top padding */
	right: 9999px;
	width: 200px;
	margin-right: -190px;
	/* width + left/right padding */
	padding: 10px;
	color: #fff;
	background: #2585ad;
	-webkit-box-shadow: 2px 2px 5px #aaa;
	-moz-box-shadow: 2px 2px 5px #aaa;
	box-shadow: 2px 2px 5px #aaa;
	opacity: 0;
	-webkit-transition: opacity 250ms ease-out;
	-moz-transition: opacity 250ms ease-out;
	-ms-transition: opacity 250ms ease-out;
	-o-transition: opacity 250ms ease-out;
	transition: opacity 250ms ease-out;
}
/* <http://css-tricks.com/snippets/css/css-triangle/> */

.field-tip .tip-content:before {
	content: ' ';
	/* Must have content to display */
	position: absolute;
	top: 15%;
	left: -16px;
	/* 2 x border width */
	width: 0;
	height: 0;
	margin-top: -8px;
	/* - border width */
	border: 8px solid transparent;
	border-right-color: #333;
}
.field-tip:hover .tip-content {
	right: -20px;
	opacity: 1;
}
@media (max-width: 320px) {
	.field-tip .tip-content {
		margin-right: 90px;
		/* width + left/right padding */
	}
}
@media (min-width: 321px) and (max-width: 1199px) {
	.datum-savetovanja {
		font-size: 20px !important;
	}
	.field-tip .tip-content {
		margin-right: 50px;
		/* width + left/right padding */
	}
	.field-tip .tip-content:before {
		content: ' ';
		/* Must have content to display */
		position: absolute;
		top: 15%;
		left: 200px;
		/* 2 x border width */
		width: 0;
		height: 0;
		margin-top: -8px;
		/* - border width */
		border: 8px solid transparent;
		border-left-color: #333;
	}
	.field-tip:hover .tip-content {
		right: -20px;
		opacity: 1;
	}
}
/* HOVER INFO BOX END*/

@media (max-width: 991px) {
	.img-mobile-off {
		display: none;
	}
	.h-350px {
		height: unset;
	}
	.border-right-mob{
		border-right: 0 !important;
	}

	.card-height-efakture{
		height: auto !important; 
	}
	.gray-bg {
		min-height: unset !important;
	}
	.vestText {
		display: none;
	}
	.text-center-mobile {
		text-align: center;
	}
	.br-mobile {
		clear: all;
	}
	.googleiframe{
		height: 1650px;
	}

	/*MOBILE MARGIN-LEFT*/

	.ml-0-pc {margin-left: 0px !important;}
	.ml-5-pc {margin-left: 5px !important;}
	.ml-10-pc {margin-left: 10px !important;}
	.ml-15-pc {margin-left: 15px !important;}
	.ml-20-pc {margin-left: 20px !important;}
	.ml-25-pc {margin-left: 25px !important;}
	.ml-30-pc {margin-left: 30px !important;}
	.ml-35-pc {margin-left: 35px !important;}

	/*MOBILE MARGIN-RIGHT*/

	.mr-0-pc {margin-right: 0px !important;}
	.mr-5-pc {margin-right: 5px !important;}
	.mr-10-pc {margin-right: 10px !important;}
	.mr-15-pc {margin-right: 15px !important;}
	.mr-20-pc {margin-right: 20px !important;}
	.mr-25-pc {margin-right: 25px;}
	.mr-30-pc {margin-right: 30px !important;}
	.mr-35-pc {margin-right: 35px !important;}
	.m-auto {margin: 0 auto;}

	/*MOBILE MARGIN-TOP*/

	.mt-0-pc {margin-top: 0 !important;}
	.mt-1-pc {margin-top: 1px !important;}
	.mt-2-pc {margin-top: 2px !important;}
	.mt-3-pc {margin-top: 3px !important;}
	.mt-4-pc {margin-top: 4px !important;}
	.mt-5-pc {margin-top: 5px !important;}
	.mt-10-pc {margin-top: 10px !important;}
	.mt-15-pc {margin-top: 15px !important;}
	.mt-20-pc {margin-top: 20px !important;}
	.mt-25-pc {margin-top: 25px;}
	.mt-30-pc {margin-top: 30px;}
	.mt-35-pc {margin-top: 35px;}
	.mt-40-pc {margin-top: 40px;}
	.mt-42-pc {margin-top: 42px;}
	.mt-50-pc {margin-top: 50px;}
	.mt-60-pc {margin-top: 60px;}
	.mt-70-pc {margin-top: 70px;}
	.mt-80-pc {margin-top: 80px;}
	.mt-90-pc {margin-top: 90px;}
	.mt-100-pc {margin-top: 100px;}

	/*MOBILE MARGIN-BOTTOM*/

	.mb-0-pc {margin-bottom: 0px !important;}
	.mb-5-pc {margin-bottom: 5px !important;}
	.mb-10-pc {margin-bottom: 10px !important;}
	.mb-15-pc {margin-bottom: 15px !important;}
	.mb-20-pc {margin-bottom: 20px !important;}
	.mb-25-pc {margin-bottom: 25px !important;}
	.mb-30-pc {margin-bottom: 30px !important;}
	.mb-35-pc {margin-bottom: 35px !important;}
	.mb-50-pc {margin-bottom: 50px !important;}

	/*MOBILE MARGIN*/

	.m-auto-pc {margin: 0 auto !important;}
	.m-0-pc {margin: 0 !important;}
	.m-1-pc {margin: 1px !important;}
	.m-2-pc {margin: 2px !important;}
	.m-3-pc {margin: 3px !important;}
	.m-4-pc {margin: 4px !important;}
	.m-5-pc {margin: 5px !important;}
	.m-6-pc {margin: 6px !important;}
	.m-7-pc {margin: 7px !important;}
	.m-8-pc {margin: 8px !important;}
	.m-9-pc {margin: 9px !important;}
	.m-10-pc {margin: 10px !important;}
	.m-11-pc {margin: 11px !important;}
	.m-12-pc {margin: 12px !important;}
	.m-13-pc {margin: 13px !important;}
	.m-14-pc {margin: 14px !important;}
	.m-15-pc {margin: 15px !important;}
	.m-20-pc {margin: 20px !important;}
	.m-25-pc {margin: 25px !important;}
	.m-30-pc {margin: 30px !important;}
	.m-35-pc {margin: 35px !important;}

	/*MOBILE PADDING-LEFT*/

	.pl-0-pc {padding-left: 0 !important;}
	.pl-1-pc {padding-left: 1px !important;}
	.pl-2-pc {padding-left: 2px !important;}
	.pl-3-pc {padding-left: 3px !important;}
	.pl-4-pc {padding-left: 4px !important;}
	.pl-5-pc {padding-left: 5px !important;}
	.pl-10-pc {padding-left: 10px !important;}
	.pl-11-pc {padding-left: 11px !important;}
	.pl-12-pc {padding-left: 12px !important;}
	.pl-13-pc {padding-left: 13px !important;}
	.pl-14-pc {padding-left: 14px !important;}
	.pl-15-pc {padding-left: 15px !important;}
	.pl-20-pc {padding-left: 20px !important;}
	.pl-21-pc {padding-left: 21px !important;}
	.pl-22-pc {padding-left: 22px !important;}
	.pl-23-pc {padding-left: 23px !important;}
	.pl-24-pc {padding-left: 24px !important;}
	.pl-25-pc {padding-left: 25px !important;}
	.pl-26-pc {padding-left: 26px !important;}
	.pl-27-pc {padding-left: 27px !important;}
	.pl-28-pc {padding-left: 28px !important;}
	.pl-29-pc {padding-left: 29px !important;}
	.pl-30-pc {padding-left: 30px !important;}
	.pl-31-pc {padding-left: 31px !important;}
	.pl-32-pc {padding-left: 32px !important;}
	.pl-33-pc {padding-left: 33px !important;}
	.pl-34-pc {padding-left: 34px !important;}
	.pl-35-pc {padding-left: 35px !important;}
	.pl-40-pc {padding-left: 40px !important;}
	.pl-45-pc {padding-left: 45px !important;}
	.pl-50-pc {padding-left: 50px !important;}
	.pl-55-pc {padding-left: 55px !important;}
	.pl-60-pc {padding-left: 60px !important;}

	/*MOBILE PADDING-RIGHT*/

	.pr-0-pc {padding-right: 0 !important;}
	.pr-1-pc {padding-right: 1px !important;}
	.pr-2-pc {padding-right: 2px !important;}
	.pr-3-pc {padding-right: 3px !important;}
	.pr-4-pc {padding-right: 4px !important;}
	.pr-5-pc {padding-right: 5px !important;}
	.pr-10-pc {padding-right: 10px !important;}
	.pr-11-pc {padding-right: 11px !important;}
	.pr-12-pc {padding-right: 12px !important;}
	.pr-13-pc {padding-right: 13px !important;}
	.pr-14-pc {padding-right: 14px !important;}
	.pr-15-pc {padding-right: 15px !important;}
	.pr-20-pc {padding-right: 20px !important;}
	.pr-21-pc {padding-right: 21px !important;}
	.pr-22-pc {padding-right: 22px !important;}
	.pr-23-pc {padding-right: 23px !important;}
	.pr-24-pc {padding-right: 24px !important;}
	.pr-25-pc {padding-right: 25px !important;}
	.pr-26-pc {padding-right: 26px !important;}
	.pr-27-pc {padding-right: 27px !important;}
	.pr-28-pc {padding-right: 28px !important;}
	.pr-29-pc {padding-right: 29px !important;}
	.pr-30-pc {padding-right: 30px !important;}
	.pr-31-pc {padding-right: 31px !important;}
	.pr-32-pc {padding-right: 32px !important;}
	.pr-33-pc {padding-right: 33px !important;}
	.pr-34-pc {padding-right: 34px !important;}
	.pr-35-pc {padding-right: 35px !important;}
	.pr-45-pc {padding-right: 45px !important;}

	/*MOBILE PADDING-TOP*/

	.pt-0-pc {padding-top: 0 !important;}
	.pt-1-pc {padding-top: 1px !important;}
	.pt-2-pc {padding-top: 2px !important;}
	.pt-3-pc {padding-top: 3px !important;}
	.pt-4-pc {padding-top: 4px !important;}
	.pt-5-pc {padding-top: 5px !important;}
	.pt-10-pc {padding-top: 10px !important;}
	.pt-11-pc {padding-top: 11px !important;}
	.pt-12-pc {padding-top: 12px !important;}
	.pt-13-pc {padding-top: 13px !important;}
	.pt-14-pc {padding-top: 14px !important;}
	.pt-15-pc {padding-top: 15px !important;}
	.pt-20-pc {padding-top: 20px !important;}
	.pt-21-pc {padding-top: 21px !important;}
	.pt-22-pc {padding-top: 22px !important;}
	.pt-23-pc {padding-top: 23px !important;}
	.pt-24-pc {padding-top: 24px !important;}
	.pt-25-pc {padding-top: 25px !important;}
	.pt-26-pc {padding-top: 26px !important;}
	.pt-27-pc {padding-top: 27px !important;}
	.pt-28-pc {padding-top: 28px !important;}
	.pt-29-pc {padding-top: 29px !important;}
	.pt-30-pc {padding-top: 30px !important;}
	.pt-31-pc {padding-top: 31px !important;}
	.pt-32-pc {padding-top: 32px !important;}
	.pt-33-pc {padding-top: 33px !important;}
	.pt-34-pc {padding-top: 34px !important;}
	.pt-35-pc {padding-top: 35px !important;}
	.pt-45-pc {padding-top: 45px !important;}

	/*MOBILE PADDING-BOTTOM*/

	.pb-0-pc {padding-bottom: 0 !important;}
	.pb-1-pc {padding-bottom: 1px !important;}
	.pb-2-pc {padding-bottom: 2px !important;}
	.pb-3-pc {padding-bottom: 3px !important;}
	.pb-4-pc {padding-bottom: 4px !important;}
	.pb-5-pc {padding-bottom: 5px !important;}
	.pb-10-pc {padding-bottom: 10px !important;}
	.pb-11-pc {padding-bottom: 11px !important;}
	.pb-12-pc {padding-bottom: 12px !important;}
	.pb-13-pc {padding-bottom: 13px !important;}
	.pb-14-pc {padding-bottom: 14px !important;}
	.pb-15-pc {padding-bottom: 15px !important;}
	.pb-20-pc {padding-bottom: 20px !important;}
	.pb-21-pc {padding-bottom: 21px !important;}
	.pb-22-pc {padding-bottom: 22px !important;}
	.pb-23-pc {padding-bottom: 23px !important;}
	.pb-24-pc {padding-bottom: 24px !important;}
	.pb-25-pc {padding-bottom: 25px !important;}
	.pb-26-pc {padding-bottom: 26px !important;}
	.pb-27-pc {padding-bottom: 27px !important;}
	.pb-28-pc {padding-bottom: 28px !important;}
	.pb-29-pc {padding-bottom: 29px !important;}
	.pb-30-pc {padding-bottom: 30px !important;}
	.pb-31-pc {padding-bottom: 31px !important;}
	.pb-32-pc {padding-bottom: 32px !important;}
	.pb-33-pc {padding-bottom: 33px !important;}
	.pb-34-pc {padding-bottom: 34px !important;}
	.pb-35-pc {padding-bottom: 35px !important;}
	.pb-45-pc {padding-bottom: 45px !important;}

	/*MOBILE PADDING*/

	.p-0-pc {padding: 0 !important;}
	.p-1-pc {padding: 1px !important;}
	.p-2-pc {padding: 2px !important;}
	.p-3-pc {padding: 3px !important;}
	.p-4-pc {padding: 4px !important;}
	.p-5-pc {padding: 5px !important;}
	.p-10-pc {padding: 10px !important;}
	.p-11-pc {padding: 11px !important;}
	.p-12-pc {padding: 12px !important;}
	.p-13-pc {padding: 13px !important;}
	.p-14-pc {padding: 14px !important;}
	.p-15-pc {padding: 15px !important;}
	.p-20-pc {padding: 20px !important;}
	.p-21-pc {padding: 21px !important;}
	.p-22-pc {padding: 22px !important;}
	.p-23-pc {padding: 23px !important;}
	.p-24-pc {padding: 24px !important;}
	.p-25-pc {padding: 25px !important;}
	.p-26-pc {padding: 26px !important;}
	.p-27-pc {padding: 27px !important;}
	.p-28-pc {padding: 28px !important;}
	.p-29-pc {padding: 29px !important;}
	.p-30-pc {padding: 30px !important;}
	.p-31-pc {padding: 31px !important;}
	.p-32-pc {padding: 32px !important;}
	.p-33-pc {padding: 33px !important;}
	.p-34-pc {padding: 34px !important;}
	.p-35-pc {padding: 35px !important;}
	.p-38-pc {padding: 38px !important;}
	.p-40-pc {padding: 40px !important;}
	.p-45-pc {padding: 45px !important;}
	.p-50-pc {padding: 50px !important;}
	.p-55-pc {padding: 55px !important;}
	.p-60-pc {padding: 60px !important;}
	.p-65-pc {padding: 65px !important;}
	.p-70-pc {padding: 70px !important;}
	.p-80-pc {padding: 80px !important;}
	.p-90-pc {padding: 90px !important;}
	.p-100-pc {padding: 100px !important;}
}

.iframe-safty {
	border: 0px !important;
	min-height: 320px !important;
}
@media only screen and (max-width: 450px) {
	.iframe-safty {
		min-height: 530px !important;
	}
}
@media (min-width: 451px) and (max-width: 640px) {
	.iframe-safty {
		min-height: 450px !important;
	}
}
@media (min-width: 641px) {
	.iframe-safty {
		min-height: 310px !important;
	}
}
.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	color: #fff;
	background-color: #777;
	border-radius: 10px
}

.badge-green {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	color: #fff;
	background-color: #2a9f01;
	border-radius: 10px
}

.h2-normal{
	font-style: normal !important;
}

.blue-bright{
	background-color: #007bff !important;
}

.card-height-efakture{
	 height: 130px;
}

.card-efakture-wrap{
	border: 1px solid gray;
	border-radius: 20px;
	box-sizing: border-box;
	padding-left: 24px;
	margin-bottom: 15px;
}

.card-wrap-cluster-program-e-arhiva{
	border: 1px solid gray;
	border-radius: 20px;
	box-sizing: border-box;
	padding-left: 24px;
	background-image:url(../kancelarko/images/program-arhivska-knjiga.jpg);
	background-size: cover;
	margin-bottom: 15px;
}

.card-wrap-cluster-edukacija-e-arhiva{
	border: 1px solid gray;
	border-radius: 20px;
	box-sizing: border-box;
	padding-left: 24px;
	background-image:url(../kancelarko/images/edukacija-arhivska-knjiga.jpg);
	background-size: cover;
	margin-bottom: 15px;
}

.card-wrap-cluster-pitanja-e-arhiva{
	border: 1px solid gray;
	border-radius: 20px;
	box-sizing: border-box;
	padding-left: 24px;
	background-image:url(../kancelarko/images/pitanja-i-odgovori-arhivska-knjiga.jpg);
	background-size: cover;
	margin-bottom: 15px;
}

.card-wrap-cluster-pitanja-e-arhiviranje{
	border: 1px solid gray;
	border-radius: 20px;
	box-sizing: border-box;
	padding-left: 24px;
	background-image:url(../kancelarko/images/pitanja-i-odgovori-elektronsko-arhiviranje-2.jpg);
	background-size: cover;
	margin-bottom: 15px;
}

.card-wrap-cluster-program-e-arhiviranje{
	border: 1px solid gray;
	border-radius: 20px;
	box-sizing: border-box;
	padding-left: 24px;
	background-image:url(../kancelarko/images/program-elektronsko-arhiviranje-2.jpg);
	background-size: cover;
	margin-bottom: 15px;
}
.card-wrap-cluster-edukacija-e-arhiviranje{
	border: 1px solid gray;
	border-radius: 20px;
	box-sizing: border-box;
	padding-left: 24px;
	background-image:url(../kancelarko/images/edukacija-elektronsko-arhiviranje-2.jpg);
	background-size: cover;
	margin-bottom: 15px;
}

h2.cluster-card{
	font-weight: 700;
	font-size: 2em;
	color: #fff !important;
	text-decoration: none;
}

h2.cluster-card:hover{
	font-weight: 700;
	font-size: 2em;
	text-decoration: none;
}

.link-cluster-card{
	text-decoration: none;
	
}

.link-cluster-card:hover{
	text-decoration: none;
	
}
.text-link:hover {
  color:#244465;
   text-decoration:none;
}
.text-link::before {
  content:" ";
  display:block;
  position:absolute;
  bottom:0px;
  width:0%;
  left:50%;
  margin:0 auto;
  transition:all 0.5s;
  z-index:-1;
}
.text-link:hover::before {
  width:100%;
  left:0%;
}

.four { padding: 0px 5px; }
.four::before {
  left:0%;
  width:0%;
  height:100%;
  background-color:#ffcc01;
}


		.res-circle {
  /* (A) PERCENTAGE WIDTH & BORDER RADIUS */
  width: 50px;
  border-radius: 50%;

  /* (B) BACKGROUND COLOR */ 
  background: #009966;
 
  /* (C) NECESSARY TO POSITION TEXT BLOCK */
  line-height: 0;
  position: relative;
}
 
/* (D) MATCH HEIGHT */
.res-circle::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}


 
/* (E) TEXT BLOCK */
.circle-txt {
  /* (E1) CENTER TEXT IN CIRCLE */
  position: absolute;
  bottom: -1%;
  width: 100%;
  text-align: center;
  color: white;

 
  /* (E2) THE FONT - NOT REALLY IMPORTANT */
  font-family: arial, sans-serif;
  font-weight: bold;
}



.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #ededf0;
  border: 1px solid #ddd;
	border-bottom-color: rgb(221, 221, 221);
  border-bottom-color: transparent;
}

.button-zeleno {
	border: 2px solid #41522c;
	border-image-slice: 1;
	border-width: 3px;
	color: #13605e !important;
}


/* ROUNDED */
.rounded-0 {border-radius: 0 !important;}
.rounded-1 {border-radius: 5px;}
.rounded-2 {border-radius: 10px;}
.rounded-3 {border-radius: 15px;}
.rounded-4 {border-radius: 20px;}
.rounded-5 {border-radius: 25px;}
.rounded-6 {border-radius: 30px;}
.rounded-7 {border-radius: 35px;}
.rounded-8 {border-radius: 40px;}
.rounded-9 {border-radius: 45px;}
.rounded-10 {border-radius: 50px;}
.rounded-flex {border-radius: 100% !important;}

.rounded-1-px {border-radius: 1px;}
.rounded-2-px {border-radius: 2px;}
.rounded-3-px {border-radius: 3px;}
.rounded-4-px {border-radius: 4px;}
.rounded-5-px {border-radius: 5px;}
.rounded-6-px {border-radius: 6px;}
.rounded-7-px {border-radius: 7px;}
.rounded-8-px {border-radius: 8px;}
.rounded-9-px {border-radius: 9px;}

.top-rounded-0 {border-top-right-radius: 0 !important; border-top-left-radius: 0 !important;}
.top-rounded-1 {border-top-right-radius: 5px; border-top-left-radius: 5px;}
.top-rounded-2 {border-top-right-radius: 10px; border-top-left-radius: 10px;}
.top-rounded-3 {border-top-right-radius: 15px; border-top-left-radius: 15px;}
.top-rounded-4 {border-top-right-radius: 20px; border-top-left-radius: 20px;}
.top-rounded-5 {border-top-right-radius: 25px; border-top-left-radius: 25px;}
.top-rounded-6 {border-top-right-radius: 30px; border-top-left-radius: 30px;}
.top-rounded-7 {border-top-right-radius: 35px; border-top-left-radius: 35px;}
.top-rounded-8 {border-top-right-radius: 40px; border-top-left-radius: 40px;}
.top-rounded-9 {border-top-right-radius: 45px; border-top-left-radius: 45px;}
.top-rounded-10 {border-top-right-radius: 50px; border-top-left-radius: 50px;}

.left-rounded-0 {border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important;}
.left-rounded-1 {border-top-left-radius: 5px; border-bottom-left-radius: 5px;}
.left-rounded-2 {border-top-left-radius: 10px; border-bottom-left-radius: 10px;}
.left-rounded-3 {border-top-left-radius: 15px; border-bottom-left-radius: 15px;}
.left-rounded-4 {border-top-left-radius: 20px; border-bottom-left-radius: 20px;}
.left-rounded-5 {border-top-left-radius: 25px; border-bottom-left-radius: 25px;}
.left-rounded-6 {border-top-left-radius: 30px; border-bottom-left-radius: 30px;}
.left-rounded-7 {border-top-left-radius: 35px; border-bottom-left-radius: 35px;}
.left-rounded-8 {border-top-left-radius: 40px; border-bottom-left-radius: 40px;}
.left-rounded-9 {border-top-left-radius: 45px; border-bottom-left-radius: 45px;}
.left-rounded-10 {border-top-left-radius: 50px; border-bottom-left-radius: 50px;}

.right-rounded-0 {border-bottom-right-radius: 0 !important; border-top-right-radius: 0 !important;}
.right-rounded-1 {border-bottom-right-radius: 5px; border-top-right-radius: 5px;}
.right-rounded-2 {border-bottom-right-radius: 10px; border-top-right-radius: 10px;}
.right-rounded-3 {border-bottom-right-radius: 15px; border-top-right-radius: 15px;}
.right-rounded-4 {border-bottom-right-radius: 20px; border-top-right-radius: 20px;}
.right-rounded-5 {border-bottom-right-radius: 25px; border-top-right-radius: 25px;}
.right-rounded-6 {border-bottom-right-radius: 30px; border-top-right-radius: 30px;}
.right-rounded-7 {border-bottom-right-radius: 35px; border-top-right-radius: 35px;}
.right-rounded-8 {border-bottom-right-radius: 40px; border-top-right-radius: 40px;}
.right-rounded-9 {border-bottom-right-radius: 45px; border-top-right-radius: 45px;}
.right-rounded-10 {border-bottom-right-radius: 50px; border-top-right-radius: 50px;}

.bottom-rounded-0 {border-bottom-right-radius: 0 !important; border-bottom-left-radius: 0 !important;}
.bottom-rounded-1 {border-bottom-right-radius: 5px; border-bottom-left-radius: 5px;}
.bottom-rounded-2 {border-bottom-right-radius: 10px; border-bottom-left-radius: 10px;}
.bottom-rounded-3 {border-bottom-right-radius: 15px; border-bottom-left-radius: 15px;}
.bottom-rounded-4 {border-bottom-right-radius: 20px; border-bottom-left-radius: 20px;}
.bottom-rounded-5 {border-bottom-right-radius: 25px; border-bottom-left-radius: 25px;}
.bottom-rounded-6 {border-bottom-right-radius: 30px; border-bottom-left-radius: 30px;}
.bottom-rounded-7 {border-bottom-right-radius: 35px; border-bottom-left-radius: 35px;}
.bottom-rounded-8 {border-bottom-right-radius: 40px; border-bottom-left-radius: 40px;}
.bottom-rounded-9 {border-bottom-right-radius: 45px; border-bottom-left-radius: 45px;}
.bottom-rounded-10 {border-bottom-right-radius: 50px; border-bottom-left-radius: 50px;}
/* END ROUNDED */

.vertical-align {
	display: flex;
	align-items: center;
}
.text-middle {
	display: flex;
	align-items: center;
}

#main main ol li {
	margin: 7px 0;
	font-size: 1.5vh;
}
@media only screen {
	.heder-print {
		display: hidden;
	}
}

.img-radius-20{
	border-radius: 20px;
}

/*Button - Hover za PopUp*/

#button {
	background:#FFF;
	position:relative;
	width:100px;
	height:30px;
	line-height:27px;
	display:block;
	border:1px solid #dadada;
	margin:15px 0 0 10px;
	text-align:center;
}
#two {
	background: none repeat scroll 0 0 #EEEEEE;
	border: 1px solid #DADADA;
	color: #333333;
	overflow:hidden;
	left: 0;
	line-height: 20px;
	position: absolute;
	top: 30px;
}
.popupBox {
	visibility:hidden;
	opacity:0;
	-webkit-transition:visibility 0s linear 0.3s, opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s, opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s, opacity 0.3s linear;
	transition:visibility 0s linear 0.3s, opacity 0.3s linear;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-o-transition-delay:1s;
	transition-delay: 1s;
}
.popupHoverElement:hover > .popupBox {
	visibility:visible;
	opacity:1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

/*PopUp 2 Casopisi */


.container-popup {
  position: relative;
}

.icon-popup {
  background-color: rgba(200,200,200);
  padding: 2px 5px;
  width: fit-content;
}

.container-popup:hover .popup {
  opacity: 1;
  display: block;
}

.popup {
  max-width: 100px;
  background-color: rgba(180,180,200);
  padding: 1px 20px;
  position: absolute;
  top: 20px;
  transition: all 0.25s ease;
  opacity: 0;
  display: none;
}
.edukacija-prioritet{
background: linear-gradient(135deg, #001a33 0%, #002c4e 40%, #003a6b 100%);
color: #fff !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
box-sizing: border-box;
box-shadow: inset 0 -4px 0 0 #cc9966, 0 1px 0 rgba(255,204,153,0.5);
font-weight: 700;
}


/* === INDEX: Kalendar savetovanja / seminara / radionica / vebinara === */

.events-calendar-section {
  padding: 40px 0 60px;
  background-color: #f7f7f7;
}

.events-calendar-top {
  margin-bottom: 25px;
}

.events-calendar-heading {
  margin: 0 0 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #162c53;
}

.events-calendar-desc {
  margin: 0;
  font-size: 14px;
  color: #666666;
}

.btn-calendar-add {
  margin-top: 10px;
  border-radius: 0;
  border: 1px solid #162c53;
  background-color: #ffffff;
  color: #162c53;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-calendar-add:hover,
.btn-calendar-add:focus {
  background-color: #162c53;
  color: #ffffff;
}

/* Mesec / opis */

.events-calendar-month {
  margin: 10px 0 20px;
  display: block;
}

.events-calendar-month-label {
  display: block;
  font-size: 26px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #000;
}

.events-calendar-month-sub {
  display: block;
  margin-top: 3px;
  font-size: 13px;
  color: #777777;
}

/* Glavna traka dana */

.events-calendar-days-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #e1e1e1;
  padding-top: 10px;
  overflow-x: auto;
}

.events-calendar-day {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.285%;
          flex: 0 0 14.285%;
  padding: 0 8px;
  font-size: 13px;
  min-width: 120px; /* da bude ok i kad je scroll */
}

.events-calendar-day-header {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  color: #999999;
}

.events-calendar-day-name {
  display: block;
  margin-bottom: 5px;
}

.events-calendar-day-divider {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #111111;
  opacity: 0.35;
}

.events-calendar-day-divider--active {
  background-color: #f25818;
  opacity: 1;
}

/* Telo kartice datuma */

.events-calendar-day-body {
  padding: 15px 0 20px;
}

.events-calendar-date {
  font-size: 24px;
  font-weight: 600;
  color: #444444;
}

.events-calendar-date--accent {
  font-size: 30px;
  color: #f25818;
}

/* Kartica sa naglašenim događajem (poput slike) */

.events-calendar-day--active .events-calendar-day-body {
  background-color: #f4f1ec;
}

.events-calendar-day-body--active {
  border-top: 2px solid #f25818;
  padding: 15px 12px 18px;
}

/* Tekst u karticama */

.events-calendar-event-title {
  margin: 12px 0 6px;
  font-weight: 600;
  color: #333333;
}

.events-calendar-event-meta {
  margin: 0 0 10px;
  color: #777777;
  font-size: 12px;
  line-height: 1.5;
}

/* Dugme za link ka događaju */

.btn-calendar-outline {
  border-radius: 0;
  border: 1px solid #162c53;
  background-color: transparent;
  color: #162c53;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn-calendar-outline:hover,
.btn-calendar-outline:focus {
  background-color: #162c53;
  color: #ffffff;
}

/* Pomoćna klasa za narandžast tekst (ako već nemaš svoju) */
.text-orange {
  color: #f25818 !important;
}

/* === Responsive prilagođavanje === */

@media (max-width: 991px) {
  .events-calendar-section {
    padding: 30px 0 40px;
  }
}

@media (max-width: 768px) {

  .events-calendar-days-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: none;
  }

  .events-calendar-day {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    min-width: 100%;
    border-top: 1px solid #e1e1e1;
    padding: 12px 0;
  }

  .events-calendar-day-body,
  .events-calendar-day-body--active {
    padding-left: 0;
    padding-right: 0;
  }
}
