body {
	font-family: "Inter", sans-serif;
}

a:link { color: #333333; text-decoration: none; }
a:visited { color: #333333; text-decoration: none; }
a:hover { color: #333333; text-decoration: none; }

.idk_margin_top50 { margin-top: 50px; }
.idk_margin_top100 { margin-top: 100px; }
.idk_margin_top150 { margin-top: 150px; }
.idk_margin_top200 { margin-top: 200px; }
.idk_padding_top150 { padding-top: 150px; }
.idk_padding_top200 { padding-top: 200px; }

header {
	position: relative;
	width: 100%;
	height: auto;
}

a.idk_btn:link {
	display: inline-block;
	font-weight: 700;
	text-decoration: none;
	padding: 20px 100px;
	background-color: #D1050C;
	color: #FFFFFF;
	border-radius: 10px;
	margin-top: 20px;
}

a.idk_btn:visited {
	display: inline-block;
	font-weight: 700;
	text-decoration: none;
	padding: 20px 100px;
	background-color: #D1050C;
	color: #FFFFFF;
	border-radius: 10px;
	margin-top: 20px;
}

h1 {
	font-size: 40px;
	font-weight: 900;
	color: #D1050C;
}

h2 {
	font-size: 60px;
	font-weight: 900;
	color: #D1050C;
}

h3 {
	font-size: 40px;
	font-weight: 900;
	color: #D1050C;
}

h4 {
	font-size: 24px;
	font-weight: 700;
}

.idk_topline {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
}

.idk_logo {
	max-width: 100%;
	height: auto;
	margin: 35px 0px 30px 0px;
}

.idk_slider_content {
	position: relative;
	width: 100%;
	min-height: 550px;
	padding: 80px 150px 80px 200px;
	background-color: #D1050C;
	color: #FFFFFF;
}


.idk_slider_content h3 {
	font-size: 38px;
	font-weight: 900;
	margin-bottom: 20px;
	color: #FFFFFF;
}

a.idk_light_btn:link {
	display: inline-block;
	font-weight: 700;
	text-decoration: none;
	padding: 20px 100px;
	background-color: #FFFFFF;
	color: #D1050C;
	border-radius: 10px;
	margin-top: 20px;
}

a.idk_light_btn:visited {
	display: inline-block;
	font-weight: 700;
	text-decoration: none;
	padding: 20px 100px;
	background-color: #FFFFFF;
	color: #D1050C;
	border-radius: 10px;
	margin-top: 20px;
}

.idk_slider_left {
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 20px 25px;
	background-color: #FFFFFF;
	border-radius: 20px 0px 0px 0px;
}

.idk_slider_img {
	position: relative;
}

.idk_slider_img .idk_slider_slideimg {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.idk_slider_right {
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 20px 25px;
	background-color: #D1050C;
	border-radius: 0px 20px 0px 0px;
}

.idk_rm_box {
	position: relative;
	width: 100%;
	height: auto;
}

.idk_rb_img {
	width: 100%;
	height: auto;
}

.idk_rb_logo {
	position: absolute;
	top: 70px;
	left: 0px;
	max-width: 100%;
	height: auto;
}

.idk_rm_box ul {
	position: absolute;
	left: 0px;
	bottom: 150px;
}

.idk_rm_box .list-inline-item:not(:last-child) {
    margin-right: 30px;
}

.idk_section1 {
	position: relative;
	width: 100%;
	height: auto;
}

.idk_img_tkosmomi_left {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: 100%;
	height: auto;
}

.idk_img_tkosmomi_right {
	position: absolute;
	top: 0px;
	right: 0px;
	max-width: 100%;
	height: auto;
}

.idk_posao_box {
	position: relative;
	width: 100%;
	height: 400px;
	margin-top: 150px;
}

.idk_posao_box img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 400px;
}

.idk_posao_box_filter {
	position: absolute;
	width: 100%;
	height: 400px;
	background: linear-gradient(90deg, rgba(209,5,12,1) 0%, rgba(209,5,12,0) 100%);
}

.idk_posao_box .container {
	position: relative;
	z-index: 8;
	padding-top: 80px;
}

.idk_posao_box h2, .idk_posao_box p {
	color: #FFFFFF;
}

.idk_post_box {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.idk_post_box img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.idk_post_box_content {
	width: 100%;
	height: auto;
	padding: 20px;
	background-color: #F5F5F5;
}

.idk_post_box_content p {
	font-weight: 700;
	margin-bottom: 5px;
}

.idk_post_box_content h3 {
	font-size: 24px;
	font-weight: 900;
	color: #D1050C;
	margin: 0px;
}

footer {
	position: relative;
	margin-top: 200px;
	width: 100%;
	height: auto;
	padding: 80px 0px 10px 0px;
	background-color: #252834;
	color: #FFFFFF;
}

.idk_footer_line {
	position: absolute;
	left: 0px;
	top: -5px;
	width: 100%;
	height: auto;
	z-index: -1;
}

.idk_footer_desc {
	font-size: 14px;
	margin-top: 15px;
}

footer h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

footer a:link { color: #FFFFFF; }
footer a:visited { color: #FFFFFF; }
footer a:hover { color: #FFFFFF; }

.idk_content_title_bg {
	height: 300px;
	background-color: #D1050C;
}

.idk_content_title_bg h1 {
	font-size: 48px;
	font-weight: 700;
	color: #FFFFFF;
	padding: 30px 0px;
}

.idk_content_title_bg h2 {
	font-size: 48px;
	font-weight: 700;
	color: #FFFFFF;
	padding: 30px 0px;
}

.idk_content_title img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.idk_content_gallery img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	margin-bottom: 30px;
}

.idk_content_logo {
	width: auto;
	height: 150px;
}

.idk_form label {
	margin-left: 15px;
}

.idk_form input {
	width: 100%;
	padding: 15px 30px;
	border: 1px solid #666666;
	border-radius: 30px;
	margin-bottom: 20px;
}

.idk_form textarea {
	width: 100%;
	padding: 15px 30px;
	border: 1px solid #666666;
	border-radius: 30px;
	margin-bottom: 20px;
}

.idk_form button {
	width: 100%;
	padding: 15px 30px;
	background-color: #D1050C;
	color: #FFFFFF;
	border: 0px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.idk_map_box {
	width: 100%;
	height: auto;
	padding: 30px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 18px 5px rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
}

.idk_map_box h4 {
	font-size: 24px;
	font-weight: 700;
	color: #D1050C;
	margin-bottom: 20px;
}

.idk_map_box ul {
	margin-top: 30px;
	margin-bottom: 0px;
}

.idk_map_box_holder {
	width: 100%;
	height: 550px;
	padding: 20px;
	overflow-x: hidden;
	overflow-y: scroll;
}

/* Firefox (uncomment to work in Firefox, although other properties will not work!)  */
/** {
  scrollbar-width: thin;
  scrollbar-color: #000000 #EEEEEE;
}*/

/* Chrome, Edge and Safari */
.idk_map_box_holder::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
.idk_map_box_holder::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #EEEEEE;
}

.idk_map_box_holder::-webkit-scrollbar-track:hover {
  background-color: #EEEEEE;
}

.idk_map_box_holder::-webkit-scrollbar-track:active {
  background-color: #EEEEEE;
}

.idk_map_box_holder::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #999999;
}

.idk_map_box_holder::-webkit-scrollbar-thumb:hover {
  background-color: #999999;
}

.idk_map_box_holder::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}

.idk_catalog_box img {
	width: 100%;
	height: auto;
}

.idk_catalog_box h4 {
	font-size: 16px;
	text-align: center;
	width: 100%;
	padding: 30px 10px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 18px 5px rgba(0, 0, 0, 0.05);
}

.idk_catalog_box .slick-slide {
    margin: 0px 10px 0px 10px;
}

.idk_catalog_box .slick-list {
    margin: 0px -10px 0px -10px;
}

.idk_contact_box {
	width: 100%;
	height: auto;
	padding: 50px 30px 20px 30px;
	box-shadow: 0px 0px 18px 5px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}

.idk_contact_box h4 {
	font-size: 20px;
	font-weight: 700;
}

.idk_contact_box p {
	font-size: 14px;
	color: #D1050C;
	margin-bottom: 30px;
}

.idk_contact_box ul {
	font-size: 14px;
	margin-bottom: 20px;
}

.idk_content_img {
	width: 100%;
	height: auto;
	margin: 30px 0px;
}

#lightcase-case {
   width: 90% !important;  /* Set width to 90% of the viewport width */
   height: 90vh !important; /* Set height to 90% of the viewport height */
   margin-top: -45vh !important;  /* Center vertically */
   margin-left: -45% !important; /* Center horizontally */
}

#lightcase-content {
   width: 100% !important;
   height: 100% !important;
}

#lightcase-case iframe {
   width: 100% !important;  /* Make iframe take up 100% of the container width */
   height: 100% !important; /* Make iframe take up 100% of the container height */
   border: none;            /* Optional: Remove iframe border */
max-width: none !important;  /* Ensure no max-width */
max-height: none !important; /* Ensure no max-height */
}

#lightcase-case img {
   width: 100% !important;  /* Make iframe take up 100% of the container width */
   height: 100% !important; /* Make iframe take up 100% of the container height */
   border: none;            /* Optional: Remove iframe border */
max-width: none !important;  /* Ensure no max-width */
max-height: none !important; /* Ensure no max-height */
object-fit: cover;
}

