/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 16 2025 | 09:55:21 */
.header-menu li.current-menu-item a::after {
	content: "";
	bottom: -5px;
	width: 100%;
	height: 2px;
}

.header-icons ul li:last-child svg {
	width: 21px;
}

.nagrade-godina-content {
	display:none;
}

.povezane-objave-pocetna .related-posts {
	line-height: 1.8em;
	margin-top: 5px;
}

.povezane-objave-pocetna .related-posts a {
	color: #2e2e2e;
	font-size: 16px;
	font-weight: 600;
}

.povezane-objave-pocetna .related-posts a:first-child{
	display: none;
}

.povezane-objave-pocetna .related-posts br:nth-child(2) {
	display: none;
}

.istrazivacke-price-lista .ue-grid-item-meta-data-icon svg {
	fill: none!important;
}

.fotogalerija-clip {
	clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
}

a.IRPP_ruby {
	display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
	background: #FBFBFB;
	box-shadow:2px 2px 12px #00000040 !important;
	margin-top: 2em;
	margin-bottom: 2em;
}

a.IRPP_ruby:hover {
	background: #f5f5f5!important;
}

.IRPP_ruby, .IRPP_ruby .postImageUrl, .IRPP_ruby .centered-text-area {
  height: 155px!important;
}

a.IRPP_ruby .centered-text-area .ctaButton {
	display: none;
}

a.IRPP_ruby .postImageUrl {
    width: 25%!important;
}

a.IRPP_ruby .centered-text-area {
	width: 75%!important;
	display: flex;
	align-items: center;
}

.IRPP_ruby .IRPP_ruby-content {
  padding: 0px !important;
}

.IRPP_ruby .postTitle {
  color: #1B449B!important;
	font-size: 20px!important;
	font-weight: 700!important;
	margin-bottom: 6px!important;
}

.IRPP_ruby .postExcerpt {
	font-size: 16px!important;
	color: #000;
	font-weight: 400;
}

.postExcerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.price-tekst h1, .price-tekst h2, .price-tekst h3, .price-tekst h4, .price-tekst h5, .price-tekst h6 {
	color: #1B449B!important;
	font-weight: 700;
	font-size: 28px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.vijesti-tekst h1, .vijesti-tekst h2, .vijesti-tekst h3, .vijesti-tekst h4, .vijesti-tekst h5, .vijesti-tekst h6 {
	color: #1B449B!important;
	font-weight: 700;
	font-size: 28px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.naslov {
	color: #1B449B!important;
	font-weight: 700;
	font-size: 28px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.price-tekst figcaption {
	font-size: 13px;
	font-weight: 400;
	color: #565656;
	margin-top: 5px;
}

.wp-caption-text {
    font-size: 13px!important;
	line-height: 1.4;
}

.box-puna {
	background-color: #F1F1F1;
	padding: 30px 30px 30px 120px;
	margin: 35px 20px;
	box-shadow:0px 0px 10px #00000040 !important;
	position: relative;
	font-style: italic;
}

.box-puna::before {
	content: "";
  display: block;
  background-image: url('https://cin.ba/wp-content/uploads/2025/01/image-15-1.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 32px;
  height: 22px;
	position: absolute;
	left: 30px;
	top: 30px;
}

.box-puna::after {
	content: "";
  display: block;
  width: 6px;
  height: calc(100% - 60px);
  background-color: #1B449B;
  position: absolute;
  left: 86px;
  top: 50%;;
  transform: translateY(-50%);
}

.box-desno {
	width: 40%;
	float: right;
	background-color: #F1F1F1;
	box-shadow:2px 4px 12px #00000040 !important;
	padding: 120px 30px 30px 30px;
	margin: 0px 0px 30px 20px;
	position: relative;
}

.box-desno::before {
	content: "";
  display: block;
  background-image: url('https://cin.ba/wp-content/uploads/2025/01/image-16-1.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 50px;
  height: 35px;
	position: absolute;
	left: 30px;
	top: 30px;
}

.box-desno::after {
  content: "";
  display: block;
  width: calc(100% - 60px);
  height: 4px;
  background-color: #1B449B;
  position: absolute;
  left: 30px;
  top: 85px;
  transform: translateY(-50%);
}

.baza-tekst {
	margin-top: 30px;
	margin-bottom: 30px;
}

.baza-tekst-infogram {
	width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
    left: 0;
}

.baza-tekst-gif {
    width: 1300px;
    max-width: 100vw;
	margin-left: calc(-57vw + 100%);
}

.baza-tekst-mobile {
	display: none;
}

@media (max-width: 768px) {
	.baza-tekst-mobile {
		display: block;
	}
	.baza-tekst {
		display: none;
	}
	.baza-tekst-infogram {
		display: none;
	}
	.baza-tekst-gif {
		display: none;
	}
}

.postTitle {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nagrade-godina {
    cursor: pointer;
}

.sby_info {
    text-align: left!important;
	margin: 10px 0px!important;
	font-family: "Open Sans"!important;
}

.sby_video_title {
    font-weight: 600!important;
    line-height: 1.1em!important;
}

.sby_video_title_wrap {
	margin-bottom: 8px!important;
}

.sby_player_outer_wrap {
	margin: 0px 0px!important;
	padding: 0px!important
}

.sby_items_wrap {
	margin-top: 15px!important;
}

.sby_load_btn {
	background: rgb(27 68 155)!important;
    color: rgb(255, 255, 255)!important;
    font-size: 14px!important;
    padding: 8px 20px!important;
    border-radius: 0px!important;
    margin-top: 20px!important;
}

.sby_date {
	font-size: 12px!important;
	color: #4c4c4c!important
}

.sby_item_caption_wrap {
    color: #4c4c4c !important;
    font-size: 10px!important;
    line-height: 1.3em!important;
    text-align: left!important;
    margin-top: 8px!important;
}

a.IRPP_ruby {
    gap: 12px!important;
    background: #fff!important;
    box-shadow: none!important;
    margin-top: 1.5em!important;
    margin-bottom: 1.5em!important;
	border: 1px solid #dddddda1!important;
	padding: 0px 0px 0px 12px!important;
}

a.IRPP_ruby:hover {
    background: #fff !important;
}

.IRPP_ruby:after, .ctaButton {
	display:none!important;
	visibility: hidden!important;
}

a.IRPP_ruby .centered-text-area {
    width: 85% !important;
}

a.IRPP_ruby .postImageUrl {
    width: 160px !important;
    height: 100px !important;
}

.IRPP_ruby .centered-text-area, .IRPP_ruby {
    height: 124px !important;
}

.vijesti-tekst h1, .vijesti-tekst h2, .vijesti-tekst h3, .vijesti-tekst h4, .vijesti-tekst h5, .vijesti-tekst h6 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.vijesti-tekst h1, .vijesti-tekst h2, .vijesti-tekst h3, .vijesti-tekst h4, .vijesti-tekst h5, .vijesti-tekst h6 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.IRPP_ruby .postTitle {
    font-size: 18px !important;
	line-height: 1.3em!important
}

.IRPP_ruby .postExcerpt {
    font-size: 13px!important;
    line-height: 1.3em!important;
}

.mobile-search-form input:focus {
        outline: none!important
	}
	.mobile-search-form input {
        border: 1px solid #f1f1f1!important;
		font-size: 14px!important;
		color: #444!important;
		background: #f1f1f1!important
	}
	input[type="search"]::-webkit-search-cancel-button {
  		-webkit-appearance: none;
  		height: 16px;
  		width: 16px;
  		background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
  		cursor: pointer;
	}
	.search-result-item {
    	margin-bottom: 8px;
	}

	.search-result-content {
    	display: flex;
    	align-items: center;
	}

	.search-result-image {
    	width: 65px;
    	height: auto;
    	margin-right: 8px;
	}

	.search-result-title {
    	font-size: 14px!important;
    	font-weight: 400!important;
    	color: #232323!important;
    	line-height: 1.3em!important;
    	text-decoration: none;
	}
	.search-result-title {
    	display: -webkit-box; 
    	-webkit-line-clamp: 2; /* Limit to 2 lines */
    	-webkit-box-orient: vertical; /* Ensure it works vertically */
    	overflow: hidden; /* Hide overflowed content */
    	text-overflow: ellipsis; /* Add "..." at the end */
    	font-size: 14px; /* Adjust font size as needed */
	}

@media (max-width: 768px) {
	.baza-tekst-mobile {
		display: block;
	}
	.baza-tekst {
		display: none;
	}
	.elementor-widget-theme-post-featured-image figcaption {
		padding-left: 15px;
	}
	.mobile-menu-popup {
		margin-top: 0px!important;
		padding-right: 50px!important;
		height: 90vh!important;
	}
}

@media only screen and (max-width: 768px) {
  	a.IRPP_ruby {
		gap: 5px!important;
		margin-top: 1.0em!important;
		margin-bottom: 1.0em!important;
		box-shadow: none!important;
		background: #fff!important;
		border: 1px solid #dddddda1!important;
		padding: 0px 0px 0px 7px!important;
	}
	.IRPP_ruby, .IRPP_ruby .postImageUrl, .IRPP_ruby .centered-text-area {
		height: 84px!important;
	}
	a.IRPP_ruby .postImageUrl {
   		width: 100px!important;
		height: 70px!important;
	}
	.IRPP_ruby .postTitle {
    	font-size: 12px !important;
    	font-weight: 700 !important;
		line-height: 1.3em!important
	}
	.IRPP_ruby .postExcerpt {
    	font-size: 10px !important;
		line-height: 1.3em!important
	}
	figcaption {
		font-size: 12px;
		padding-top: 5px
	}
	.price-tekst h1, .price-tekst h2, .price-tekst h3, .price-tekst h4, .price-tekst h5, .price-tekst h6 {
		font-size: 24px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.vijesti-tekst h1, .vijesti-tekst h2, .vijesti-tekst h3, .vijesti-tekst h4, .vijesti-tekst h5, .vijesti-tekst h6 {
		font-size: 24px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.box-puna {
    	padding: 15px 15px 15px 60px;
    	margin: 20px 0px;
	}
	.box-puna::before {
    	width: 25px;
    	height: 17px;
    	left: 10px;
    	top: 20px;
	}
	.box-puna::after {
    	width: 2px;
    	height: calc(100% - 40px);
    	left: 45px;
    	top: 50%;
    	transform: translateY(-50%);
	}
	.mobile-header .elementor-icon-wrapper {
		line-height: 0px;
	}
	.mobile-menu-popup {
		margin-top: 0px!important;
		padding-right: 50px!important;
		height: 90vh!important;
	}
	.dialog-type-lightbox {
    	height: calc(100% - 10vh)!important;
	}
	#elementor-popup-modal-1047839 {
    	backdrop-filter: blur(2px);
	}
	.menu-item a {
		outline: none!important
	}
	a.IRPP_ruby:hover {
    	background: #fff !important;
	}
	.mobile-menu-items .elementor-1047839 .elementor-element.elementor-element-808dfec .elementor-nav-menu .elementor-item {
        background: #1b449b!important;
	}
	.mobile-search-form input:focus {
        outline: none!important
	}
	.mobile-search-form input {
        border: 1px solid #f1f1f1!important;
		font-size: 14px!important;
		color: #444!important;
		background: #f1f1f1!important
	}
	input[type="search"]::-webkit-search-cancel-button {
  		-webkit-appearance: none;
  		height: 16px;
  		width: 16px;
  		background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
  		cursor: pointer;
	}
	.search-result-item {
    	margin-bottom: 8px;
	}

	.search-result-content {
    	display: flex;
    	align-items: center;
	}

	.search-result-image {
    	width: 65px;
    	height: auto;
    	margin-right: 8px;
	}

	.search-result-title {
    	font-size: 14px!important;
    	font-weight: 400!important;
    	color: #232323!important;
    	line-height: 1.3em!important;
    	text-decoration: none;
	}
	.search-result-title {
    	display: -webkit-box; 
    	-webkit-line-clamp: 2; /* Limit to 2 lines */
    	-webkit-box-orient: vertical; /* Ensure it works vertically */
    	overflow: hidden; /* Hide overflowed content */
    	text-overflow: ellipsis; /* Add "..." at the end */
    	font-size: 14px; /* Adjust font size as needed */
	}
	.sby_player_outer_wrap {
    	margin: 0px 0px !important;
    	padding: 5px !important;
	}
	.box-desno {
		width: 100%;
    	padding: 73px 15px 15px 15px;
	}
	.box-desno::before {
    	width: 40px;
    	height: 28px;
    	left: 15px;
    	top: 15px;
	}
	.box-desno::after {
    	width: calc(100% - 30px);
    	height: 2px;
    	left: 15px;
    	top: 58px;
	}
}

.desktop-header .elementor-icon-wrapper, .mobile-search-form .elementor-icon-wrapper {
	line-height: 0px;
}


.elementor-1047839 .elementor-element.elementor-element-8e558f5 .elementor-nav-menu .elementor-item {
	background: #1b449b!important;
}

.svg-ikonice-mini .uc-svg-image {
    width: 16px!important;
}

#hostinger-preview-banner {
	display:none!important;
}

#smart-button-container input:focus {
	outline: none!important;
}

/* TAGOVI */

.custom-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Razmak između tagova */
}

.custom-tags .tag {
    background: #1b449b; /* Nova boja */
    color: #ffffff;
    padding: 3px 10px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 11px;
	text-transform: uppercase; /* Sva slova velika */
    transition: background 0.3s;
}

.custom-tags .tag:hover {
    background: #142f6b; /* Tamnija nijansa za hover */
}

.elementor iframe {
    width: 100% !important;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.iframevideo {
	height: 1171px!important;
}

@media (max-width: 767px) {
	.iframevideo {
	height: 450px!important;
}
}
	
.infografika {
  width: 40%;
  float: right;
  margin-left: 10px;
	clear:both!important;
	overflow:hidden!important;
}

.infografika-min {
  width: 20%;
  float: right;
  margin-left: 10px;
}

.infografika-mini {
  width: 14%;
  float: right;
  margin-left: 10px;
}

.tooltip-box {
position: relative;
display: inline-block;
}

.tooltip-box .tooltip-text {
visibility: hidden;
width: 420px;
background-color: var(--e-global-color-primary);
color: #fff;
text-align: left;
border-radius: 6px;
padding: 15px;

/* Position the tooltip */
position: absolute;
z-index: 1;
}

.tooltip-box:hover .tooltip-text {
visibility: visible;}

.tooltip-box-lijevo {
position: relative;
display: inline-block;
}

.tooltip-box-lijevo .tooltip-text-lijevo {
visibility: hidden;
width: 420px;
background-color: var(--e-global-color-primary);
color: #fff;
text-align: left;
border-radius: 6px;
padding: 15px;

/* Position the tooltip */
position: absolute;
z-index: 1;
}

.tooltip-box-lijevo:hover .tooltip-text-lijevo {
visibility: visible;}

@media (max-width: 768px) {
	.tooltip-box {
position: relative;
display: inline;
}
	.tooltip-box .tooltip-text {
visibility: hidden;
width: 260px;
background-color: var(--e-global-color-primary);
color: #fff;
text-align: left;
border-radius: 6px;
padding: 15px;

/* Position the tooltip */
position: absolute;
z-index: 1;
}
	
	.tooltip-box-lijevo {
position: relative;
display: inline;
}
	.tooltip-box-lijevo .tooltip-text-lijevo {
visibility: hidden;
width: 260px;
background-color: var(--e-global-color-primary);
color: #fff;
text-align: left;
border-radius: 6px;
padding: 15px;

/* Position the tooltip */
position: absolute;
z-index: 1;
}
	
.tooltip-box-lijevo:hover .tooltip-text-lijevo {
    visibility: visible;
    margin-left: -150px;
}
}