@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#FFF;
	font-size:16px;
	font-family: 'Roboto', Arial, sans-serif;
	color:#363636;
	font-weight:300;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:900;
	margin:1em 0 0.5em;
	color:#696969;
}

h1 { font-size:3em;}
h2 { font-size:2.2em;}
h3 { font-size:2em;}
h4 { font-size:1.6em;}
h5 { font-size:1.4em;}
h6 { font-size:1.2em;}

p {
	margin:0.9em 2 0.9em;
}

img {
	vertical-align:bottom;
	max-width:100%;
}

.bold {
	font-weight:700;
}

a:link,
a:visited {
	text-decoration:none;
	color: black;
	transition:0.2s all ease;
}

a:hover {
	text-decoration:none;
	color: black;
}

a:active {
	color:#696969;
}

.negative {
	color:#FFFFFF;
}

.negative h1,
.negative h2,
.negative h3,
.negative h4,
.negative h5,
.negative h6 {
	color:#FFFFFF;
}

.negative a:link,
.negative a:visited {
	color:#FFF;
}
.negative a:hover {
	color:#FFF;
	text-decoration:underline;
}
.negative a:active {
	color:#FFF;
}

.button {
    border: 1px solid black;
    border-radius: 5px;
    color: black;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1;
    padding: 17px 33px 15px;
	margin:20px 0;
    text-transform: uppercase;
    transition: all 0.2s ease;
}

.button:hover {
	background: black;
	color: white;
}


.negative .button {
    border: 1px solid #FFF;
    color: black;
}

.negative .button:hover {
	background: white;
    color: black;
	text-decoration:none;
}

.wrapper {
	width:1200px;
	margin:0 auto;
}

.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

#header {
	background:#FFF;
}

#headerTop {
	background:#363636;
	color:#898989;
	font-weight:300;
	padding:8px 0;
	font-size:12px;
	border-bottom:4px solid #ececec;
}

#headerTop a { 
	color: #898989;
}

#headerTopLeft span {
	margin-right:40px;
}
#headerTopLeft span i {
	color:#4A4A4A;
}

#headerTopLeft {
	float:left;
}

#headerTopRight {
	float:right;
}

#headerTopRight i {
	margin:0 2px;
}

#headerTopRight a img { 
	height: 15px;
    margin-left: 10px;
}

#logo {
	float:left;
}

#logo img {
	height:100px;
	padding:4px 0 0px;
}

#nav {
	float:right;
}

#nav ul {
	list-style:none;
	margin:0;
	padding:0;
}

#nav ul li {
	float:left;
}

#nav ul li a {
	display:block;
	padding:44px 20px 36px;
	height:20px;
	line-height:20px;
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:1px;
}

#nav ul li a:link,
#nav ul li a:visited {
	color:#696969;
	text-decoration:none;
	border-bottom:4px solid #FFF; 
	transition:0.2s all ease;
}

#nav ul li a:hover {
	color: black;
	border-bottom:4px solid black; 
	background:#F5F2F1;
}

#respmenu {
	display:none;
	font-size:1.2em;
	margin-top:40px;
}

#hero {
	background:url(../images/hero.jpg) center center / cover fixed;
	padding:180px 0;
	text-align:center;
}

#products {
	background:#F2F2F2;
	padding:50px 0 120px;
	text-align:center;
}

#products img { 
	width: 190px;
	height: 140px;

}

#wrapper,
#products .wrapper {
    text-align: center; /* centriranje inline-block elemenata */
}

#products .product {
	width:200px;
	padding:35px 35px 15px;
	display: inline-block;
	vertical-align: top;
	margin-top: 50px;
	margin-right:40px;
	background:#FFF;
	text-align:center;
	position:relative;
	top:0;
    transition: all 0.2s ease;
}

#products .product:nth-of-type(4n) {
	margin-right:0;
}