#lightcase-case .lightcase-contentInner {
   width: 100% !important;  /* Make iframe take up 100% of the container width */
   height: 100% !important; /* Make iframe take up 100% of the container height */
}

.idk_modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: #333333;
}

.idk_modal-content {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.idk_close {
	position: absolute;
    top: 10px;
    right: 14px;
    font-size: 28px;
    line-height: 1;
    color: #fff;
    opacity: 0.9;
    background: transparent;
    border: 0;
    cursor: pointer;
    z-index: 10000;
}
















































#lightcase-nav a {
	color: #FFFFFF !important;
}

a.lightcase-icon-close {
	color: #FFFFFF !important;
}

/* IDK Menu Start */
#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;
	z-index: 9999;
}

#cssmenu:after,
#cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#cssmenu #menu-button {
	display: none;
}

#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 25px;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	color: #D1050C;
	text-transform: uppercase;
}

#cssmenu > ul > li:hover > a {
	color: #333333;
}

#cssmenu > ul > li.has-sub > .submenu-button {
    z-index: 99999999;
}

#cssmenu > ul > li.has-sub > a {
    padding-right: 30px;
}

#cssmenu > ul > li.has-sub > a:after {
	position: absolute;
	top: 22px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #D1050C;
	content: '';
}

#cssmenu > ul > li.has-sub > a:before {
	position: absolute;
	top: 19px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #D1050C;
	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 > ul > li.has-sub:hover > a:before {
	top: 23px;
	height: 0;
}

