body {
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4 {
    font-family: 'Roboto Condensed', sans-serif;
}

a:link { color: #333333; }
a:visited { color: #333333; }
a:hover { color: #007DB3; text-decoration: none; }
a:focus { color: #007DB3; text-decoration: none; }

.idk_margin_top50 { margin-top: 50px; }
.idk_margin_top30 { margin-top: 30px; }
.idk_margin_top20 { margin-top: 20px; }

.idk_padding_top30 { padding-top: 30px; }
.idk_padding_top50 { padding-top: 50px; }
.idk_padding_left5 { padding-left: 5px; }
.idk_padding_right5 { padding-right: 5px; }

#lightcase-nav a:link { color: #ffffff !important; }
#lightcase-nav a:visited { color: #ffffff !important; }
#lightcase-nav a:hover { color: #ffffff !important; }
a.lightcase-icon-close:link { color: #ffffff !important; }
a.lightcase-icon-close:visited { color: #ffffff !important; }
a.lightcase-icon-close:hover { color: #ffffff !important; }

.idk_label_color_cat_usk {
    background: rgb(0,125,179);
    background: linear-gradient(90deg, rgba(0,125,179,1) 0%, rgba(255,255,255,1) 100%);
}
.idk_label_color_cat_sport {
    background: rgb(30,130,76);
    background: linear-gradient(90deg, rgba(30,130,76,1) 0%, rgba(255,255,255,1) 100%);
}
.idk_label_color_cat_regija {
    background: rgb(217,30,24);
    background: linear-gradient(90deg, rgba(217,30,24,1) 0%, rgba(255,255,255,1) 100%);
}
.idk_label_color_cat_bih {
    background: rgb(245,171,53);
    background: linear-gradient(90deg, rgba(245,171,53,1) 0%, rgba(255,255,255,1) 100%);
}
.idk_label_color_cat_svijet {
    background: rgb(0,204,51);
    background: linear-gradient(90deg, rgba(0,204,51,1) 0%, rgba(255,255,255,1) 100%);
}
.idk_label_color_cat_kultura {
    background: rgb(102,51,153);
    background: linear-gradient(90deg, rgba(102,51,153,1) 0%, rgba(255,255,255,1) 100%);
}
.idk_label_color_cat_magazin {
    background: rgb(210,82,127);
    background: linear-gradient(90deg, rgba(210,82,127,1) 0%, rgba(255,255,255,1) 100%);
}

.img-fullwidth {
    width: 100%;
    height: auto;
}

a.idk_light:link { color: #c1c1c1; }
a.idk_light:visited { color: #c1c1c1; }
a.idk_light:hover { color: #ffffff; text-decoration: none; }

.idk_header_top {
    width: 100%;
    background-color: #2f2f2f;
    color: #c1c1c1;
    font-size: 14px;
    padding: 10px 0px;
}

.idk_header_top ul { margin: 0px; }
.idk_header_top .idk_top_menu .list-inline-item:not(:last-child) { margin-right: 20px; }

.idk_slider {
    width: 100%;
    margin-top: 30px;

}

.idk_news_slider .slick-slide {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
    cursor: w-resize !important;
}

.idk_news_slider .slick-slide:hover img {
    transform: scale(1.2);
    transition: transform .2s;
}

.idk_news_slider .slick-slide:hover .idk_news_slider_bg {
    background-color: rgba(0,0,0,0.5);
    transition: background-color .2s;
}

.idk_news_slider .idk_news_slider_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.2);
    z-index: 1;
    transition: background-color .2s;
}

.idk_news_slider img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 450px;
    object-fit: cover;
    z-index: 0;
    transition: transform .2s;
}

.idk_news_slider_content {
    position: absolute;
    width: 100%;
    padding: 20px 30px;
    bottom: 0px;
    z-index: 3;
}

.idk_news_slider_content label {
    padding: 2px 10px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
}

.idk_news_slider_content h2 {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
}

.idk_news_slider_content p {
    font-size: 14px;
    color: #ffffff;
    margin: 0px;
}

.idk_side {
    margin-top: 50px;
    background-color: #f8f8f8;
    padding: 15px;
}

.idk_side ins{
	width:100%!important;
}

.idk_title_cat {
    width: 100%;
}

.idk_title_cat i {
    margin-right: 10px;
}

.idk_title_cat h2 {
    font-size: 16px;
    font-weight: 700;
    background-color: #333333;
    color: #ffffff;
    margin: 0px;
    padding: 5px 20px;
}

.idk_title_cat_light {
    width: 100%;
    border-bottom: 1px solid #484848;
}

.idk_title_cat_light i {
    margin-right: 10px;
}

.idk_title_cat_light h2 {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    background-color: #ffffff;
    color: #333333;
    margin: 0px;
    padding: 5px 20px;
}

.idk_news_box_xl a:link { color: #333333; }
.idk_news_box_xl a:visited { color: #333333; }
.idk_news_box_xl a:hover { color: #333333; text-decoration: none; }

.idk_news_box_xl {
    margin-bottom: 30px;
}

.idk_news_box_xl img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.idk_news_box_xl h3 {
    font-size: 22px;
    margin: 15px 0px 0px 0px;
}

.idk_news_box_xl span {
    font-size: 14px;
    margin: 5px 0px 5px 0px;
    color: #7c8c99;
}

.idk_news_box_xl p {
    font-size: 14px;
    margin: 5px 0px 5px 0px;
}

.idk_news_box_lg a:link { color: #333333; }
.idk_news_box_lg a:visited { color: #333333; }
.idk_news_box_lg a:hover { color: #333333; text-decoration: none; }

.idk_news_box_lg img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.idk_news_box_lg h3 {
    font-size: 22px;
    margin: 15px 0px 0px 0px;
}

.idk_news_box_lg span {
    font-size: 14px;
    margin: 5px 0px 5px 0px;
    color: #7c8c99;
}

.idk_news_box_lg p {
    font-size: 14px;
    margin: 5px 0px 5px 0px;
}

.idk_news_box_md {
    margin-bottom: 30px;
}

.idk_news_box_md a:link { color: #333333; }
.idk_news_box_md a:visited { color: #333333; }
.idk_news_box_md a:hover { color: #333333; text-decoration: none; }

.idk_news_box_md img {
    width: 100%;
    height: 95px;
    object-fit: cover;
}

.idk_news_box_md h3 {
    font-size: 18px;
    margin: 5px 0px 0px 0px;
}

.idk_news_box_md span {
    font-size: 12px;
    margin: 0px;
    color: #7c8c99;
}

.idk_news_box_sm {
    margin-bottom: 30px;
}

.idk_news_box_sm a:link { color: #333333; }
.idk_news_box_sm a:visited { color: #333333; }
.idk_news_box_sm a:hover { color: #333333; text-decoration: none; }

.idk_news_box_sm img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}

.idk_news_box_sm h3 {
    font-size: 18px;
    margin: 5px 0px 0px 0px;
}

.idk_news_box_sm span {
    font-size: 12px;
    margin: 0px;
    color: #7c8c99;
}

footer {
    width: 100%;
    min-height: 300px;
    margin-top: 100px;
    background-color: #2f2f2f;
    color: #ffffff;
    border-top: 5px solid #007DB3;
}

.idk_logo_foo {
    width: auto;
    height: 70px;
}

.idk_about_foo {
    font-size: 12px;
    margin-top: 10px;
}

footer p {
    font-size: 14px;
}

footer h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.idk_post {
    margin-top: 30px;
}

.idk_post h1 {
    font-size: 26px;
    font-weight: 700;
}

.idk_post .idk_post_info {
    font-size: 12px;
}

.idk_post h3 {
    font-size: 18px;
}

.idk_post img {
    width: 100%;
    height: auto;
}

.idk_post_img {
    margin-bottom: 10px;
}

.idk_post_tags {
    width: 100%;
    min-height: 80px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.idk_post_tags ul {
    margin-top: 25px;
}

.idk_post_tags li:first-child {
    font-size: 14px;
    font-weight: 700;
}

.idk_post_tags li:not(:first-child) {
    margin-bottom: 15px;
}

.idk_post_tags li:not(:first-child) a {
    font-size: 14px;
    padding: 5px 20px;
    background-color: #eeeeee;
}

.idk_search_input input {
    width: 100%;
    margin: 20px 0px;
}

.idk_video_box {
    width: 100%;
    min-height: 150px;
    background-color: #2f2f2f;
    color: #ffffff;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 50px 0px 10px 0px;
}

.idk_video_box .list-inline {
    margin: 10px 0px 0px 0px;
}

.idk_video_box .list-inline li {
    margin-right: 20px;
}

.idk_video_slick .idk_video_slick_item {
    padding: 30px 5px;
}

.idk_video_slick_item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.idk_video_slick_item h3 {
    font-size: 22px;
    color: #ffffff;
    margin: 15px 0px 0px 0px;
}

.idk_video_slick_item span {
    font-size: 14px;
    color: #ffffff;
}

.idk_izdvojeno_slick .idk_video_slick_item {
    padding: 30px 5px;
}

.slick-slide * {
    outline: none !important;
}

a.slick-arrow:link { color: #eeeeee; }
a.slick-arrow:visited { color: #eeeeee; }
a.slick-arrow:hover { color: #ffffff; text-decoration: none; }

.idk_post_gallery {
    position: relative;
}

.idk_post_gallery .idk_post_gallery_item {
    padding: 0px 5px;
    height: 100px;
    overflow: hidden;
}

a.idk_post_gallery_next:link { color: #333333; }
a.idk_post_gallery_next:visited { color: #333333; }
a.idk_post_gallery_next:hover { color: #333333; text-decoration: none; }

a.idk_post_gallery_prev:link { color: #333333; }
a.idk_post_gallery_prev:visited { color: #333333; }
a.idk_post_gallery_prev:hover { color: #333333; text-decoration: none; }

.idk_ogls_box {
    width: 100%;
    background-color: #eeeeee;
    padding: 30px;
    margin-bottom: 30px;
}

.idk_ogls_box h4 {
    font-size: 16px;
    font-weight: 700;
}

.idk_ogls_box p {
    font-size: 14px;
    margin: 0px;
}

.idk_week_box img {
    width: 100%;
    height: auto;
}

.idk_week_box h3 {
    font-size: 18px;
    margin: 5px 0px 0px 0px;
}

.idk_week_box span {
    font-size: 12px;
    margin: 0px;
    color: #7c8c99;
}

.idk_voditelj_banner {
    max-width: 100%;
    height: auto;
    margin: 50px auto;
}







/* BreakingNews Start */

.idk_breaking_news {
    margin-top: 30px;
}

.ticker-container {
	height: 30px;
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
	font-size: 14px;
	margin-bottom: 15px;
    border: 1px solid #e8e8e8;
}
.ticker-container .ticker-caption {
	width: 100%;
	background-color: #ffffff;
	display: table;
	position: absolute;
	color: white;
	font-size: 14px;
    padding-top: 2px;
    padding-left: 2px;
	z-index: 1;
}
.ticker-container .ticker-caption p {
	height: inherit;
	width: inherit;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}
.ticker-container ul {
	list-style: none;
	padding: 0;
	height: auto;
}
.ticker-container ul div {
	overflow: hidden;
	position: absolute;
	z-index: 0;
	display: inline;
	min-width: 100%;
	left: 0;
	transition: 0.25s ease-in-out;
}
.ticker-container ul div.ticker-active {
	top: 30px;
}
.ticker-container ul div.not-active {
	top: 60px;
}
.ticker-container ul div.remove {
	top: 0;
}
.ticker-container ul div li {
	padding: 5px 0;
}
.ticker-container ul div li a {
	color: #007DB3;
}

@media (min-width: 500px) {
	.ticker-container {
		height: 30px;
		text-align: left;
	}
	.ticker-container .ticker-caption {
		height: 100%;
		width: 150px;
		background: url('../images/ticker-caption-bg.png');
	}
	.ticker-container .ticker-caption p {
		text-align: left;
		padding-left: 7px;
	}
	.ticker-container ul {
		margin-left: 170px;
		height: 100%;
	}
	.ticker-container ul div {
		height: 100%;
		left: 170px;
	}
	.ticker-container ul div.ticker-active {
		top: 0;
	}
	.ticker-container ul div.not-active {
		top: 30px;
	}
	.ticker-container ul div.remove {
		top: -30px;
	}
}

@media (min-width: 768px) {
  .ticker-container {
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .ticker-container {
    margin-bottom: 20px;
  }
}
/* BreakingNews End */




#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
    margin-top: 30px;
    border-bottom: 1px solid #e8e8e8;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px;
  margin: 2px;
  font-size: 16px;
  text-decoration: none;
  color: #333333;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  color: #000000;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:before {
	position: absolute;
	top: 22px;
	right: 14px;
	display: block;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #333333;
	content: '';
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 22px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 999;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 300px;
  font-size: 14px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #00587D;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

@media all and (max-width: 1230px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	#cssmenu {
		width: 100%;
	}

	#cssmenu ul {
		width: 100%;
		display: none;
	}

	#cssmenu.align-center > ul {
		text-align: left;
	}

	#cssmenu ul li {
		width: 100%;
		border-top: 1px solid rgba(120, 120, 120, 0.2);
	}

	#cssmenu ul ul li,
	#cssmenu li:hover > ul > li {
		height: auto;
	}

	#cssmenu ul li a,
	#cssmenu ul ul li a {
		width: 100%;
		border-bottom: 0;
	}

	#cssmenu > ul > li {
		float: none;
	}

	#cssmenu ul ul li a {
		padding-left: 25px;
	}

	#cssmenu ul ul ul li a {
		padding-left: 35px;
	}

	#cssmenu ul ul li a {
		color: #333333;
		background: none;
	}

	#cssmenu ul ul li:hover > a,
	#cssmenu ul ul li.active > a {
		color: #333333;
	}

	#cssmenu ul ul,
	#cssmenu ul ul ul,
	#cssmenu.align-right ul ul {
		position: relative;
		left: 0;
		width: 100%;
		margin: 0;
		text-align: left;
	}

	#cssmenu > ul > li.has-sub > a:after,
	#cssmenu > ul > li.has-sub > a:before,
	#cssmenu ul ul > li.has-sub > a:after,
	#cssmenu ul ul > li.has-sub > a:before {
		display: none;
	}

	#cssmenu #menu-button {
		display: block;
		padding: 17px;
		color: #333333;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 700;
	}

	#cssmenu #menu-button:after {
		position: absolute;
		top: 22px;
		right: 17px;
		display: block;
		height: 8px;
		width: 20px;
		border-top: 2px solid #333333;
		border-bottom: 2px solid #333333;
		content: '';
	}

	#cssmenu #menu-button:before {
		position: absolute;
		top: 16px;
		right: 17px;
		display: block;
		height: 2px;
		width: 20px;
		background: #333333;
		content: '';
	}

	#cssmenu #menu-button.menu-opened:after {
		top: 23px;
		border: 0;
		height: 2px;
		width: 15px;
		background: #333333;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#cssmenu #menu-button.menu-opened:before {
		top: 23px;
		background: #333333;
		width: 15px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	#cssmenu .submenu-button {
		position: absolute;
		z-index: 99;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid rgba(120, 120, 120, 0.2);
		height: 46px;
		width: 46px;
		cursor: pointer;
	}

	#cssmenu .submenu-button.submenu-opened {
		background: #262626;
	}

	#cssmenu ul ul .submenu-button {
		height: 34px;
		width: 34px;
	}

	#cssmenu .submenu-button:after {
		position: absolute;
		top: 22px;
		right: 19px;
		width: 8px;
		height: 2px;
		display: block;
		background: #333333;
		content: '';
	}

	#cssmenu ul ul .submenu-button:after {
		top: 15px;
		right: 13px;
	}

	#cssmenu .submenu-button.submenu-opened:after {
		background: #ffffff;
	}

	#cssmenu .submenu-button:before {
		position: absolute;
		top: 19px;
		right: 22px;
		display: block;
		width: 2px;
		height: 8px;
		background: #333333;
		content: '';
	}

	#cssmenu ul ul .submenu-button:before {
		top: 12px;
		right: 16px;
	}

	#cssmenu .submenu-button.submenu-opened:before {
		display: none;
	}
}

.spinner-wrapper {
  align-items: center;
  position: fixed;
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  background-color: #fff;
  z-index: 999999;
}

.spinner-wrapper svg {
    width: 100px;
    height: 100px;
    margin: 20px;
    display: inline-block;
}


/* Bootstrap Custom */
@media (min-width: 1200px) {
    .container{
        max-width: 1350px;
    }
}
/* Bootstrap Custom */

@media (max-width: 991px) {
    .idk_logo {
        text-align: center;
        margin-bottom: 20px;
    }

    .idk_header_top .col-lg-7 {
        text-align: center;
    }

    .idk_header_top .col-lg-5 {
        display: none;
    }

    .idk_news_box_lg {
        margin-bottom: 30px;
    }

    .idk_news_box_lg img {
        width: 100%;
        height: auto;
    }

    .idk_news_box_md img {
        width: 100%;
        height: auto;
    }

    .idk_news_box_sm img {
        width: 100%;
        height: auto;
    }

    footer {
        text-align: center;
    }

    footer .idk_kontakt_foo {
        display: none;
    }

    .idk_padding_left5 { padding-left: 15px; }
    .idk_padding_right5 { padding-right: 15px; }

}