#products .product span {
	position:absolute;
	left:50%;
	top:-30px;
	width:60px;
	height:60px;
	background:#D9D9D9;
	margin-left:-30px;
	font-size:30px;
	border-radius:32px;
    transition: all 0.2s ease;
}

#products .product span i {
	margin-top:15px;
}

#products .product:hover span {
	background:#CDCDCD;
}

#products .product:hover {
	top:-10px;
}

#products .product:hover .button {
	animation:product-dugme infinite 1s alternate;
}

@keyframes product-dugme {
	0% {
		transform:scale(1);
	}
	100% {
		transform:scale(1.1);
	}
}

#about {
	background:url(../images/about.jpg) center center / cover;
	padding:100px 0;
	font-size:1.2em;
}

#about .back {
	background:rgba(0,0,0,0.78);
	border-radius:4px;
	padding:20px 40px;
	width:600px;
}

#partner {
	padding:60px 0 100px;
	text-align:center;
}

.bx-wrapper .bx-viewport {
	box-shadow:none !important;
}

#footer {
	padding:60px 0;
	background:#363636;
	color:#C5C5C5;
}

.footerBlock {
	float:left;
	margin-right:40px;
	width:300px;
}

.footerBlockR {
	float:right;
}

.footerBlockR img {
	height:100px;
	margin-top:50px;
}

#footerBottom {
	border-top:1px solid #909090;
	margin-top:30px;
	padding:30px 0;
}

#footerBottom .button {
	float:right;
}

#footer ul { 
	padding: 0; 
	margin: 0;
	font-size: 17px;
	list-style: none;
}

#central {
	border-top:1px solid #CCC;
	padding:60px 0 120px;
}

.product2 {
	overflow:hidden;
	margin:40px 0;
}

.product2 img {
	float:left;
	width: 300px;
	height: 220px;
}

.productInner {
	padding-left:400px;
}

.productInner h2 {
	margin-top:0px;
}

.referenceLink {
	width:220px;
	margin:0 25px 25px 0;
	display:block;
	float:left;
}

.referenceLink:nth-of-type(5n) {
	margin-right:0;
}

.article {
	border-bottom:1px solid #CCC;
	padding:20px 0;
	margin-bottom:20px;
	overflow:hidden;
}

.article header {
	border-bottom:1px solid #EEE;
	margin-bottom:10px;
}

.article header p {
	font-size:12px;
	text-transform:uppercase;
}

.article .articleImg {
	float:right;
	margin:0 0 0 30px;
}

.article h2 {
	margin-top:0;
}

#main {
	width:800px;
	float:left;
}

#sidebar {
	width:300px;
	float:right;
}

#map {
	width:100%;
	height:340px;
}

.contactInfo {
	margin:30px 0;
}

.contactInfo p {
	border-bottom:1px solid #ccc;
	padding:10px 0;
	font-size:1.4em;
}

.contactInfo i {
	width:100px;
	color:#ccc;
}

@media screen and (min-width:1024px) and (max-width:1260px) {
	.wrapper {
		width:960px;
	}
	#products .product {
		width:380px;
		margin-right:60px;
	}
	#products .product:nth-of-type(4n) {
		margin-right:60px;
	}
	#products .product:nth-of-type(2n) {
		margin-right:0;
	}
	
	.referenceLink {
		width:210px;
		margin:0 40px 40px 0;
	}
	.referenceLink:nth-of-type(5n) {
		margin-right:40px;
	}
	.referenceLink:nth-of-type(4n) {
		margin-right:0;
	}

	#main {
		width:600px;
		float:left;
	}
	
	#sidebar {
		width:280px;
		float:right;
	}

}

@media screen and (min-width:768px) and (max-width:1023px) {
	.wrapper {
		width:700px;
	}

	#products .product {
		width:260px;
		margin-right:40px;
	}

	#products .product:nth-of-type(4n) {
		margin-right:40px;
	}

	#products .product:nth-of-type(2n) {
		margin-right:0;
	}

	#about .back {
		width:400px;
	}

	#logo {
		float:none;
		text-align:center;
	}
	
	#nav {
		float:none;
	}
	
	.referenceLink {
		width:210px;
		margin:0 35px 35px 0;
	}

	.referenceLink:nth-of-type(5n) {
		margin-right:35px;
	}

	.referenceLink:nth-of-type(3n) {
		margin-right:0;
	}

	#main {
		width:480px;
		float:left;
	}
	
	#sidebar {
		width:200px;
		float:right;
	}
}