#cssmenu ul ul {
	position: absolute;
	left: -9999px;
}

#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: 220px;
	font-size: 14px;
	text-decoration: none;
	color: #dddddd;
	font-weight: 400;
	background: #333333;
}

#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: 1199px), 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 > ul > li.has-sub > a {
	    padding-right: 0px;
	}

	#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: #D1050C;
		background: none;
	}

	#cssmenu ul ul li:hover > a,
	#cssmenu ul ul li.active > a {
		color: #D1050C;
	}

	#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: #D1050C;
		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 #D1050C;
		border-bottom: 2px solid #D1050C;
		content: '';
	}

	#cssmenu #menu-button:before {
		position: absolute;
		top: 16px;
		right: 17px;
		display: block;
		height: 2px;
		width: 20px;
		background: #D1050C;
		content: '';
	}

	#cssmenu #menu-button.menu-opened:after {
		top: 23px;
		border: 0;
		height: 2px;
		width: 15px;
		background: #D1050C;
		-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: #D1050C;
		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: #dddddd;
		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: #dddddd;
		content: '';
	}

	#cssmenu ul ul .submenu-button:before {
		top: 12px;
		right: 16px;
	}

	#cssmenu .submenu-button.submenu-opened:before {
		display: none;
	}
}

/* IDK Menu End */

@media (max-width: 1500px) {
	.idk_slider_content {
	    padding: 100px 100px 100px 100px;
	}
}

@media (max-width: 1400px) {
	.idk_slider_content {
	    padding: 100px 50px 100px 50px;
	}

	#cssmenu > ul > li > a {
		padding: 17px 20px;
	}
}

@media (max-width: 991px) {
	.idk_margin_top180m { margin-top: 180px; }
	.idk_margin_top50m { margin-top: 50px; }
	.idk_padding_top0m { padding-top: 0px !important; }
}

@media (max-width: 768px) {
	.idk_margin_top200m { margin-top: 200px; }

	.idk_slider_img .idk_slider_slideimg {
		position: relative;
		width: 100%;
		height: 350px;
		object-fit: cover;
	}

	.idk_slider_content {
		padding: 50px 30px 50px 30px;
	}

	.idk_slider_left {
		display: none !important;
	}

	.idk_margin_top200 { margin-top: 50px; }
}
