@font-face {
    font-family: 'Lustra';
	src: url('../font/lustra.woff2') format('woff2'),
        url('../font/lustra.woff') format('woff');
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}
/*.uk-slideshow-items  {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
    --tw-gradient-from: black;
    --tw-gradient-to: rgb(38 47 64 / 0);
    --tw-gradient-stops: var(--tw-gradient-to), var(--tw-gradient-from);
    mix-blend-mode: multiply;
}*/
.uk-slideshow-items picture:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(27, 27, 27, 0);
        background: -webkit-gradient(linear, left bottom, left top, from(rgb(38 47 64 / 0)), to(black));
        background: linear-gradient(0deg, rgb(38 47 64 / 0), black);
        z-index: 1;
        pointer-events: none;
    }
.uk-slideshow-items .uk-position-cover {
    z-index: 2;
}


.uk-navbar-nav>li>a.uk-naslovnica {
	display: none;
}
/*Heder */
.single-header-right-info {
    display: inline-block;
    vertical-align: middle;
}
.single-header-right-info .icon-box, .single-header-right-info .text-box {
    display: table-cell;
    vertical-align: middle;
}
.single-header-right-info .icon-box i {
    font-size: 35px;
    color: #262626;
    line-height: 1em;
    vertical-align: text-top;
}
.single-header-right-info .text-box {
    padding-left: 20px;
}
.single-header-right-info .text-box h3, 
.single-header-right-info .text-box p {
    margin: 0;
}
/* Proizvodi razmak na slici vrh */
.uk-proizvodi-grid .uk-card-media-top img {
	padding-top: 40px;
	border-bottom: 2px solid #f3734c;
}
.uk-proizvodi .uk-card-media-top img {
	border-bottom: 2px solid #f3734c;
}
.uk-slideshow-items a.el-link {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
/* Footer */

.uk-footer {
	border-top: 4px solid #f3734c
}
.uk-footer h3 {
	text-transform: uppercase;
}
/* Top */
.tm-toolbar {
	border-bottom: 1px solid #e6e6e6;
	font-weight: 400;
}
.uk-brosura .uk-width-small\@m {
	border-left: 1px solid #dedede;
}
/*  Video */
.uk-video {
	position: relative;
    overflow: hidden;
    height: 0;
    background-color: transparent;
    padding-bottom: 56.25%;
    margin: 0.5em 0;
}

.uk-video iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.uk-slideshow-items .uk-tile-default 	{
	z-index:2;
box-shadow: 0 4px 28px rgba(0,0,0,.07);
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;
}
@media (max-width: 640px) {
	.uk-slideshow-items .uk-tile-default 	{
box-shadow: none;
border-radius: 0;
}
	.uk-slideshow-items {
	position: initial;
	margin-bottom: 50px;
	}
	.uk-slideshow-items>* {
    overflow: initial;
	}
	.uk-text-lead {
		font-size: 1rem;

	}
.uk-slideshow-items .uk-tile-default {
	padding: 0 10px;
	
}
.uk-slideshow-items	h2 {
		        font-size: 2rem;
	}
}
.uk-proizvodi h3 {
	color: white;
	text-align: center
}
.uk-proizvodi .el-item {
	z-index:0
}
.uk-proizvodi .el-item a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 230px;
    background-color: #1b1b1b;
    background-image: url(../img/product-card-texture.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
	z-index:-1;
	border-radius: 8px 8px 0 0
}
.card__text:before {
    content: "";
    position: absolute;
    display: block;
    width: 32px;
    height: 1px;
    top: 8px;
    left: 0;
    background-color: #ea7600;
    -webkit-transform: translate(calc(-100% - 16px));
    transform: translate(calc(-100% - 16px));
}
.card__feature-label {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 4px;
}
.card__feature-label img {
	    margin-right: 10px;
}
.card__feature-text {
    display: block;
    font-size: 12px;
    line-height: 1;
}
.uk-li {
  list-style: none; /* makne defaultne kružiće */
  padding: 0;
  margin: 0;
}

.uk-li li {
  position: relative;
  padding-left: 30px; /* da ostane mjesta za marker */
  margin-bottom: 8px; /* razmak između stavki */
}

.uk-li li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;       /* širina crte */
  height: 2px;       /* visina crte */
  background-color: #f3734c; /* boja */
}
.uk-card-primary {
	    background-position: 100% 80%;
    background-repeat: no-repeat;
    background-image: url(../img/triangle-pattern.png);
}