@media screen and (max-width:767px) {
	.wrapper {
		width:80%;
	}
	
	#logo {
		float:none;
		text-align:center;
	}

	#respmenu {
		display:block;
	}
	
	#nav {
		float:none;
	}

	#nav ul {
		display:none;
	}

	#nav ul li {
		float:none;
		border-bottom:1px solid #ccc;
	}

	#products .product {
		width: auto;
		margin-right: 10px;
		float: none;
	}

	#products .product:nth-of-type(4n) {
		margin-right:0;
	}

	#about .back {
		width:auto;
	}

	.product2 {
		overflow:hidden;
		margin:40px 0;
		border-top:1px solid #CCC;
		padding-top:30px;
	}

	.product2 img {
		float:none;
	}

	.product2 .button { 
		padding: 15px 31px 13px;
	}

	.productInner {
		padding-left:0;
	}

	.productInner h2 {
		margin-top:20px;
	}

	.referenceLink {
		width:100%;
		margin:0 0 35px 0;
	}

	.referenceLink:nth-of-type(5n) {
		margin-right:0;
	}

	.contactInfo i {
		display:block;
		margin-bottom:10px;
		color:#ccc;
	}
	
	.article .articleImg {
		float:none;
		margin:0 0 20px 0;
	}
	
	.article h2 {
		margin-top:20px;
	}
	
	#main,
	#sidebar {
		width:auto;
		float:none;
	}

	#headerTopLeft,
	#headerTopRight {
		float:none;
		margin-bottom:20px;
	}
	
	.footerBlock,
	.footerBlockR {
		width:auto;
		float:none;
	}

	.pic_row { 
		flex-direction: column;
	}

}

.pic_row { 
	display: flex;
	margin: auto;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 5px;

}

.pic_row img { 
	display: block;
	width: 50%;
	height: 50%;
	margin-left: 5px;

}

iframe { 
	width: 100%;
	height: 300px;
}

.glide {
  position: relative;
}

[data-glide-el="controls"] {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

[data-glide-el="controls"] button {
  pointer-events: all;
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
}

/* Glide optimizacija */

/* Track (visina slidera) */
.glide__track {
  height: 300px; /* menjaš po potrebi */
}

/* Slides */
.glide__slides {
  height: 100%;
}

.glide__slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Slike */
.glide__slide img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* GLightbox + Glide video thumbnail */
.glide__slide a.glightbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.video-thumb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.video-thumb img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.video-thumb .play-btn {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(0,0,0,0.55);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 1;
  pointer-events: none;
}

@media screen and (max-width:767px) {
  .video-thumb .play-btn {
    width: 52px;
    height: 52px;
    font-size: 22px;
  }
}

/* Luminous gallery fix za mobilni + desktop optimizacija */

/* Centering */
.lum-lightbox-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Universal image behavior */
.lum-lightbox-inner img,
.lum-img {
  width: auto !important;
  height: auto !important;
  max-width: 92vw !important;
  max-height: 92vh !important;
  object-fit: contain !important;
}

/* Fix mobile overflow koji Luminous ubacuje */
.lum-lightbox-image-wrapper {
  overflow: hidden !important;
}

.download-list { 
	padding: 0; 
	margin: 0; 
	list-style-type: none;
}

.download-list li { 
	display: block; 
	padding: 10px 16px;
	width: 100%;
	background-color: #363636;
	transition: 0.2s background-color;
	margin: 3px 0px;
}

.download-list li a { 
	color: white;
}

.download-list li:hover { 
	background-color: #292929;
	cursor: pointer;
}