/*
Web Site Name: Fibas
Web Site URL: https://www.fibas.hr/
Author: EGO MEDIA
Author URL: http://www.egomedia.hr/
Description: Fibas - Flooring and More
Version: 1.0
License: Copyright © 2025 Ego Media, Tezacka 47, 22000 Sibenik - Croatia
License URI: http://www.egomedia.hr/restricted/
Tags: css, egomedia, ego, media, fibas, flooring, and more
Text Domain: fibas-hr
Start Date: 07.02.2025. 
Release Date: 17.05.2025.
Last update: 12.11.2025. 
Note: © 2025 Ego Media
---------------------------------------------------------------*/

@font-face { font-display: swap; font-family: "Montserrat"; font-style: normal; font-weight: 600; src: url("../fonts/montserrat-v29-latin_latin-ext-600.woff2") format("woff2"); }
@font-face { font-display: swap; font-family: "Montserrat"; font-style: normal; font-weight: 700; src: url("../fonts/montserrat-v29-latin_latin-ext-700.woff2") format("woff2"); }
@font-face { font-display: swap; font-family: "Montserrat"; font-style: normal; font-weight: 800; src: url("../fonts/montserrat-v29-latin_latin-ext-800.woff2") format("woff2"); }
@font-face { font-display: swap; font-family: "Montserrat"; font-style: normal; font-weight: 900; src: url("../fonts/montserrat-v29-latin_latin-ext-900.woff2") format("woff2"); }
@font-face { font-display: swap; font-family: "Open Sans"; font-style: normal; font-weight: 300; src: url("../fonts/open-sans-v40-latin_latin-ext-300.woff2") format("woff2"); }
@font-face { font-display: swap; font-family: "Open Sans"; font-style: normal; font-weight: 400; src: url("../fonts/open-sans-v40-latin_latin-ext-regular.woff2") format("woff2"); }
@font-face { font-display: swap; font-family: "Open Sans"; font-style: italic; font-weight: 400; src: url("../fonts/open-sans-v40-latin_latin-ext-italic.woff2") format("woff2"); }
@font-face { font-display: swap; font-family: "Open Sans"; font-style: normal; font-weight: 500; src: url("../fonts/open-sans-v40-latin_latin-ext-500.woff2") format("woff2"); }
@font-face { font-display: swap; font-family: "Open Sans"; font-style: normal; font-weight: 600; src: url("../fonts/open-sans-v40-latin_latin-ext-600.woff2") format("woff2"); }
@font-face { font-display: swap; font-family: "Open Sans"; font-style: normal; font-weight: 700; src: url("../fonts/open-sans-v40-latin_latin-ext-700.woff2") format("woff2"); }
@font-face { font-display: swap; font-family: "Open Sans"; font-style: normal; font-weight: 800; src: url("../fonts/open-sans-v40-latin_latin-ext-800.woff2") format("woff2"); }

/******************************************************
/// Osnovni stilovi
******************************************************/
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizelegibility; }
@keyframes fadeInAnimation {  0% { opacity: 0; } 100% { opacity: 1; } }
html::before { content: ""; position: fixed; top: -10px; left: -10px; width: 110%; height: 10px; box-shadow: 0 0 35px rgba(0, 0, 0, 0.8); z-index: 9999; }
html, body { height: 100%; height: 100vh; scroll-behavior: smooth; }
body { width: auto; height: 100%; min-height: 100vh; margin: 0; padding: 0; overflow-y: auto; overflow-x: hidden; background: #fff; animation: fadeInAnimation ease 2s forwards; font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 16px; line-height: normal; color: #2d2825; -webkit-backface-visibility: hidden; position: relative; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
body::-webkit-scrollbar { width: 16px; height: 16px; width: 16px; }
body::-webkit-scrollbar-track { background: #fff; border-radius: 8px; }
body::-webkit-scrollbar-thumb { background-color: #babac0; border-radius: 16px; border: 4px solid #fff; }
body::-webkit-scrollbar-button { display: none; }

.hide { display: none; opacity: 0; visibility: hidden; }
.show { display: block; opacity: 1; visibility: visible; }

#main-content { position: relative; width: calc(100% - 43.3%); background: #f2edde; transition: all 0.4s; top: 0; left: 0; overflow: hidden; }
#main-content::after { content: ""; display: table; clear: both; }
#main-content.active { width: 100%; }
#staticLayout, #sliderLayout { transition: opacity 0.3s ease-in-out; }
.container.wide { min-width: 1600px; }
.main-wrapper { height: 100%; }
.page-wrapper { position: relative; width: 100%; overflow: clip; contain: paint; }

@media screen and (min-width: 997px) { .wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } }
@media screen and (max-width: 997px) { .container.wide { min-width: 100%; } }

.centered { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.centered-horizontal { left:-50%; position:relative; }
.row-eq-height { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
div[class*="col-"] { transition: 0.3s ease; }
.none { transition: all 1.7s ease; opacity: 0; display: none; z-index: -9999; }
.f-none { display: none !important; } .pt-50 { padding-top: 50px; } .pt-100 { padding-top: 100px; } .pt-120 { padding-top: 120px; } .pt-150 { padding-top: 150px; } .pt-200 { padding-top: 200px; } .pb-50 { padding-bottom: 50px; } .pb-100 { padding-bottom: 100px; } .pb-120 { padding-bottom: 120px; } .pb-150 { padding-bottom: 150px; } .pb-200 { padding-bottom: 200px; } .pl-50 { padding-left: 50px; } .pl-100 { padding-left: 100px; } .pr-50 { padding-right: 50px; } .pr-100 { padding-right: 100px; } .m-top-15 { margin-top: -15px !important; } .mb-20 { margin-bottom: 20px; } .mt-35 { margin-top: 35px; } .mt-40 { margin-top: 40px; } .mt-45 { margin-top: 45px; } .mt-50 { margin-top: 50px; } .mt-150 { margin-top: 150px; } .mt-100 { margin-top: 100px; } .mt-200 { margin-top: 200px; } .ml--2 { margin-left: -2px; } .m-top-25 { margin-top: -15px !important; } .space30 { padding: 30px 0; width: 100%; } .space50 { padding: 50px 0; width: 100%; }

h1, h2, h3, h4, h5, h6 { font-family: "Montserrat"; font-weight: 700; }
p { font-size: 18px; font-weight: 400; line-height: 30px; color: #2d2825; position: relative; }
b, strong { font-weight: 900; }
button, button:hover, button:focus { text-decoration: none; outline: 0; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; border: 0; box-shadow: none; background: none; }
a, a:hover, a:focus { color: inherit; text-decoration: none; outline: 0; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
a, button { color: #2d2825; text-decoration: none; }
a:visited { color: #2d2825; }
ul { list-style: none; }
.loader { position: fixed; width:99%; height: 98vh; left: 0.5%; right: 0.5%; bottom: 1%; top:1%; z-index: 999999; display: flex; align-items: center; justify-content: center; background-color: #fff; background: radial-gradient(circle at 50% 100%, #fff, #fff, #666); }
.loader-icon { position: absolute; left: 50%; transform: translateX(-50%); }
.pointer-events-none { pointer-events: none; }
.bg-img { background-size: cover; background-position: center; background-repeat: no-repeat; border-radius: 0; }

#mobilniBar { position: sticky; bottom: -1px; width: 100%; max-width: 100%; text-align: center; margin: 0 auto; left: 0; right: 0; z-index: 99; opacity: 0; visibility: hidden; transform: translateY(15px); transition: all 400ms linear; }
#mobilniBar.active-progress { opacity: 0; visibility: hidden; transform: translateY(0%); }
#mobilniBar nav { position: absolute; bottom: 0; width: 100%; padding: 0px; max-width: 100%; text-align: center; margin: 0 auto; left: 0; right: 0; }
.mobilniBar-wrap { display: flex; padding: 3px 7px; background-color: #fff; box-shadow: -15px -17px 19px -19px #222; border-radius: 0; }
.mobilniBar-container { width: 100%; list-style: none; justify-content: space-around; margin-bottom: 0; margin-left: 4px; text-align:left; }
.mobilniBar-item { display: inline-block; position: relative; padding: 0px; }
.mobilniBar-item.active .mobilniBar-ikona { }
.mobilniBar-link { display: flex; flex-direction: column; align-items: center; color: #2d2825; text-decoration: none; }
.mobilniBar-ikona { display: flex; align-items: center; justify-content: center; font-size: 20px; background-color: #fff; border-radius: 50%; width: 33px; height: 50px; transition: margin-top 250ms ease-in-out, box-shadow 250ms ease-in-out; }

.banner_naslovnica .banner-wrap { min-height:190px; position:relative; z-index:9999; width: 100%; background-size: cover; background-repeat: no-repeat; opacity: 1 }
.banner_naslovnica .banner-wrap:hover { transition: opacity 0.2s ease-in-out; opacity: 0.6 }

/******************************************************
/// Slider OverLayer, Slider
******************************************************/
.overLayerSvg { height: 100vh; width: 100vw; position: fixed; z-index: 5; top: 0; bottom: 0; left: 0; right: 0; filter: blur(40px); transform: translateZ(0); backface-visibility: hidden; opacity: 0.4; }
.overLayerSvg circle { animation: rotate 6s linear infinite; fill: #124; opacity: 0.43; transform-origin: 50%; }
.overLayerSvg circle:nth-child(2n) { fill: #614; transform-origin: 20% 110%; animation-delay: -3s; animation-duration: 4.1316s; opacity: 0.2; }
.overLayerSvg circle:nth-child(3n) { opacity: 0.65; fill: #469; transform-origin: 70% 30%; animation-delay: -1.5s; animation-duration: 7.9998s; }
.overLayerSvg circle:nth-child(4n) { fill: #c63; transform-origin: 110% 70%; animation-delay: -2s; animation-duration: 4.77996s; }
.overLayerSvg circle:nth-child(5n) { fill: #266; transform-origin: 30% 40%; }
.overLayerSvg circle:nth-child(6n) { fill: #124; transform-origin: -10% 80%; animation-delay: -7.8s; }
.overLayerSvg circle:nth-child(7n) { fill: #614; transform-origin: 70% -10%; }
.overLayerSvg circle:nth-child(8n) { fill: #c63; transform-origin: -30% 50%; animation-delay: -2.4s; }
@keyframes rotate { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

.slider-wrapper { position: relative; }
.slider-wrapper .slider-overlay { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background: rgba(134, 134, 134, 0); z-index: 1; }
.slider-wrapper .slider-overlay::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url("../images/icons/raster/raster_14.png") repeat; z-index: 3; opacity: 1; overflow: hidden; }
.slider-wrapper .slider-overlay::after { content: ""; position: absolute; top: 0; left: 0; height: 100%; width: 100%; filter: blur(0px); opacity: 1; backdrop-filter: blur(0px); z-index: 2; }

.slider_wrapper { padding:0; background:#fff; position:relative; z-index:0; width:100%; }
.my-unified-slider { position: relative; max-height: 900px; height: 100vh; overflow: hidden; }
.my-unified-slider .swiper-slide { position: relative; height: 100%; max-height: 880px; background-color: #000; z-index: 1; }
.main-image img { position: absolute; top: 0; left: 0; object-fit: cover; width: 100%; height: 100%; z-index: 1; transition: transform 1.2s ease, filter 1.2s ease; }
.swiper-slide.active-slide .main-image img { transform: scale(1.05); }
.slide-inner::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 50%; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%); z-index: 2; }
.bottom-gray-area { position: absolute; bottom: 0; left: 0; width: 100%; height: 150px; background-color: #999; z-index: 2; display:none; opacity:0; }
.primary-text { position: absolute; top: 30%; left: 10%; z-index: 3; color: #fff; text-align: left; }

.primary-text hr { margin-top: 1rem; margin-bottom: 1rem; border: 0; border-top: 1px solid #fff; border-bottom: 2px solid #f6c45a; }
.primary-text h2 { font-size: 3.8vw; font-weight: 900; color: #fff; letter-spacing:2px; -webkit-text-stroke: 1px fff; /* text-stroke: 1px black; */ text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7); }
.primary-text h3 { font-size: 1.8vw; font-weight: 700; color: #fff; -webkit-text-stroke: 1px fff; /* text-stroke: 1px black; */ text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7); }
.primary-text p { margin-bottom: 1rem; font-size: 1.1vw; line-height: 1.4em; color: #fff; -webkit-text-stroke: 0.5px fff; /* text-stroke: 0.5px black; */ text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7); }

.secondary-content { position: absolute; max-height: 150px; bottom: 160px; left: 10%; transform: translateX(-50%) translateY(50%); display: flex; width: 81%; background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%); color: #333; z-index: 5; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6); overflow: hidden; opacity: 0; filter: blur(10px); transition: opacity 0.8s ease, transform 0.8s ease, filter 0.8s ease; }
.secondary-content.next-entry { transform: translateX(-50%) translateY(50%); }
.secondary-content.prev-entry { transform: translateX(50%) translateY(50%); }
.secondary-content.active { opacity: 1; transform: translateX(0%) translateY(0%); filter: blur(0); }
.secondary-content h3, .secondary-content h4, .secondary-content p, .secondary-content .secondary-image { opacity: 0; transform: translateY(20px); filter: blur(8px); transition: opacity 0.6s ease, transform 0.6s ease, filter 0.6s ease; }
.secondary-content.active h3 { transition-delay: 0.2s; opacity: 1; transform: translateY(0); filter: blur(0); }
.secondary-content.active h4 { transition-delay: 0.2s; opacity: 1; transform: translateY(0); filter: blur(0); }
.secondary-content.active p { transition-delay: 0.4s; opacity: 1; transform: translateY(0); filter: blur(0); }

.secondary-content.active .secondary-image { transition-delay: 0.6s; opacity: 1; transform: translateY(0); filter: blur(0); }
.secondary-content::before { content: var(--slide-number, "01 / 03"); background-color: #f6c45a; color: #2d2825; font-weight: 700; font-size: 1vw; padding: 20px 10px; writing-mode: vertical-rl; text-align: center; letter-spacing: 1px; display: flex; align-items: center; justify-content: center; }
.secondary-text { flex: 2; padding: 20px 30px; }
.secondary-text h3 { margin: 0 0 5px; text-transform: uppercase; font-size: 1.5vw; }
.secondary-text h4 { margin: 0 0 10px; text-transform: uppercase; font-size: 0.8vw; text-transform: uppercase; }
.secondary-text p { margin: 0 0 8px; font-size: 1vw; line-height: 1.5; }
.secondary-image { flex: 1; position: relative; background: transparent; display: flex; align-items: center; justify-content: center; }
.secondary-image img { max-width: 100%; height: auto; display: block; }
.secondary-image a.btn-2b, .secondary-image .btn-2b { color: #f6c45a; padding: 10px 15px!important; position: absolute; top: 50%; left: 40%; transform: translate(-40%, -50%); text-decoration: none; transition: background-color 0.3s ease, transform 0.3s ease; z-index: 2; }
.secondary-image a.btn-2b:hover, .secondary-image .btn-2b:hover { color: #2d2825; transform: translate(-40%, -50%) scale(1.05); }

.swiper-button-next, .swiper-button-prev { background: #f6c45a; color: #2d2825; border: 0px solid #f6c45a; width: 70px; height: 70px; cursor: pointer; font-size:33px; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; user-select: none; position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; }
.swiper-button-prev { left: 0; border-top-right-radius: 10px; border-bottom-right-radius: 10px; }
.swiper-button-next { right: 0; border-top-left-radius: 10px; border-bottom-left-radius: 10px; }
.swiper-button-next::after, .swiper-button-prev::after { display: none; }
.arrow-icon { width: 40px; height: 40px; fill: #f6c45a; transition: transform 0.3s ease, fill 0.3s ease; pointer-events: none; }

.swiper-button-next:hover, .swiper-button-prev:hover, .swiper-button-next:focus, .swiper-button-prev:focus, .swiper-button-next:active, .swiper-button-prev:active { border: 0; background: #2d2825; color: #f6c45a; }
.swiper-button-next:hover .arrow-icon, .swiper-button-prev:hover .arrow-icon, .swiper-button-next:focus .arrow-icon, .swiper-button-prev:focus .arrow-icon, .swiper-button-next:active .arrow-icon,
.swiper-button-prev:active .arrow-icon { fill: #2d2825; transform: scale(1.1); }
.swiper-button-next:focus-visible, .swiper-button-prev:focus-visible { outline: 2px solid #f6c45a; outline-offset: 4px; border-radius: 50%; }
.swiper-pagination { display:none; visibility:hidden; content:none; opacity: 0; }
.swiper-pagination-bullet { width: 18px; height: 18px; border-radius: 50%; background: #2d2825; opacity: 0.2; }
.swiper-pagination-bullet-active { opacity: 1; background: #f6c45a; }

#autoplayToggle { display: none; opacity:0; position: absolute; top: 230px; right: 30px; background-color: transparent; color: #f6c45a; border: 2px solid #f6c45a; border-radius: 15px; padding: 10px 20px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; z-index: 10; }
#autoplayToggle i { font-size: 24px; transition: transform 0.3s ease, color 0.3s ease; }
#autoplayToggle:hover, #autoplayToggle:focus, #autoplayToggle:active { border-color: #2d2825; color: #2d2825; }
#autoplayToggle:hover i, #autoplayToggle:focus i, #autoplayToggle:active i { transform: scale(1.1); color: #2d2825; }
#autoplayToggle:focus-visible { outline: 2px solid #f6c45a; outline-offset: 4px; }

@media (max-width: 768px) { 
	.my-unified-slider, .my-unified-slider .swiper-slide { max-height: 650px; }
	.secondary-content.active { transform: translateY(100%); }

	.primary-text { width: 100%; display:block; top: 45%; left: 50%; transform: translateX(-50%); text-align: center; margin: 0 auto; padding: 0 15px; }
	.primary-text h2 { font-size: 8vw; -webkit-text-stroke: 0.4px #fff; text-align: center; }
	.primary-text h3 { font-size: 3.6vw; }
	.primary-text a.btn-2b, .primary-text .btn-2b { padding: 15px 21px; }
	
	.primary-text p { display:none; font-size: 3.4vw; line-height: 28px; -webkit-text-stroke: 0.2px #fff; text-align: center; }
	.secondary-content { flex-direction: column; bottom: 120px; left: 0; transform: translateX(-50%) translateY(50%); width: 100%; }
	.secondary-content::before { display:none; }
	.swiper-button-next, .swiper-button-prev { width: 33px; height: 33px; font-size:16px; }
	.secondary-text { text-align: center; }
	.secondary-text h3 { font-size: 3vw; }
	.secondary-text h4 { font-size: 2.5vw; }
	.secondary-text p { font-size: 2.1vw; line-height: 1.5; }
	.swiper-button-next,
	.swiper-button-prev { display:none; visibility:hidden; content:none; opacity: 0; }
}

/******************************************************
/// Kategorije Grid
******************************************************/
.kategorijeGrid { transition: opacity 0.6s ease; background: #fff; border-radius: 5px; position: relative; display: block; margin-bottom: 30px; text-transform: uppercase; text-align: center; padding: 0; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; -webkit-box-shadow: 0 30px 50px 0 rgba(255, 190, 0, 0.1); box-shadow: 0 30px 50px 0 rgba(255, 190, 0, 0.1); -webkit-box-shadow: 0 1px 3px 1px rgba(109, 109, 156, 0.2); box-shadow: 0 1px 3px 1px rgba(109, 109, 156, 0.2); }
.kategorijeGrid img { border-top-left-radius: 5px; border-top-right-radius: 5px; }
.kategorijeGrid a { display: block; width: 100%; }
.kategorijeGrid:hover { -webkit-box-shadow: 0 7px 50px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 7px 50px 0 rgba(0, 0, 0, 0.25); }
.kategorijeGrid h3 { position: relative; display: block; font-size: 16px; line-height: 15px; font-weight: 800; color: #2d2825; border-bottom: 2px solid #f6c45a; padding: 12px 0; }
.kategorijeGrid h3 span { font-size: 14px; line-height: 22px; font-weight: 400; color: #2d2825; padding: 5px 0; }
.kategorijeGrid ul { margin-top: 15px; }
.kategorijeGrid li { position: relative; display: block; font-size: 12px; color: #2d2825; padding: 0; font-weight: 500; margin-bottom: 5px; }
.kategorijeGrid li:last-child { margin-bottom: 0; font-weight: 700; }
#kategorijeLista .kategorijeGrid a::before { opacity: 0; border-radius: 5px; }
#kategorijeLista .kategorijeGrid a:hover::before { font-family: "fontawesome"; content: "\f06e"; color: #ffffff; font-size: 45px; position: absolute; left: 0; right: 0; margin: 0 auto; text-align: center; bottom: 55%; -webkit-transform: translateY(50%); transform: translateY(50%); z-index: 99; opacity: 1; border-radius: 5px; }
#kategorijeLista .kategorijeGrid a:hover::after { content: ""; height: 100%; width: 100%; position: absolute; top: 0; left: 0; -webkit-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; border-radius: 5px; }
.sadrzaj.v2 h3 { font-size: 30px; padding: 23px; font-weight: 800; font-family: "Montserrat"; align-items: center; white-space: nowrap; padding: 12px; }
.kategorijeGrid.v2 h3 { position: relative; display: block; font-size: 16px; line-height: 15px; font-weight: 800; color: #2d2825; border-bottom: 2px solid #f6c45a; padding: 12px 0; }
.block_specification { position: absolute; bottom: 0; right: 10px; text-align: center; text-transform: uppercase; font-weight: 700; z-index: 9999; cursor: pointer; transition: all 0.5s; }
.block_specification__button { bottom: 10px; right: 10px; display: block; margin-right: 7px; font-size: 17px; text-transform: uppercase; transform: rotate(0); transition: transform 0.5s; transform-origin: center center; }
.block_specification:hover .block_specification__button__rotate { transition: transform 0.5s; transform: rotate(1turn); }
.block_specification:hover { color: #f6c45a; }

/******************************************************
/// Social links
******************************************************/
.social-links a { text-align: center; display: inline-block; width: 50px; height: 50px; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 100%; margin-right: 10px; box-shadow: 0 5px 9px -4px rgba(0, 0, 0, 0.3); }
.social-links a i { font-size: 26px; line-height: 48px; color: #2d2825; }
.social-links a:hover { text-decoration: none; box-shadow: none;  border: 1px solid rgba(0, 0, 0, 0.3); color: #f6c45a; }
.social-links a:hover svg, .social-links a svg:hover { color: #f6c45a; }
.social-links a, .ikonaAnim { transition: transform 0.35s; -webkit-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out; }
.ikonaWrap:hover { box-shadow: inset 4px 4px 6px -1px rgba(0, 0, 0, 0.2), inset 4px 4px 6px -1px rgba(255, 255, 255, 0.7), -0.5px -0.5px 0 rgba(255, 255, 255, 1), 0.5px 0.5px 0 rgba(0, 0, 0, 0.15), 0 12px 10px -10px rgba(0, 0, 0, 0.05); transform: translateY(2px); }
.ikonaWrap:hover .ikonaAnim { transform: scale(0.95); color: #f6c45a; }
.ikonaWrap:hover svg, .ikonaAnim:hover i { color: #f6c45a; }

/******************************************************
/// Botuni
******************************************************/
a.btn, .btn { color: #2d2825; text-align: center; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: transparent; border: 1px solid transparent; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; border-radius: 5px; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
a.btn-2, .btn-2 { position: relative; font-weight: 700; font-family: "Montserrat"; font-size: 17px; color: #2d2825; background: transparent; border: 2px solid #2d2825; border-radius: 5px; padding: 15px 61px; line-height: 40px; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
a.btn-2:hover, .btn-2:hover { color: #ffffff; background: #2d2825; border: 2px solid #2d2825; }
a.btn-2.active, .btn-2.active { color: #ffffff; background: #2d2825; border: 2px solid #2d2825; }
a.btn-2.active:hover, .btn-2.active:hover { color: #2d2825; background: transparent; border: 2px solid #2d2825; }
a.btn-2b, .btn-2b { position: relative; font-weight: 700; font-family: "Montserrat"; font-size: 17px; color: #ffffff; background: #2d2825; border: 2px solid #2d2825; border-radius: 5px; padding: 15px 61px; line-height: 40px; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
a.btn-2b.upload-btn, .btn-2b.upload-btn { position: relative; width: 260px; font-size: 13px; text-transform: uppercase; padding: 3px 10px; margin-right: 10px; line-height: 30px; color: #2d2825; background: #f6c45a; border: 2px solid #2d2825; }
a.btn-2b:hover, .btn-2b:hover { color: #2d2825; background: #f6c45a; border: 2px solid #2d2825; }
a.btn-2b.upload-btn:hover, .btn-2b.upload-btn:hover { color: #ffffff; background: #2d2825; border: 2px solid #2d2825; }
.btn-2b .spinner,
.btn-upload .spinner { display: none; width: 1em; height: 1em; border: 2px solid currentColor; border-top-color: transparent; border-radius: 50%; margin-right: .5rem; vertical-align: -0.125em; animation: spin 0.8s linear infinite; }
.btn-2b.is-loading .spinner, .btn-upload.is-loading .spinner { display: inline-block; }
.btn-2b.is-loading .btn-label, .btn-upload.is-loading .btn-label { opacity: .85; }
.btn-2b.is-loading, .btn-upload.is-loading { pointer-events: none; opacity: .9; }
@keyframes spin { to { transform: rotate(360deg); } }
a.btn-1b, .btn-1b { font-weight: 700; font-family: "Montserrat"; font-size: 17px; border-radius: 5px; padding: 15px 61px; line-height: 40px; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; color: #2d2825; background: #f6c45a; border: 2px solid #2d2825; }
a.btn-1b:hover, .btn-1b:hover { color: #ffffff; background: #2d2825; border: 2px solid #2d2825; }
a.btn-2.mali, a.btn-2b.mali, a.btn-1b.mali,
.btn-2.mali, .btn-2b.mali, .btn-1b.mali { font-size: 17px; border: 2px solid #2d2825; padding: 3px 8px; line-height: 21px; }
a.btn-2:focus.mali, a.btn-2b:focus.mali, a.btn-1b:focus.mali,
.btn-2:focus.mali, .btn-2b:focus.mali, .btn-1b:focus.mali { border: 2px solid #2d2825; color: #2d2825; }
.load-more-wrapper button { font-weight: 700; font-family: "Montserrat"; font-size: 17px; color: #2d2825; background: #ffffff; border: 2px solid #2d2825; border-radius: 5px; padding: 10px 60px; line-height: 40px; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.load-more-wrapper button:hover { color: #2d2825; background: #f6c45a; border: 2px solid #2d2825; }

/******************************************************
/// Naslovi
******************************************************/
.title3 { text-align: right; margin-bottom: 35px; }
.title3 h6 { font-weight: 800; font-size: 15px; color: #f6c45a; letter-spacing: 3.4px; text-transform: uppercase; margin-bottom: 17px; }
.title3 i, .title3 i::before { color: #f6c45a; font-size: 60px; float: right; position: absolute; bottom: -19px; right: 5px; }
.title3 h2 { font-weight: 800; font-size: 70px; color: #2d2825; margin-bottom: 30px; letter-spacing: -1px; max-width: 80%; float: right; }
.title3 p i, .title3 p i::before { color: inherit; font-size: inherit; }
.title-hr::after { content: ""; border-top: 3px solid #f6c45a; position: absolute; width: 100%; max-width: 369px; top: 12px; }
.title-hr a, .title-hr button, .title-hr span { color: #f6c45a; right: 100px; position: absolute; top: -20px; z-index:99999; }
.title4 { text-align: right; margin-bottom: 35px; }
.title4 span { font-weight: 800; font-size: 15px !important; color: #f6c45a !important; letter-spacing: 3.4px; text-transform: uppercase; margin-bottom: 0; display: block; text-shadow: 1px 1px 0 rgba(83, 83, 86, 0.3); }
.title4 h6 { font-weight: 800; font-size: 15px; color: #f6c45a; letter-spacing: 3.4px; text-transform: uppercase; margin-bottom: 17px; }
.title4 i, .title4 i::before { color: #f6c45a; font-size: 60px; float: right; position: absolute; bottom: -19px; right: 5px; }
.title4 h2 { font-weight: 800; font-size: 70px; color: #2d2825; margin-bottom: 30px; letter-spacing: -1px; max-width: 80%; float: right; }
.title4 p i, .title4 p i::before { color: inherit; font-size: inherit; }

/******************************************************
/// Izbornik
******************************************************/
#section-navbar2.sticky-menu { background: #2d2825; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
#section-navbar2.sticky-menu { background: linear-gradient(to right, transparent 15%, #2d2825 10%); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.sticky-menu svg { max-width: 50px; max-height: 80px; }

.dropdown-caret { color: #2d2825; padding-left: 0.5em; }
.dropdown-caret:hover { color: #babac0; }

@media (max-width: 991px) { 
 /* hide all third-level by default on mobile */
 .dropdown-menu.childrens { display: none; }
 /* when JS adds .show, reveal it */
 .dropdown-menu.childrens.show { display: block !important; }
}

/******************************************************
/// Sidebar
******************************************************/
#sidebar { width: 100%; position: fixed; top: 0; right: 0; padding: 0; height: 100vh; z-index: 9999; background: #babac0; color: #2d2825; transition: all 0.4s; }
#sidebar.active { margin-right: -100%; filter: blur(5px); opacity: 0.3; }

/******************************************************
/// Custom burger, a nije hamburger :P
******************************************************/
#sidebarCollapse, #sidebarCollapse2 { width: 70px; height: 70px; background: transparent; cursor: pointer; margin-left: 51px; }
#sidebarCollapse span, #sidebarCollapse2 span { width: 150px; height: 4px; margin: 0 auto; display: block; background: #f6c45a; background: linear-gradient(to right, #f6c45a 49%, #2d2825 51%); transition: all 0.5s cubic-bezier(0.81, -0.33, 0.345, 1.375); transition-delay: 0.1s; }
#sidebarCollapse span:first-of-type, #sidebarCollapse2 span:first-of-type { transform: rotate(45deg) translate(3px, 3px); }
#sidebarCollapse span:nth-of-type(2), #sidebarCollapse2 span:nth-of-type(2) { opacity: 0; }
#sidebarCollapse span:last-of-type, #sidebarCollapse2 span:last-of-type { transform: rotate(-45deg) translate(4px, -5px); }
#sidebarCollapse2 .element { display: block; height: 0; opacity: 0; visibility: hidden; transition: all 0.5s cubic-bezier(0.81, -0.33, 0.345, 1.375); }
#sidebarCollapse2:not(.active) .element.show { height: 4px; opacity: 1; visibility: visible; transition-delay: 0.5s; transform: rotate(-45deg) translate(-15px, -25.2px); position: relative; }
#sidebarCollapse2.active .element.show { height: 4px; opacity: 1; visibility: visible; transition-delay: 1s; }
#sidebarCollapse2.active span:last-of-type strong { opacity: 0; visibility: hidden; transition: all 0.6s cubic-bezier(0.81, -0.33, 0.345, 1.375); transform: scale(0.5); }
#sidebarCollapse2.active span:last-of-type i { opacity: 0; visibility: hidden; transition: all 0.5s cubic-bezier(0.81, -0.33, 0.345, 1.375); transform: scale(0.2); }

@media screen and (max-width: 996px) { 
	#mobilniBar.active-progress { opacity: 1; visibility: visible; transform: translateY(100%); }
	#sidebarCollapse2 span:last-of-type strong { opacity: 1; visibility: visible; font-size: 10px; font-weight: 800; text-transform: uppercase; transition: all 0.7s cubic-bezier(0.81, -0.33, 0.345, 1.375); transition-delay: 0.75s; position: relative; top: -23px; left: -19px; }
	#sidebarCollapse2 span:last-of-type i { opacity: 1; visibility: visible; font-size: 14px; line-height: 15px; font-weight: 800; text-transform: uppercase; background: #f6c45a; color: #2d2825; transition: all 0.8s cubic-bezier(1, -0.33, 0.345, 1.375); transition-delay: 0s; transition-delay: 0.9s; height: 19px; width: 19px; position: relative; top: -21px; left: -9px; border: 2px solid #f6c45a; }
	#sidebarCollapse2 span:nth-of-type(3) { opacity: 1; transition: all 0.5s cubic-bezier(0.81, -0.33, 0.345, 1.375); transition-delay: 0.1s; transform: rotate(225deg) translate(58px, 25.5px); }
}
#sidebarCollapse.active span,
#sidebarCollapse2.active span { width: 100%; transform: none; opacity: 1; margin: 8px auto; }

/******************************************************
/// Header
******************************************************/
.header-logo { position: fixed; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); top: 0; background: #fff; padding: 15px 15px 5px 15px; border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px; left: 130px; z-index: 999999999; }
.shine-overlay { overflow: hidden; }
.header-logo:hover .shine { display: block; }
.shine { display: none; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #fff; background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,0.8)), to(rgba(255,255,255,0))); background: linear-gradient(to right, rgba(255,255,255,0) 0, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%); pointer-events: none; z-index: 3; opacity: 0; transform: skew(30deg); animation: shine 0.75s linear 1; }
.shine.auto { display: block; }

@keyframes shine { 0% { left: -50%; opacity: 0; } 50% { left: 25%; opacity: 0.5; } 100% { left: 100%; opacity: 0; } }

.header-logo a img { position: relative; max-width: 155px; }
.header-logo a svg { width: 172px; height: 182px; }
.header-logo a span { position: absolute; top: 8px; left: 50%; transform: translateX(-50%); text-align: center; margin: 0; padding: 0; width: 100%; font-size: 10px; }

@media screen and (max-width: 996px) {
	.header-logo { left: 10px; padding: 0 5px 3px 5px; }
	.header-logo a span { top: 2px; font-size: 8px; }
	.header-logo a img { max-width: 90px; }
	.header-actions { position: relative; top: 45px; right: -5px; }
}

.topbar ul { margin: 0; }
.topbar ul li { position: relative; display: inline-block; padding: 0 2px 0 0; border-right: 1px solid rgba(222, 222, 222, 0.8); }
.topbar ul li.jezik { border: 0; padding: 0 5px; }
.topbar ul li.jezik img { max-width: 21px; padding: 0; margin-top: -3px; }
.topbar ul li.jezik img:hover { -webkit-animation: pop 0.3s 2; animation: pop 0.3s 2; }

.jezik a { font-weight: 700; margin-top: -3px; position: relative; top: -2px; }

@-webkit-keyframes pop { 0% { transform: scale(1, 1); } 50% { transform: scale(1.1, 1.1); } 100% { transform: scale(1, 1); } }
@keyframes pop { 0% { transform: scale(1, 1); } 50% { transform: scale(1.1, 1.1); } 100% { transform: scale(1, 1); } }

.topbar .text-start ul li:first-child { margin-right: 0; border-right: 0; }
.topbar ul li:last-child { border: 0; }
.topbar i { position: relative; top: 0; font-size: 20px; margin: 0 10px 0 7px; }
.topbar small { font-size: 14px; font-weight: 500; margin: 0 7px; text-transform: uppercase; }
.topbar small span, .count { position: absolute; top: 2px; right: -13px; text-align: center; font-size: 15px; font-weight: 700; height: 20px; width: 20px; border-radius: 50%; background: #f6c45a; color: #2d2825; }
.count { right: 8px; top: 6px; /* position: relative; */ }
.topbar .action-btn { top: 2px; }
.topbar li a:hover { color: #babac0; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.topbar a[title]:hover::after { content: none; }
.wishlist-container,
.compare-container { padding-right: 7px !important; }

@keyframes glowEffect {  0% { box-shadow: 0 0 5px rgba(255, 198, 88, 0.5); }  50% { box-shadow: 0 0 15px rgba(255, 198, 88, 1); }  100% { box-shadow: 0 0 5px rgba(255, 198, 88, 0.5); } }

.glow { animation: glowEffect 0.6s ease-in-out; }

#section-search { position: fixed; top: 0; left: 0; width: 100%; background: rgba(255, 255, 255, 0.9); z-index: 9999; overflow: hidden; height: 100%; }
#section-search .navigation-search { padding: 140px 0; }
#section-search .navigation-search .ns-logo { text-align: left; }
#section-search .navigation-search .ns-logo a img { display: block; margin-left: 9px; width: 110px; }
#section-search .navigation-search .ns-close { position: absolute; right: 0; top:0; opacity: 1; z-index: 9999999; float:none; width: 50px; height: 50px; line-height: 50px; background: #f6c45a; color: #2d2825; text-shadow: none; font-style: normal; font-size: 50px; font-family: Arial, Baskerville, monospace; border-bottom-left-radius: 10px; }
#section-search .navigation-search .ns-close .close { position: relative; right: -8px; top: 11px; }
#section-search .navigation-search .ns-close .close:hover { opacity: 0.5; }
#section-search .navigation-search .ns-close .close::before,
#section-search .navigation-search .ns-close .close::after { position: absolute; left: 15px; content: " "; height: 26px; width: 4px; background-color: #2d2825; }
#section-search .navigation-search .ns-close .close::before { transform: rotate(45deg); }
#section-search .navigation-search .ns-close .close::after { transform: rotate(-45deg); }
.close-search { top: -100%; }
#section-search.close-search { height: 0; /* Hidden state */ overflow: hidden; /* Prevent content overflow when collapsed */ }
#section-search.open-search { height: 100%; }
.search-responsive { color: #ffffff; }
#section-search form,
#section-search form input[type="text"] { float: left; width: 100%; }
#section-search .search-content { max-width: 770px; left: 0; right: 0; margin: 0 auto; top: 54%; position: absolute; }
#section-search form input[type="text"] { font-family: "Montserrat"; font-weight: 800; height: 60px; font-size: 23px; letter-spacing: 0; color: #2d2825; background-color: transparent; padding: 10px 0 10px; border: none; border-bottom: 1px solid #2d2825 !important; }
#section-search form input:focus,
#section-search form input:active { -webkit-box-shadow: none; box-shadow: none; border: none; outline: 0; }
#section-search form input[type="submit"] { position: absolute; right: 0; top: 0; width: 60px; height: 60px; background-color: transparent; border: none; z-index: 1; cursor: pointer; }
#section-search form i { position: absolute; right: 10px; top: 23px; color: #2d2825; font-size: 19px; top: 20px; z-index: 0; }
#section-search form i::before { cursor: pointer; font-size: 20px; color: #2d2825; }
#section-search::-webkit-input-placeholder { color: #2d2825; }
#section-search::-moz-placeholder { color: #2d2825; }
#section-search:-ms-input-placeholder { color: #2d2825; }
#section-search:-moz-placeholder { color: #2d2825; }

.searchError_nema_unosa { font-size: 18px; font-weight: 800; font-style: italic; text-align: center; display: block; width: 100%; padding: 200px 15px; }

#section-navbar2 { width: 100%; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; background: linear-gradient(to right, transparent 15%, #2d2825 10%); z-index: 999999; }
.scrollable-area { height: 80vh; }

#section-navbar2 .navbar { border: none; border-radius: 0; padding: 40px 0; }
#section-navbar2.sticky-menu .navbar { padding: 40px 0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
#section-navbar2 .navbar-expand-lg .navbar-nav .nav-link { font-size: 20px; color: #ffffff; text-transform: uppercase; font-weight: 800; padding: 0 17px 0 0; }
#section-navbar2 .navbar-expand-lg .navbar-nav .nav-link.big { font-size: 17px; color: #2d2825; background-color: #f6c45a; position: relative; display: inline-block; padding: 5px 12px; margin-right: 5px; border-radius: 5px; }
#section-navbar2 .navbar-expand-lg .navbar-nav .nav-link.big i { margin-right: 5px; }
#section-navbar2 .navbar-btn { box-shadow: none; outline: 0 !important; border: none; right: -123px; position: absolute; top: 73px; z-index: 9999999; pointer-events: none; }
#section-navbar2 .navbar { position: relative; background-color: transparent !important; }
#section-navbar2 .nav-link::after { opacity: 1; margin-top: 5px; font-size: 9px; position: relative; top: 0; }
#section-navbar2 .dropdown-submenu .dropdown-toggle::after { content: ""; position: absolute; right: 40px; top: 50%;  transform: translateY(-50%) rotate(-90deg); opacity: 1; margin-top: 0; font-size: 12px; display: inline-block; margin-left: .255em; vertical-align: 4px;  border-top: .6em solid; border-right: .6em solid transparent; border-bottom: 0; border-left: .6em solid transparent; } 
#section-navbar2 .dropdown-submenu .dropdown-toggle::after:hover { opacity: 1; color: #f6c45a; background: transparent; transition: 0.2s ease-in-out; }
#section-navbar2 .navbar-expand-lg .navbar-nav .nav-item.active .nav-link,
#section-navbar2 .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link { color: #f6c45a; }
#section-navbar2 .nav-item.akcija.highlight { position: absolute; right: 0; color: #2d2825; font-weight: 800; top: 54px; line-height: 97px; padding: 0; background: #f6c45a; height: 107px; z-index: 999999; width: 264px; text-align: center; }
#section-navbar2 .nav-item.akcija.highlight:hover span { color: #fff; transition: all 400ms linear; }
#section-navbar2 .dropdown-menu { font-size: 15px; color: #fff; background-color: transparent; border: none; border-radius: 0; padding: 20px 0 0 0; margin: 0 0 0 -30px; width: 290px; }

/* drugi level */
#section-navbar2 .dropdown-item { font-weight: 700; font-size: 15px; text-transform: uppercase; color: #fff; /* padding: 0 0 0 20px; */ padding: 0; margin-left: 0; position: relative; width: 100%; left: 0; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
#section-navbar2 .wrap-dropdown li { position: relative; cursor: pointer; left: 15px; padding: 10px 15px 10px 15px; }
#section-navbar2 .wrap-dropdown li:last-of-type { position: relative; cursor: pointer; left: 0; background: #f6c45a; border-radius: 5px; border-top-left-radius: 0; border-top-right-radius: 0; margin-top: 20px; padding: 10px 0 12px 15px; }
#section-navbar2 .wrap-dropdown li:last-of-type a { color: #2d2825; left: 12px; display: block; margin: 0; text-align: left; border: 0; }
#section-navbar2 .wrap-dropdown li:last-of-type:hover a { opacity: 1; color: #2d2825; }
#section-navbar2 .wrap-dropdown li:last-of-type:hover .dropdown-item { color: #2d2825; left: 20px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; position: relative; }
#section-navbar2 .wrap-dropdown li.active a { color: #f6c45a; font-weight: 800; }
#section-navbar2 .wrap-dropdown li.active::before { background: #fff; }
#section-navbar2 .wrap-dropdown li:hover .dropdown-item { color: #babac0; background: transparent; -webkit-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; position: relative; }
#section-navbar2 .dropdown-submenu > .childrens li::before { content: ""; background-color: rgba(0, 0, 0, 0.2); height: 2px; top: 4px; width: 100%; margin-left: 1rem; position: relative; }
#section-navbar2 .wrap-dropdown li::after { opacity: 1; }
#section-navbar2 .dropdown-item:focus { background: transparent; }
#section-navbar2 .wrap-dropdown { padding: 35px 0 0 0; background: #2d2825; list-style: none; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }

/* treci level za dropdown #section-navbar2 */
#section-navbar2 .dropdown-submenu { position: relative; }
#section-navbar2 .wrap-dropdown li ul li { padding: 0 15px 0 0; }

/* child item */
#section-navbar2 .wrap-dropdown li ul li:last-of-type { background: transparent; font-weight: initial; margin-top: -10px; margin-left: 0; }
#section-navbar2 .wrap-dropdown li ul li:last-of-type::after { display: none; }

/* child item krug */
#section-navbar2 .wrap-dropdown li::before ul li { display: none; }
#section-navbar2 .wrap-dropdown li ul li:hover a,
#section-navbar2 .wrap-dropdown li ul li:last-of-type:hover a { color: #fff !important; }

/* Treci level - submenu childs */
#section-navbar2 .dropdown-submenu a.child { color: #2d2825; background: transparent; left: 10px !important; transition: all 0.2s ease-in-out; top: 0; padding: 0; display: block; margin: 0; text-align: left !important; font-size:15px; font-weight: 600; }
#section-navbar2 .dropdown-submenu .childrens li a.child:hover { color: #f6c45a; background: transparent; left: 0; transition: all 0.2s ease-in-out; }
#section-navbar2 .dropdown-submenu a.child { color: #2d2825; background: transparent; left: 10px !important; transition: all 0.2s ease-in-out; top: 0; padding: 0; display: block; margin: 0; text-align: left !important; font-size:15px; font-weight: 600; }

/* desktop */
@media (min-width: 992px) { 
	#section-navbar2 .dropdown-submenu > .childrens { display: none; position: absolute; top: -8px; left: 99%; margin: 0; background: #2d2825; border: none; min-width: 300px; z-index: 100000; padding: 0 15px 10px 0; list-style: none; border-radius: 5px; }
	#section-navbar2 .dropdown-submenu > .childrens::before { content: ""; position: absolute; background: #2d2825; width: 43px; height: 10px; top: 15px; left: -30px; }
	#section-navbar2 .dropdown-submenu:hover > .childrens { display: block; }
	.dropdown-toggle::after { display: inline-block; margin-left: .255em; vertical-align: 4px; content: ""; border-top: .6em solid; border-right: .6em solid transparent; border-bottom: 0; border-left: .6em solid transparent; } 
}

/* mobile */
@media (max-width: 991px) { 
	#section-navbar2 .dropdown-submenu > .childrens { display: none; position: relative; top: 0; left: 0; margin: 0; background: transparent; border: none; min-width: 100%; z-index: 100000; padding: 10px 15px 10px 0; list-style: none; border-radius: 0; }
	#section-navbar2 .dropdown-submenu > .childrens.show { display: block !important; }
	#section-navbar2 .wrap-dropdown li { left: 15px; padding: 0 15px; }
	#section-navbar2 .dropdown-submenu .childrens li a.child:hover { color: #f6c45a !important; }
	#section-navbar2 .wrap-dropdown li:hover .dropdown-item { color: #2d2825 !important; }
	#section-navbar2 .dropdown-submenu .dropdown-toggle::after { content: ""; position: absolute; right: 0px; top: 50%; transform: translateY(-50%) rotate(-90deg); opacity: 1; margin-top: 0; font-size: 10px; display: inline-block; margin-left: .255em; vertical-align: 4px; border-top: .6em solid; border-right: .6em solid transparent; border-bottom: 0; border-left: .6em solid transparent; }
	#section-navbar2 .wrap-dropdown li:last-of-type { position: relative; cursor: pointer; left: 0; background: #f6c45a; border-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; border-top-left-radius: 0; border-top-right-radius: 0; margin-top: -1px; padding: 0 0 0 30px; }
	#section-navbar2 .nav-item.akcija.highlight { z-index: 99999999; }
}

@media (max-width: 992px) { 
	#main-content { background: #fff; }
	.contact-info-form { padding: 15px 0 !important; }
	.container-contact form { padding: 0 !important; }
	.dekoracija.drugi img, .contact-info::before { display:none; opacity: 0; } 

	.viseWrapper { padding: 0 0 120px 0!important; background: none!important; background-image: none!important; }
	.viseWrapper::after { background: none!important; }
	.viseProizvodi { border-right: 0!important; background-color: #fff; }
	.viseSadrzaj { padding: 50px 15px!important; margin-top:80px; }
	.viseSadrzaj h2 { font-size: 60px !important; line-height: 70px!important; }
	.viseSadrzaj .btn-1b, .viseSadrzaj .splash-item .btn-1b, .viseSadrzaj .splash-item .btn-2b { margin-bottom:20px; }
	.topbar.hide { display: block; visibility: visible; opacity: 1; position: absolute; z-index: 999999999; top: 0; width: 100%; }
	.topbar.show { display: none; visibility: hidden; opacity: 0; }
	.topbar.show ul li { position: relative; display: inline-block; padding-right: 7px; border-right: 1px solid rgba(222, 222, 222, 0.8); }
	.topbar .top { position: absolute; left: 50%; transform: translateX(-50%); top: 35px; z-index: 9999999; }
	.topbar .bottom { position: absolute; left: 50%; transform: translateX(-40%); top: 103px; z-index: 9999999; }
	.topbar .top ul li { padding: 0; border: 0; }
	.topbar .bottom ul li { padding: 0 4px; margin: 0; border: 0; }
	.topbar .bottom ul li.jezik { top: -9px; }
	.topbar ul li.jezik img:hover { -webkit-animation: pop 0.3s 2; animation: pop 0.3s 2; }
	.topbar .text-start ul li:first-child { margin-right: 0; border-right: 0; }
	.topbar ul li:last-child { border: 0; }
	.topbar .top i { font-size: 23px; margin: 0px 7px; top: 0; position: relative; }
	.topbar .bottom i { font-size: 23px; margin: 0 5px; top: -5px; position: relative; }
	.topbar small { font-size: 14px; font-weight: 500; margin: 0 7px; text-transform: uppercase; }
	.topbar small span, .count { position: absolute; top: 2px; right: -8px; display: inline-block; text-align: center; font-size: 16px; line-height: 19px; border: 2px solid #2d2825; font-weight: 700; height: 23px; width: 23px; border-radius: 50%; background: #f6c45a; color: #2d2825; }
	.count { right: -8px; top: 3px; }
	.topbar .action-btn { top: 4px; position: relative; }
	.topbar li a:hover { color: #babac0; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
	.topbar a[title]:hover::after { content: none; }
	.wishlist-container, .compare-container { /* padding-right: 7px !important; */ }
	.o-nama2 { position: relative; width: 100%; float: none; padding: 50px 0 50px 0; left: 0; margin: 0 auto; border-right: 8px; border-radius: 0; border-bottom-right-radius: 0; }
	.o-nama-slika-lijevo, .o-nama-slika-desno, .o-nama-slika-centar { display: none; opacity: 0; }
	
	#section-search { background: rgba(255, 255, 255, 1); }
	#section-search .search-content { max-width: 90%; }

	.footer-menu ul li::after { display:none; opacity:0; }
	
	.proizvodiWrap { padding: 0px 1% !important; }

	#revertGridViewBtn, #listViewBtn, #spacedViewBtn, #wideViewBtn { display:none; opacity:0; }
	#stranica-39 .pt-150 { padding:0; }
	#stranica-39 .title3 { /* margin-bottom: 60px; */ margin-bottom: 0px; }
	#stranica-39 .gridFilter-trigger { top: 20px !important; left: 89%; transform: translate(-50%); height: 50px; width: 40px; padding: 14px 31px 46px 35px; text-indent: -28px; line-height: 63px; font-size: 10px; color: #ffffff; text-transform: uppercase; font-weight: 700; background-size: 40%; background-position-y: 10px; text-align: center; margin: 0 auto; display: block; }
	.usluge { padding-top: 0; background-color: transparent!important; }
	.usluge::after { background-color: transparent!important; }
	.uslugeWrap { padding: 0 15px; }
	#sadrzajLijevo::before, #sadrzajDesno::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.85); /* Adjust opacity here */ z-index: 1; /* Behind content */ }
	#sadrzajLijevo > .container, #sadrzajDesno > .container{ position: relative; z-index: 2; /* Keep content above the overlay */ }
	#stranica-86 .title3 i, #stranica-86 .title3 i::before { color: #f6c45a; font-size: 122px; float: right; position: absolute; bottom: 50%; right: inherit; left: 86%; top: -50px; transform: translate(-50%); } 
	#stranica-86 .pt-150 { padding:0; }
	#stranica-86 #novostiGrid .item { margin-bottom: 60px; width: 92% !important; margin: 30px 4%; }
	#stranica-86 #load-more { margin: 50px 0; }	 

	#novostiGrid .item .content h3 { font-size: 48px !important; line-height: 49px !important; }
}

/******************************************************
/// Breadcrumbs
******************************************************/
.header .content { padding: 100px 15px 95px; position: relative; z-index: 3; }
#stranica-11 .header .content, 
#stranica-17 .header .content { padding: 200px 15px 50px; }

.header .large { padding-top: 580px; }
.header .medium { padding-top: 280px; }
.header .small { padding: 220px 15px 95px; }
.header .proizvod-detaljno { padding: 0 15px 15px; }
.header .proizvodi-breadcrumbs { padding: 30px 15px 15px; }
.header .pravneNapomene-breadcrumbs { padding: 132px 15px 15px; }
.header .content h1 { font-weight: 800; font-size: 78px; color: #ffffff; margin-bottom: 1px; text-transform: uppercase; text-shadow: 1px 1px 0 rgba(83, 83, 86, 0.6); }
.header .content h1.bojaSekundarna { color: #f6c45a; }
.header .content h1.bojaGlavna { color: #2d2825; }
.header span { font-weight: 800; font-size: 98px; color: #ffffff; margin-bottom: 20px; text-transform: uppercase; position: relative; left: 0; z-index: 9; }
.header ul, .header li { list-style: none; margin: 0; padding: 0; }
.header li { display: inline-block; }
.header li a, .header li.current span { font-weight: 800; font-family: "Montserrat"; font-size: 14px; color: #f6c45a; letter-spacing: 1px; margin-right: 12px; text-transform: uppercase; padding: 5px 15px 5px 0; position: relative; }
.header li.current span { color: #fff; text-shadow: 1px 1px 0 rgba(83, 83, 86, 0.6); }
.staticni li a, .staticni li.current span { color: #2d2825; }
.header .proizvod-detaljno li a, .header .proizvodi-breadcrumbs li a, .header .pravneNapomene-breadcrumbs li a { color: #2d2825; }
.header li.current a { color: #ffffff; }
.header .proizvod-detaljno li.current a, .header .proizvodi-breadcrumbs li.current a, .header .pravneNapomene-breadcrumbs li.current a { color: #f6c45a; }
.header .proizvodi-breadcrumbs li.current span { color: rgba(0, 0, 0, 0.1); }
.header .proizvod-detaljno li.current a, .header .proizvodi-breadcrumbs li.current a, .header .pravneNapomene-breadcrumbs li.current a { color: #2d2825; }
.header li:not(:last-child) a::after { font-family: "fontawesome"; content: "\f105"; position: absolute; margin-top: 10px; margin-left: 13px; font-size: 7px; color: #f6c45a; }
.header .proizvod-detaljno li:not(:last-child) a::after, .header .proizvodi-breadcrumbs li:not(:last-child) a::after,
.header .pravneNapomene-breadcrumbs li:not(:last-child) a::after { color: #2d2825; }
.header .subheader-overlay::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url("../images/icons/raster/raster_14.png") repeat; z-index: 3; opacity: 1; overflow: hidden; }
.header .subheader-overlay::after { content: ""; position: absolute; top: 0; left: 0; height: 100%; width: 100%; filter: blur(2px); opacity: 0.8; backdrop-filter: blur(2px); z-index: 2; }
.header .content .text-box { margin: 0; padding: 30px 0; }
.header .content .text-box p { padding: 30px 0; font-size: 19px; color: #fff; line-height: 30px; font-family: "Montserrat"; font-weight: 600; }

.proizvodChildOf { position: absolute !important; font-size: 90px; text-transform: uppercase; opacity: 0.04; left: 50%; transform: translate(-73%); top: -30px; letter-spacing: 5px; }

/******************************************************
/// Jamstvo
******************************************************/
#jamstvo { padding: 120px 0; background: #fff; }
#jamstvo .title3 i, #jamstvo .title3 i::before { color: #f6c45a; font-size: 1110px; float: right; position: absolute; bottom: 0; right: -100%; transform: translateX(12%); z-index: 0; }
#jamstvo .title3 { width: 100%; text-align: left; margin-bottom: 180px; }
#jamstvo .title3 h6 { color: rgba(0, 0, 0, 0.07); font-size: 290px; font-size: clamp(290px, 10vw, 350px); float: left; position: absolute; left: 0; letter-spacing: 0; margin-bottom: 0; z-index: 9; border-bottom: 10px solid; border-image-slice: 1; border-width: 10px; border-image-source: linear-gradient(to left, #f6c45a, #fff); }
#jamstvo .jamstvoWrap .item { position: relative; z-index: 9; overflow: hidden; }
#jamstvo .jamstvoWrap .item { text-align: center; line-height: 0; }
#jamstvo .jamstvoWrap .item a { margin-bottom: 30px; display: inline-block; }
#jamstvo .jamstvoWrap .item:last-of-type a:last-of-type { margin-bottom: 0; }
#jamstvo .jamstvoWrap .item .img-container { position: relative; display: inline-block; border-radius: 5px; }
#jamstvo .jamstvoWrap .item .img-container img { display: block; border-radius: 5px; }
#jamstvo .jamstvoWrap .item .img-container .overlay { position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; opacity: 1; text-align: center; transition: opacity 300ms ease-in-out; }
#jamstvo .jamstvoWrap .item .img-container:hover .overlay h3 { opacity: 0.45; }
#jamstvo .jamstvoWrap .item .overlay .overlay-content { position: absolute; bottom: 10%; left: 50%; width: 100%; transform: translate(-50%, 10%) rotate(0deg); color: #fff; }
#jamstvo .jamstvoWrap .item .overlay::after { position: absolute; top: 20%; left: 50%; content: "Jamstvena izjava"; border-bottom: 30px solid #f6c45a; width: 350px; z-index: 99999; display: inline-block; transform: translate(-50%, -20%) rotate(-90deg); transition: top 300ms ease-in-out; font-weight: 900; font-size: 22px; padding-left: 20px; text-align: left; border-radius: 5px; }
#jamstvo .jamstvoWrap .item .img-container:hover .overlay::after { top: 24%; }
#jamstvo .jamstvoWrap .item .overlay h3 { text-align: center; position: absolute; bottom: 50px; left: 50%; transform: translate(-50%, 50%); font-weight: 800; font-size: 38px; color: #ffffff; margin: 0; transition: opacity 300ms ease-in-out; }

#jamstvo p.velicinaDatoteke { position: absolute; top: 20px; right: 20px; display: block; margin: 0; padding: 0 6px; line-height: 18px; text-align: center; font-size: 12px; font-weight: 800; text-transform: uppercase; background: #f6c45a; color: #2d2825; border-radius: 3px; }
#jamstvo .jamstvoWrap .item .file-desc { position: absolute; top: 45px; right: 20px; transition: bottom 0.4s ease-in-out, opacity 0.4s ease-in-out; opacity: 0; }
#jamstvo .jamstvoWrap .item:hover .file-desc { bottom: 10px; opacity: 1; }
#jamstvo .jamstvoWrap .item .file-icon { background: #2d2825; padding: 8px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; width: 70px; height: 70px; }
#jamstvo .jamstvoWrap .item .file-icon i { color: #fff; font-size: 40px; }

/******************************************************
/// Sadrzaji sa pozadinama lijevo-desno
******************************************************/
.bg-cover { background-size: cover; background-position: center; background-repeat: no-repeat; width: 100%; position: relative; z-index: 1; }
.bg-cover.fix { background-position: -20px 0; background-size: 85%; max-height: 900px; }
#sadrzajLijevo, #sadrzajDesno { padding: 150px 0; }
#sadrzajLijevo::after, #sadrzajDesno::after { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; right: 0; }
#sadrzajLijevo::after { background: -moz-linear-gradient(right, rgba(248, 247, 241, 0) 0%, #f8f7f1 45%, #f8f7f1 100%); background: -webkit-linear-gradient(right, rgba(248, 247, 241, 0) 0%, #f8f7f1 45%, #f8f7f1 100%); background: linear-gradient(to left, rgba(248, 247, 241, 0) 0%, #f8f7f1 45%, #f8f7f1 100%); }
#sadrzajDesno::after { background: -moz-linear-gradient(left, rgba(248, 247, 241, 0) 0%, #f8f7f1 45%, #f8f7f1 100%); background: -webkit-linear-gradient(left, rgba(248, 247, 241, 0) 0%, #f8f7f1 45%, #f8f7f1 100%); background: linear-gradient(to right, rgba(248, 247, 241, 0) 0%, #f8f7f1 45%, #f8f7f1 100%); }
#sadrzajLijevo h6, #sadrzajDesno h6 { font-weight: 800; color: #f6c45a; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 11px; }
#sadrzajLijevo h2, #sadrzajDesno h2 { color: #2d2825; font-size: 38px; line-height: 45px; margin-bottom: 20px; letter-spacing: 0.2px; }
#sadrzajLijevo h2 strong, #sadrzajDesno h2 strong { font-weight: 800; }
#sadrzajLijevo h2 span, #sadrzajDesno h2 span { font-weight: 800; color: #f6c45a; }
#sadrzajLijevo p, #sadrzajDesno p { color: #2d2825; margin-bottom: 15px; }
#sadrzajLijevo a, #sadrzajDesno a { padding: 5px 30px; margin-top: 15px; display: inline-block; }
#sadrzajLijevo .left, #sadrzajDesno .left { padding: 5px 15px; text-align: center; }
#sadrzajLijevo .right, #sadrzajDesno .right { padding: 58px 15px; }
#sadrzajLijevo .bottom, #sadrzajDesno .bottom { padding-left: 145px; margin-top: -168px; }
#sadrzajLijevo .bottom label, #sadrzajDesno .bottom label { font-family: "Montserrat"; font-weight: 800; color: #f6c45a; font-size: 14px; text-transform: uppercase; letter-spacing: 3.2px; margin: 0; position: absolute; right: -115px; bottom: 205px; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); }
#sadrzajLijevo .bottom label span, #sadrzajDesno .bottom label span { color: #ffffff; }

/******************************************************
/// Sekcija - PROIZVODI - lista kategorija
******************************************************/
#sekcija-kategorije { padding: 0; position: relative; z-index: 8; display: block; opacity: 1; transition: opacity 0.5s ease, height 0.5s ease, padding 1.2s ease; margin-bottom: 100px; }
#sekcija-kategorije.hidden { opacity: 0; height: 0; padding: 0; }
.sekcijaWrap .kategorija { position: relative; height: 400px; overflow: hidden; padding: 0; margin: 0; transition: 0.5s ease-in; /* margin-bottom: 50px; */ }
.sekcijaWrap .kategorija.kategorijaPlaceholder { position: relative; background: #fff; display: block !important; font-size: 16px !important; line-height: 20px !important; font-weight: 800; color: #2d2825; padding: 10px 15px; height: unset; }
.sekcijaWrap .kategorija h3 { position: relative; font-size: 20px; line-height: 15px; font-weight: 800; color: #2d2825; padding: 10px 15px 0 0; height: 100%; bottom: -90%; /* border-bottom: 5px solid #babac0; */ }
.sekcijaWrap .kategorija h4 { position: relative; font-weight: 800; color: #fff; padding: 10px; width: 100%; top: 90%; transform: translateY(-90%); text-align: center; text-shadow: 0 0 6px rgba(0, 0, 0, 0.52); }
.sekcijaWrap .kategorija h4 span { font-size: 40px; line-height: 38px; font-weight: 800; color: #fff; text-transform: uppercase; }
.sekcijaWrap .kategorija h4 span sup { font-size: 22px; line-height: 24px; font-weight: 800; color: #fff; }
.sekcijaWrap .kategorija:hover h3::after { color: #f6c45a; right: 15px; }
.kategorija .kategorijaPlaceholder { text-align: left; margin-top: 0% !important; }
.sekcijaWrap .kategorija h3::after { content: " »"; font-size: 28px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); opacity: 1; margin-top: 0; margin-left: 0; border: 0; z-index: 9999; transition: 0.5s ease-out; }
.sekcijaWrap .kategorija a img { transform: scale(1); transition: 0.5s ease-out; }
.sekcijaWrap .kategorija a:hover img { transition: 0.5s ease-in; transform: scale(1.2); }
.sekcijaWrap .kategorija img { position: absolute; width: 100%; left: 0; bottom: 0; }
.sekcijaWrap .subCategoryChilds { /* padding-top: 30px; */ }
.sekcijaWrap .subCategoryChilds ul { line-height: 15px; font-weight: 800; padding: 50px 0 15px 0; margin: 0 0 10px 0; display: block; width: 100%; background: #fff; }
.sekcijaWrap .subCategoryChilds ul li { position: relative; display: block; font-size: 18px; line-height: 24px; font-weight: 800; color: #2d2825; padding: 5px 20px 5px 35px; text-transform: uppercase; }
.sekcijaWrap .subCategoryChilds ul li a { position: relative; display: block; color: #2d2825; }
.sekcijaWrap .subCategoryChilds ul li ul { font-size: 14px; line-height: 20px; font-weight: 400; padding: 10px 0; }
.sekcijaWrap .subCategoryChilds ul li ul li { text-transform: initial; position: relative; display: block; font-size: 15px; line-height: 22px; font-weight: 600; color: #2d2825; padding: 3px 15px 3px 35px; }
.sekcijaWrap .subCategoryChilds ul li ul li:hover a { opacity: 1; opacity: 1; left: 15px; color: #babac0; }
.sekcijaWrap .subCategoryChilds ul li ul li a { position: relative !important; left: 0; text-transform: uppercase; }
.sekcijaWrap .subCategoryChilds ul li ul li a::before { content: "-"; font-size: 22px; position: absolute; left: -15px; top: 50%; transform: translateY(-50%); opacity: 1; margin-top: -3px; margin-left: 0; border: 0; }

/******************************************************
/// Slider glavne kategorije proizvoda
******************************************************/
#kategorijeProizvoda { cursor: grab; padding: 0; top: 0; position: relative; z-index: 8; display: block; opacity: 1; transition: opacity 0.5s ease, height 0.5s ease, padding 1.2s ease; /* overflow: hidden; height: auto; */ margin-bottom: 100px; }
#stranica-1 #kategorijeProizvoda { top: -80px; margin-bottom: 0; }

@media (max-width: 768px) {  #stranica-1 #kategorijeProizvoda { top: -30px; } }

#kategorijeProizvoda.hidden { opacity: 0; height: 0; padding: 0; }
#kategorijeProizvoda.katProizvoda { top: 0; padding: 80px 0 120px 0; background: #f2edde; }
#kategorijeProizvoda.hidden.katProizvoda { padding: 0; }
#kategorijeProizvoda.katProizvoda { background-image: url(../images/bg/logo_element.jpg); /* background-size: 40% 80%; */ background-position: right; background-repeat: no-repeat; width: 100%; position: relative; z-index: 1; }
#kategorijeProizvoda.katProizvoda::after { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; right: 0; background: -moz-linear-gradient(right, rgba(248, 247, 241, 0) 0%, #f8f7f1 45%, #f8f7f1 100%); background: -webkit-linear-gradient(right, rgba(248, 247, 241, 0) 0%, #f8f7f1 45%, #f8f7f1 100%); background: linear-gradient(to left, rgba(248, 247, 241, 0) 0%, #f8f7f1 25%, #f8f7f1 100%); }
#kategorijeProizvoda .container { max-width: 1600px; }
#kategorijeProizvoda.katProizvoda .container { min-width: 1600px; }
#kategorijeProizvoda .wrap { position: relative; padding: 0 0 0 75px; margin-bottom: 0; }
#kategorijeProizvoda .frame { height: auto; overflow: hidden; }
#kategorijeProizvoda .frame ul { list-style: none; margin: 0; padding: 0; height: 100%; }
#kategorijeProizvoda .frame ul li { position: relative; float: left; height: 100%; margin: 0 30px 0 0; padding: 0; background: #2d2825; color: #fff; cursor: pointer; border-radius: 5px; }
#kategorijeProizvoda.katProizvoda .frame ul li { width: 245px; max-height: 250px; }
#kategorijeProizvoda .frame ul li a img { border-radius: 5px; width: 290px; height: 360px; }
#kategorijeProizvoda .frame ul li a h3 { position: absolute; top: 89%; left: 50%; width: 80%; transform: translate(-50%, -85%); color: #fff; font-size: 34px; font-family: "Montserrat"; text-transform: uppercase; font-weight: 800; text-align: center; text-shadow: 0 0 6px rgba(0, 0, 0, 0.52); }
#kategorijeProizvoda .frame ul li a span { position: absolute; bottom: 2%; left: 50%; width: 60%; word-wrap: break-word; transform: translate(-50%, -85%); color: #fff; font-size: 20px; font-family: "Montserrat"; text-transform: uppercase; font-weight: 800; text-align: center; text-shadow: 0 0 6px rgba(0, 0, 0, 0.52); z-index: 9; }
#kategorijeProizvoda .frame .ikona { position: absolute; bottom: inherit; left: 50%; width: 100%; transform: translate(-50%); font-size: 15px; top: 50px; color: #000; font-family: "Montserrat"; text-transform: uppercase; font-weight: 600; text-align: center; z-index: 9; }
#kategorijeProizvoda .frame .ikona i { position: absolute; left: 50%; width: 100%; transform: translate(-50%); font-size: 48px; top: 80px; color: #2d2825; text-shadow: 0 0 6px rgba(0, 0, 0, 0.52); z-index: 9; border: 3px solid #2d2825; height:90px; width:90px; border-radius:50%; padding:15px; }
#kategorijeProizvoda.katProizvoda .frame ul li a h3 { top: 85%; left: 50%; width: 80%; transform: translate(-50%, -85%); font-size: 17px; font-weight: 700; }
#kategorijeProizvoda.katProizvoda .frame ul li a span { display: block; margin-bottom: 8px; font-size: 14px; }
#kategorijeProizvoda .scrollbar { margin: 40px 0 0 0; height: 8px; background: #f6c45a; line-height: 0; border-radius: 15px; max-width: 99.5%; }
#kategorijeProizvoda .scrollbar .handle { width: 100px; height: 100%; background: #2d2825; cursor: pointer; border-radius: 15px; }
#kategorijeProizvoda .scrollbar .handle .mousearea { position: absolute; top: -9px; left: 0; width: 100%; height: 20px; border-radius: 15px; }
#kategorijeProizvoda .scrollbar .handle .mousearea::before { content: '...'; width: 30px; height: 30px; position: absolute; top: 10px; left: 50%; transform: translateX(-50%); background: #f6c45a; display: block; overflow: hidden; line-height: 5px; padding: 4px 4px; cursor: move; vertical-align: middle; border-radius: 5px; margin-top: -.7em; margin-right: .3em; font-size: 20px; line-height: 11px; font-family: sans-serif; letter-spacing: 3px; color: #000; text-shadow: 1px 0 1px black; }
/*
#kategorijeProizvoda .scrollbar .handle .mousearea::after { 
 content: '.. .. .. ..'; }
*/
#kategorijeProizvoda .frame a::before { opacity: 0; border-radius: 5px; }
#kategorijeProizvoda .frame a:hover::before { font-family: "fontawesome"; content: "\f065"; color: #ffffff; font-size: 45px; position: absolute; left: 0; right: 0; margin: 0 auto; text-align: center; bottom: 50%; -webkit-transform: translateY(50%); transform: translateY(50%); z-index: 99; opacity: 1; border-radius: 5px; }
#kategorijeProizvoda .frame a:hover::after { content: ""; height: 100%; width: 100%; position: absolute; top: 0; left: 0; background: linear-gradient(180deg, rgba(255, 198, 88, 0) 0, rgba(255, 198, 88, 0.1) 0%, rgba(45, 40, 37, 0.8) 22%, rgba(45, 40, 37, 0.3) 60%, rgba(255, 198, 88, 0.3)); -webkit-transition: opacity 0.4s ease-in-out; transition: opacity 0.4s ease-in-out; border-radius: 5px; }
#kategorijeProizvoda .cta { padding: 15px 0 3px; }
#kategorijeProizvoda .cta sub { bottom: 0; border-radius: 50%; background: #f6c45a; color: #2d2825; width: 40px; height: 40px; padding: 10px 6px; line-height: 56px; font-size: 80%; vertical-align: middle; font-weight: 800; }
#kategorijeProizvoda .cta .left h2 { font-size: 24px; color: #2d2825; line-height: 35px; margin-bottom: 0; }
#kategorijeProizvoda .cta .right { text-align: right; }
#kategorijeProizvoda.v2 .wrap { padding: 0 38px 0 55px; margin-bottom: 0; }
#kategorijeProizvoda.v2 .scrollbar { margin: 80px 0 0 0; max-width: 100%; }

@keyframes rollUp {  0% { transform: rotateX(90deg); opacity: 0; } 100% { transform: rotateX(0); opacity: 1; } }

#main-content.is-fixed .is-fixed-tab-filter-wrapper { position: fixed; top: 0; left: 0; width: 100%; }
#main-content #toggleButton { position: absolute; z-index: 999; right: 15px; margin-top: -20px; border: none; border-radius: 5px 0 5px 5px; cursor: pointer; }
#main-content #toggleButton:hover { color: #f6c45a; background-color: #2d2825; }
#main-content #toggleButton.sakrijSadrzajBtn { font-size: 14px; line-height: 15px; color: #2d2825; text-transform: uppercase; padding: 13px 54px; background-color: #f6c45a; font-family: "Montserrat"; text-transform: uppercase; right: 1px; font-weight: 800; position: fixed; right: 150px; }
#main-content #toggleButton.sakrijSadrzajBtn::before { content: ""; position: absolute; right: -21px; top: 0; bottom: 0; width: 0; height: 0; border-bottom: 20px solid #a29377; border-right: 21px solid transparent; }
#main-content #btnStatic, #main-content #btnSlider { position: absolute; z-index: 2; right: 40px; margin-top: -5px; border: none; border-radius: 5px; cursor: pointer; }
#main-content #btnSlider { position: absolute; z-index: 2; right: 0; margin-top: -5px; border: none; border-radius: 5px; cursor: pointer; }
#btnSlider.mali, #btnStatic.mali { font-size: 17px; border: 2px solid #2d2825; padding: 4px 8px; line-height: 20px; }
#main-content #btnStatic.active, #main-content #btnSlider.active { color: #2d2825; background: #f6c45a; }
#kategorijeLista { padding: 0; top: -80px; position: relative; z-index: 99; display: block; opacity: 1; transition: opacity 0.5s ease, height 0.5s ease, padding 1.2s ease; overflow: hidden; height: auto; }
#kategorijeLista.hidden { opacity: 0; height: 0; padding: 0; }
#kategorijeLista.kategorijeStil { top: 0; padding: 40px 0; background: #f2edde; position: relative; }
#kategorijeLista.hidden.kategorijeStil { padding: 0; }
#kategorijeLista.kategorijeStil { /*background-image: url(../images/bg/logo_element.jpg); */ /* background-size: 40% 80%; */ background-position: right; background-repeat: no-repeat; width: 100%; position: relative; z-index: 1; }
#kategorijeLista.kategorijeStil::after { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; right: 0; background: -moz-linear-gradient(right, rgba(248, 247, 241, 0) 0%, #f8f7f1 45%, #f8f7f1 100%); background: -webkit-linear-gradient(right, rgba(248, 247, 241, 0) 0%, #f8f7f1 45%, #f8f7f1 100%); background: linear-gradient(to left, rgba(248, 247, 241, 0) 0%, #f8f7f1 25%, #f8f7f1 100%); }
#kategorijeLista .wrap { position: relative; padding: 0 0 0 75px; margin-bottom: 0; }
#kategorijeLista .frame { height: auto; overflow: hidden; }
#kategorijeLista .frame ul { list-style: none; margin: 0; padding: 0; height: 100%; }
#kategorijeLista .frame ul li { position: relative; float: left; height: 100%; margin: 0 30px 0 0; padding: 0; background: #2d2825; color: #fff; cursor: pointer; border-radius: 5px; }
#kategorijeLista.kategorijeStil .frame ul li { width: 245px; max-height: 250px; }
#kategorijeLista .frame ul li a img { border-radius: 5px; }
#kategorijeLista .frame ul li a h3, #kategorijeLista.kategorijeStil .frame ul li h3 { position: absolute; top: 85%; left: 50%; width: 80%; transform: translate(-50%, -85%); color: #fff; font-size: 24px; font-family: "Montserrat"; text-transform: uppercase; font-weight: 800; text-align: center; text-shadow: 0 0 6px rgba(0, 0, 0, 0.52); }
#kategorijeLista.kategorijeStil .frame ul li h3 { font-size: 24px; }
#kategorijeLista.kategorijeStil .frame ul li a span { display: block; margin-bottom: 8px; font-size: 14px; }
#kategorijeLista .scrollbar { margin: 40px 0 0 0; height: 8px; background: #f6c45a; line-height: 0; border-radius: 15px; max-width: 99.5%; }
#kategorijeLista .scrollbar .handle { width: 100px; height: 100%; background: #2d2825; cursor: pointer; border-radius: 15px; }
#kategorijeLista .scrollbar .handle .mousearea { position: absolute; top: -9px; left: 0; width: 100%; height: 20px; border-radius: 15px; }
#kategorijeLista .scrollbar .handle .mousearea::before { content: '...'; width: 30px; height: 30px; position: absolute; top: 10px; left: 50%; transform: translateX(-50%); background: #f6c45a; display: block; overflow: hidden; line-height: 5px; padding: 4px 4px; cursor: move; vertical-align: middle; border-radius: 5px; margin-top: -.7em; margin-right: .3em; font-size: 20px; line-height: 11px; font-family: sans-serif; letter-spacing: 3px; color: #000; text-shadow: 1px 0 1px black; }
#kategorijeLista .frame a::before { opacity: 0; border-radius: 5px; }
#kategorijeLista .frame a:hover::before { font-family: "fontawesome"; content: "\f065"; color: #ffffff; font-size: 45px; position: absolute; left: 0; right: 0; margin: 0 auto; text-align: center; bottom: 50%; -webkit-transform: translateY(50%); transform: translateY(50%); z-index: 99; opacity: 1; border-radius: 5px; }
#kategorijeLista .frame a:hover::after { content: ""; height: 100%; width: 100%; position: absolute; top: 0; left: 0; background: linear-gradient(180deg, rgba(255, 198, 88, 0) 0, rgba(255, 198, 88, 0.1) 12%, rgba(45, 40, 37, 0.8) 25%, rgba(45, 40, 37, 0.3) 50%, rgba(255, 198, 88, 0.3)); -webkit-transition: opacity 0.4s ease-in-out; transition: opacity 0.4s ease-in-out; border-radius: 5px; }
#kategorijeLista .cta { padding: 15px 0 3px; }
#kategorijeLista .cta sub { bottom: 0; border-radius: 50%; background: #f6c45a; color: #2d2825; width: 40px; height: 40px; padding: 10px 6px; line-height: 56px; font-size: 80%; vertical-align: middle; font-weight: 800; }
#kategorijeLista .cta .left h2 { font-size: 24px; color: #2d2825; line-height: 35px; margin-bottom: 0; }
#kategorijeLista .cta .right { text-align: right; }
#kategorijeLista.v2 .wrap { padding: 0 38px 0 55px; margin-bottom: 0; }
#kategorijeLista.v2 .scrollbar { margin: 80px 0 0 0; max-width: 100%; }
#sliderLayout .mt-150 { margin-top: 0; }

/******************************************************
/// Stil za postavke iz fajla kategorije
******************************************************/
#kategorijeLista.kategorijeStil .frame ul li a img { width: 318px; max-height: 450px; height: 450px; object-fit: cover; }
#kategorijeLista.kategorijeStil .frame ul li { width: 318px; max-height: 450px; height: 450px; }

/******************************************************
/// Novosti grid
******************************************************/
#novostiGrid { padding: 120px 0; }
#stranica-1 #novostiGrid { padding: 0 0 120px 0; }
#novostiGrid .item { text-align: center; margin-bottom: 0; position: relative; width: 100%; max-width: 400px; height: 410px; max-height: 410px; }
#novostiGrid .item a { position: relative; display: inline-block; overflow: hidden; min-height: 370px; border-radius: 5px; }
#novostiGrid .item img { border-radius: 5px; object-fit: cover; aspect-ratio: 3/3; }
#novostiGrid .item .content { position: absolute; background: rgba(0, 0, 0, 0); padding: 20px; width: 100%; height: 100%; padding: 140px 30px 15px; top: 20px; margin-top: 0; text-align: left; -moz-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -o-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); transition-timing-function: cubic-bezier(0, 1, 0.5, 1); -webkit-box-shadow: inset 0 -300px 160px -110px #2d2825; box-shadow: inset 0 -300px 160px -110px #2d2825; border-radius: 5px; }
#novostiGrid .item .content span { border-top: 3px solid #f6c45a; width: 5px; display: inline-block; margin-bottom: 11px; -moz-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -o-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
#novostiGrid .item .content .datum { width: 100%; display: block; font-size: 13px; color: #fff; margin-bottom: 11px; }
#novostiGrid .item .content h3 { font-weight: 800; font-size: 25px; line-height: 32px; color: #ffffff; margin-bottom: 180px; -moz-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -o-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
#novostiGrid .item .content p { color: #ffffff; font-weight: 600; line-height: 22px; font-size: 18px; position: relative; top: 100px; -moz-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -o-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
#novostiGrid .item a:hover .content { background: linear-gradient(180deg, rgba(255, 198, 88, 0) 0, rgba(255, 198, 88, 0.1) 12%, rgba(45, 40, 37, 0.8) 25%, rgba(45, 40, 37, 0.2) 50%, rgba(255, 198, 88, 0.2)); top: 0; -webkit-box-shadow: none; transition: 0.5s ease-in-out; box-shadow: none; z-index: 2; /* Ensures children stay above the blur transition: 0.5s ease-in-out; */ }
#novostiGrid .item .content:hover::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: inherit; /* Copies background */ filter: blur(9px); backdrop-filter: blur(9px); opacity: 0.8; /* If required */ z-index: 1; /* Ensure it's on top */ pointer-events: none; /* Allows interactions with child elements */ }
#novostiGrid .item .content .novostModul { }
#novostiGrid .item:hover .content .novostModul { position: relative; display: inline-block; overflow: hidden; z-index: 9; /* Ensure it's on top */ transition: 0.5s ease-in-out; }
#novostiGrid .item .image:hover img { -webkit-box-shadow: 0 1px 3px 1px rgba(109, 109, 156, 0.2); box-shadow: 0 1px 3px 1px rgba(109, 109, 156, 0.2); transition: 0.3s ease-in-out; }
#novostiGrid .item a:hover .content p { top: 0; }
#novostiGrid .item a:hover .content span { width: 70px; }

@media (max-width: 992px) { 
	#footer .widget { margin: 0 50px; display:none; opacity: 0; }
	#footer .adresar { margin: 0 50px; display:none; opacity: 0; }
	
	#stranica-1 #novostiGrid { padding: 0 0 15px 0; position: relative; z-index: 9; }
	#novostiGrid .mt-100 { margin-top: 30px }
	#novostiGrid .item { text-align: center; margin-bottom: 0; position: relative; width: 100%; max-width: 400px; height: 50%; max-height: 410px; }
	#novostiGrid .item .content h3 { font-size: 23px !important; line-height: 27px !important; }
	#novostiGrid .item a { position: relative; display: inline-block; overflow: hidden; min-height: 50%; border-radius: 5px; }
	#novostiGrid .item .content { top:0; width: 100%; height: auto; padding: 15px 30px 15px;}
	#novostiGrid .item  { max-height: 220px; position: relative; }
	#novostiGrid .item img { border-radius: 5px; height: auto; max-width: 100%; display: block; height: 215px; object-fit: cover; aspect-ratio: 5/1; }

}

/******************************************************
/// Novosti detaljno
******************************************************/
#novostDetaljno { padding: 30px 0 80px 0; border-top: 10px solid; border-image-slice: 1; border-width: 10px; border-image-source: linear-gradient(to left, #f6c45a, #fff); }
.sadrzajWrap { position: relative; display: block; width: 100%; padding-bottom: 150px; }
.sadrzajWrap figure.image img { border-radius: 5px; }
.navigacijaClanka { position: relative; padding: 5px 10px; display: block; left: -50px; }
.navigacijaClanka a { border: 2px solid #2d2825; padding: 10px 15px; margin: 5px; border-radius: 3px; color: #2d2825; }
.navigacijaClanka a i { font-size: 18px; }
.navigacijaClanka a:hover, .navigacijaClanka a:hover i { color: #124; }
.tagoviSadrzaja { display: inline-block; float: right; position: relative; top: -15px; }
.datumObjave { padding: 10px; margin: 0; font-weight: 600; display: inline; text-align: center; }
.kategorijaObjave { display: flex; justify-content: center; align-items: center; font-family: "Montserrat"; font-size: 15px; 
font-weight: 700; text-transform: uppercase; padding: 20px 150px 20px 20px; margin: 0; color: #fff; background: #2d2825; 
border-top: 9px solid #f6c45a; /* display: inline; */ text-align: center; border-radius: 3px; position: absolute; right: 0; bottom: 30px; /* transform: translateY(0%); */ z-index: 9; }
.vrijemeCitanja { color: #f6c45a; font-size: 13px; padding: 0; margin: 0; position: relative; display: inline-block; }
.vrijemeCitanja small { color: #f6c45a; padding: 0; margin-left: 5px; position: relative; display: inline-block; }
.kategorijaLabel,
.kategorijaLabel a,
.datumLabel,
.datumLabel a { position: relative; display: inline-block; background: #f6c45a; padding: 5px 10px; margin-right: 15px; border-radius: 5px; color: #2d2825; }
.kategorijaLabel a:hover,
.datumLabel a:hover { opacity: 0.5; }
#novostDetaljno .title3 { position: absolute; right: 40px; margin-top: -80px; z-index: 9; }
#novostDetaljno .title3 i,
#novostDetaljno .title3 i::before { color: #f6c45a; font-size: 100px; }
#novostDetaljno .contents { position: relative; top: 0; z-index: 9; }
#novostDetaljno .contents .glavnaSlikaWrap { position: relative; top: 0; z-index: 9; }
#novostDetaljno .contents .glavnaSlikaWrap::after { content: ""; width: 100%; height: 60%; position: absolute; bottom: 30px; left: 0; background: linear-gradient(to bottom, transparent 0%, #2d2825 100%); z-index: 1; opacity: 1; border-radius: 5px; border-bottom-right-radius: 60px; }
#novostDetaljno .contents img.glavnaSlika { border-radius: 5px; margin-bottom: 30px; width: 100%; object-fit: fill; }
#novostDetaljno .contents .datum { font-family: "Montserrat"; font-size: 13px; color: #fff; font-weight: 600; margin: 20px; display: block; letter-spacing: 0; text-align: right; position: absolute; z-index: 9; bottom: 110px; left: 65px; border-top: 2px solid #fff; padding-top: 20px; margin-bottom: 45px; display: inline-block; letter-spacing: 3px; }
#novostDetaljno .contents blockquote { }
#novostDetaljno .contents p { line-height: 33px; margin-bottom: 20px; }
#novostDetaljno .contents ul { margin: 10px 10px 20px 40px; }
#novostDetaljno .contents ul li { font-size: 18px; line-height: 33px; }
#novostDetaljno .contents h1 { position: absolute; text-shadow: 1px 3px black; left: 80px; bottom: 200px; max-width: 100%; padding: 0 15px; color: #fff; font-size: 60px; z-index: 9; }
#novostDetaljno .contents h3 { font-size: 38px; margin-bottom: 20px; }
#novostDetaljno .contents h4,
#novostDetaljno .contents h5,
#novostDetaljno .contents h6 { font-weight: 800; color: #2d2825; margin-bottom: 0; }
#novostDetaljno .contents h4 { font-size: 28px; margin-bottom: 20px; }
#novostDetaljno .contents h5 { font-size: 20px; margin-bottom: 20px; }
#novostDetaljno .contents h5 { font-size: 20px; margin-bottom: 20px; }
#novostDetaljno .contents .img-left { float: left; margin: 0 40px 40px 0; }
#novostDetaljno .contents .shared { margin: 77px 0 110px; }
#novostDetaljno .contents .shared h4 { position: relative; top: 8px; display: inline-block; float: left; text-transform: uppercase; margin-right: 40px; margin-bottom: 0; }
.novostAlati { display: flex; position: relative; top: 0; left: 32px; justify-content: space-between; align-items: center; width: 100%; z-index: 9; }

.glavniTekst a { font-weight: 600; text-decoration: none; }
.glavniTekst a:hover { text-decoration: underline; }

.glavniTekst ul, .glavniTekst ol { margin: 0 0 30px 35px; padding: 0; list-style-type: disc; text-align: left; }
.glavniTekst ul li, .glavniTekst ol li { padding: 0; margin: 0 0 0 20px; position: relative; }

.glavniTekst ul, .glavniTekst ol, .glavniTekst ul li, .glavniTekst ol li { line-height: 30px; font-size: 18px; }

@media (max-width: 992px) {
	#novostDetaljno .contents h1 { left: 15px; padding: 0 30px; font-size: 36px !important; max-width: 100%; line-height: 40px; }
	#novostDetaljno .contents .shared h4 { font-size: 18px; margin-right: 10px; top: 10px; }
	#novostDetaljno .title3 { right: 120px; margin-top: 15px; }
	#novostDetaljno .contents .datum { left: 25px; }
	.social-links a { width: 40px; height: 40px; }
	.social-links a i { font-size: 18px; line-height: 40px; }
	.sadrzajContent { padding: 0 20px; }
	.glavniTekst ul, .glavniTekst ol { line-height: 33px; margin-left: 50px; margin-bottom: 20px; font-size: 18px; 
	font-weight: 400; line-height: 30px; color: #2d2825; position: relative; }
}

/******************************************************
/// Sidebar
******************************************************/
.modulSidebar h3 { font-family: "Montserrat"; font-weight: 800; font-size: 26px; color: #2d2825; margin-bottom: 58px; position: relative; }
.modulSidebar h3::after { content: ""; border-bottom: 2px solid #2d2825; width: 70px; position: absolute; left: 0; top: 47px; border-radius: 2px; }
.modulSidebar ul { margin: 0; padding: 0; overflow: hidden; }
.modulSidebar.novo ul li { overflow: hidden; font-size: 14px; margin-bottom: 20px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding-bottom: 20px; }
.modulSidebar.novo ul li:hover img { opacity: 0.65; -webkit-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; }
.modulSidebar.novo figure { margin: 0; }
.modulSidebar.novo .slika { float: left; overflow: hidden; margin-right: 15px; box-shadow: 0 5px 9px -4px rgba(0, 0, 0, 0.3); }
.modulSidebar.novo .slika img { height: 75px; width: 75px; border-radius: 5px; }
.modulSidebar.novo .content h5 { font-size: 16px; cursor: pointer; line-height: 24px; }
.modulSidebar.novo .content h5 a:hover { opacity: 0.5; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.modulSidebar.novo .content h5 a { color: #2d2825; outline: 0; text-decoration: none; font-weight: 600; }
.modulSidebar.novo .meta { margin-top: 6px; }
.modulSidebar.novo .meta span { color: #2d2825; font-size: 13px; }
.modulSidebar.novo .meta span span { font-weight: 800; text-transform: uppercase; margin-left: 4px; }
.modulSidebar.novo .meta span i { color: #2d2825; background: #f6c45a; padding: 5px 6px; border-radius: 5px; }
a.btn-tag { font-weight: 700; font-family: "Montserrat"; font-size: 14px; color: #2d2825; background: #f6c45a; border: 2px solid #2d2825; border-radius: 5px; padding: 14px 18px; line-height: 20px; display: inline-block; margin: 4px 2px; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
a.btn-tag:hover { background: #2d2825; color: #f2edde; border: 2px solid #2d2825; }

/******************************************************
/// Cta
******************************************************/
.cta-title { text-align: left; margin-bottom: 0; }
.cta-title h6 { font-weight: 800; font-size: 15px; color: #f6c45a; letter-spacing: 3.4px; text-transform: uppercase; margin-bottom: 17px; }
.cta-title h2 { font-weight: 800; font-size: 46px; color: #2d2825; margin-bottom: 20px; letter-spacing: 0.4px; }
.cta-title h2 { font-weight: 800; font-size: 66px; color: #2d2825; letter-spacing: 0; }
.cta-title-hr::after { content: ""; border-top: 16px solid #f6c45a; position: absolute; right: -1199px; width: 100%; max-width: 650px; top: -75px; border-radius: 10px; border-left: 330px solid #aaa; box-shadow: 1px 107px 7px rgba(0, 0, 0, 0.3); }
.cta-title-hr .btn-2b { right: 100px; position: absolute; top: 0; }
.cta-sadrzaj { padding: 50px 50px 50px 0; }

.cta-sadrzaj p.lead { font-weight: 700; font-size: 18px; }
.cta-sadrzaj blockquote { font-size: 1.4em; width: 100%; margin: 50px auto; font-family: "Open Sans"; font-style: italic; color: #babac0; padding: 30px 50px 30px 75px; /* border-left: 8px solid #f6c45a; */ border-radius: 5px; line-height: 1.6; position: relative; background: #babac0; }
.cta-sadrzaj blockquote::before { font-family: Arial; content: "\201C"; color: #78c0a8; font-size: 4em; position: absolute; left: 10px; top: -10px; }
.cta-sadrzaj blockquote::after { content: ""; }
.cta-sadrzaj blockquote span { display: block; color: #2d2825; font-style: normal; font-weight: 700; margin-top: 1em; }

/* Read more/less na sadržaj kategorije */
.cta-sadrzaj-intro p { display: inline; }
.toggle-link.read-more.btn-2b,
.toggle-link.read-less.btn-2b { font-weight: 700; font-family: "Montserrat", sans-serif; font-size: 14px; color: #2d2825; border: 2px solid #2d2825; background: #f6c45a; padding: 2px 8px; line-height: 32px; display: block; margin: 15px auto 0 auto; /* small space between text and link */ text-align: center; max-width: 180px; }
.toggle-link.read-more.btn-2b:hover,
.toggle-link.read-less.btn-2b:hover { border: 2px solid #f6c45a; }

.toggle-link.read-more.btn-2b i,
.toggle-link.read-less.btn-2b i { display: inline-block; float: right; transition: transform 0.3s ease-in-out; margin-right: 8px; padding: 9px 0; }
.toggle-link.read-more.btn-2b:hover i { transform: rotate(90deg); }
.toggle-link.read-less.btn-2b:hover i { transform: rotate(-180deg); }

/******************************************************
/// Isotope
******************************************************/
.loadmore-btn .btn-2b,
.loadmore-btn .btn-2b:focus { margin: 30px 0; padding: 28px 15px; width: 100%; max-width: 270px; display: inline-block; line-height: 0.5px; box-shadow: 0 10px 40px -3px rgba(0, 0, 0, 0.3); }
.ikonaSpin { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
.ikonaSpin .aniIkona { -webkit-transition-duration: 1s; transition-duration: 1s; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; }
.ikonaSpin:hover .aniIkona, .ikonaSpin:focus .aniIkona, .ikonaSpin:active .aniIkona { -webkit-transform: rotate(360deg); transform: rotate(360deg); }

/******************************************************
/// Reference
******************************************************/
#reference { padding: 60px 0 120px 0; background: #f2edde; transition: opacity 0.5s ease, height 0.5s ease, padding 1.2s ease; }
#reference .filter { position: relative; top: 10px; padding: 0; margin: 0 0 52px 0; background: none; border: 0; }
#reference .isotopeFilter { padding: 15px 0; }
#reference .isotopeContainer .item { padding: 15px; max-width: 540px; }
#reference .isotopeFilter button { border: 0; box-shadow: none; font-weight: 800; font-family: "Montserrat"; font-size: 18px; margin-right: 15px; color: #f6c45a; background-color: #2d2825; border-radius: 5px; text-transform: uppercase; padding: 8px 15px; display: inline-block; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; }
#reference .isotopeFilter button::before { content: attr(data-value); position: absolute; white-space: pre; display: inline; top: 0; left: 50%; transform: translate(-50%, -15px); }
#reference .isotopeFilter button.current { background-color: #f6c45a; color: #2d2825; }
#reference .isotopeFilter button:hover { background-color: #f6c45a; color: #2d2825 !important; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; }
#reference .isotopeFilter button.current:hover { background-color: #2d2825; color: #f6c45a !important; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; }
#reference .isotope-item { z-index: 2; }
#reference .isotope-hidden .isotope-item { pointer-events: none; z-index: 1; }
#reference .isotope, #reference .isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; transition-duration: 0.8s; }
#reference .isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; transition-property: height, width; }
#reference .isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; transition-property: transform, opacity; }
#reference .isotopeContainer a { position: relative; height: 100%; display: inline-block; transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s; }
#reference .isotopeContainer .item .mask { width: 60px; height: 60px; background-color: #f6c45a; color: #2d2825; position: absolute; border-bottom-left-radius: 10px; top: 0; right: 0; opacity: 0; -webkit-transition: all 0.3s ease-in-out; transition: all 0.8s ease-in-out; left:unset; }
#reference .isotopeContainer .item .mask i { /* margin-right:-5px; */ line-height: 60px; font-size: 31px; position: relative; right: 0; left:unset; }
#reference .isotopeContainer .item:hover .mask { opacity: 1; }
#reference .isotopeContainer .img-container { position: relative; display: inline-block; overflow: hidden; border-radius: 5px; }
#reference .isotopeContainer .img-container img { border-radius: 5px; position: relative; align-self: stretch; height: auto; flex-shrink: 0; object-fit: cover; max-width: 100%; transition: transform 0.5s ease-in-out; }
#reference .isotopeContainer .img-container:hover img { transform: scale(1.2); }
#reference .isotopeContainer .img-container .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #2d2825; opacity: 0; text-align: center; transition: opacity 300ms ease-in-out; border-radius: 5px; }

#reference .isotopeContainer .img-container:hover .overlay { opacity: 0.85; }
#reference .isotopeContainer .overlay .overlay-content { position: absolute; top: 50%; left: 50%; width: 100%; transform: translate(-50%, -50%); color: #fff; }
#reference .isotopeContainer .overlay i { border-top: 3px solid #f6c45a; width: 15px; display: inline-block; margin-bottom: 11px; -moz-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -o-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
#reference .isotopeContainer .overlay:hover i { width: 120px; }
#reference .isotopeContainer .overlay h3 { font-weight: 800; font-size: 30px; line-height: 35px; color: #ffffff; margin-bottom: 13px; padding: 0 50px; }
#reference .isotopeContainer .overlay p { font-family: "Montserrat"; font-weight: 700; font-size: 12px; color: #f6c45a; text-transform: uppercase; letter-spacing: 3px; }
#reference .grid-sizer { width: 25%; }
#reference .isotopeContainer .opisReference { z-index: 99; min-width: 510px; width: 100%; padding: 20px 50px; background: #f6c45a; border-radius: 5px; height: 100%; /* Postavi velicinu opisa reference kao i slike */ display: flex; flex-direction: column; justify-content: space-between; align-items: start; }
#reference .isotopeContainer .opisReference p { font-size: 16px; font-weight: 600; text-transform: uppercase; color: #2d2825; line-height: 29px; }
#reference .isotopeContainer .opisReference p span { text-transform: uppercase; font-size: 22px; font-weight: 800; display: block; padding: 20px 0; }
#reference .isotopeContainer .opisReference p strong { font-size: 16px; font-weight: 800; display: inline-block; padding: 0; }
#reference .isotopeContainer .opisReference .btn-2b { font-size: 16px; text-transform: uppercase; padding: 8px 30px; line-height: 30px; }

/******************************************************
/// tehnickaUputstva
******************************************************/
#tehnickaUputstva { padding: 120px 0 200px 0; background: #f2edde; position: relative; z-index: 9; }
#tehnickaUputstva::after { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; right: 0; background: -moz-linear-gradient(right, rgba(248, 247, 241, 0) 0%, #f8f7f1 45%, #f8f7f1 100%); background: -webkit-linear-gradient(right, rgba(248, 247, 241, 0) 0%, #f8f7f1 45%, #f8f7f1 100%); background: linear-gradient(to left, rgba(248, 247, 241, 0) 0%, #f8f7f1 25%, #f8f7f1 100%); }
#tehnickaUputstva .item { text-align: center; margin-bottom: 0; position: relative; width: 100%; max-width: 200px; height: 410px; max-height: 410px; }
#tehnickaUputstva .item a { position: relative; display: inline-block; overflow: hidden; min-height: 370px; border-radius: 5px; }
#tehnickaUputstva .item img { border-radius: 5px; object-fit: cover; aspect-ratio: 3/3; }
#tehnickaUputstva .item .content { position: absolute; background: rgba(0, 0, 0, 0); padding: 20px; width: 100%; height: 100%; padding: 140px 30px 15px; top: 0; margin-top: 0; text-align: left; -moz-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -o-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); transition-timing-function: cubic-bezier(0, 1, 0.5, 1); -webkit-box-shadow: inset 0 -300px 160px -110px #2d2825; box-shadow: inset 0 -300px 160px -110px #2d2825; border-radius: 5px; }
#tehnickaUputstva .item .content span { border-top: 3px solid #f6c45a; width: 5px; display: inline-block; margin-bottom: 11px; -moz-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -o-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
#tehnickaUputstva .item .content .datum { width: 100%; display: block; font-size: 13px; color: #fff; margin-bottom: 11px; }
#tehnickaUputstva .item .content h3 { font-weight: 800; font-size: 23px; color: #ffffff; line-height: 34px; margin-bottom: 20px; -moz-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -o-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
#tehnickaUputstva .item .content p { color: #ffffff; font-weight: 600; line-height: 22px; font-size: 18px; position: relative; top: 70px; -moz-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -o-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
#tehnickaUputstva .item a:hover .content { background: linear-gradient(180deg, rgba(255, 198, 88, 0) 0, rgba(255, 198, 88, 0.1) 12%, rgba(45, 40, 37, 0.8) 25%, rgba(45, 40, 37, 0.2) 50%, rgba(255, 198, 88, 0.2)); top: 0; -webkit-box-shadow: none; transition: 0.5s ease-in-out; box-shadow: none; z-index: 2; /* Ensures children stay above the blur transition: 0.5s ease-in-out; */ }
#tehnickaUputstva .item .content:hover::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: inherit; filter: blur(9px); backdrop-filter: blur(9px); opacity: 0.8; z-index: 1; pointer-events: none; }
#tehnickaUputstva .item:hover .content .uputstvaModul { position: relative; display: inline-block; overflow: hidden; z-index: 9; transition: 0.5s ease-in-out; }
#tehnickaUputstva .item .image:hover img { -webkit-box-shadow: 0 1px 3px 1px rgba(109, 109, 156, 0.2); box-shadow: 0 1px 3px 1px rgba(109, 109, 156, 0.2); transition: 0.6s ease-in-out; }
#tehnickaUputstva .item a:hover .content p { top: 0; }
#tehnickaUputstva .item a:hover .content span { width: 70px; }

#tehnickaUputstva .title3 i,
#tehnickaUputstva .title3 i::before { color: #f6c45a; font-size: 1110px; float: right; position: absolute; bottom: 0; right: -100%; transform: translateX(12%); }

#tehnickaUputstvaGalerija .item a { position: relative; display: inline-block; overflow: hidden; margin-top: 30px; border-radius: 5px; }
#tehnickaUputstvaGalerija .item img { border-radius: 5px; object-fit: cover; aspect-ratio: 3/3; }

.img-container { position: relative; overflow: hidden; border-radius: 5px; }
.img-container .mask { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); /* semi-transparent black */ display: flex; justify-content: center; align-items: center; opacity: 0; transition: opacity 0.7s ease-in-out; z-index: 2; }
.img-container:hover .mask { opacity: 1; }
.img-container .mask i { font-size: 32px; color: #2d2825; z-index: 3; transition: transform 0.7s ease-in-out; }
.img-container:hover .mask i { transform: scale(1.2); }

/******************************************************
/// uputstvai detaljno
******************************************************/
#uputstvaDetaljno { padding: 30px 0 0 0; border-top: 10px solid; border-image-slice: 1; border-width: 10px; border-image-source: linear-gradient(to left, #f6c45a, #fff); }
#tehnickaUputstva .sadrzajWrap { position: relative; display: block; width: 100%; }
#tehnickaUputstva .sadrzajWrap figure.image img { border-radius: 5px; }
#tehnickaUputstva .navigacijaClanka { position: relative; float: right; padding: 5px 10px; display: inline-block; }
#tehnickaUputstva .navigacijaClanka a { border: 2px solid #f2edde; padding: 20px 20px; margin: 5px 10px; border-radius: 3px; color: #f2edde; }
#tehnickaUputstva .navigacijaClanka a i { font-size: 18px; }
#tehnickaUputstva .navigacijaClanka a:hover,
#tehnickaUputstva .navigacijaClanka a:hover i { color: #124; }
#tehnickaUputstva .tagoviSadrzaja { display: inline-block; float: right; position: relative; top: -15px; }
#tehnickaUputstva .datumObjave { padding: 10px; margin: 0; font-weight: 600; display: inline; text-align: center; }
#tehnickaUputstva .kategorijaObjave { display: flex; justify-content: center; align-items: center; font-family: "Montserrat"; font-size: 15px; font-weight: 700; text-transform: uppercase; padding: 20px 105px 20px 55px; margin: 0; color: #fff; background: #2d2825; border-top: 9px solid #f6c45a; /* display: inline; */ text-align: center; border-radius: 3px; border-bottom-right-radius: 60px; border-top-left-radius: 60px; position: absolute; right: 0; bottom: 30px; /* transform: translateY(0%); */ z-index: 9; }
#tehnickaUputstva .vrijemeCitanja { color: #f6c45a; font-size: 13px; padding: 0; margin: 0; position: relative; display: inline-block; }
#tehnickaUputstva .vrijemeCitanja small { color: #f6c45a; padding: 0; margin-left: 5px; position: relative; display: inline-block; }
#tehnickaUputstva .kategorijaLabel, #tehnickaUputstva .kategorijaLabel a, #tehnickaUputstva .datumLabel, #tehnickaUputstva .datumLabel a { position: relative; display: inline-block; background: #f6c45a; padding: 5px 10px; margin-right: 15px; border-radius: 5px; color: #2d2825; }
#tehnickaUputstva .kategorijaLabel a:hover,
#tehnickaUputstva .datumLabel a:hover { opacity: 0.5; }
#uputstvaDetaljno .title3 { position: absolute; right: 40px; margin-top: -80px; z-index: 9; }
#uputstvaDetaljno .title3 i, #uputstvaDetaljno .title3 i::before { color: #f6c45a; font-size: 100px; }
#uputstvaDetaljno .contents { position: relative; top: -350px; z-index: 9; }
#uputstvaDetaljno .contents .glavnaSlikaWrap { position: relative; top: 0; z-index: 9; }
#uputstvaDetaljno .contents .glavnaSlikaWrap::after { content: ""; width: 100%; height: 60%; position: absolute; bottom: 30px; left: 0; background: linear-gradient(to bottom, transparent 0%, #2d2825 100%); z-index: 1; opacity: 1; border-radius: 5px; border-bottom-right-radius: 60px; }
#uputstvaDetaljno .contents img.glavnaSlika { border-radius: 5px; margin-bottom: 30px; border-bottom-right-radius: 60px; min-height: 850px; max-height: 840px; width: 100%; object-fit: fill; }
#uputstvaDetaljno .contents .datum { font-family: "Montserrat"; font-size: 13px; color: #fff; font-weight: 600; margin: 20px; display: block; letter-spacing: 0; text-align: right; position: absolute; z-index: 9; bottom: 80px; left: 65px; border-top: 2px solid #fff; padding-top: 20px; margin-bottom: 45px; display: inline-block; letter-spacing: 3px; }
#uputstvaDetaljno .contents blockquote { }
#uputstvaDetaljno .contents p { line-height: 33px; margin-bottom: 20px; }
#uputstvaDetaljno .contents h1 { position: absolute; text-shadow: 1px 3px black; left: 80px; bottom: 180px; max-width: 50%; color: #fff; font-size: 70px; z-index: 9; }
#uputstvaDetaljno .contents h3 { font-size: 38px; margin-bottom: 20px; }
#uputstvaDetaljno .contents h4, #uputstvaDetaljno .contents h5, #uputstvaDetaljno .contents h6 { font-weight: 800; color: #2d2825; margin-bottom: 0; }
#uputstvaDetaljno .contents h4 { font-size: 28px; margin-bottom: 20px; }
#uputstvaDetaljno .contents h5 { font-size: 20px; margin-bottom: 20px; }
#uputstvaDetaljno .contents h5 { font-size: 20px; margin-bottom: 20px; }
#uputstvaDetaljno .contents .img-left { float: left; margin: 0 40px 40px 0; }
#uputstvaDetaljno .contents .shared { margin: 77px 0 110px; }
#uputstvaDetaljno .contents .shared h4 { position: relative; top: 8px; display: inline-block; float: left; text-transform: uppercase; margin-right: 40px; margin-bottom: 0; }
#uputstvaDetaljno .uputstvaAlati { display: flex; position: absolute; top: -110px; justify-content: space-between; align-items: center; width: 100%; z-index: 9; }
#tehnickaUputstva .filter { position: relative; top: 10px; margin-bottom: 52px; }
#tehnickaUputstva .isotopeFilter { padding: 15px 0; }
#tehnickaUputstva .isotopeContainer .item { padding: 15px; max-width: 25%; }
#tehnickaUputstva .filterWrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: end; -ms-flex-pack: center; justify-content: end; list-style: none; margin: 15px 0 0 0; padding: 0; height: auto; width: auto; }
#tehnickaUputstva .isotopeFilter button { font-weight: 800; font-family: "Montserrat"; font-size: 15px; color: #f6c45a; background-color: #2d2825; text-decoration: none; padding: 0 15px; margin-left: 10px; display: flex; flex-direction: column; align-items: center; text-align: left; text-transform: uppercase; border-radius: 5px; transition: all 0.2s ease; border: 2px solid #2d2825; box-shadow: none; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#tehnickaUputstva .isotopeFilter button.current,
#tehnickaUputstva .isotopeFilter button.current:hover { box-shadow: none; color: #fff; background-color: #f6c45a; transition: all 0.2s ease; }
#tehnickaUputstva .isotopeFilter button::before { content: attr(data-value); position: absolute; white-space: pre; display: inline; top: 0; left: 50%; transform: translate(-50%, -15px); }
#tehnickaUputstva .isotopeFilter button.current { background-color: #f6c45a; color: #2d2825; }
#tehnickaUputstva .isotopeFilter button:hover { background-color: #f6c45a; color: #2d2825 !important; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; }
#tehnickaUputstva .isotopeFilter button.current:hover { background-color: #2d2825; color: #f6c45a !important; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; }
#tehnickaUputstva .isotope-item { z-index: 2; }
#tehnickaUputstva .isotope-hidden.isotope-item { pointer-events: none; z-index: 1; }
#tehnickaUputstva .isotope, .isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; transition-duration: 0.8s; }
#tehnickaUputstva .isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; transition-property: height, width; }
#tehnickaUputstva .isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; transition-property: transform, opacity; }
#tehnickaUputstva .isotopeContainer a { position: relative; height: 100%; display: inline-block; transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s; }
#tehnickaUputstva .isotopeContainer a::before { opacity: 0; transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s; }
#tehnickaUputstva .isotopeContainer a:hover::before { font-family: fontawesome; content: ""; color: #ffffff; font-size: 35px; position: absolute; left: 0; right: 0; margin: 0 auto; text-align: center; bottom: 50%; -webkit-transform: translateY(50%); transform: translateY(50%); z-index: 99; opacity: 1; transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s; }
#tehnickaUputstva .isotopeContainer a:hover::after { content: ""; height: 100%; width: 100%; position: absolute; top: 0; left: 0; background-color: #2d2825; opacity: 0.75; transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s; }

#tehnickaUputstva .isotopeContainer .overlay .overlay-content { position: absolute; top: 50%; left: 50%; width: 100%; transform: translate(-50%, -50%); color: #fff; }
#tehnickaUputstva .isotopeContainer .overlay i { border-top: 3px solid #f6c45a; width: 15px; display: inline-block; margin-bottom: 11px; -moz-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -o-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
#tehnickaUputstva .isotopeContainer .overlay:hover i { width: 120px; }
#tehnickaUputstva .isotopeContainer .overlay h3 { font-weight: 800; font-size: 30px; line-height: 35px; color: #ffffff; margin-bottom: 13px; padding: 0 50px; }
#tehnickaUputstva .isotopeContainer .overlay p { font-family: "Montserrat"; font-weight: 700; font-size: 12px; color: #f6c45a; text-transform: uppercase; letter-spacing: 3px; }
.grid-sizer { width: 25%; }

@media (max-width: 992px) {
	#tehnickaUputstva .isotopeContainer .item { max-width: 100%; }
	#tehnickaUputstva .isotopeFilter button { width: 100%; margin-bottom: 5px; }
	.img-container .mask i { color: #2d2825; }

}

@media (max-width: 992px) { 
	#stranica-15 #main-content { padding-bottom: 100px; }
	#stranica-15 #tehnickaUputstva { background: none; padding: 50px 0 0 0; position: relative; z-index: 9; }
	#stranica-15 #tehnickaUputstva::after { background: none; }
	#tehnickaUputstva .mt-100 { margin-top: 30px }
	#tehnickaUputstva .isotopeContainer .item { text-align: center; margin-bottom: 0; position: relative; width: 100%; max-width: 400px; height: 50%; max-height: 410px; }
	#tehnickaUputstva .isotopeContainer .item .content h3 { font-size: 23px !important; line-height: 27px !important; }
	#tehnickaUputstva .isotopeContainer .item a { position: relative; display: inline-block; overflow: hidden; min-height: 50%; border-radius: 5px; }
	#tehnickaUputstva .isotopeContainer .item .content { top:0; width: 100%; height: 100%; padding: 15px 30px 15px;}
	#tehnickaUputstva .isotopeContainer .item  { max-height: 220px; position: relative; }
	#tehnickaUputstva .isotopeContainer .item img { border-radius: 5px; height: auto; max-width: 100%; display: block; height: 215px; object-fit: cover; aspect-ratio: 5/1; }

}

/******************************************************
/// Pojmovi
******************************************************/
#rijecnikPojmova { padding: 120px 0; }
#rijecnikPojmova .container { max-width: 1600px; }
#rijecnikPojmova .row { display: flex; flex-wrap: wrap; }
#rijecnikPojmova .filter { max-width: 25%; padding: 0 20px 20px 20px; border-radius: 5px; flex-basis: 25%; }
#rijecnikPojmova .isotopeFilter { display: flex; align-items: flex-start; justify-content: flex-start; flex-wrap: wrap; gap: 20px; }
#rijecnikPojmova .isotopeFilter a { font-weight: 800; font-family: "Montserrat"; font-size: 18px; color: #2d2825; text-decoration: none; padding: 10px 15px; display: flex; flex-direction: column; align-items: center; text-align: left; background-color: #fff; border-radius: 4px; transition: all 0.2s ease; width: 45px; height: 42px; border: 1px solid #f6c45a; }
#rijecnikPojmova .isotopeFilter a.current,
#rijecnikPojmova .isotopeFilter a:hover { color: #fff; background-color: #f6c45a; transition: all 0.2s ease; }
#rijecnikPojmova .isotopeContainer { flex-grow: 1; padding-left: 20px; flex-basis: 75%; }
#rijecnikPojmova .isotopeContainer .row { display: flex; flex-direction: column; gap: 20px; }
#rijecnikPojmova .isotopeContainer .item { background: #f2edde; padding: 20px; border-radius: 5px; width: 100%; margin-bottom: 30px; }
#rijecnikPojmova .isotopeContainer .overlay-content h3 { font-size: 18px; margin-bottom: 10px; color: #2d2825; }
#rijecnikPojmova .isotopeContainer .overlay-content p { font-size: 18px; color: #2d2825; }

@media (max-width: 992px) {
	#rijecnikPojmova .filter { max-width: 35%; flex-basis: 35%; }
	#rijecnikPojmova .isotopeContainer { flex-basis: 65%; padding-left: 10px; }
}

@media (max-width: 768px) {
	#rijecnikPojmova .row { flex-direction: column; }
	#rijecnikPojmova .filter, #rijecnikPojmova .isotopeContainer { max-width: 100%; flex-basis: 100%; }
	#rijecnikPojmova .isotopeContainer { padding-left: 0; }
}

@media (max-width: 576px) {
	#rijecnikPojmova .isotopeFilter a { font-size: 14px; padding: 8px; }
	#rijecnikPojmova .isotopeContainer .overlay-content h3 { font-size: 16px; }
	#rijecnikPojmova .isotopeContainer .overlay-content p { font-size: 12px; }
}

.splash-page .title3 { text-align: right; margin: 0 0 30px 0; }
.splash-page .title3 h6 { font-weight: 800; font-size: 15px; color: #2d2825; letter-spacing: 3.4px; text-transform: uppercase; margin-bottom: 17px; }
.splash-page .title3 h2 { font-weight: 800; font-size: 80px; color: #2d2825; letter-spacing: 0; }
.splash-page .title3 i, .splash-page .title3 i::before { color: #f6c45a; font-size: 85px; }
.splash-page .title3 p i, .splash-page .title3 p i::before { color: inherit; font-size: inherit; }
.splash-page .title-hr::after { content: ""; border-top: 6px solid #f6c45a; position: absolute; width: 100%; max-width: 369px; top: 12px; }
.splash-page .title-hr a, .splash-page .title-hr button { right: unset; position: unset; top: unset; }

/******************************************************
/// Sakrij FAQ 
******************************************************/
#faqPitanja { padding: 120px 0; display: none; }
.faqBg { background-image: url(../images/bg/faq_bg.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; width: 100%; position: relative; z-index: 1; padding: 0 0 150px 0; position: absolute; margin-top: -190px; height: 100%; border-right: 10px solid #f6c45a; background-color: #f2edde; border-radius: 5px; border-top-right-radius: 650px; max-width: 300px; }
.faq-left { padding: 30px 30px 30px 50px; }
.faq-right { border-left: #babac0 1px solid; padding: 20px 50px 20px 50px; margin-left: 0; }
.faqModul h3 { font-size: 66px; font-weight: 800; margin-bottom: 20px; }
.faqModul h3:first-child { margin-top: 0; }
.faq-btns { margin-bottom: 40px; }
.faq-btn { width: 100%; display: inline-block; border: #000 1px solid; border-radius: 4px; text-align: center; margin: 10px 0; background-color: #fff; padding: 14px; text-decoration: none; color: #000; transition: 0.5s all; }
.faq-btn:hover { background-color: #000; color: #fff; }

@media (max-width: 992px) {
	.faq-left { width: 100%; }
	.faqModul .card-header { padding: 15px 0; }
	.faqModul .accordion>.card>.card-header { margin-left: 0; padding-left: 20px; }
	.faq-right { width: 100%; border-left: none; padding: 20px; margin-left: 0; }
}

/******************************************************
/// Splash
******************************************************/
.splash-page { position: relative; top: 0; left: 0; width: 100%; height: 100%; padding: 200px 0 250px 0; background: transparent; display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 9; transition: opacity 1s ease; background-image: url(../images/bg/proizvodi-iz-kolekcije_bg.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; }
.splash-page::after { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; right: 0; background: linear-gradient(to right, rgba(248, 247, 241, 0) 0%, #f8f7f1 55%, #f8f7f1 100%); }
.splash-page h1 { font-size: 36px; margin-bottom: 20px; }
.splash-grid { width: 80%; }
.splash-item:hover { transform: scale(1.05); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); }
.glossaryFilter .splash-item:hover { transform: scale(1); box-shadow: none; }
.splash-item .btn-1b,
.splash-item .btn-2b { cursor: pointer; padding: 8px 15px; width: 100%; display: block; text-align: center; }
.splash-page .slogan { position: relative; z-index: 9; margin-top: 0; top: 70px; left: 50%; max-width: 600px; -webkit-transform: rotate(-5deg); transform: rotate(-5deg); -webkit-transform: translateX(-50%); transform: translateX(-50%); }

.splash-page .title3 i,
.splash-page .title3 i::before { color: #f6c45a; font-size: 1110px; float: right; position: absolute; bottom: 52px; right: -136%; transform: translateX(12%); }

@media (max-width: 992px) { .splash-page { padding: 0px 0 250px 0; } }

/******************************************************
/// faq
******************************************************/
ul.nav-tabs { position: relative; top: 0; font-size: 16px; width: 100%; border-top: 5px solid #babac0; border-bottom: 5px solid #babac0; padding: 20px 0; margin: 40px 0; }
.nav-tabs .nav-link { cursor: pointer; display: block; width: 100%; border: none; }
.nav-tabs li .nav-link { text-align: left; position: relative; display: inline-block; font-size: 20px; line-height: 20px; color: #2d2825; font-weight: 800; text-transform: uppercase; padding-left: 35px; }
.nav-tabs li:hover .nav-link { padding-left: 42px; border: none; }
.nav-tabs li .nav-link::before { position: absolute; content: "\f192"; font-family: "fontawesome"; font-size: 17px; left: 0; top: 8px; color: #2d2825; transition: all 0.1s ease; vertical-align: -0.125em; display: inline-block; opacity: 1; }
.nav-tabs li:hover .nav-link::before { opacity: 1; }
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active { border: none; color: #babac0; background-color: transparent; border-color: transparent; }
.tab-pane { display: none; }
.tab-pane.active { display: block; }
.tabs-container.desktop { display: flex; height: 100%; }
.faqModul .card { background-color: transparent; background-clip: border-box; border: 0; margin-bottom: 15px; border-radius: 0; }
.faqModul .card-header { padding: 15px 15px; margin-bottom: 0; border-bottom: 0 solid rgba(0, 0, 0, 0.125); }
.faqModul .card-body { padding: 1.25rem 4rem; }

.accordion .btn-trigger { cursor: pointer; outline: 0; border: 0; box-shadow: none; text-decoration: none; background: none; }
.accordion-index { font-weight: 800; font-size: 18px; position: absolute; left: 0; margin-top: 3px; height: 40px; width: 40px; border-radius: 50%; text-align: center; line-height: 40px; background-image: -moz-linear-gradient(0deg, #f6c45a 0%, #f6c45a 100%); background-image: -webkit-linear-gradient(0deg, #f6c45a 0%, #f6c45a 100%); background-image: -ms-linear-gradient(0deg, #f6c45a 0%, #f6c45a 100%); color: #2d2825; z-index: 9; }
.accordion-icon { display: inline-block; float: right; transition: transform 0.3s ease-in-out; margin-right: 8px; }
.btn-trigger[aria-expanded="true"] .accordion-icon { transform: rotate(180deg); margin-right: 24px; }
.accordion-title { vertical-align: middle; font-size: 18px; }

@media (max-width: 992px) {
	body { overflow: auto; }
	.nav-tabs { flex-wrap: wrap; }
	.nav-tabs .nav-item { flex: 1; text-align: center; }
	.tabs-container { display: block; }
	.tab-nav { width: 100%; }
	.tab-nav ul { display: flex; flex-direction: row; }
	.tab-nav li { flex: 1; text-align: center; border-bottom: none; border-right: 1px solid #babac0; }
	.tab-nav li:last-child { border-right: none; }
	.tabs { position: relative; height: calc(100vh - 50px); }

	#stranica-16 #main-content { padding-bottom: 50px; }
	#faqPitanja { padding: 50px 0 0 0; }
	
	.faq-left h3 { font-size: 36px; text-align: center; }
	.faq-btns { margin-bottom: 0px; }
	.faq-btns a.btn-1b { display: block; width: 100%; text-align: center; text-transform: uppercase; }
	.faq-left { padding: 30px 20px 30px 20px; }

	.accordion .btn-trigger { display: flex; }
	.accordion-index { position: relative; border-radius: 3px; display: inline-block; text-align: right; padding: 0 5px 0 5px; margin: 0 20px 0 0; text-align: center; }
}

/******************************************************
/// Rjecnik
******************************************************/
#glossaryTerms { display: none; }
.glossaryModul { padding: 120px 0; }
.glossary-left { padding: 30px 30px 30px 50px; }
.glossaryFilter { display: flex; align-items: flex-start; justify-content: flex-start; flex-wrap: wrap; gap: 10px; border-top: 5px solid #babac0; border-bottom: 5px solid #babac0; padding: 20px 0; margin: 40px 0; }
.splash-page .glossaryFilter { border: 0; padding: 0; margin: 0; }
.glossaryFilter a, .glossaryFilter button { font-weight: 800; font-family: "Montserrat"; font-size: 18px; color: #2d2825; text-decoration: none; padding: 12px 15px; display: flex; flex-direction: column; align-items: center; text-align: left; background-color: #fff; border-radius: 4px; transition: all 0.2s ease; width: 48px; height: 45px; border: 1px solid #f6c45a; }
.glossaryFilter a.current, .glossaryFilter button.current, .glossaryFilter a:hover,
.glossaryFilter button:hover { box-shadow: none; color: #fff; background-color: #f6c45a; transition: all 0.2s ease; }
.glossary-right { border-left: #babac0 1px solid; padding: 20px 50px 20px 50px; margin-left: 0; }
.glossaryContainer { flex-grow: 1; padding-left: 20px; flex-basis: 75%; }
.glossary-right .item { position: relative; margin-bottom: 0; background: #fff; padding: 15px; border: 0; border-radius: 0; }
.glossary-active { border: 2px solid #d50000; }
.glossary-right .img-container h3 { margin: 0 0 10px; }
.glossary-right .img-container p { margin: 0; }

@media screen and (max-width: 600px) {
	body { overflow: auto; }
	.glossaryModul { padding: 0; }
	.glossary-left h2, .glossary-left p { text-align: center; }
	.glossary-left { position: relative; width: 100%; padding: 30px 30px 0 30px; }
	.glossary-right { position: relative; display: block; width: 100%; border-left: none; padding: 0 30px; }
	.glossaryFilter { justify-content: center; }
}

.faqBg { background-image: url(../images/bg/faq_bg.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; width: 100%; position: relative; z-index: 1; padding: 0 0 150px 0; position: absolute; margin-top: -190px; height: 100%; border-right: 10px solid #f6c45a; background-color: #f2edde; border-radius: 5px; border-top-right-radius: 650px; max-width: 300px; }
.glossaryModul h3 { font-size: 66px; font-weight: 800; margin-bottom: 20px; }
.glossaryModul h3:first-child { margin-top: 0; }
.glossary-btns { margin-bottom: 40px; }
.glossary-btn { width: 100%; display: inline-block; border: #000 1px solid; border-radius: 4px; text-align: center; margin: 10px 0; background-color: #fff; padding: 14px; text-decoration: none; color: #000; transition: 0.5s all; }
.glossary-btn:hover { background-color: #000; color: #fff; }

/******************************************************
/// Staticni sadrzaji
******************************************************/
.staticniSadrzaji { padding: 0 0 120px 0; }
.sadrzaj { padding: 100px 0; }
.sadrzaj.nopadd { padding: 0; }
.sadrzaj .card-header { background-color: #ffffff; border-bottom: none; transition: background-color 0.3s ease-in-out; }
.sadrzaj .btn-link { color: #2d2825; font-weight: 600; text-decoration: none; display: flex; align-items: center; transition: color 0.3s ease-in-out; box-shadow: none; }
.sadrzaj .btn-link span { background: #f6c45a; color: #2d2825; border-radius: 8px; text-transform: uppercase; font-size: 14px; padding: 10px 20px; display: inline-block; }
.sadrzaj .btn-link.nobg span { background: transparent; }
.sadrzaj .btn-link i { transition: transform 0.3s ease-in-out; position: absolute; right: 30px; font-size: 22px; }
.sadrzaj .btn-link.collapsed i { transform: rotate(0); }
.sadrzaj .btn-link:not(.collapsed) i { transform: rotate(-180deg); }
.sadrzaj .card { border: none; border-radius: 0; box-shadow: 0 0.25rem rgba(0, 0, 0, 0.075); transition: box-shadow 0.3s ease-in-out; background-color: transparent; padding: 10px 15px; }
.sadrzaj .card:hover { box-shadow: 0 0.3rem rgba(0, 0, 0, 0.15); }
.sadrzaj ul { margin: 10px 0 20px 50px; list-style: disc; }
.sadrzaj ul li { font-size: 15px; line-height: 26px; }
.sadrzaj h3 { font-size: 30px; line-height: 46px; margin: 30px 0 5px 0; font-weight: 600; color: #2d2825; display: flex; align-items: center; white-space: nowrap; }
.sadrzaj h3::after { content: ""; background-color: rgba(0, 0, 0, 0.2); height: 2px; top: 4px; width: 100%; margin-left: 1rem; position: relative; }

@media screen and (max-width: 996px) {
	.sadrzaj { padding: 50px 15px 80px 15px; }
	.sadrzaj-bg { display: none; }
}

.category-box { position: relative; top: 0; border-top: 5px solid #babac0; border-bottom: 5px solid #babac0; width: 100%; padding: 10px 10px 5px 10px; }
.category-box h3 { display: block; font-size: 24px; line-height: 30px; color: #2d2825; margin-bottom: 30px; }
.category-list ul { margin: 0 auto; text-align: left; }
.category-list li { position: relative; display: inline-block; padding: 0 0 8px 0; margin-right: 10px; }
.category-list li:first-child { }
.category-list li:last-child { margin: 0; }
.category-list li a { position: relative; display: inline-block; font-size: 18px; line-height: 29px; color: #2d2825; font-weight: 800; text-transform: uppercase; padding-left: 30px; }
.category-list li a:hover { padding-left: 40px; color: #babac0; }
.category-list li a::before { position: absolute; content: "\f192"; font-family: "fontawesome"; font-size: 15px; left: 0; top: 0; color: #2d2825; transition: all 0.1s ease; vertical-align: -0.125em; display: inline-block; opacity: 1; }
.category-list li a:hover::before { opacity: 1; color: #f6c45a; }
.category-listStaticContent ul { margin: 0 auto; text-align: left; cursor: pointer; }
.category-listStaticContent li { position: relative; display: inline-block; padding: 0 0 8px 0; margin-right: 10px; }
.category-listStaticContent li:first-child { }
.category-listStaticContent li:last-child { margin: 0; }
.category-listStaticContent li { position: relative; display: inline-block; font-size: 18px; line-height: 29px; color: #2d2825; font-weight: 800; text-transform: uppercase; padding-left: 30px; }
.category-listStaticContent li:hover { padding-left: 40px; color: #babac0; }
.category-listStaticContent li::before { position: absolute; content: "\f192"; font-family: "fontawesome"; font-size: 15px; left: 0; top: 0; color: #2d2825; transition: all 0.1s ease; vertical-align: -0.125em; display: inline-block; opacity: 1; }
.category-listStaticContent li:hover::before { opacity: 1; color: #f6c45a; }
.podstraniceMenu { position: relative; top: 0; border-top: 2px solid #2d2825; border-bottom: 2px solid #2d2825; width: 100%; padding: 10px; }
.podstraniceMenu h3 { display: block; font-size: 24px; line-height: 30px; color: #fff; margin-bottom: 4px; }
.podstraniceMenuList ul { margin: 0 auto; text-align: left; }
.podstraniceMenuList li { position: relative; display: inline-block; padding: 0 0 5px 0; margin-right: 5px; }
.podstraniceMenuList li:first-child { }
.podstraniceMenuList li:last-child { margin: 0; }
.podstraniceMenuList li a { position: relative; display: inline-block; font-size: 15px; color: #2d2825; font-weight: 800; text-transform: uppercase; padding-left: 20px; }
.podstraniceMenuList li a:hover { padding-left: 20px; }
.podstraniceMenuList li a::before { position: absolute; content: "\f192"; font-family: "fontawesome"; font-size: 15px; left: 0; top: 0; color: #2d2825; transition: all 0.1s ease; vertical-align: -0.125em; display: inline-block; opacity: 1; }
.podstraniceMenuList li a:hover::before { opacity: 1; }

/******************************************************
/// Staticni sadrzaji 1
******************************************************/
#staticniSadrzaji_1 { width: 100%; background: #fff; padding: 0 0 120px 0; }
.staticniSadrzaji_1-container { width: 990px; position: relative; left: 90px; top: 50px; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); }
.o-nama { position: relative; width: 41%; float: none; padding: 50px 0 50px 0; left: 15%; margin: 0 auto; border-right: 50px solid rgba(255, 198, 88, 0.4); border-radius: 5px; border-bottom-right-radius: 650px; box-shadow: 4rem -4rem 23rem rgba(255, 198, 88, 0.4); }
.o-nama2 { position: relative; width: 41%; float: none; padding: 50px 0 50px 0; left: 15%; margin: 0 auto; border-right: 10px solid #ffc658; background-color: #f2edde; border-radius: 5px; border-bottom-right-radius: 650px; }
.o-nama-slikeWrap { height: 620px; border: 0 solid #ffc658; border-right: 0; border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
.o-nama-slikeWrap img { width: 100%; border-radius: 5px; }
.o-nama-txt { padding: 0; margin: 0 -40px 0 100px; }
.o-nama-txt h2 { font-family: 'Montserrat'; font-weight: 800; font-size: 36px; color: #2D2825; line-height: 50px; margin-bottom: 36px; }
.o-nama-txt h3 { font-size: 24px; color: #2D2825; line-height: 30px; font-weight: 400; }
.o-nama-txt p { color: #2D2825; margin-bottom: 30px; }
.o-nama-txt p small { font-size: 13px; font-style: italic; margin-left: 30px; }
.rightPadding { padding: 50px 10px; }
.o-nama-slikeWrap .mask { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0; -webkit-transition: all 0.3s ease-in-out; transition: all 2.3s ease-in-out; }
.o-nama-slika:hover .mask { opacity: 1; }
.o-nama-slikeWrap .o-nama-slika img { -webkit-transition: all 0.8s ease-in-out; transition: all 2.8s ease-in-out; }
.o-nama-slikeWrap .link { display: flex; justify-content: center; align-items: center; height: 100%; padding: 0; margin: 0; }
.o-nama-slikeWrap .link li { display: flex; justify-content: center; align-items: center; width: 95px; height: 95px; border-radius: 50%; background-color: #ffc658; }
.o-nama-slikeWrap .link li { color: #2D2825; font-size: 47px; text-align: center; border-radius: 50%;}
.o-nama-slika { position: absolute; border-radius: 5px; overflow: hidden; z-index: 0; transition: all .6s linear; background: #fff; padding: 8px;}
.o-nama-slika-centar { transform: translate(12%, 0%) scale(1); z-index: 2; cursor: pointer; position: absolute;}
.o-nama-slika-lijevo { transform: translate(-60%, 8%) rotate(-5deg) scale(.9); z-index: 1; position: absolute; min-width: 120%;}
.o-nama-slika-desno { transform: translate(-30%, 90%) rotate(4deg) scale(.9); z-index: 3; position: absolute;}
.o-nama-slika-desno:hover { transform: translate(-20%, 100%) scale(1.2); z-index: 3; cursor: pointer;}
.o-nama-slika-lijevo:hover { transform: translate(-50%, 5%) scale(1.2); z-index: 4; cursor: pointer;}
.o-nama-slika-centar:hover { transform: translate(2%, -2%) scale(1.2); z-index: 4;}
.o-nama-slika:hover > .o-nama-slikaCaption { opacity: 1;}
.o-nama-slikaCaption { position: absolute; bottom: 0; z-index: 4; opacity: 0; transition: opacity 2.5s; width: 100%; text-align: center; background-color: rgba(255, 255, 255, .5); padding: 1rem 1rem;}
.o-nama-slikaCaption h3 { font-family: 'Montserrat'; color: #000; font-size: 18px; font-weight: 600; }
    
/******************************************************
/// o NAMA
******************************************************/
.o-nama-wrapper { width: 100%; background: #fff; padding: 0 0 120px 0;}
 .o-nama-container { width: 990px; position: relative; left: 90px; top: 50px; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); }
 .o-nama { position: relative; width: 41%; float: none; padding: 50px 0 50px 0; left: 15%; margin: 0 auto; border-right: 50px solid rgba(255, 198, 88, 0.4); border-radius: 5px; border-bottom-right-radius: 650px; box-shadow: 4rem -4rem 23rem rgba(255, 198, 88, 0.4);}
 .o-nama2 { position: relative; width: 41%; float: none; padding: 50px 0 50px 0; left: 15%; margin: 0 auto; border-right: 10px solid #ffc658; background-color: #f2edde; border-radius: 5px; border-bottom-right-radius: 650px;}
 .o-nama-slikeWrap { height: 620px; border: 0 solid #ffc658; border-right: 0; border-top-left-radius: 5px; border-bottom-left-radius: 5px;}
 .o-nama-slikeWrap img { width: 100%; border-radius: 5px;}
 .o-nama-txt { padding: 0; margin: 0 -40px 0 100px;}
 .o-nama-txt h2 { font-family: 'Montserrat'; font-weight: 800; font-size: 36px; color: #2D2825; line-height: 50px; margin-bottom: 36px;}
 .o-nama-txt h3 { font-size: 24px; color: #2D2825; line-height: 30px; font-weight: 400;}
 .o-nama-txt p { color: #2D2825; margin-bottom: 30px;}
 .o-nama-txt p small { font-size: 13px; font-style: italic; margin-left: 30px;}
 .rightPadding { padding: 50px 10px;}
 .o-nama-slikeWrap .mask { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0; -webkit-transition: all 0.3s ease-in-out; transition: all 2.3s ease-in-out;}
 .o-nama-slika:hover .mask { opacity: 1;}
 .o-nama-slikeWrap .o-nama-slika img { -webkit-transition: all 0.8s ease-in-out; transition: all 2.8s ease-in-out;}
 .o-nama-slikeWrap .link { display: flex; justify-content: center; align-items: center; height: 100%; padding: 0; margin: 0;}
 .o-nama-slikeWrap .link li { display: flex; justify-content: center; align-items: center; width: 95px; height: 95px; border-radius: 50%; background-color: #ffc658;}
 .o-nama-slikeWrap .link li { color: #2D2825; font-size: 47px; text-align: center; border-radius: 50%;}
 .o-nama-slika { position: absolute; border-radius: 5px; overflow: hidden; z-index: 0; transition: all .6s linear; background: #fff; padding: 8px;}
 .o-nama-slika-centar { transform: translate(12%, 0%) scale(1); z-index: 2; cursor: pointer; position: absolute;}
 .o-nama-slika-lijevo { transform: translate(-60%, 8%) rotate(-5deg) scale(.9); z-index: 1; position: absolute; min-width: 120%;}
 .o-nama-slika-desno { transform: translate(-30%, 90%) rotate(4deg) scale(.9); z-index: 3; position: absolute;}
 .o-nama-slika-desno:hover { transform: translate(-20%, 100%) scale(1.2); z-index: 3; cursor: pointer;}
 .o-nama-slika-lijevo:hover { transform: translate(-50%, 5%) scale(1.2); z-index: 4; cursor: pointer;}
.o-nama-slika-centar:hover { transform: translate(2%, -2%) scale(1.2); z-index: 4; }
.o-nama-slika:hover > .o-nama-slikaCaption { opacity: 1; }
.o-nama-slikaCaption { position: absolute; bottom: 0; z-index: 4; opacity: 0; transition: opacity 2.5s; width: 100%; text-align: center; background-color: rgba(255, 255, 255, .5); padding: 1rem 1rem; }
.o-nama-slikaCaption h3 { font-family: 'Montserrat'; color: #000; font-size: 18px; font-weight: 600; }

/******************************************************
/// Više o (kategorije)
******************************************************/
.viseWrapper { width: 100%; padding: 120px 0; margin: 0; background-image: url(../images/bg/izdvojeno_bg.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; width: 100%; position: relative; z-index: 8; }
.viseWrapper::after { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; right: -100px; background: -moz-linear-gradient(right, rgba(248, 247, 241, 0) 0%, #f8f7f1 25%, #f8f7f1 100%); background: -webkit-linear-gradient(right, rgba(248, 247, 241, 0) 0%, #f8f7f1 25%, #f8f7f1 100%); background: linear-gradient(to left, rgba(248, 247, 241, 0) 0%, #f8f7f1 16%, #f8f7f1 80%); }

.subCategoryChilds.gallery ul { background: none!important; margin: 0; }
.subCategoryChilds.gallery { opacity:1; }

.viseProizvodi { background-color: #f2edde; padding: 0; border-right: 10px solid #f6c45a; }
.viseSadrzaj { padding: 0 150px; margin: 0; }
.viseSadrzaj h2 { font-family: "Montserrat"; font-weight: 800; max-width: 70%; color: #ffffff; line-height: 100px; margin-bottom: 15px; text-shadow: 0 1px 0 #f6c45a, 0 2px 0 #ffa800, 0 3px 0 #ffffff, 0 4px 0 #f6c45a, 0 5px 0 #f6c45a, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 7px 4px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15); font-size: 5.8em; text-transform:uppercase; }
.viseSadrzaj h3 { color: #2d2825; line-height:40px; font-weight: 400; text-shadow: 0 -2px 0 #ccc, 0 -1px 5px #c9c9c9; font-size: 1.4em; text-transform:uppercase; }
.viseSadrzaj h4 { font-size: 24px; color: #2d2825; line-height: 35px; font-weight: 600; }
.viseSadrzaj a { font-weight: 600; }
.viseSadrzaj a:hover { text-decoration: underline; }
.viseSadrzaj a.btn-1b:hover { text-decoration: none; }
.viseSadrzaj p { color: #2d2825; margin-bottom: 30px; }
.viseSadrzaj p small { font-size: 13px; font-style: italic; margin-left: 30px; }
.viseSadrzaj ul, .viseSadrzaj ol { margin: 0 0 30px 35px; padding: 0; list-style-type: disc; text-align: left; }
.viseSadrzaj ul li, .viseSadrzaj ol li { padding: 0; margin: 0 0 0 20px; position: relative; }
.viseSadrzaj ol { counter-reset: item; }
.viseSadrzaj ol li { counter-increment: item; }
.viseSadrzaj ol li::before { content: counter(item); display: inline-block; border: 3px solid #f6c45a; position: absolute; margin-top: 0; left: 0; font-size: 16px; text-align: center; line-height: 22px; font-weight: 600; height: 27px; width: 28px; border-radius: 50%; background-image: -moz-linear-gradient(0deg, rgb(66, 140, 212) 0%, rgb(0, 78, 154) 100%); background-image: -webkit-linear-gradient(0deg, #f6c45a 0%, #f6c45a 100%); background-image: -ms-linear-gradient(0deg, rgb(66, 140, 212) 0%, rgb(0, 78, 154) 100%); color: #2d2825; }
.viseSadrzaj ul, .viseSadrzaj ol, .viseSadrzaj ul li, .viseSadrzaj ol li { line-height: 30px; font-size: 18px; }
.rightPadding { padding: 50px 10px; }
.vise-o-slikeWrap { height: 620px; border: 0 solid #f6c45a; border-right: 0; border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
.vise-o-slikeWrap img { width: 100%; border-radius: 5px; }
.vise-o-slikeWrap .mask { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.vise-o-slika:hover .mask { opacity: 1; }
.vise-o-slikeWrap .vise-o-slika img { -webkit-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; }
.vise-o-slikeWrap .link { display: flex; justify-content: center; align-items: center; height: 100%; padding: 0; margin: 0; }
.vise-o-slikeWrap .link li { display: flex; justify-content: center; align-items: center; width: 95px; height: 95px; border-radius: 50%; background-color: #f6c45a; }
.vise-o-slikeWrap .link li { color: #2d2825; font-size: 47px; text-align: center; border-radius: 50%; }
.vise-o-slika { position: absolute; border-radius: 5px; overflow: hidden; /* box-shadow: 0 1rem 4rem rgba(0,0,0,.5); transform: translate(-50%,-50%) scale(.1); */ z-index: 0; transition: all 0.2s linear; background: #fff; padding: 8px; }
.vise-o-slika-centar { transform: translate(12%, 0%) scale(1); z-index: 2; cursor: pointer; position: absolute; }
.vise-o-slika-lijevo { transform: translate(-60%, 8%) rotate(-5deg) scale(0.9); z-index: 1; position: absolute; min-width: 120%; }
.vise-o-slika-desno { transform: translate(-30%, 90%) rotate(4deg) scale(0.9); z-index: 3; position: absolute; }
.vise-o-slika-desno:hover { transform: translate(-20%, 100%) scale(1.2); z-index: 3; cursor: pointer; }
.vise-o-slika-lijevo:hover { transform: translate(-50%, 5%) scale(1.2); z-index: 4; cursor: pointer; }
.vise-o-slika-centar:hover { transform: translate(2%, -2%) scale(1.2); z-index: 4; }
.vise-o-slika:hover>.vise-o-slikaCaption { opacity: 1; }
.vise-o-slikaCaption { position: absolute; bottom: 0; z-index: 4; opacity: 0; transition: opacity 0.2s; width: 100%; text-align: center; background-color: rgba(255, 255, 255, 0.5); padding: 1rem 1rem; }
.vise-o-slikaCaption h3 { font-family: "Montserrat"; color: #000; font-size: 18px; font-weight: 600; }

.category-link { position: relative; display: inline-block; }
.category-link .thumb { display: none; overflow: hidden; position: absolute; top: 50%; left: 50%; transform: translateY(-50%); width: 190px; box-shadow: 0 2px 6px rgba(0,0,0,0.2); border: 1px solid #ddd; background: #fff; border-radius: 10px; z-index: 9999; }
.category-link:hover .thumb { display: block; transform: rotate(-7deg); }

/******************************************************
/// Staticni sadrzaji 1
******************************************************/
.staticni-sadrzaji-1-wrapper { width: 100%; background: #fff; padding: 0 0 120px 0; }
.staticni-sadrzaji-1-container { width: 1199px; position: relative; left: 190px; top: 50px; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); }
.staticni-sadrzaji-1 { position: relative; width: 60%; float: none; height: 620px; padding: 120px 0 0 0; left: 15%; margin: 0 auto; border: 10px solid #f6c45a; background-color: #f2edde; }
.staticni-sadrzaji-12 { position: relative; width: 65%; float: none; padding: 50px 0 50px 0; left: 20%; margin: 0 auto; border-left: 10px solid #f6c45a; background-color: #f2edde; border-radius: 5px; border-bottom-right-radius: 650px; }
.staticni-sadrzaji-1-slikeWrap { height: 620px; border: 0 solid #f6c45a; border-right: 0; border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
.staticni-sadrzaji-1-slikeWrap img { width: 100%; /* margin: -50px 0 45px 45px; */ border-radius: 5px; }
.staticni-sadrzaji-1-txt { padding: 0; margin: 0 0 0 150px; padding: 120px 0 200px 0; }
.staticni-sadrzaji-1-txt h2 { font-family: "Montserrat"; font-weight: 800; font-size: 36px; color: #2d2825; line-height: 50px; margin-bottom: 36px; }
.staticni-sadrzaji-1-txt h3 { font-size: 24px; color: #2d2825; line-height: 30px; font-weight: 400; }
.staticni-sadrzaji-1-txt h4 { font-size: 24px; color: #2d2825; line-height: 35px; font-weight: 600; }
.staticni-sadrzaji-1-txt p { color: #2d2825; margin-bottom: 30px; }
.staticni-sadrzaji-1-txt p small { font-size: 13px; font-style: italic; margin-left: 30px; }
.rightPadding { padding: 50px 10px; }
.staticni-sadrzaji-1-slikeWrap .mask { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.staticni-sadrzaji-1-slika:hover .mask { opacity: 1; }
.staticni-sadrzaji-1-slikeWrap .staticni-sadrzaji-1-slika img { -webkit-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; }
.staticni-sadrzaji-1-slikeWrap .link { display: flex; justify-content: center; align-items: center; height: 100%; padding: 0; margin: 0; }
.staticni-sadrzaji-1-slikeWrap .link li { display: flex; justify-content: center; align-items: center; width: 95px; height: 95px; border-radius: 50%; background-color: #f6c45a; }
.staticni-sadrzaji-1-slikeWrap .link li { color: #2d2825; font-size: 47px; text-align: center; border-radius: 50%; }
.staticni-sadrzaji-1-slika { position: absolute; border-radius: 5px; overflow: hidden; /* box-shadow: 0 1rem 4rem rgba(0,0,0,.5); transform: translate(-50%,-50%) scale(.1); */ z-index: 0; transition: all 0.2s linear; background: #fff; padding: 8px; }
.staticni-sadrzaji-1-slika-centar { transform: translate(12%, 0%) scale(1); z-index: 2; cursor: pointer; position: absolute; }
.staticni-sadrzaji-1-slika-lijevo { transform: translate(-60%, 8%) rotate(-5deg) scale(0.9); z-index: 1; position: absolute; min-width: 120%; }
.staticni-sadrzaji-1-slika-desno { transform: translate(-30%, 90%) rotate(4deg) scale(0.9); z-index: 3; position: absolute; }
.staticni-sadrzaji-1-slika-desno:hover { transform: translate(-20%, 100%) scale(1.2); z-index: 3; cursor: pointer; }
.staticni-sadrzaji-1-slika-lijevo:hover { transform: translate(-50%, 5%) scale(1.2); z-index: 4; cursor: pointer; }
.staticni-sadrzaji-1-slika-centar:hover { transform: translate(2%, -2%) scale(1.2); z-index: 4; }
.staticni-sadrzaji-1-slika:hover>.staticni-sadrzaji-1-slikaCaption { opacity: 1; }
.staticni-sadrzaji-1-slikaCaption { position: absolute; bottom: 0; z-index: 4; opacity: 0; transition: opacity 0.2s; width: 100%; text-align: center; background-color: rgba(255, 255, 255, 0.5); padding: 1rem 1rem; }
.staticni-sadrzaji-1-slikaCaption h3 { font-family: "Montserrat"; color: #000; font-size: 18px; font-weight: 600; }

/******************************************************
/// Usluge
******************************************************/
.usluge { position: relative; background-size: cover; background-color: #f8f8f8; text-align: center; padding-top: 80px; padding-bottom: 110px; }
.usluge .container { max-width: 1380px; }
.usluga-broj::after { -webkit-transition: all 0.3s; transition: all 0.3s; }
.usluge::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: 0.95; background-color: #f2edde; content: ""; }
.uslugeWrap { position: relative; z-index: 1; }
.usluge-lista { margin: 50px -13% 0; }
.usluga-item { position: relative; padding-right: 40px; padding-left: 40px; }
.usluga-item:not(:last-child)::after { position: absolute; top: 53px; left: calc(100% - 62px); width: 130px; height: 2px; border: 2px solid #2d2825; content: ""; }
.usluga-item:hover .usluga-broj::after { opacity: 0.5; }
.usluga-broj { position: relative; display: inline-block; margin-bottom: 15px; font: 700 100px/1 Montserrat; color: #2d2825; transition: 0.3s ease-in; }
.usluga-item:hover .usluga-broj { opacity: 0.5; transition: 0.3s ease-out; }
.usluga-broj::after { position: absolute; top: calc(50% - 5px); left: calc(50% - 5px); width: 20px; height: 20px; border-radius: 50%; content: ""; }
.usluga-broj::before { position: absolute; top: calc(50% - 10px); left: calc(50% - 10px); width: 30px; height: 30px; border-radius: 50%; background-color: #fff; box-shadow: 0 0 12px 8px rgba(129, 129, 129, 0.06); content: ""; }
.usluga-naslov { margin-bottom: 15px; font-family: "Montserrat"; font-size: 18px; font-weight: 700; color: #2d2825; }
.usluga-text { opacity: 0.8; }
.usluga-text p { font-size: 16px; line-height: 24px; font-weight: 500; }
.usluga-broj::after { background-color: #f6c45a !important; }
.usluga-item:hover .usluga-broj::after { background-color: #2d2825 !important; }
.usluga-broj { color: #2d2825 !important; }

/******************************************************
/// Karijere
******************************************************/
.karijere { padding: 100px 0; }
.karijere .text-box { }
.karijere .text-box h2 { font-size: 65px; }
.karijere .card-header { background-color: #ffffff; border-bottom: none; transition: background-color 0.3s ease-in-out; border-radius: 5px; }
.karijere .btn-link { font-size: 18px; text-transform: uppercase; color: #2d2825; font-weight: 800; text-decoration: none; display: flex; align-items: center; transition: color 0.3s ease-in-out; box-shadow: none; display: block; min-height: 70px; }
.karijere .btn-link span { background: #f6c45a; color: #2d2825; border-radius: 8px; text-transform: uppercase; font-size: 14px; padding: 10px 20px; display: inline-block; }
.karijere .btn-link i { transition: transform 0.3s ease-in-out; position: absolute; right: 30px; font-size: 22px; }
.karijere .btn-link.collapsed i { transform: rotate(0); }
.karijere .btn-link:not(.collapsed) i { transform: rotate(-180deg); }
.karijere .card { border: none; border-radius: 0; background-color: transparent; padding: 20px 15px; counter-increment: tabs; position: relative; transition: all 0.3s ease-in-out; }
.karijere .card::before { content: ""counter(tabs) ""; font-size: 20px; font-weight: 700; position: absolute; margin-top: 17px; left: 0; font-size: 40px; text-align: center; line-height: 54px; font-weight: 800; height: 60px; width: 60px; border-radius: 50%; z-index: 9; background-image: -moz-linear-gradient(0deg, rgb(66, 140, 212) 0%, rgb(0, 78, 154) 100%); background-image: -webkit-linear-gradient(0deg, #f6c45a 0%, #f6c45a 100%); background-image: -ms-linear-gradient(0deg, rgb(66, 140, 212) 0%, rgb(0, 78, 154) 100%); color: #2d2825; }
.karijere .card:hover { box-shadow: 0 0.3rem rgba(0, 0, 0, 0); }
.accordion>.card>.card-header { border-radius: 0; margin-bottom: -1px; margin-left: 15px; padding-left: 50px; }
.karijere ul { margin: 10px 0 20px 50px; transition: all 0.3s ease-in-out; }
.karijere ul li { font-size: 18px; line-height: 29px; }
.karijere-bg { background: #f6c45a; padding: 100px 0; width: 100%; position: relative; z-index: 1; }
.karijere .collapse,
.karijere .collapsing { opacity: 0; overflow: hidden; height: 0; transition: opacity 0.25s ease; }
.karijere .collapse.show { opacity: 1; height: auto; }
.karijere ul, .karijere ol { margin-left: 15px; padding-left: 0; margin-bottom: 20px; list-style-type: none; text-align: left; }
.karijere ol { padding-left: 0; margin: 30px 0; list-style-type: none; counter-reset: item; }
.karijere ol li { counter-increment: item; padding-left: 45px; line-height: 28px; margin-top: 10px; position: relative; margin-left: 15px; }
.karijere ol li::before { content: counter(item); display: inline-block; border: 3px solid #f6c45a; position: absolute; margin-top: 0; left: 0; font-size: 16px; text-align: center; line-height: 22px; font-weight: 600; height: 27px; width: 28px; border-radius: 50%; background-image: -moz-linear-gradient(0deg, rgb(66, 140, 212) 0%, rgb(0, 78, 154) 100%); background-image: -webkit-linear-gradient(0deg, #f6c45a 0%, #f6c45a 100%); background-image: -ms-linear-gradient(0deg, rgb(66, 140, 212) 0%, rgb(0, 78, 154) 100%); color: #2d2825; }
.sadrzaj ul, .sadrzaj ol, .sadrzaj ul li, .sadrzaj ol li { line-height: 30px; font-size: 18px; }

@media (max-width: 992px) { 
	.karijere .card { padding: 20px 0px; }
	.karijere .card::before { display: none; opacity: 0; }
	.karijere { padding: 50px 0 100px 0; }
	.karijere .text-box h2 { font-size: 30px; }
	.karijere .btn-link { display: block !important; }
	.karijere .btn-link span { display: block; margin-bottom: 20px; }
	.karijere ul li { font-size: 16px; }
	.karijere ul { list-style-type: disc; }
	#stranica-12 .pl-50, #stranica-12 .pl-100 { padding-left: 15px; }
	#stranica-12 .pr-50 { padding-right: 15px; }
	#stranica-12 .pb-100 { padding-bottom: 25px; }
	.karijere .accordion>.card>.card-header { margin-left: 0; padding-left: 0; }
	#stranica-12 #main-content { margin-bottom: 50px; padding-bottom: 0px; }
	
	.contact-info { padding: 0 20px 80px 20px; }
	#stranica-28 .container-contact { background: none !important; }
	#stranica-28 .kontaktObrazac.pt-100 { padding-top: 0; }
	#stranica-12 .container-contact form { padding: 0; }
	#stranica-28 #main-content { margin-bottom: 50px; padding-bottom: 0px; }

	.karijere .btn-link i { font-size: 55px; right: 40px; top: 40px; }
	.karijere { padding: 50px 10px 100px 10px; }
	.karijere-bg { display: none; }
	
	.social-input-containers .col-sm-6, .social-input-containers .col-sm-12 { padding-left:0; padding-right: 0; }
}

/* ========= CV Uploader ========= */
.cv-upload .form-control[type="file"], #cv_file.form-control { font-size: 14px; width: 100%; padding: 0; border-radius: 0; border: 0; background: transparent; color: inherit; box-shadow: none; }
.cv-upload .form-control[type="file"]:focus, #cv_file.form-control:focus { outline: none; border: 0; background: transparent; box-shadow: none; }
.cv-upload .form-control[type="file"]:disabled, #cv_file.form-control:disabled { opacity: .6; cursor: not-allowed; }
.cv-upload .form-label, label[for="cv_file"] { margin-bottom: .5rem; font-weight: 600; letter-spacing: .01em; font-size: 14px; }
.cv-status { font-weight: 600; letter-spacing: .01em; font-size: 13px; }
.cv-upload .form-text, #cvHelp { margin: 10px 0 0 0; font-size: 12px; opacity: 0.5; font-weight: 600; font-style: italic; }
#cvHelp i { font-size: 16px; opacity: 1; font-style: normal; }
.field-notice[rel="cv_file"] { margin-top: 0; font-size: 14px; color: #dc3545; }
#cv_file.is-invalid { border-color: #dc3545 !important; box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .15) !important; }
#cv_file.is-valid { border-color: #198754 !important; box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, .15) !important; }
#cv_file::file-selector-button { margin-right: .75rem; padding: 5px 8px; border: 1px solid rgba(255,255,255,0.14); border-radius: 5px; background: linear-gradient(0deg, rgba(255,255,255,0.06), rgba(255,255,255,0.08)); color: inherit; cursor: pointer; transition: transform .06s ease, background .2s ease, border-color .2s ease; }
#cv_file:hover::file-selector-button { background: linear-gradient(0deg, rgba(255,255,255,0.09), rgba(255,255,255,0.12)); border-color: rgba(255,255,255,0.22); }
#cv_file:active::file-selector-button { transform: translateY(1px); }
#cv_file::-webkit-file-upload-button { margin-right: .75rem; padding: .55rem .9rem; border: 1px solid rgba(255,255,255,0.14); border-radius: 0.6rem; background: linear-gradient(0deg, rgba(255,255,255,0.06), rgba(255,255,255,0.08)); color: inherit; cursor: pointer; transition: transform .06s ease, background .2s ease, border-color .2s ease; }
#cv_file:hover::-webkit-file-upload-button { background: linear-gradient(0deg, rgba(255,255,255,0.09), rgba(255,255,255,0.12)); border-color: rgba(255,255,255,0.22); }
#cv_file:active::-webkit-file-upload-button { transform: translateY(1px); }
.cv-upload .form-control[type="file"]:hover, #cv_file.form-control:hover { background: rgba(255,255,255,0.06); }
/* --------- Optional: drag-over visual if you add JS that toggles this class --------- */
.cv-upload.drag-over #cv_file.form-control { border-color: rgba(0, 156, 255, 0.85); box-shadow: 0 0 0 0.25rem rgba(0, 156, 255, 0.25); background: rgba(0, 156, 255, 0.06); }
/* --------- Light-mode adjustments (if needed) --------- */
@media (prefers-color-scheme: light) {
  .cv-upload .form-control[type="file"], #cv_file.form-control { border-color: rgba(0,0,0,0); background: rgba(0,0,0,0.0); }
  .cv-upload .form-control[type="file"]:hover, #cv_file.form-control:hover { background: rgba(0,0,0,0.04); }
  #cv_file::file-selector-button,
  #cv_file::-webkit-file-upload-button { border-color: rgba(0,0,0,0.16); background: linear-gradient(0deg, rgba(0,0,0,0.04), rgba(0,0,0,0.06)); }
  #cv_file:hover::file-selector-button,
  #cv_file:hover::-webkit-file-upload-button { border-color: rgba(0,0,0,0.22); background: linear-gradient(0deg, rgba(0,0,0,0.07), rgba(0,0,0,0.09)); }
}

/******************************************************
/// Proizvod detaljno


.slika-proizvoda { overflow: hidden; }
.proizvod-detaljno .item-slick { position: relative; }

******************************************************/
.details { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; padding: 0 65px; }
.slika-proizvoda { overflow: hidden; max-height: 730px; }
.product-title { text-transform: uppercase; font-weight: 800; font-size: 26px; }
.product-title, .product-sub-title { margin-bottom: 15px; }
.product-description, .details p { margin-bottom: 0; font-size: 17px; }
.product-title { margin-top: 0; }
.product-sub-title { font-size: 15px; }
.add-to-cart, .alatiBtn, a.add-to-cart, a.alatiBtn { font-weight: 700; color: #2d2825; text-transform: uppercase; padding: 10px 70px; border: none; background: #f6c45a; -webkit-transition: background 0.3s ease; transition: background 0.3s ease; }
.add-to-cart, a.add-to-cart { padding: 15px 15px; min-width: 210px; }
.alatiBtn, a.alatiBtn { padding: 15px 15px; min-width: 50px; }
.add-to-cart:hover, .alatiBtn:hover, a.add-to-cart:hover, a.alatiBtn:hover { background: #2d2825; color: #f6c45a; }

.proizvod-detaljno .share-block { display: inline; }
.proizvod-detaljno .share-block a { margin: 0 !important; font-size: 16px !important; padding: 11px 5px; width: 50px; font-weight: 700; text-transform: uppercase; border: none; background: #f6c45a; color: #2d2825; text-align: center; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; line-height: 1.5; border-radius: 5px; box-shadow: none; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
.proizvod-detaljno .share-block:hover a { transform: translateY(0px) !important; }
.proizvod-detaljno .share-block a:hover { background: #2d2825; }
.proizvod-detaljno .share-block a:hover span i { color: #f6c45a !important; }
.proizvod-detaljno .ikonaWrap:hover .ikonaAnim { transform: scale(1); }
.proizvod-detaljno .share-block a span .fa-stack { display: inline-block; height: 2em; line-height: 2em; position: relative; vertical-align: middle; width: 2.5em; }
.proizvod-detaljno .share-block a span i { color: #2d2825; }

@-webkit-keyframes add-to-cart {
	10% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); }
	20% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg); }
	30% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); }
	40% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg); }
	50% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg); }
	60% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg); }
	70% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg); }
	80% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg); }
	90% { -webkit-transform: translateX(1px) rotate(0); transform: translateX(1px) rotate(0); }
	100% { -webkit-transform: translateX(-1px) rotate(0); transform: translateX(-1px) rotate(0); }
}

@keyframes add-to-cart {
	10% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); }
	20% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg); }
	30% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); }
	40% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg); }
	50% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg); }
	60% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg); }
	70% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg); }
	80% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg); }
	90% { -webkit-transform: translateX(1px) rotate(0); transform: translateX(1px) rotate(0); }
	100% { -webkit-transform: translateX(-1px) rotate(0); transform: translateX(-1px) rotate(0); }
}

.add-to-cart { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.add-to-cart .fa-envelope { left: 10px; font-size: 27px; line-height: 15px; position: relative; top: 4px; -webkit-transform: translateZ(0); transform: translateZ(0); }
.add-to-cart:hover .fa-envelope, .add-to-cart:focus .fa-envelope, .add-to-cart:active .fa-envelope { -webkit-animation-name: add-to-cart; animation-name: add-to-cart; -webkit-animation-duration: 0.75s; animation-duration: 0.75s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; }
/* .proizvod-detaljno .data-icon['email'] { display: none; } */
.proizvod-detaljno { padding-top: 50px; border-top: 1px solid rgba(0, 0, 0, 0.1); }
.proizvod-detaljno .slider-for button.slick-prev,
.proizvod-detaljno .slider-for button.slick-next { top: 50%; transform: translateY(-50%); width: 60px; height: 60px; line-height: 60px; }
.proizvod-detaljno .slider-for button.slick-prev::before,
.proizvod-detaljno .slider-for button.slick-next::before { font-size: 44px; line-height: 60px; }
.proizvod-detaljno .slider-for button.slick-next { border: 0; }
.proizvod-detaljno .slider-for .slick-next { right: 0; }
.proizvod-detaljno .item-slick { position: relative; height: 600px; }
.proizvod-detaljno .proizvodPopup { position: absolute; display: block; bottom: 0; right: unset; left: 50%; transform:translateX(-50%); width: 60px; height: 60px; background-color: #f6c45a; 
color: #2d2825; border-top-left-radius: 10px; border-top-right-radius: 10px; opacity: 0; -webkit-transition: all 0.3s ease-in-out; transition: all 0.8s ease-in-out; z-index: 99999; }
.proizvod-detaljno .proizvodPopup i { margin-right: -5px; line-height: 60px; font-size: 35px; position: relative; right: -13px; }
.proizvod-detaljno .item-slick:hover .proizvodPopup { opacity: 1; }
.proizvod-detaljno .badge.veliki { top: 40px !important; }
.proizvod-detaljno .badge_akcija.veliki { right: -15px !important; top: -15px !important; font-size: 30px !important; line-height: 25px !important; height: 120px; width: 120px; padding: 16px 0 5px 0; background-color: #f6c45a; color: #2d2825; -webkit-transform: rotate(4deg); transform: rotate(4deg); border-radius: 50%; font-weight: 900; /* box-shadow: -1px 2px 65px 0 #000; */ border: 15px solid #f2edde; box-shadow: -5px 8px 5px -5px rgba(0, 0, 0, 0.5); }
.proizvod-detaljno .badge_akcija.veliki small { display: block; font-size: 15px; font-weight: 600; }
.proizvod-detaljno .badge_popust.veliki { display: none; }
.proizvod-detaljno .badge_nedostupno.veliki, .proizvod-detaljno .badge_niska_zaliha.veliki, .proizvod-detaljno .badge_novo.veliki { left: 15px !important; top: 15px !important; }
.proizvod-detaljno .dva-stupca { position: relative; }
.proizvod-detaljno.sifra { position: relative; margin-top: 2px; z-index: 9; }
.sifra p { display: inline; position: relative; font-size: 13px; font-weight: 700; padding: 5px 32px 5px 0; margin-bottom: 30px; background: #f6c45a; color: #2d2825; border-radius: 5px; z-index: 9; }
.sifra p span { text-transform: uppercase; background: #2d2825; color: #f6c45a; padding: 5px 12px; border-radius: 5px 0 0 5px; margin-right: 20px; }
.proizvod-detaljno .cijena-proizvoda::before { content: ""; border-top: 2px solid #f6c45a; position: absolute; width: 100%; max-width: 100%; top: 26px; left: -100%; }
.proizvod-detaljno .cijena-proizvoda { position: relative; font-size: 26px; line-height: 28px; font-weight: 900; border: 2px solid #f6c45a; padding: 12px 30px; border-radius: 30px; background: #fff; }
.proizvod-detaljno .cijena-napomena,
.proizvod-detaljno .kalkulator-napomena { position: absolute; display: block; top: 44px; left: 50%; transform: translateX(-50%); width: auto; min-width: 140px; text-align: center; font-size: 10px; line-height: 11px; font-weight: 700; border: 2px solid #f6c45a; padding: 2px 10px; border-radius: 80px; background: #fff; z-index: 9; }
.proizvod-detaljno .kalkulator-napomena { position: absolute; display: block; top: 44px; left: 50%; transform: translateX(-50%); width: 100%; font-size: 10px; line-height: 11px; font-weight: 700; border: 2px solid #f6c45a; padding: 2px 10px; border-radius: 0; border-top-left-radius: 5px; border-top-right-radius: 5px; background: #fff; z-index: 9; }
.proizvod-detaljno .kalkulator-napomena { top: -17px; }
.proizvod-detaljno .form-control:hover { border: 2px solid #babac0; }
.proizvod-detaljno .fotorama__fullscreen-icon::before { content: "\f002"; border-top-left-radius: 15px; border-bottom-left-radius: 0; }
.proizvod-detaljno .vrsta-proizvoda { position: absolute; top: -65px; left: 0; color: #2d2825; background: #f6c45a; font-size: 14px; text-transform: uppercase; font-weight: 800; padding: 5px 20px 5px 0; text-align: center; border-radius: 5px; z-index: 99999; }
.proizvod-detaljno .vrsta-proizvoda span { position: relative; display: inline; text-transform: uppercase; background: #2d2825; color: #f6c45a; margin-right: 10px;  padding: 5px 12px; border-radius: 5px 0px 0px 5px; }
.proizvod-detaljno .vrsta-proizvoda span::after { content: "";  color: #2d2825; position: absolute; top: 50%; transform: translateY(-50%) rotate(-90deg); opacity: 1; margin-top: 0; font-size: 12px; display: inline-block; margin-left: .6em; vertical-align: 4px; border-top: .6em solid; border-right: .6em solid transparent; border-bottom: 0; border-left: .6em solid transparent; }
.proizvod-detaljno .vrsta-proizvoda a { color: #2d2825; }
.proizvod-detaljno .vrsta-proizvoda a:hover { color: #666; }
.proizvod-detaljno ul.list-unstyled { margin: 10px 0; }
.proizvod-detaljno ul.list-unstyled li { font-size: 15px; font-weight: 600; line-height: 20px; margin-bottom: 8px; }
.proizvod-detaljno ul.list-unstyled li:last-child { margin-bottom: 0; }
.stanje-skladista, .rok-isporuke { font-size: 15px; padding: 0; margin: 0; }
.stanje-skladista strong, .rok-isporuke strong { font-size: 16px; text-transform: uppercase; }
.stanje-skladista .boja { display: inline-block; vertical-align: middle; margin: -4px 10px 0 5px; width: 18px; height: 18px; border-radius: 50%; font-size: 15px; }
.stanje-skladista .boja:first-of-type { margin-left: 10px; }
.stanje-skladista .boja.dostupno { background: #85ad00; }
.stanje-skladista .boja.novo { background: #f6c45a; }
.stanje-skladista .boja.nedostupno { background: #d50000; }
.slanje-upita { padding: 0; }
.tehnicka-specifikacija { padding: 0 20px; }
.tehnicka-specifikacija .cijena-proizvoda { font-size: 30px; font-weight: 900; }
p.napomena { font-size: 14px; line-height: 20px; font-weight: 600; padding: 0; margin: 20px 0; color: #2d2825; }
.calculator-results .stupac { display: block; padding: 0 40px; text-transform: uppercase; font-weight: 600; font-size: 12px; }
.calculator-results .stupacInfo { display: block; position: absolute; right: 0; top: -20px; transform: translateY(-100%); width: auto; padding: 15px 0 0 0; font-weight: 600; z-index: 99; font-size: 14px; font-style: italic; }
.calculator-results .stupac span { display: block; padding: 0; font-weight: 600; font-size: 15px; }
.calculator-results p { font-size: 16px; color: #2d2825; background: #fff; line-height: 24px; font-weight: 600; padding: 0; margin: 0; }
.calculator-results { background: #fff; position: relative; border: 2px solid #f6c45a; border-radius: 5px; padding: 15px 0; margin: 0; }
.calculator-results::after { content: ""; width: 40px; border-bottom: 5px solid #f1cb65; border-top: 5px solid #f6c45a; height: 15px; position: absolute; left: 63%; bottom: 41px; transform: translateX(-63%); }
.input-container { position: relative; width: 100%; max-width: 270px; }
.clear-input { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); cursor: pointer; display: none; z-index: 9; color: #fff; background: #2d2825; border-radius: 3px; padding: 4px 6px; }
.clear-input:hover { color: #f6c45a; }


/* Proizvod detaljno - specifikacija ul */
.specifikacija .spec-tekst { display: flex; flex-wrap: wrap; }
.specifikacija .spec-tekst span.spec-podatak { flex: 1; min-width: 0; word-break: break-word; margin-left: 15px; text-align: end; }
 
@media (max-width: 991px) {
	.tehnicka-specifikacija { text-align: left; padding: 50px 20px; margin-bottom: 0; }
	.proizvod-detaljno { padding-top: 10px; border-top: 0; }
	.proizvod-detaljno.pb-150 { padding-bottom: 0; }
	.proizvod-detaljno .vrsta-proizvoda { left: 15px; }
	.proizvod-detaljno .badge_akcija.veliki { font-size: 30px !important; line-height: 26px !important; }
	.proizvod-detaljno .badge_akcija.veliki small { font-size: 17px; font-weight: 800; }
	/* .proizvod-detaljno .proizvodPopup { right: 50%;transform: translate(50%); border-top-right-radius: 10px; } */
   .proizvod-detaljno .cijena-proizvoda { font-size: 26px; line-height: 25px; padding: 12px 20px; text-align: center; }
	ul.pagination { margin-top: -60px !important }
	.slika-proizvoda { padding: 0 15px; }
	.add-to-cart, a.add-to-cart { padding: 15px 15px; min-width: 100%; width: 100%; display: block; margin-bottom: 5px; }
}

@media (max-width: 600px) { 
	/* .specifikacija .spec-tekst { flex-direction: column; } */
	.specifikacija .spec-tekst span.spec-podatak { margin-left: 0; }
}

/* Proizvod detaljno - piktogrami */
.proizvod-piktogrami { display: block; margin: 1.2rem 0 0 0 }
.proizvod-piktogrami .row.g-2 { --bs-gutter-x: .75rem; --bs-gutter-y: .75rem; }
.proizvod-piktogrami h4 { font-family: "Montserrat"; font-size: 15px; font-weight: 800; color: #000; text-transform: uppercase; display: flex; align-items: center; white-space: nowrap; }
.proizvod-piktogrami h4::after { content: ""; background-color: rgba(0, 0, 0, 0.2); height: 2px; top: 0px; width: 100%; margin-left: 1rem; position: relative; }
.proizvod-piktogrami h4 i { display: inline-block; margin-right: 5px; position: relative; }

.prednostItem, .svojstvaItem { display: inline-block; gap: .75rem; text-align: center; transition: transform .18s ease; }
.prednostItem:hover, .prednostItem:focus-within, .svojstvaItem:hover, .svojstvaItem:focus-within { transform: translateY(-2px); }
.prednostItem:focus-within { outline: 2px solid transparent; }

.prednosti img, .prednosti svg { display: grid; place-items: center; width: 80px; height: 80px; object-fit: contain; border-radius: .40rem; padding: 0rem; margin: 0; }
.prednostItem { color: rgba(0,0,0,.55); } 
.prednosti .svg-inline svg [fill]:not([fill="none"]){ fill: currentColor; }
.prednosti .svg-inline .cls-1 { fill: currentColor; }

.prednostiTxt { display: grid; place-items: start; margin-top:0.5rem; }
.prednostiTxt p { opacity: .6; font-family: "Montserrat"; letter-spacing: 0rem; margin-top: .2rem; text-transform: uppercase; display: block; align-items: center; text-align: center; }
.prednostiTxt p.prednostiTxtTitle { font-weight: 700; font-size: .60rem; line-height: 1.3; color: #000; }
.prednostiTxt p span.prednostiTxtSubTitle { font-weight: 500; font-size: .60rem; color: rgba(0,0,0,.55) !important; line-height: 1.15; }
.prednosti .prednostItem:hover .prednostiTxt p, .prednosti .prednostItem:focus-within .prednostiTxt p { opacity: 1; color: rgba(0,0,0,.55); transition: color .38s ease; }

.svojstvaItem { background: #fff; border-radius: .40rem; transition: transform .18s ease, background-color .18s ease; }
.svojstvaItem img, .svojstvaItem svg { display: grid; place-items: center; width: 100%; min-width: 70px; min-height: 70px; object-fit: contain; border-radius: .60rem; padding: 0; margin: 0;   }


@media (max-width: 575.98px){
  .proizvod-piktogrami h4{ font-size: 13px; white-space: normal; }
  .prednostItem{ display: flex; align-items: center; gap: .75rem; text-align: left; margin-bottom: 0.5rem; }
  .prednosti .svg-inline, .prednosti img, .prednosti svg{ width: 52px; height: 52px; flex: 0 0 52px; }
  .prednostiTxt{ margin: 0; display: grid; place-items: start; }
  .prednostiTxt p{ text-align: left; }
  .prednostiTxt p.prednostiTxtTitle{ font-size: .8rem; line-height: 1.25; }
  .prednostiTxt p span.prednostiTxtSubTitle{ font-size: .7rem; line-height: 1.2; }
  .proizvod-piktogrami .row.g-2 > [class*="col-"]{ flex: 0 0 50%; max-width: 50%; }
  .proizvod-piktogrami .row.g-2.certifikati > [class*="col-"]{ flex: 0 0 20%; max-width: 20%; }
  .svojstvaItem img, .svojstvaItem svg{ width: 48px; height: 48px; min-width: 48px; min-height: 48px; }
}
@media (min-width:576px) and (max-width:767.98px){
  .proizvod-piktogrami .row.g-2 > [class*="col-"]{ flex: 0 0 33.333%; max-width: 33.333%; }
  .prednostItem{ display: flex; align-items: center; gap: .75rem; text-align: left; }
  .prednosti .svg-inline, .prednosti img, .prednosti svg{ width: 64px; height: 64px; flex: 0 0 64px;}
  .prednostiTxt p.prednostiTxtTitle{ font-size: .7rem; }
  .prednostiTxt p span.prednostiTxtSubTitle{ font-size: .65rem; }
}
@media (min-width:768px){
  .prednostItem{ display: inline-block;  text-align: center; }
  .prednosti img, .prednosti svg{ width: 80px; height: 80px; }
  .prednostiTxt p{ text-align: center; }
}

@media (prefers-color-scheme: dark){ .text-muted { color: rgba(0,0,0,.4) !important; } }

.tehnicka-specifikacija p { border-bottom: 1px solid rgba(0, 0, 0, 0.25); padding: 8px 0; margin: 0; }
.tehnicka-specifikacija li p:last-child { border-bottom: 0; margin-bottom: 35px; }
.tehnicka-specifikacija p, .tehnicka-specifikacija ul li { font-size: 12px; line-height: 13px; }
.tehnicka-specifikacija ul li { padding: 0; margin: 0; list-style-type: none; }
.tehnicka-specifikacija ul li p span { font-weight: 400; }
.tehnicka-specifikacija ul li h3 { color: #2d2825; font-size: 35px; margin-bottom: 15px; }
.tehnicka-specifikacija ul li h4 { color: #2d2825; font-size: 20px; text-transform: uppercase; padding: 0; margin: 0 0 15px 0; }
.tehnicka-specifikacija ul li h4.price { color: #f6c45a; }

@media (max-width: 991px) {
	.tehnicka-specifikacija ul li h3 { font-size: 30px; }
}

@media (max-width: 767px) {
	.tehnicka-specifikacija ul li h3 { font-size: 22px; margin-bottom: 10px; }
}

.tehnicka-specifikacija ul.podijeli { display: block; margin: 30px 0; padding-bottom: 40px; }
.tehnicka-specifikacija ul.podijeli h3 { display: block; color: #fff; margin-bottom: 10px; }
.tehnicka-specifikacija ul.podijeli li { display: inline-block; margin-right: 10px; border: 0; }
.tehnicka-specifikacija ul.podijeli li:last-child { margin-right: 0; }
.tehnicka-specifikacija ul.podijeli li i { text-align: center; font-size: 26px; line-height: 48px; width: 48px; height: 48px; border-radius: 8px; transition: all 0.4s; background: #f6c45a; color: #fff; border: 1px solid #f6c45a; }
.tehnicka-specifikacija ul.podijeli li:hover i { border: 1px solid #f6c45a; background: #f6c45a; color: #000; }
.category { font-size: 1.1rem; color: #555; font-weight: 700; margin-bottom: 10px; }
p big a { font-size: 1.2rem; font-weight: 700; color: #007bff; text-decoration: none; }
p big a:hover { text-decoration: underline; }
p small.text-muted { color: #999; font-size: 0.9rem; }
ul.pagination { display: block; list-style: none; padding: 0; margin: 20px 0; text-align: center; }
ul.pagination li { display: inline; }
ul.pagination li a { padding: 3px; text-decoration: none; display: inline-block; line-height: 39px; width: 44px; height: 44px; font-weight: 700; margin: 0 4px; border-radius: 50%; transition: background-color 0.3s, color 0.3s; background: #f6c45a; color: #2d2825; text-align: center; }
ul.pagination li a:hover { background: #2d2825; color: #f6c45a; }
ul.pagination li.active a { background: #2d2825; color: #f6c45a; }
.rezultatiPretrage { display: block; }
span.label { background-color: #eee; color: #555; padding: 2px 6px; border-radius: 3px; font-size: 0.85rem; }

/******************************************************
/// Izdvojeni proizvodi
******************************************************/
.proizvodiGrid { position: relative; }
.izdvojeni-proizvodi { padding: 50px 0 0 0; background-image: url(../images/bg/izdvojeno_bg.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; width: 100%; position: relative; z-index: 8; }
.akcijska-ponuda { overflow: hidden; padding: 120px 0; transition: 0.3s ease-in-out; }
#stranica-1 .akcijska-ponuda { padding: 55px 0 0 0; }
#stranica-39 .akcijska-ponuda { padding-top: 50px; }
#stranica-39 .pt-150 { padding-top: 50px; }
.akcijska-ponuda .proizvodiGrid { background: none; }
.izdvojeni-proizvodi::after { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; right: 0; background: -moz-linear-gradient(right, rgba(248, 247, 241, 0) 0%, #f8f7f1 45%, #f8f7f1 100%); background: -webkit-linear-gradient(right, rgba(248, 247, 241, 0) 0%, #f8f7f1 45%, #f8f7f1 100%); background: linear-gradient(to left, rgba(248, 247, 241, 0) 0%, #f8f7f1 25%, #f8f7f1 100%); }

/******************************************************
/// Proizvod Item
******************************************************/
.proizvod { position: relative; display: block; margin: 5px 0; }
.proizvod-item { overflow: hidden; position: relative; display: block; text-align: center; color: #2d2825; transform: scale(0.95); transform-origin: center center; margin-bottom: 0rem; font-weight: 400; font-family: "Montserrat"; background: #fff; transform: scale(0.97, 0.97); box-shadow: 0 10px 40px -3px rgba(0, 0, 0, 0.3); border-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; transition: transform 0.3s ease; transition: opacity 0.3s ease-in-out; }

/* selected - dodan u Wishlist/Compare */
.proizvod-item.overlay { opacity: 0.2; background: rgba(0, 0, 0, 0.1); position: relative; pointer-events: none; /* disable interaction, osim reset */ }
.proizvod-item.overlay::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: auto; background: rgba(255, 255, 255, 0.8); border-radius: 5px; z-index: 1; pointer-events: none; }
.reset-icons-container { pointer-events: all; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex; gap: 0; z-index: 9999999; }
.reset-item { background: none; border: none; width: 60px; height: 60px; border-radius: 50%; cursor: pointer; z-index: 10000; display: flex; align-items: center; justify-content: center; position: relative; }
.reset-icon { display: flex; align-items: center; justify-content: center; font-size: 24px; width: 50px; height: 50px; border-radius: 50%; }
.reset-icon.wishlist-icon { background: #f6c45a; color: #2d2825; }
.reset-icon.compare-icon { background: #2d2825; color: #f6c45a; }
.reset-close { position: absolute; top: -5px; right: -5px; background: red; color: white; border-radius: 50%; font-size: 12px; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; }

/* Hover za reset button */
.reset-item:hover { background: darkred; }

/* counter animacija */
@keyframes flyToCounter { 0% { transform: translateY(0) scale(1); opacity: 1; } 50% { transform: translateY(-20px) scale(1.2); opacity: 0.8; } 100% { transform: translateY(-40px) scale(0.8); opacity: 0; } }

.floating-counter { position: absolute; font-size: 16px; color: white; background: red; border-radius: 50%; padding: 5px 10px; animation: flyToCounter 0.6s ease-out; z-index: 99999; }

/* active button */
.wishlist-btn.active i { color: red; }
.compare-btn.active i { color: blue; }

.proizvod-item .proizvod-slika { max-height: 400px; width: 100%; overflow: hidden; display: block; position: relative; margin: 0; padding: 0; visibility: visible; opacity: 1; }
.proizvod-item .proizvod-slika img { position: relative; }
.proizvod-item .proizvod-sadrzaj { position: relative; display: flex; flex-direction: column; justify-content: flex-start; min-height: 230px; top: 0; flex-grow: 1; }
.proizvod-item .proizvod-kategorija, .proizvod-item .proizvod-cijena, .proizvod-item .proizvod-naslov { position: relative; z-index: 99999; }
.proizvod-item .proizvod-naslov h3 { font-size: 16px; font-weight: 700; padding: 5px 20px; }
.proizvod-item:hover .proizvod-naslov { transition-delay: 0.4s; }
.proizvod-item .proizvod-naslov h3:hover { transition-delay: 0.2s; color: #babac0; }
.proizvod-item .proizvod-kategorija { background: #fff; border-top-right-radius: 5px; border-top-left-radius: 5px; max-width: 90%; padding: 2px 20px; margin: 0 auto 20px auto; transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); -ms-transform: translateY(15px); transform: translateY(15px); }
.proizvod-item .proizvod-kategorija a { font-size: 13px; font-weight: 700; line-height: 14px; text-transform: uppercase; text-align: center; padding: 5px 15px; }
.proizvod-item:hover .proizvod-kategorija { transition-delay: 0.3s; -ms-transform: translateY(-52px); transform: translateY(-20px); }
.proizvod-item .proizvod-cijena { font-size: 25px; font-weight: 800; }
.proizvod-item:hover .proizvod-cijena { transition-delay: 0.5s; }
.proizvod-item .proizvod-btn { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); margin-top: auto; }
.proizvod-btn a { display: inline-block; position: relative; font-size: 14px; font-weight: 700; letter-spacing: 0; text-transform: uppercase; background: #2d2825; color: #f6c45a; border-radius: 5px; padding: 10px 30px; box-shadow: 0 14px 15px 0 rgba(75, 204, 140, 0.1); }
.proizvod-btn:hover a { background: #f6c45a; color: #2d2825; box-shadow: 0 14px 15px 0 rgba(0, 0, 0, 0.1); }
::-webkit-scrollbar { width: 5px; height: 5px; }
::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 10px; }
::-webkit-scrollbar-thumb { border-radius: 10px; background: rgba(255, 255, 255, 0.3); -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }

.proizvod-item .slider-for button.slick-prev, .proizvod-item .slider-for button.slick-next { top: 35%; }

@media (min-width: 1200px) and (max-width: 1366px) {
	.proizvod-btn { width: 100%; }
	.proizvod { padding: 0 10px; }
}

@media (min-width: 1024px) and (max-width: 1200px) {
	.proizvod-item .proizvod-naslov { font-size: 0.888rem; }
	.proizvod-item .proizvod-cijena { font-size: 0.788rem; padding: 7px 0 0; }
	.proizvod { padding: 0 7px; }
}

/******************************************************
/// Proizvodi Grid - Bootstrap switcher stilovi
******************************************************/
.proizvod.col-12 { display: flex; align-items: center; overflow: hidden; top: 30px; }
.proizvod.col-12 .proizvod-item { display: flex; text-align: left; overflow: hidden; margin-bottom: 0rem; margin: 0; border-radius: 5px; }
.proizvod.col-12 .proizvod-item .proizvod-slika { width: 100%; max-width: 400px; height: 450px; max-height: 450px; }
.proizvod.col-12 .proizvod-item .proizvod-slika img { min-width: 100%; min-height: 100%; object-fit: cover; aspect-ratio: 2/3; border-top-left-radius: 5px !important; border-bottom-left-radius: 5px !important; border-top-right-radius: 0 !important; }
.proizvod.col-12 .proizvod-sadrzaj { padding: 15px 15px; }
.proizvod.col-12 .proizvod-ikone { opacity: 1; bottom: 30px; text-align: center; transition: none; }
.proizvod.col-12 li.pojedinosti, .proizvod.col-12 li a.btn-pojedinosti, .proizvod.col-12 .pojedinosti-zatvori, .proizvod.col-12 .pojedinosti-sadrzaj .pojedinosti_naslov, .proizvod.col-12 .pojedinosti-overlay { display: none; visibility: hidden; opacity: 0; margin: 0; padding: 0; width: 0; height: 0; }
.proizvod.col-12 .proizvod-item .proizvod-naslov h3, .proizvod.col-12 .proizvod-item .proizvod-naslov h3 a { font-size: 17px !important; padding: 0 7px 0 7px; margin-bottom: 0; display: block; }
.proizvod.col-12 .proizvod-item .proizvod-kategorija { font-size: 11px !important; line-height: 20px !important; max-width: 100%; text-align: left; background: transparent; padding: 0 7px 5px 7px; border-radius: 0; margin: 0; color: #2d2825; transition: none; -ms-transform: translateY(0); transform: translateY(0); }
.proizvod.col-12 .proizvod-item .proizvod-kategorija a { font-size: 11px; line-height: 22px; text-transform: uppercase; text-align: center; padding: 2px 7px; }
.proizvod.col-12 .proizvod-item:hover .proizvod-kategorija { transform: none; }
.proizvod.col-12 .proizvod-item .proizvod-cijena { padding: 0 0 0 15px !important; position: absolute; bottom: 15px; font-size: 22px !important; }
.proizvod.col-12 .proizvod-item, .proizvod.col-12 .proizvod-item .proizvod-cijena, .proizvod.col-12 .proizvod-item:hover .proizvod-ikone { bottom: 30px; transition: none; padding: 0; margin: 0; }
.proizvod.col-12 .proizvod-item:hover .proizvod-kategorija, .proizvod.col-12 .proizvod-item:hover .proizvod-cijena, .proizvod.col-12 .proizvod-item:hover .proizvod-naslov { -ms-transform: translateY(0); transform: translateY(0); }
.proizvod.col-12 .pojedinosti { display: block !important; opacity: 1; visibility: visible; }
.proizvod.col-12 .pojedinosti .pojedinosti-sadrzaj .tehnicka-specifikacija { padding: 5px 15px 0 15px; }
.proizvod.col-12 .pojedinosti-sadrzaj .tehnicka-specifikacija ul li p span { right: 0; }
.proizvod.col-12 .badge_akcija { font-size: 35px !important; line-height: 50px !important; height: 90px; width: 90px; padding: 19px 0 5px 0; }
.proizvod.col-12 .badge_akcija small { font-size: 16px !important; font-weight: 800; }
.proizvod.col-12 .proizvod-item:hover .proizvod-btn { opacity: 1; -ms-transform: translateY(0) translateX(0%); transform: translateY(0) translateX(0%); }
.proizvod.col-12 .proizvod-item .proizvod-btn { transform: translateY(0) translateX(0%); opacity: 1; margin-top: 0; bottom: 13px; right: 5%; left: unset; margin-right: 0; }
.proizvod.col-12 .proizvod-btn a { background: transparent; padding: 0; }
.proizvod.col-12 .proizvod-btn a span { display: none; visibility: hidden; opacity: 0; }
.proizvod.col-12 .proizvod-btn a::before { display: block; visibility: visible; opacity: 1; font-family: "fontawesome"; content: "\f061"; position: absolute; bottom: 0; right: 5px; height: 44px; width: 44px; color: #2d2825; text-align: center; font-size: 15px; line-height: 40px; margin: 0 auto; background-color: #f6c45a; padding: 3px 9px 8px 9px; z-index: 999999; border-radius: 5px; transition: opacity 0.3s ease; }
.proizvod.col-12 .proizvod-btn:hover a::before { color: #f6c45a; background-color: #2d2825; }
.proizvod.col-lg-3 .proizvod-item { width: 100%; transform: scale(1); overflow: hidden; margin-bottom: 0rem; border-radius: 5px; }
.proizvod.col-lg-3 .proizvod-item .proizvod-slika { width: 100%; max-width: 600px; height: 420px; max-height: 420px; }
#stranica-1 .proizvod.col-lg-3 .proizvod-item .proizvod-slika { width: 100%; max-width: 600px; height: 350px; max-height: 350px; }
.proizvod.col-lg-3 .proizvod-item .proizvod-slika img { max-width: 100%; display: block; height: auto; object-fit: cover; aspect-ratio: 2/3; border-top-left-radius: 5px !important; border-top-right-radius: 5px !important; }
.proizvodiWrap.filter-is-visible .proizvod.col-lg-3 .proizvod-item .proizvod-slika img { width: 600px; }
.proizvod.col-lg-4 .proizvod-item { transform: scale(1); overflow: hidden; margin-bottom: 0rem; border-radius: 5px; }
.proizvod.col-lg-4 .proizvod-item .proizvod-slika { width: 100%; max-width: 800px; height: 580px; max-height: 580px; }
.proizvod.col-lg-4 .proizvod-item .proizvod-slika img { min-width: 100%; min-height: 100%; object-fit: cover; aspect-ratio: 2/3; border-top-left-radius: 5px !important; border-top-right-radius: 5px !important; }
.proizvod.col-lg-4 .proizvod-sadrzaj { padding: 40px; min-height: 305px; }
.proizvod.col-lg-4 .proizvod-ikone { width: 100%; bottom: -70px; }
.proizvod.col-lg-4 .proizvod-item:hover .proizvod-ikone { bottom: 70px; }
.proizvod.col-lg-4 .proizvod-item .proizvod-naslov h3, .proizvod.col-lg-4 .proizvod-item .proizvod-naslov h3 a { font-size: 23px !important; padding: 0; margin-bottom: 0; display: block; }
.proizvod.col-lg-4 .proizvod-item .proizvod-kategorija { font-size: 18px !important; padding: 6px 10px; max-width: 95%; line-height: 24px !important; background: #fff; border-radius: 0; border-top-left-radius: 5px; border-top-right-radius: 5px; margin: 0; color: #2d2825; -ms-transform: translateY(-15px); transform: translateY(-15px); }
.proizvod.col-lg-4 .proizvod-item .proizvod-kategorija a { font-size: 18px !important; line-height: 22px; text-transform: uppercase; text-align: center; padding: 5px 7px; }
.proizvod.col-lg-4 .proizvod-item .proizvod-cijena { display: block; padding: 0; font-size: 15px; }
.proizvod.col-lg-4 .proizvod-item:hover .proizvod-kategorija { -ms-transform: translateY(-55px); transform: translateY(-55px); }
.proizvod.col-lg-4 .badge_akcija { font-size: 34px !important; line-height: 48px !important; height: 90px; width: 90px; padding: 19px 0 5px 0; }
.proizvod.col-lg-4 .badge_akcija small { font-size: 16px !important; font-weight: 800; }
.proizvod.col-lg-4 .pojedinosti-sadrzaj .pojedinosti_naslov { font-size: 20px !important; line-height: 15px !important; padding-left: 15px; padding-top: 20px; }
.proizvod.col-lg-4 .pojedinosti-sadrzaj { font-size: 11px !important; }
.proizvod.col-lg-4 .pojedinosti-sadrzaj .tehnicka-specifikacija { padding: 10px 15px; }
.proizvod.col-lg-4 .pojedinosti-sadrzaj .tehnicka-specifikacija ul li p span { font-size: 13px !important; line-height: 17px !important; }
.proizvod.col-lg-2 .proizvod-item { transform: scale(1); width: 100%; overflow: hidden; transition: transform 0.3s ease; }
.proizvod.col-lg-2 .proizvod-item .proizvod-slika { width: 100%; max-width: 400px; max-height: 275px; }
#stranica-1 .proizvod.col-lg-2 .proizvod-item .proizvod-slika { width: 100%; max-width: 400px; max-height: 215px; }
.proizvod.col-lg-2 .proizvod-item .proizvod-slika img { width: 100%; max-height: 450px; object-fit: cover; aspect-ratio: 2/3; border-top-left-radius: 5px !important; border-top-right-radius: 5px !important; border-bottom-left-radius: 0 !important; border-bottom-right-radius: 0 !important; }
.proizvod.col-lg-2 .proizvod-sadrzaj { padding: 0 10px 15px 10px; min-height: 215px; top: 1px; }
#stranica-1 .proizvod.col-lg-2 .proizvod-sadrzaj { min-height: 230px; }
.proizvod.col-lg-2 .proizvod-item .proizvod-cijena { padding: 5px 0; font-size: 17px; }
.proizvod.col-lg-2 .proizvod-item .proizvod-cijena,
.proizvod.col-lg-2 .proizvod-item .proizvod-naslov { transition: none; }
.proizvod.col-lg-2 .proizvod-item:hover .proizvod-kategorija,
.proizvod.col-lg-2 .proizvod-item:hover .proizvod-cijena,
.proizvod.col-lg-2 .proizvod-item:hover .proizvod-naslov { -ms-transform: translateY(0); transform: translateY(0); }
.proizvod.col-lg-2 .proizvod-item:hover .proizvod-btn { opacity: 1; -ms-transform: translateY(0) translateX(-50%); transform: translateY(0) translateX(-50%); }
.proizvod.col-lg-2 .proizvod-item:hover .proizvod-kategorija { -ms-transform: translateY(-18px); transform: translateY(-18px); }
.proizvod.col-lg-2 .proizvod-item .proizvod-btn { transform: translateY(0) translateX(-50%); opacity: 1; transition: all 0.3s; margin-top: auto; bottom: 22px; margin-right: 0; }
.proizvod.col-lg-2 .proizvod-ikone { width: 100%; bottom: 40px !important; }
.proizvod.col-lg-2 .proizvod-ikone li { margin: 0; }
.proizvod.col-lg-2 .proizvod-ikone li a,
.proizvod.col-lg-2 .proizvod-ikone li button { font-size: 15px !important; line-height: 30px !important; width: 30px; height: 30px; }
.proizvod.col-lg-2 h3,
.proizvod.col-lg-2 h3 a { font-size: 14px !important; padding: 5px 10px 0 10px; }
.proizvod.col-lg-2 .pojedinosti-overlay { padding: 0; }
.proizvod.col-lg-2 .tehnicka-specifikacija p { padding: 4px 0; margin: 0; font-size: 11px !important; line-height: 12px !important; }
.proizvod.col-lg-2 .tehnicka-specifikacija p:last-child { border-bottom: 0; padding-bottom: 0; }
.proizvod.col-lg-2 .badge_akcija { font-size: 19px !important; line-height: 27px !important; height: 55px; width: 55px; padding: 13px 0 0 0; top: 10px; right: 10px; }
.proizvod.col-lg-2 .badge_akcija small { font-size: 11px !important; font-weight: 800; }
.proizvod.col-lg-2 .pojedinosti-sadrzaj .pojedinosti_naslov { font-size: 13px !important; line-height: 15px !important; padding-left: 15px; padding-top: 20px; }
.proizvod.col-lg-2 .pojedinosti-sadrzaj { font-size: 11px !important; }
.proizvod.col-lg-2 .pojedinosti-sadrzaj .tehnicka-specifikacija { padding: 0 15px 10px 15px; }
.proizvod.col-lg-2 .pojedinosti-sadrzaj .tehnicka-specifikacija ul li p span { right: 0; font-size: 11px !important; }
.proizvod.col-lg-2 .pojedinosti-overlay .pojedinosti-zatvori { font-size: 20px !important; line-height: 35px; height: 35px; width: 35px; }

/******************************************************
/// GridFix  - Materijali
******************************************************/
#stranica-70 .proizvod.col-12 .proizvod-item .proizvod-slika img, #stranica-70 .proizvod.col-lg-4 .proizvod-item .proizvod-slika img, #stranica-70 .proizvod.col-lg-3 .proizvod-item .proizvod-slika img, #stranica-70 .proizvod.col-lg-2 .proizvod-item .proizvod-slika img,
#stranica-71 .proizvod.col-12 .proizvod-item .proizvod-slika img, #stranica-71 .proizvod.col-lg-4 .proizvod-item .proizvod-slika img, #stranica-71 .proizvod.col-lg-3 .proizvod-item .proizvod-slika img, #stranica-71 .proizvod.col-lg-2 .proizvod-item .proizvod-slika img,
#stranica-72 .proizvod.col-12 .proizvod-item .proizvod-slika img, #stranica-72 .proizvod.col-lg-4 .proizvod-item .proizvod-slika img, #stranica-72 .proizvod.col-lg-3 .proizvod-item .proizvod-slika img, #stranica-72 .proizvod.col-lg-2 .proizvod-item .proizvod-slika img,
#stranica-73 .proizvod.col-12 .proizvod-item .proizvod-slika img, #stranica-73 .proizvod.col-lg-4 .proizvod-item .proizvod-slika img, #stranica-73 .proizvod.col-lg-3 .proizvod-item .proizvod-slika img, #stranica-73 .proizvod.col-lg-2 .proizvod-item .proizvod-slika img,
#stranica-74 .proizvod.col-12 .proizvod-item .proizvod-slika img, #stranica-74 .proizvod.col-lg-4 .proizvod-item .proizvod-slika img, #stranica-74 .proizvod.col-lg-3 .proizvod-item .proizvod-slika img, #stranica-74 .proizvod.col-lg-2 .proizvod-item .proizvod-slika img,
#stranica-75 .proizvod.col-12 .proizvod-item .proizvod-slika img, #stranica-75 .proizvod.col-lg-4 .proizvod-item .proizvod-slika img, #stranica-75 .proizvod.col-lg-3 .proizvod-item .proizvod-slika img, #stranica-75 .proizvod.col-lg-2 .proizvod-item .proizvod-slika img,
#stranica-76 .proizvod.col-12 .proizvod-item .proizvod-slika img, #stranica-76 .proizvod.col-lg-4 .proizvod-item .proizvod-slika img, #stranica-76 .proizvod.col-lg-3 .proizvod-item .proizvod-slika img, #stranica-76 .proizvod.col-lg-2 .proizvod-item .proizvod-slika img,
#stranica-77 .proizvod.col-12 .proizvod-item .proizvod-slika img, #stranica-77 .proizvod.col-lg-4 .proizvod-item .proizvod-slika img, #stranica-77 .proizvod.col-lg-3 .proizvod-item .proizvod-slika img, #stranica-77 .proizvod.col-lg-2 .proizvod-item .proizvod-slika img,
#stranica-78 .proizvod.col-12 .proizvod-item .proizvod-slika img, #stranica-78 .proizvod.col-lg-4 .proizvod-item .proizvod-slika img, #stranica-78 .proizvod.col-lg-3 .proizvod-item .proizvod-slika img, #stranica-78 .proizvod.col-lg-2 .proizvod-item .proizvod-slika img,
#stranica-79 .proizvod.col-12 .proizvod-item .proizvod-slika img, #stranica-79 .proizvod.col-lg-4 .proizvod-item .proizvod-slika img, #stranica-79 .proizvod.col-lg-3 .proizvod-item .proizvod-slika img, #stranica-79 .proizvod.col-lg-2 .proizvod-item .proizvod-slika img,
#stranica-80 .proizvod.col-12 .proizvod-item .proizvod-slika img, #stranica-80 .proizvod.col-lg-4 .proizvod-item .proizvod-slika img, #stranica-80 .proizvod.col-lg-3 .proizvod-item .proizvod-slika img, #stranica-80 .proizvod.col-lg-2 .proizvod-item .proizvod-slika img,
#stranica-81 .proizvod.col-12 .proizvod-item .proizvod-slika img, #stranica-81 .proizvod.col-lg-4 .proizvod-item .proizvod-slika img, #stranica-81 .proizvod.col-lg-3 .proizvod-item .proizvod-slika img, #stranica-81 .proizvod.col-lg-2 .proizvod-item .proizvod-slika img,
#stranica-82 .proizvod.col-12 .proizvod-item .proizvod-slika img, #stranica-82 .proizvod.col-lg-4 .proizvod-item .proizvod-slika img, #stranica-82 .proizvod.col-lg-3 .proizvod-item .proizvod-slika img, #stranica-82 .proizvod.col-lg-2 .proizvod-item .proizvod-slika img,
#stranica-83 .proizvod.col-12 .proizvod-item .proizvod-slika img, #stranica-83 .proizvod.col-lg-4 .proizvod-item .proizvod-slika img, #stranica-83 .proizvod.col-lg-3 .proizvod-item .proizvod-slika img, #stranica-83 .proizvod.col-lg-2 .proizvod-item .proizvod-slika img
{ aspect-ratio: 3/3; }

/******************************************************
/// Proizvod item - overlayer sadrzaj
******************************************************/
.pojedinosti-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.94); z-index: 999999999; padding: 20px; overflow-y: auto; opacity: 1; visibility: visible; }
.pojedinosti-sadrzaj { color: #2d2825; font-size: 14px; text-transform: uppercase; text-align: left; }
.pojedinosti-sadrzaj .pojedinosti_naslov { color: #2d2825; font-size: 17px; text-transform: uppercase; padding-left: 29px; padding-top: 5px; font-weight: 800; }
.pojedinosti-sadrzaj .tehnicka-specifikacija { padding: 0 30px 10px 30px; }
.pojedinosti-sadrzaj .tehnicka-specifikacija ul li p span { position: absolute; right: 0; font-weight: 400; }
.pojedinosti-zatvori { position: absolute; top: 0; right: 0; font-size: 26px; color: #2d2825; background: #f6c45a; z-index: 99991; border-top-left-radius: 0; border-bottom-left-radius: 15px; line-height: 50px; height: 50px; width: 50px; text-decoration: none; }

/******************************************************
/// Proizvod Item - Badges, icons
******************************************************/
.badge { position: absolute; top: 20px; text-align: center; text-transform: uppercase; font-weight: 700; z-index: 9; -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.45)); }
.proizvod-detaljno .badge.veliki { -webkit-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0)); }
.badge_akcija { right: 10px !important; top: 10px !important; font-size: 28px !important; line-height: 44px !important; height: 75px; width: 75px; padding: 14px 0 5px 0; background-color: #f6c45a; color: #2d2825; -webkit-transform: rotate(4deg); transform: rotate(10deg); border-radius: 50%; font-weight: 900; border: 0 solid #f2edde; -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.45)); }
.badge_akcija small { display: block; font-size: 14px; font-weight: 600; }
.badge_popust { left: 20px; font-size: 13px; font-weight: 700; text-align: center; padding: 7px 6px; background-color: #f6c45a; color: #2d2825; text-transform: uppercase; }
.badge_novo { left: 20px; font-size: 13px; font-weight: 700; text-align: center; padding: 7px 6px; background-color: #05f581; color: #fff; text-transform: uppercase; }
.badge_niska_zaliha { left: 20px; font-size: 13px; font-weight: 700; text-align: center; padding: 7px 6px; background-color: #2d2825; color: #f6c45a; text-transform: uppercase; }
.badge_nedostupno { left: 20px; font-size: 13px; font-weight: 700; text-align: center; padding: 2px 7px 2px 6px; color: #fff; background-color: #d50000; text-transform: uppercase; }
.badge_nedostupno i { position: absolute; right: -16px; top: -4px; font-size: 17px; line-height: 19px; width: 24px; height: 24px; font-weight: 900; text-align: center; padding: 2px 2px; border-radius: 50%; color: #fff; background-color: #d50000; }
.stara_cijena { color: #babac0; position:relative; margin-right: 15px; font-size: 15px; bottom: 2px; font-weight:400; }
.stara_cijena::after { content: ""; position: absolute; top: 51%; left: -7%; width: 110%; height: 2px; opacity: 0.75; background: #babac0; transform: rotate(0deg); }
.proizvod-ikone { width: 270px; padding: 0; margin: 0; list-style: none; opacity: 0; transform: translateX(-50%); position: absolute; bottom: -10px; left: 50%; transition: all 1s ease 0s; z-index: 9999; }

.modal-content-text .cijena-proizvoda strong { margin-left: 10px; color: #2d2825; font-size:18px; font-weight: 800; }
.modal-content-text .stara_cijena::after { left: -3%; width: 46%; }
.modal-content-text .cijena-proizvoda .cijena-napomena { font-size: 12px; font-weight: 700; text-transform: uppercase; }
.social-input-containers.privola p a { opacity:0.6; }
.social-input-containers.privola p a:hover { opacity:1; }

.proizvod:hover .proizvod-ikone { bottom: 50px; opacity: 1; }
.proizvod-ikone li { display: inline-block; margin: 0; }
.proizvod-ikone li a,
.proizvod-ikone li button { color: #f6c45a; background: #2d2825; font-size: 24px; line-height: 44px; width: 44px; height: 44px; border-radius: 5px; display: block; transition: all 0.3s ease 0s; }
.proizvod:hover .proizvod-ikone li a:hover,
.proizvod:hover .proizvod-ikone li button:hover { background: #f6c45a; color: #2d2825; }
#stranica-6 .proizvod-ikone li a { font-size: 24px; line-height: 45px; width: 44px; height: 43px; position: relative; top: -2px; }

/******************************************************
/// Proizvodi GridFilter
******************************************************/
#gridContainer { flex-grow: 1; display: flex; transition: all 0.4s ease; flex-wrap: wrap; }
#selectSwitcheri { flex-grow: 1; display: flex; transition: all 0.4s ease; flex-wrap: wrap; justify-content: flex-start; align-items: center; gap: 8px; /* optional spacing between items */ }
#selectSwitcheri .selectFilterForm, #selectSwitcheri button { flex: 0 1 auto; }

@media (min-width: 768px) {
	#selectSwitcheri { flex-wrap: nowrap; justify-content: flex-start; }
}

@media (max-width: 767.98px) {
	#selectSwitcheri { flex-wrap: wrap; justify-content: center; }
	#selectSwitcheri .selectFilterForm, #selectSwitcheri button { flex: 1 1 100%; min-width: 150px; margin-bottom: 8px; }
}

.selectFilterForm { display: inline-block; width: auto; }
.selectFilterForm .input-group-sm>.input-group-prepend>.input-group-text,
.selectFilterForm .input-group-text { margin-top: -2px !important; text-align: center; border: 2px solid #2d2825; border-right: 0; font-weight: 800; font-family: "Montserrat"; padding: 5px 10px 3px 10px; font-size: 11px; letter-spacing: 0; text-transform: uppercase; line-height: 19px; color: #fff; background: #2d2825; border-radius: 5px; border-top-right-radius: 0; border-bottom-right-radius: 0; }
.selectFilterForm .custom-select, .selectFilterForm .input-group>.custom-select:not(:first-child) { cursor: pointer; margin-top: -2px !important; font-weight: 700; font-family: "Montserrat"; width: auto; min-width: 185px; display: inline-block; height: calc(1.3em + 0.5rem + 7px); padding: 5px 8px; font-size: 13px; line-height: 17px; color: #2d2825; background-color: #f6c45a; border: 2px solid #2d2825; border-left: 0; border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important; }
.selectFilterForm .custom-select option { cursor: pointer; }
.selectFilterForm .custom-select, .contact-info-form .custom-select, #formaKarijere .custom-select { transition: opacity 0.6s ease; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='20' viewBox='0 0 448 512'%3E%3Cpath fill='%23343a40' d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E") right 0.45rem center / 18px 20px no-repeat; }
.selectFilterForm .custom-select:focus, .contact-info-form .custom-select:focus, #formaKarijere .custom-select:focus { border-color: transparent; box-shadow: none; }
.selectFilterForm .custom-select:hover, .contact-info-form .custom-select:hover, #formaKarijere .custom-select:hover { background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='20' viewBox='0 0 448 512'%3E%3Cpath d='M201.4 137.4c12.5-12.5 32.8-12.5 45.3 0l160 160c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 205.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160z'/%3E%3C/svg%3E") right 0.45rem center / 18px 20px no-repeat; transition: all ease 0.5s; }

#stranica-1 .trigger-btn, #stranica-11 .trigger-btn, #stranica-28 .trigger-btn { display: none; }

.trigger-btn { display: none; position: absolute; top: 15px; right: 15px; font-size: 20px; color: #2d2825; z-index: 9; background-color: #f6c45a !important; padding: 1px 5px; border-radius: 5px; }
.trigger-btn i { transform: scale(1.05); -webkit-transition: opacity 0.3s ease; transition: 0.5s ease-in-out; }
.trigger-btn:hover i { transform: scale(0.85); }
#stranica-16 #main-content,
#stranica-37 #main-content { transition: 0.3s ease-in-out; }
#stranica-15 .slogan, #stranica-16 .slogan, #stranica-17 .slogan, #stranica-37 .slogan { display: none; }
#stranica-16 .slogan.v2, #stranica-37 .slogan.v2 { display: block; }
.kolumna { transition: opacity 0.6s ease; }

#main-content.expanded .header { display: none; }

#main-content, .container.pt-150, .container.mt-5, .expanded #novostiGrid, .expanded #tehnickaUputstva, .expanded #staticniSadrzaj, .expanded #glossaryTerms, .expanded #mapaContainer, #newsletter, .expanded .staticniSadrzaj,
#stranica-17 .expanded .header .content { transition: opacity 0.3s ease; }

.expanded #kategorijeGrid, .expanded #kategorijeProizvoda, .expanded .header, .expanded .akcijska-ponuda, .expanded .container.pt-150,
#main-content.expanded #reference, #main-content.expanded .o-nama-wrapper, #main-content.expanded .usluge, #main-content.expanded .karijere,
#main-content.expanded { transition: 0.5s ease-in-out; padding-top: 0; }

.expanded .container.pt-5.mt-150, .expanded .container.mt-5, .expanded .container.wide.mt-5, .expanded .container.mt-200 { margin-top: 0 !important; }
.expanded #kategorijeProizvoda { padding-top: 120px; }
#stranica-17 .expanded .header .content { padding: 80px 0 80px 0; }
#main-content.expanded #btnStatic, #main-content.expanded #btnSlider { margin-top: -15px; }

#main-content.expanded #toggleButton { margin-top: 15px; border-radius: 5px; }
#main-content.expanded #toggleButton.sakrijSadrzajBtn::before { display: none; }
.expanded .container.wide.mt-5, .expanded .karijere, .expanded .staticniSadrzaj { padding-top: 50px; }

.expanded #novostiGrid, .expanded #tehnickaUputstva, .expanded #glossaryTerms { padding: 50px 0 180px; }
.expanded #mapaContainer { position: absolute; top: 0; width: 100%; }
.filteriWrap { background-color: #ffffff; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08); z-index: 1; padding: 20px 0; }
.filteriWrap::after { content: ""; display: table; clear: both; }
.proizvodiWrap { padding: 26px 5%; width: 100%; position: relative; }
.proizvodiWrap .btn { padding: 4px 15px; }
.proizvodiWrap .proizvod { display: block; -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; transition-duration: 0.8s; }
.nema-rezultata { display: none; opacity: 0; visibility: hidden; text-align: center; padding: 1rem; color: #2d2825; }
.nema-rezultata.filter-is-visible { display: block; opacity: 1; visibility: visible; }

.nema-rezultata.filter-is-visible p { font-size: 18px; font-weight: 800; animation: horizontal-shaking 0.35s forwards; }

@keyframes horizontal-shaking {
	0% { transform: translateX(0); }
	25% { transform: translateX(5px); }
	50% { transform: translateX(-5px); }
	75% { transform: translateX(5px); }
	100% { transform: translateX(0); }
}

.proizvodiWrap .gap { /* used in combination with text-align: justify to align gallery elements */ opacity: 0; height: 0; display: inline-block; }

@media only screen and (min-width: 768px) {
	.proizvodiWrap { padding: 40px 3%; }
	.proizvodiWrap .row { text-align: justify; }
	.proizvodiWrap .row::after { content: ""; display: table; clear: both; }
}

@media only screen and (min-width: 1170px) {
	.proizvodiWrap { padding: 50px 2%; float: right; -webkit-transition: width 0.6s; -moz-transition: width 0.6s; transition: width 0.6s; }
	.proizvodiWrap.filter-is-visible { width: 80%; transition: 0.5s ease-in-out; }
}

.gridFilter { position: absolute; top: 0; left: 0; width: 280px; height: 100%; background: #ffffff; box-shadow: 4px 4px 20px transparent; z-index: 2; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); -webkit-transition: -webkit-transform 0.7s, box-shadow 0.7s; -moz-transition: -moz-transform 0.7s, box-shadow 0.7s; transition: transform 0.7s, box-shadow 0.7s; }
.gridFilter::before { content: ""; position: absolute; top: 0; left: 0; height: 70px; width: 100%; background-color: #2d2825; z-index: 2; }
.gridGumbi { position: relative; right: 135px; top: 20px; text-align: right; margin-bottom: 15px; }
.gridFilter form { padding: 70px 20px; margin-top: 20px; }
#resetFiltersBtn { transition: transform 0.3s ease; }
.gridFilter .ZatvoriFilter { position: absolute; top: 0; right: 0; height: 70px; line-height: 70px; width: 70px; color: #2d2825; font-size: 40px; text-align: center; background: #f6c45a; opacity: 0; -webkit-transition: opacity 0.7s; -moz-transition: opacity 0.7s; transition: opacity 0.7s; z-index: 999; }
.no-touch .gridFilter .ZatvoriFilter:hover { background: #f6c45a; color: #fff; }
.gridFilter.filter-is-visible { position: relative; /* now it affects layout */ transform: translateX(0); box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2); top: -20px; -webkit-transition: -webkit-transform 0.8s, box-shadow 0.8s; -moz-transition: -moz-transform 0.8s, box-shadow 0.8s; transition: transform 0.8s, box-shadow 0.8s; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2); }
.filter-is-visible { visibility: visible; opacity: 1; transition: opacity 0.3s ease-in-out; }
.grid-item { transition: all 0.3s ease-in-out; }
.gridFilter.filter-is-visible .ZatvoriFilter { opacity: 1; }
.gridFilter.filter-is-visible .ZatvoriFilter i { transition: transform 0.25s, opacity 0.25s; cursor: pointer; }
.gridFilter.filter-is-visible .ZatvoriFilter:hover i { transform: rotate(90deg); }

@media only screen and (min-width: 1170px) {
	.gridFilter { width: 20%; }
	.gridFilter form { padding: 90px 30px; }
}

.gridFilter-trigger { position: absolute; top: 20px !important; left: 0; height: 70px; line-height: 70px; width: 70px; overflow: hidden; text-indent: 100%; color: transparent; white-space: nowrap; background: transparent url("../images/icons/filterIcon.svg") no-repeat center center; z-index: 999; }
.gridFilter-trigger.filter-is-visible { pointer-events: none; left: -23%; top: -20px !important; transition: all 0.5s ease-in-out; }
.proizvodiWrap.filter-is-visible .gridGumbi { top: 0; }

@media only screen and (min-width: 1170px) {
	.gridFilter-trigger { width: auto; top: 20px; left: 4%; top: 0; text-indent: 0; color: #9a9a9a; text-transform: uppercase; font-size: 23px; font-weight: 800; padding-left: 55px; background-position: left center; -webkit-transition: color 0.6s; -moz-transition: color 0.6s; transition: color 0.6s; }
	.no-touch .gridFilter-trigger:hover { color: #2d2825; }
	.gridFilter-trigger.filter-is-visible, .gridFilter-trigger.filter-is-visible:hover { color: #ffffff; }
}

.gridFilter-block { margin-bottom: 0; }
.gridFilter-block h4 { position: relative; margin-bottom: 0; padding: 10px 0 10px 0; color: #2d2825; text-transform: uppercase; font-weight: 700; font-size: 16px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; }
.no-touch .gridFilter-block h4:hover { color: #2d2825; }
.gridFilter-block h4::before { content: ""; position: absolute; right: 0; top: 50%; width: 16px; height: 16px; background: url("../images/icons/arrowIcon.svg") no-repeat center center; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: -webkit-transform 0.3s; -moz-transition: -moz-transform 0.3s; transition: transform 0.3s; }
.gridFilter-block h4.closed::before { -webkit-transform: translateY(-50%) rotate(-90deg); -moz-transform: translateY(-50%) rotate(-90deg); -ms-transform: translateY(-50%) rotate(-90deg); -o-transform: translateY(-50%) rotate(-90deg); transform: translateY(-50%) rotate(-90deg); }
.gridFilter-block input,
.gridFilter-block select,
.gridFilter-block .radio-label::before,
.gridFilter-block .checkbox-label::before { border-radius: 5px; background-color: #f6c45a; border: 2px solid #babac0; }
.gridFilter-block input[type="search"],
.gridFilter-block input[type="text"],
.gridFilter-block select { width: 100%; padding: 10px 15px; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; box-shadow: none; }
.gridFilter-block input[type="search"]:focus,
.gridFilter-block input[type="text"]:focus,
.gridFilter-block select:focus { outline: 0; background-color: #ffffff; border-color: #e6e6e6; }
.gridFilter-block input[type="search"] { border-color: transparent; background-color: #e6e6e6; font-size: 16px !important; }
.gridFilter-block input[type="search"]::-webkit-search-cancel-button { display: none; }
.gridFilter-block .cd-select { position: relative; }
.gridFilter-block .cd-select::after { content: ""; position: absolute; z-index: 1; right: 14px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display: block; width: 16px; height: 16px; background: url("../images/icons/arrowIcon.svg") no-repeat center center; pointer-events: none; }
.gridFilter-block select { cursor: pointer; font-size: 15px; }
.gridFilter-block select::-ms-expand { display: none; }
.gridFilter-block .list li { position: relative; list-style-type: none; margin-bottom: 5px; }
.gridFilter-block .list li:last-of-type { margin-bottom: 0; }
.gridFilter-block input[type="radio"],
.gridFilter-block input[type="checkbox"] { position: absolute; left: 0; top: 0; margin: 0; padding: 0; opacity: 0; z-index: 99; height: 19px; width: 19px; cursor: pointer; }
.gridFilter-block .checkbox-label,
.gridFilter-block .radio-label { padding-left: 30px; font-size: 14px; text-transform: uppercase; font-weight: 500; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.gridFilter-block label { margin-bottom: 0; }
.gridFilter-block .checkbox-label::before, .gridFilter-block .checkbox-label::after, .gridFilter-block .radio-label::before,
.gridFilter-block .radio-label::after { content: ""; display: block; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.gridFilter-block .checkbox-label::before, .gridFilter-block .radio-label::before { width: 18px; height: 18px; left: 0; }
.gridFilter-block .checkbox-label::after, .gridFilter-block .radio-label::after { display: none; }
.gridFilter-block .checkbox-label::after { width: 18px; height: 18px; background: url("../images/icons/checkIcon.svg") no-repeat center center; left: 0; }
.gridFilter-block .radio-label::before, .gridFilter-block .radio-label::after { border-radius: 50%; }
.gridFilter-block .radio-label::after { width: 6px; height: 6px; background-color: #f6c45a; left: 5px; }
.gridFilter-block input[type="radio"]:checked+label::before, .gridFilter-block input[type="checkbox"]:checked+label::before { border-color: #2d2825; background-color: #2d2825; }
.gridFilter-block input[type="radio"]:checked+label::after, .gridFilter-block input[type="checkbox"]:checked+label::after { display: block; }
@-moz-document url-prefix() { .gridFilter-block .cd-select::after { display: none; } }
.grid-tab-filter-wrapper { background-color: #ffffff; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08); z-index: 1; }
.grid-tab-filter-wrapper::after { content: ""; display: table; clear: both; }
.grid-tab-filter { position: relative; height: 50px; width: 140px; margin: 0 auto; z-index: 1; }
.grid-tab-filter::after { /* small arrow icon */ content: ""; position: absolute; right: 14px; top: 50%; bottom: auto; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display: inline-block; width: 16px; height: 16px; background: url("../img/cd-icon-arrow.svg") no-repeat center center; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; pointer-events: none; }
.grid-tab-filter ul { position: absolute; top: 0; left: 0; background-color: #ffffff; box-shadow: inset 0 -2px 0 #41307c; }
.grid-tab-filter li { display: none; }
.grid-tab-filter li:first-child { display: block; }
.grid-tab-filter a { display: block; height: 50px; width: 140px; line-height: 50px; padding-left: 14px; }
.grid-tab-filter a.selected { background: #41307c; color: #ffffff; }
.grid-tab-filter.is-open::after { -webkit-transform: translateY(-50%) rotate(-180deg); -moz-transform: translateY(-50%) rotate(-180deg); -ms-transform: translateY(-50%) rotate(-180deg); -o-transform: translateY(-50%) rotate(-180deg); transform: translateY(-50%) rotate(-180deg); }
.grid-tab-filter.is-open ul { box-shadow: inset 0 -2px 0 #41307c, 0 2px 10px rgba(0, 0, 0, 0.2); }
.grid-tab-filter.is-open ul li { display: block; }
.grid-tab-filter.is-open .placeholder a { opacity: 0.4; }

@media only screen and (min-width: 768px) {
	.grid-tab-filter { width: auto; cursor: auto; }
	.grid-tab-filter::after { display: none; }
	.grid-tab-filter ul { background: transparent; position: static; box-shadow: none; text-align: center; }
	.grid-tab-filter li { display: inline-block; }
	.grid-tab-filter li.placeholder { display: none !important; }
	.grid-tab-filter a { display: inline-block; padding: 0 1em; width: auto; color: #9a9a9a; text-transform: uppercase; font-weight: 700; font-size: 1.3rem; }
	.no-touch .grid-tab-filter a:hover { color: #41307c; }
	.grid-tab-filter a.selected { background: transparent; color: #41307c; box-shadow: inset 0 -2px 0 #41307c; }
	.grid-tab-filter.is-open ul li { display: inline-block; }
}

@media only screen and (min-width: 1170px) {
	.grid-tab-filter { width: 100%; float: right; margin: 0; -webkit-transition: width 0.3s; -moz-transition: width 0.3s; transition: width 0.3s; }
	.grid-tab-filter.filter-is-visible { width: 80%; }
}

@media (max-width: 992px) { 
	.gridFilter-trigger { top: unset; bottom: 20px !important; left: 89%; transform: translate(-50%, 40%); height: 50px; width: 40px; padding: 14px 31px 46px 35px; text-indent: -28px; line-height: 63px; font-size: 10px !important; color: #ffffff !important; text-transform: uppercase; font-weight: 700; background-size: 40% !important; background-position-y: 10px !important; text-align: center; margin: 0 auto; display: block; }
}

/******************************************************
/// Proizvodi iz kolekcije
******************************************************/
#proizvodiKolekcije { padding: 150px 0 250px 0; margin-top: 50px; background-image: url(../images/bg/proizvodi-iz-kolekcije_bg.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; width: 100%; position: relative; z-index: 1; border-top: 10px solid; border-image-slice: 1; border-width: 20px; border-image-source: linear-gradient(to right, #f6c45a, #fff); }
#proizvodiKolekcije::after { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; right: 0; background: -moz-linear-gradient(left, rgba(248, 247, 241, 0) 0%, #f8f7f1 45%, #f8f7f1 100%); background: -webkit-linear-gradient(left, rgba(248, 247, 241, 0) 0%, #f8f7f1 45%, #f8f7f1 100%); background: linear-gradient(to right, rgba(248, 247, 241, 0) 0%, #f8f7f1 45%, #f8f7f1 100%); }
#proizvodiKolekcije .container { max-width: 1600px; }
#proizvodiKolekcije .wrap { position: relative; padding: 0 0 0 75px; margin-bottom: 60px; }
#proizvodiKolekcije .frame { height: auto; overflow: hidden; }
#proizvodiKolekcije .frame ul { list-style: none; margin: 0; padding: 0; height: 100%; }
#proizvodiKolekcije .frame ul li { position: relative; float: left; height: 100%; margin: 0 30px 0 0; padding: 0; cursor: pointer; }
#proizvodiKolekcije .frame ul li .proizvod-item { box-shadow: none; border: 1px solid rgba(0, 0, 0, 0.15); box-shadow: -2px 42px 17px -45px rgba(0, 0, 0, 0.37); }
#proizvodiKolekcije .frame ul li a img { border-radius: 0; min-height: 280px; }
#proizvodiKolekcije .frame ul.proizvod-ikone { width: 270px; padding: 0; margin: 0; list-style: none; opacity: 0; transform: translateX(-50%); position: absolute; bottom: -60px; left: 50%; transition: all 1s ease 0s; z-index: 9999; height: inherit; }
#proizvodiKolekcije .proizvod:hover .proizvod-ikone { bottom: 50px; opacity: 1; }
#proizvodiKolekcije .frame ul.proizvod-ikone li { display: inline-block; margin: 0 2px; width: auto; height: auto; float: none; }
#proizvodiKolekcije .frame .tehnicka-specifikacija ul li { position: relative; float: none; height: auto; width: auto; padding: 0; margin: 0; list-style-type: none; }
#proizvodiKolekcije .pojedinosti-sadrzaj .tehnicka-specifikacija ul li p span { right: 0; }
#proizvodiKolekcije .scrollbar { margin: 40px 0 0 0; height: 8px; background: #f6c45a; line-height: 0; border-radius: 15px; max-width: 99.5%; }
#proizvodiKolekcije .scrollbar .handle { width: 100px; height: 100%; background: #2d2825; cursor: pointer; border-radius: 15px; }
#proizvodiKolekcije .scrollbar .handle .mousearea { position: absolute; top: -9px; left: 0; width: 100%; height: 20px; border-radius: 15px; }
#proizvodiKolekcije .scrollbar .handle .mousearea::before { content: '...'; width: 30px; height: 30px; position: absolute; top: 10px; left: 50%; transform: translateX(-50%); background: #f6c45a; display: block; overflow: hidden; line-height: 5px; padding: 4px 4px; cursor: move; vertical-align: middle; border-radius: 5px; margin-top: -.7em; margin-right: .3em; font-size: 20px; line-height: 11px; font-family: sans-serif; letter-spacing: 3px; color: #000; text-shadow: 1px 0 1px black; }
#proizvodiKolekcije .cta { padding: 15px 0 0 0; }
#proizvodiKolekcije .cta .right h2 { font-size: 24px; color: #2d2825; line-height: 35px; margin-bottom: 0; text-align: right; }

/******************************************************
/// Newsletter
******************************************************/
#newsletter { padding: 105px 0 105px 0; background: #f6c45a; transition: none; }
.slogan { position: relative; z-index: 8; margin-top: -170px; left: 70px; max-width: 600px; -webkit-transform: rotate(-5deg); transform: rotate(-5deg); }

@media screen and (max-width: 996px) {
	.slogan { margin-top: -130px; max-width: 100%; left: 0; padding: 0 20px 30px 20px; }
}

#newsletter h2 { font-family: "Montserrat"; font-size: 26px; line-height: 36px; letter-spacing: 0.2px; color: #2d2825; font-weight: 600; }
#newsletter h2 span { font-weight: 800; font-family: "Montserrat"; }
#newsletter .right { text-align: right; }
#newsletterForm .subscribe { text-align: left; }
#newsletterForm .subscribe a { text-decoration: underline; }
#newsletterForm .subscribe a:hover { text-decoration: none; }
#newsletterForm .subscribe input { font-size: 18px; color: #fff; padding: 14px 20px; border: 2px solid #2d2825 !important; background: #2d2825; border-radius: 5px; margin-right: 5px; }
#newsletterForm .subscribe button { font-weight: 800; font-family: "Montserrat"; font-size: 16px; background: #fff; border: 2px solid #2d2825; color: #2d2825; border-radius: 5px; padding: 13px 15px; width: 100%; max-width: 100px; bottom: 1px; position: relative; display: inline-block; line-height: 27px; cursor: pointer; }
#newsletterForm .subscribe button:hover { background: #2d2825; border: 2px solid #2d2825; color: #fff; }
.leaflet-popup-content p span { position: absolute; right: 30px; top: 50px; font-size: 110px; color: #babac0; z-index: 9999; }
.leaflet-marker-pane img { border-radius: 5px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

/******************************************************
/// Poslovnice + karta
******************************************************/
#poslovniceMapa { position: relative; z-index: 99; width: 100%; }
#poslovniceMapa #control-1 { padding-top: 0; }
#poslovniceMapa #map { width: 100%; height: 100vh; position: relative; }
#poslovniceMapa .highlight { background-color: #f8d7da; transition: background-color 0.3s; }
#poslovniceMapa .mapPopupContent { text-align: center; font-weight: 700; font-family: "Montserrat"; font-size: 13px; color: #2d2825; }
#poslovniceMapa .mapPopupContent small { text-align: center; font-weight: 400; line-height:12px; font-family: "Montserrat"; font-size: 9px; color: #2d2825; }
#poslovniceMapa .poslovniceNav { padding: 0; }
#poslovniceMapa .item { border-bottom: 5px solid #babac0; margin: 0; padding: 25px 40px 3px 30px; margin-bottom: auto; }
#poslovniceMapa .item:last-child { border: 0; }
#poslovniceMapa .item:hover { background-color: #f8d7da; transition: background-color 0.3s; }
#poslovniceMapa .map-control .mapData { margin-bottom: 20px; }
#poslovniceMapa .map-control h3 { font-weight: 700; font-family: "Montserrat", sans-serif; font-size: 22px; color: #2d2825; text-transform: uppercase; margin-bottom: 15px; }
#poslovniceMapa .map-control .mapData img { max-height: 120px; width: 100%; object-fit: cover; margin-bottom: 15px; border-radius: 5px; }
#poslovniceMapa .map-control .mapData p { font-weight: 700; font-family: "Montserrat", sans-serif; font-size: 13px; line-height: 26px; margin: 0; color: #2d2825; }
#poslovniceMapa .map-control .mapData p i { margin: 0 5px; }
#kontaktForma { width: 100%; position: relative; margin-bottom: 100px; }

#kontaktMapa #map { width: 100%; position: relative; background-color: #f8d7da; }
#kontaktMapa .highlight { background-color: #f8d7da; transition: background-color 0.3s; }
#kontaktMapa .mapPopupContent { text-align: center; font-weight: 700; font-family: "Montserrat"; font-size: 13px; color: #2d2825; }
#kontaktMapa .poslovniceNav { padding: 30px 30px 0 30px; }
#kontaktMapa { padding: 0; top: 0; position: relative; z-index: 99; display: block; opacity: 1; transition: opacity 1.5s ease, height 1.5s ease, padding 1.2s ease; overflow: hidden; height: auto; }
#kontaktMapa.hidden { opacity: 0; height: 0; padding: 0; }
#kontaktMapa.mapa-v2 { width: 100%; position: relative; top: 0; padding: 0; z-index: 1; }
#kontaktMapa.hidden.mapa-v2 { padding: 0; }
#kontaktMapa.mapa-v2::after { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; right: 0; background: linear-gradient(to left, rgba(248, 247, 241, 0) 0%, #f8f7f1 25%, #f8f7f1 100%); }
#kontaktMapa .container { max-width: 1600px; }
#kontaktMapa.mapa-v2 .container { min-width: 1600px; }
#kontaktMapa .wrap { position: relative; padding: 0 0 0 75px; margin-bottom: 0; }
#kontaktMapa .kontaktObrazac { height: auto; overflow: hidden; padding: 0; top: 0; position: relative; z-index: 99; display: block; opacity: 1; transition: opacity 0.5s ease, height 0.5s ease, padding 1.2s ease; }
#kontaktMapa .item { border-bottom: 5px solid #babac0; margin: 30px 0; padding: 20px 30px 20px 15px; }
#kontaktMapa .item:last-child { border: 0; }
#kontaktMapa .map-control .mapData { margin-bottom: 20px; }
#kontaktMapa .map-control h3 { margin-bottom: 20px; font-weight: 700; font-family: "Montserrat", sans-serif; font-size: 22px; color: #2d2825; text-transform: uppercase; }
#kontaktMapa .map-control .mapData img { max-height: 120px; width: 100%; object-fit: cover; margin-bottom: 15px; border-radius: 5px; }
#kontaktMapa .map-control .mapData p { font-weight: 700; font-family: "Montserrat", sans-serif; font-size: 16px; line-height: 34px; margin: 0; color: #2d2825; }
#kontaktMapa .map-control .mapData p i { margin: 0 5px; }
#stranica-28 .container-contact { background: #f2edde; }
.leaflet-popup-content { padding: 10px; }
.leaflet-popup-content h6 { margin: 15px 0; text-transform: uppercase; }
.leaflet-popup-content p { margin: 15px 0; line-height: 28px; }
.leaflet-popup-content .btn-2b { font-weight: 700; font-family: "Montserrat", sans-serif; font-size: 14px; color: #2d2825; border: 2px solid #2d2825; background: #f6c45a; padding: 1px 5px; line-height: 32px; display: block; margin-top: 15px; text-align: center; }
.leaflet-popup-content .btn-2b:hover { border: 2px solid #f6c45a; }
.leaflet-left { left: 30px !important; }
.leaflet-top { top: 30px !important; }
.leaflet-right { right: 30px !important; }
.fullscreen-toggle { position: absolute; top: 100px; right: 39px; z-index: 1000; background: rgba(255, 255, 255, 0.85); color: #2d2825; border: 2px solid rgba(0, 0, 0, 0.3); padding: 6px 12px; cursor: pointer; border-radius: 5px; font-size: 24px; transition: background 0.3s, color 0.3s, transform 0.3s; }
.fullscreen-toggle:hover { background: #f6c45a; color: #2d2825; transform: scale(1); border: 2px solid rgba(255, 255, 255, 1); }
.leaflet-container a.leaflet-popup-close-button { border-bottom-left-radius: 3px; border-top-right-radius: 3px; border-left-color: #2d2825; text-align: center; width: 28px; height: 28px; color: #2d2825; background: #f6c45a; transition: background 0.3s, color 0.3s; }
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus { color: #f6c45a !important; background: #2d2825; }
#fullscreenBtn { display: none; opacity:0; }
/******************************************************
/// Footer
******************************************************/
.footer { z-index: 1; padding: 180px 0 30px 0; position: relative; }
.footer .border_shapes { top: 0; right: 0; bottom: 0; z-index: -1; width: 100%; position: absolute; background-size: auto; background-position: right center; }
.footer.text-white .circle_social_links a { color: #2d2825; }
.footer .footer_content { position: relative; max-width: 100%; }
.footer .footer_content .logotip { position: absolute; top: -280px; left: 0; right: 0; margin: 0 auto; width: 170px; }
.footer .dizajn { float: left; width: 100%; font-size: 15px; font-weight: 700; text-align: center; padding-left: 15px; margin: 40px 0 30px 0; }
.footer .dizajn p { color: #fff; font-weight: 600; font-size: 11px; line-height: 21px; margin-bottom: 0; text-transform: uppercase; }
.footer .dizajn img { display: block; margin: 5px auto 0 auto; text-align: center; }
.footer .dizajn a { color: #fff; }
.footer .dizajn a:hover { opacity: 0.45; color: #fff; }
.footer .f-menuWrap { padding: 20px 0 30px 0; text-align: center; margin-top: 30px; }
.footer .f-menu ul { padding: 14px 0; margin: 0 auto; list-style-type: none; border-top: 1px solid #2d2825; border-bottom: 1px solid #2d2825; max-width: 600px; }
.footer .f-menu ul li { display: inline-block; vertical-align: baseline; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0; }
.footer .f-menu ul li a { font-size: 15px; font-weight: 700; color: #ffed00; }
.footer .f-menu ul li+li::before { content: " "; display: inline-block; width: 0; height: 0.8em; margin: 0 1em; vertical-align: baseline; border-left: 1px solid #ffed00; }
.footer .f-menu ul li a:hover { color: #2d2825; }
.footer .circle_social_links a { width: 65px; height: 65px; font-size: 30px; background-color: #f6c45a; }
.footer .copyright_text { padding: 22px 0; font-size: 14px; }
#footer { background: #f6c45a; padding: 120px 0 50px 0; background-image: url(../images/bg/footer_bg.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; width: 100%; position: relative; z-index: 1; }
#footer::after { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; right: 0; background: -moz-linear-gradient(right, rgba(248, 247, 241, 0) 0%, #f6c45a 35%, #f6c45a 100%); background: -webkit-linear-gradient(right, rgba(248, 247, 241, 0) 0%, #f6c45a 35%, #f6c45a 100%); background: linear-gradient(to right, rgba(248, 247, 241, 0) 0%, #f6c45a 35%, #f6c45a 100%); }
#footer .widget { padding: 0; text-align: center; }
#footer .adresar { margin: 10px; padding: 40px 20px 10px 20px; background: #f6c45a; border-radius: 5px; box-shadow: 0 10px 40px -3px rgba(0, 0, 0, 0.3); }
#footer .adresar p { font-size: 17px; color: #2d2825; line-height: 29px; }
#footer .adresar p span { }
#footer .adresar p span { display: block; }
#footer .adresar span strong { padding: 20px 0; text-transform: uppercase; }
#footer .adresar strong { font-size: 22px; display: inline-block; font-weight: 800; padding: 20px 0; }
#footer .adresar a:hover { opacity: 0.55; text-decoration: none; }
#footer .f-menu { margin: 10px; padding: 20px; }
.footer-menu { width: 100%; }
.footer-menu ul { text-align: center; display: block; width: 100%; margin: 65px 0; padding: 0; border-top: 2px solid #f6c45a; border-bottom: 2px solid #f6c45a; padding: 20px 0; text-transform: uppercase; box-shadow: 0 10px 20px -20px rgba(0, 0, 0, 0.4); }
.footer-menu ul li { display: inline-block; padding: 0 6px; margin-bottom: 0; list-style: none; }
.footer-menu ul li::after { content: "/"; position: relative; top: 1px; bottom: 1px; right: -6px; color: #2d2825; }
.footer-menu ul li:last-child::after { display: none; }
.footer-menu ul li a { color: #2d2825; font-size: 14px; font-weight: 700; position: relative; }
.footer-menu ul li a::before { content: ""; position: absolute; bottom: 0; left: 50%; width: 0; bottom: -5px; height: 2px; background-color: #2d2825; opacity: 0; visibility: hidden; }
.footer-menu ul li a:hover { opacity: 0.55; text-decoration: none; }
.copyright { float: left; width: 100%; text-align: center; }
.copyright p { color: #2d2825; font-weight: 600; font-size: 14px; line-height: 23px; margin-bottom: 0; }
.dizajn { max-width: 230px; margin: 0 auto; padding: 10px 10px; margin-top: 20px; text-align: center; }
.dizajn p { font-size: 10px; font-weight: 700; color: #2d2825; text-transform: uppercase; }
.dizajn a { color: #2d2825; display: block; }
.dizajn a:hover { opacity: 0.65; text-decoration: none; }
.selotejpWrap { position: relative; z-index: 9; }
.selotejp { position: absolute; width: 100%; }
.selotejpRubovi { position: absolute; height: 50px; top: -5px; width: 110%; background-color: #2d2825; border-right: 1px dotted #2d2825; border-left: 1px dotted #2d2825; opacity: 0.5; }
.selotejp:first-of-type { top: 0; }
.selotejp:last-of-type { bottom: 0; }
.selotejp::before,
.selotejp::after { content: ""; width: 130px; height: 40px; position: absolute; background: #fff; box-shadow: 0 2px 10px -7px hsla(0, 0%, 0%, 1); opacity: 0.25; border-right: 3px dotted rgba(55, 55, 55, 0.25); border-left: 3px dotted rgba(55, 55, 55, 0.25); }
.selotejp:last-of-type::after { transform: rotate(-45deg); right: -30px; top: -30px; }
.selotejp:first-of-type::before { transform: rotate(-45deg); left: -30px; }
.selotejp:first-of-type::after { transform: rotate(40deg); right: unset; left: -28px; top: unset; bottom: 9px; }
.selotejp:last-of-type::before { transform: rotate(-40deg); right: -28px; left: unset; bottom: 9px; }
#footer .selotejp:first-of-type::after { right: unset; left: 50%; transform: translateX(-50%) rotate(-4.5deg); top: unset; bottom: 15px; }
#footer .selotejp::after { width: 165px; height: 47px; opacity: 0.25; border-right: 2px dotted rgba(55, 55, 55, 0.25); border-left: 2px dotted rgba(55, 55, 55, 0.25); }
.selotejpWrap .hideRight:last-of-type::before,
.selotejpWrap .hideLeft:first-of-type::after { display: none; }
body#page-maintenance { height: 100vh; background: url(../images/bg/offline-bg.jpg) no-repeat center top fixed !important; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; -ms-background-size: cover; -o-background-size: cover; }
body#page-maintenance h1 { color: #fff; }
.maintenance-msg { margin-top: 30px; font-size: 24px; color: #fff; font-weight: 200; }
.grecaptcha-badge { opacity: 0; }

@media only screen and (max-height: 768px) {
	#newsletterForm h3 { margin: 44px 0 70px; }
}

@media only screen and (max-height: 767px) {
	#newsletterForm h3 { margin: 20px 0 20px; }
	#newsletterForm h1 { font-size: 28px; margin-bottom: 15px; }
	#newsletterForm p { font-size: 16px; margin-bottom: 15px; }
}

@media only screen and (max-height: 568px) {
	#newsletterForm { background-attachment: fixed; height: auto; padding-bottom: 20px; }
}

@media only screen and (min-width: 1200px) {
	.container { max-width: 1170px; padding-right: 0; padding-left: 0; }
	#sadrzajDesno .left { text-align: left; }
	#sadrzajLijevo .left { text-align: left; }
	#section-navbar2 .v3 .navbar-btn { left: 8px; top: 9px; margin-top: -18px; margin-left: 34px; }
	#section-navbar2 .navbar-expand-lg .v3 .navbar-nav .nav-link { padding: 0 28px; }
	#section-navbar2 .navbar-expand-lg .v3 .navbar-nav .nav-link.search-btn { padding-left: 50px; }
	#kategorijeProizvoda .frame ul li { width: 288px; max-height: 368px; }
	#kategorijeProizvoda .wrap { padding: 0 0 0 30px; }
	#kategorijeLista .frame ul li { width: 400px; max-height: 500px; }
	#kategorijeLista .wrap { padding: 0 0 0 30px; }
	#proizvodiKolekcije .frame ul li { width: 400px; }
	#proizvodiKolekcije .wrap { padding: 0 0 0 30px; }
	.pagination .page-item:first-child .btn-3b.mali, .pagination .page-item:last-child .btn-3b.mali { width: 44px; }
	.sidebar .category ul:nth-of-type(1) { margin-right: 100px; }
}

@media only screen and (min-width: 992px) {
	#sidebarCollapse2 { display: none; }
	.search-responsive { display: none; } 
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	#novostiGrid .item .content { padding: 20px 30px 15px; -webkit-box-shadow: inset 0 -270px 115px -105px #2d2825; box-shadow: inset 0 -270px 115px -105px #2d2825; }
	#novostiGrid .item .content h3 { line-height: 24px; }
	#novostiGrid .item .content p { line-height: 15px; }
	#tehnickaUputstva .item .content { padding: 20px 30px 15px; -webkit-box-shadow: inset 0 -270px 115px -105px #2d2825; box-shadow: inset 0 -270px 115px -105px #2d2825; }
	#tehnickaUputstva .item .content h3 { line-height: 24px; }
	#tehnickaUputstva .item .content p { line-height: 15px; }
}

@media only screen and (max-width: 991px) { 
	.slider-for button.slick-prev, .slider-for button.slick-next, .proizvod-detaljno .proizvodPopup { opacity: 1 !important; }
	#footer { padding-top:0; }
	#footer .widget { padding: 20px 0; }
	.footer-menu ul { margin: 0 auto 20px auto; border: 0; box-shadow:none; }
	.footer-menu ul li { display: block; padding: 10px 0; border-bottom: 1px solid #f6c45a; margin-bottom: 0; }
	.footer-menu ul li:last-child { border: 0; }
	.footer-menu ul li a::before { display: none; opacity:0; }
	.title3 h2 { margin-bottom: 0; letter-spacing: 1px; max-width: 100%; float: none; }
	.title3 i, .title3 i::before { color: #f6c45a; font-size: 80px; float: right; position: absolute; bottom: 50%; right: inherit; left: 50%; top: -50px; transform: translate(-50%); }
	.proizvodiWrap .text-right { text-align:center !important; }
	#selectSwitcheri { position: relative; }
	.selectFilterForm { margin: 35px 0 0 0; }
	.btn-2.mali, .btn-2b.mali, .btn-1b.mali { position: relative; top: -10px; }
	#main-content #toggleButton.sakrijSadrzajBtn { right: 50%; transform: translateX(50%); }
	.gridFilter.filter-is-visible { position: absolute; z-index: 99999; }
	.gridFilter { width: 100%; }
	 
	.input-group-text { display: none; opacity: 0; }
	.selectFilterForm .custom-select, .selectFilterForm .input-group>.custom-select:not(:first-child) { border-radius: 5px!important; border-left: 2px solid #2d2825; max-width:180px; }
	.gridFilter-trigger {  background: #000 url(../images/icons/filterIcon.svg) no-repeat center center; border-radius: 8px; }
	
	.header .content { padding: 80px 15px; }
	.header .content h1 { font-size: 32px; text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5); }
	.header li { display: inline; }
	.header li:not(:last-child) a::after { margin-left: 6px; }
	.header li a, .header li.current span { font-size:12px; padding: 5px; letter-spacing: 0; margin-right: 5px; }
	#reference .isotopeFilter { padding: 15px 0; margin: 0 auto; }
	
	.product-title { margin-top: 30px; }
	.add-to-cart .fa-envelope { font-size: 27px; }
	
	#section-navbar2 { background-color: #fff; }
	#section-navbar2 .navbar-btn { right: 15px; top: 3px; pointer-events: all; }
	#section-navbar2 .nav-item.akcija.highlight { right: -15px; top: 75px; width: 100%; height: 40px; border-radius: 0; pointer-events: all; line-height: 0; }
	#section-navbar2 .nav-item.akcija.highlight .nav-link { padding: 0; }
	#section-navbar2 .nav-item.akcija.highlight a.nav-link span { text-transform: uppercase; text-align: right; line-height: 40px; padding-left: 30px; height: 40px; display: block; transition: 500ms linear all; }
	#section-navbar2 .nav-item.akcija.highlight a.nav-link span.show { display: none; visibility: hidden; opacity: 0; }
	#section-navbar2 .nav-item.akcija.highlight a.nav-link span.hide { display: inline-block; visibility: visible; opacity: 1; padding: 0 20px; position: relative; right: 15px; background: #2d2825; color: #f6c45a; text-align: center; float: right; }
	#section-navbar2 .nav-item.akcija.highlight::before { content: ""; position: absolute; bottom: 11px; left: -10px; width: 110%; height: 10px; box-shadow: 0 20px 10px rgba(0, 0, 0, 0.2); z-index: 9999; }
	#sidebarCollapse, #sidebarCollapse2 { margin-left: 5px; }
	#newsletter .left { margin-bottom: 0; }
	#newsletter .right { text-align: left; }
	#newsletterForm .subscribe input { width: 65%; }
	#newsletterForm .subscribe button { width: 30%; max-width: 30%; }
	#jamstvo { padding: 60px 0 0 0; }
	#newsletter { padding: 60px 0; }
	#section-navbar2.bg-navbar { background: #fff; height: 100%; padding-top: 120px; }
	#section-navbar2 .navbar-expand-lg .navbar-nav .nav-link.search-btn { display: none; }
	#section-navbar2 .v2 ul.navbar-nav { padding-top: 20px; margin-left: 0 !important; }
	#section-navbar2 .navbar-expand-lg .navbar-nav .nav-item { padding: 5px 0; border-bottom: 2px solid #f6c45a; }
	#section-navbar2 .navbar-expand-lg .navbar-nav .nav-item.dropdown.show { border-bottom: 0; }
	#section-navbar2 .navbar-expand-lg .navbar-nav .nav-item.dropdown:last-child { border-bottom: 0; }
	#section-navbar2 .navbar-expand-lg .navbar-nav .nav-item.active .nav-link, #section-navbar2 .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link { color: #2d2825; }
	#section-navbar2 .navbar-expand-lg .navbar-nav .nav-link { font-size: 18px; padding: 10px 5px; color: #2d2825; font-weight:900; }
	#section-navbar2 .navbar-expand-lg .navbar-nav .nav-link::after { transform: rotate(0deg); float: right; margin-top: 10px; font-size: 30px; }
	
	#sadrzajDesno, #sadrzajLijevo { padding: 0 15px; background: #fff; background-image: none !important; }
	#sadrzajDesno h1, #sadrzajLijevo h1 { font-size: 28px; line-height: 35px; }
	#sadrzajDesno p, #sadrzajLijevo p { margin-bottom: 20px; }
	
	#kategorijeProizvoda { padding: 60px 0 30px 0; }
	.space30 { padding: 30px 0 0 0; }
	#kategorijeLista { padding: 60px 0; }
	#main-content #toggleButton.sakrijSadrzajBtn { padding: 13px 20px; }
	.filteriProizvoda.text-right { text-align: left !important; }
	
	#proizvodiKolekcije { padding: 50px 0 120px 0; margin-top: 0; background-image: none; background-size: cover; border-top: 0; border-image-slice: 0; border-width: 0; }
	#novostiGrid { padding: 80px 0 150px 0; }
	#tehnickaUputstva { padding: 60px 0; }
	
	/*reference*/
	#stranica-10 #main-content { padding-bottom: 100px; }
	#reference { padding-top: 30px; padding-bottom: 0; background: none; }
	#reference .isotopeFilter button { margin-right: 0; color: #f6c45a; background-color: #2d2825; padding: 8px 15px; width: 81%; margin: 1% 8%; display: inline-flex; }
	.filter.mt-5 { margin: 0 0 10px 0 !important; } 
	#reference .isotopeContainer .opisReference p { text-align: left; }
	
	.cta-sadrzaj { padding: 15px 15px 0 15px; }
	
	/*kontakt*/
	#stranica-28 .cta-sadrzaj { padding: 50px 15px 0 15px; }
	#stranica-28 .cta.pr-50, #stranica-28 .cta.pl-50 { padding: 0; }
	#kontaktForma { margin-bottom: 50px; }
	
	#tehnickaUputstva.v2 { padding: 60px 0; }
	.pagination .btn-3b.mali { margin-left: 0; padding: 12px 0; width: 47px; }
	.pagination .page-item:first-child .btn-3b.mali, .pagination .page-item:last-child .btn-3b.mali { width: 120px; }

	#section-navbar2 { background: transparent; }

	#novostDetaljno { padding: 0; border-top: 0px solid; border-top-width: 0px; border-image-slice: 0; border-width: 0px; border-image-source: linear-gradient(to left, #f6c45a, #fff); margin-bottom: 150px; }
	#novostDetaljno .contents img.glavnaSlika { border-radius: 0; margin-bottom: 125px; width: 100%; object-fit: fill; }

	.kategorijaObjave { border-radius: 0; }
	.novostAlati { left: 32px; }
	.modulSidebar.novo ul li:last-child { border-bottom: 0px solid rgba(0, 0, 0, 0.1); }
	.modulSidebar.novo.pl-5 { padding: 0 25px !important; }

	#poslovniceMapa .description { padding: 20px 20px; display: inline-block; position: absolute; width: 310px; top: -175px; left: 0; right: 0; margin: 0 auto; }
	#poslovniceMapa .description::before { font-family: "fontawesome"; content: "\f0d7"; position: absolute; top: auto; bottom: -34px; left: 0; right: 0; margin: 0 auto; font-size: 40px; color: #2d2825; text-align: center; }
	#newsletterForm .subscribe input { margin-right: 0; }
	#section-navbar2 .dropdown-menu { width: 100%; padding: 0; }
	#section-navbar2 .wrap-dropdown { margin-left: 30px; padding: 0; background: transparent; list-style: none; border-radius: 0; }
	#section-navbar2 .dropdown-submenu a.child:hover  { color: #2d2825; }
	#section-navbar2 .dropdown-submenu a.child { left: 0; color: #2d2825; }
	#section-navbar2 .wrap-dropdown li:last-of-type a { margin-left: 0; }
	#section-navbar2 .wrap-dropdown li ul li:last-of-type { margin-top: 0; margin-left: -15px; }
	#section-navbar2 .dropdown-item { font-weight: 800; color: #2d2825; background: transparent; left: 0 !important; transition: all 0.2s ease-in-out; top: 0; padding: 10px 0; font-size: 17px; letter-spacing: 0; display: block; margin: 0; text-align: left !important; border-bottom: 1px solid #ddd; width: 100%; }
	#tehnickaUputstva { padding: 60px 0; }
	#section-navbar2.sticky-menu .navbar { padding: 0; }
	#section-navbar2 .v3.navbar-btn { display: none !important; }
	#sadrzajDesno .right { padding: 0 15px; text-align: center; }		
	#sadrzajLijevo .right { padding: 0 15px; text-align: center; } 
	#novostiGrid .item { margin-bottom: 20px; width:100%!important; max-width:100%!important; }
	#novostiGrid .item:last-of-type { margin-bottom: 0; }
	#tehnickaUputstva .item { margin-bottom: 30px; }
	#tehnickaUputstva .item:last-of-type { margin-bottom: 0; }
}

@media only screen and (min-width: 768px) {
	#section-navbar2 .dropdown:hover>.dropdown-menu { opacity: 1; display: block; -webkit-animation: fadeIn 0.2s; animation: fadeIn 0.2s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
}

@media only screen and (max-width: 767px) {
	#sidebar { margin-left: -250px; }
	#sidebar.active { margin-left: 0; }
	#main-content { width: 100%; top: 115px; margin-bottom: 50px; padding-bottom: 0; }
	#section-navbar2 .navbar { padding: 0; /* margin-top: 120px; */ }
	#section-search .navigation-search { padding: 15px 0; }
	#section-search form input[type="text"] { font-size: 21px; padding: 10px 0 10px; }
	#section-search form i { top: 23px; }
	#section-search { height: 100%; }
	#section-search .search-content { top: 50%; } .close-search { top: -100%; }
	
	#stranica-6 #gridContainer { margin-bottom: 100px; }
	
	#sidebar { width: 50%; }
	#sidebar.active { margin-right: -50%; }
	#jamstvo .jamstvoWrap .item:nth-of-type(2) { padding-top: 0; }
	#jamstvo .jamstvoWrap .item a { margin-bottom: 15px; }
	#kategorijeProizvoda .frame ul li { height: 212px; width: 140px; background: #9d9d9c; }
	#kategorijeProizvoda .frame ul li a img { border-radius: 5px; width: 100%; object-fit: contain; object-position: top; }
	#kategorijeProizvoda .frame ul li a h3 { font-size: 16px; }
	#kategorijeProizvoda .frame .ikona { top: -40px; }
	#kategorijeProizvoda .wrap { padding: 0 0 0 15px; }
	#kategorijeProizvoda.v2 .wrap { padding: 0 0 0 15px; }
	#kategorijeLista .frame ul li { width: 290px; }
	#kategorijeLista .wrap { padding: 0 0 0 15px; }
	#kategorijeLista.v2 .wrap { padding: 0 0 0 15px; }
	#proizvodiKolekcije .frame ul li { width: 290px; }
	#proizvodiKolekcije .wrap { padding: 0 0 0 15px; }
	#kategorijeProizvoda .cta .left h2 { margin-bottom: 40px; }
	#kategorijeProizvoda .cta .row { margin-right: 0; margin-left: 0; }
	#kategorijeLista .cta .left h2 { margin-bottom: 40px; }
	#kategorijeLista .cta .row { margin-right: 0; margin-left: 0; }
	#proizvodiKolekcije .cta .left h2 { margin-bottom: 40px; }
	#proizvodiKolekcije .cta .row { margin-right: 0; margin-left: 0; }
	.title-hr { display: none; }
	.title3 { text-align: center; margin-bottom: 0; }
	.cta-title { text-align: center; margin-bottom: 30px; }
	#reference .isotopeContainer .item { padding: 15px; text-align: center; margin: 0 auto; left: 0; right: 0; }
	#reference .isotopeFilter a { margin-right: 0; }

	#stranica-15 .pt-150 { padding-top: 0; }	

	#tehnickaUputstva .isotopeContainer .item { padding: 15px; text-align: center; margin: 0 auto; left: 0; right: 0; }
	#tehnickaUputstva .isotopeFilter a { margin-right: 0; }

	.pagination .page-item:first-child .btn-3b.mali, .pagination .page-item:last-child .btn-3b.mali { width: 40px; height: 40px; padding: 0; margin-right: 0; margin-left: 0; }
	#newsletterForm .subscribe input { margin-bottom: 20px; }

	.sadrzajWrap { top: -30px; padding-bottom: 0; }

	#novostDetaljno .contents blockquote { padding: 8px 30px; }
	#novostDetaljno .contents .shared { margin: 0; }
	.sidebar .popular-news .list { margin-bottom: 30px; }
	.sidebar .searchbar { margin-bottom: 60px; }
	.sidebar .popular-news { margin-bottom: 60px; }
	.sidebar .category { margin-bottom: 60px; }
	#kategorijeProizvoda .cta .left h2 { font-size: 20px; }
	#kategorijeLista .cta .left h2 { font-size: 20px; }
	#proizvodiKolekcije .cta .left h2 { font-size: 20px; }
	.title3 h6 { font-size: 13px; margin-bottom: 10px; }
	#jamstvo .title3 h6 { display: none; opacity: 0; }
	.title3 h2 { font-size: 28px; }
	.cta-title h6 { font-size: 13px; margin-bottom: 10px; }
	.cta-title h2 { font-size: 28px; }
	#novostDetaljno .contents blockquote { font-size: 20px; }
	#kategorijeProizvoda .cta .right, #kategorijeLista .cta .right, #proizvodiKolekcije .cta .right { text-align: center; }
	.details { padding: 0 20px; }
	.proizvodiKolekcije { border-image-slice: 0; border-width: 0; border-image-source:none; }
	.proizvod-detaljno .pb-150 { padding-bottom: 100px; }
	#sadrzajDesno .left { margin-bottom: 60px; }
	#sadrzajLijevo .left { margin-bottom: 60px; }
}

@media only screen and (max-width: 550px) { 
	#sidebar.active { margin-right: -65%; }
	.pagination .btn-3b.mali { padding: 0; width: 40px; height: 40px; }
	#newsletterForm i { margin-bottom: 15px; }
}

@media only screen and (max-width: 490px) {
	#poslovniceMapa .detail { width: auto; }
}

@media only screen and (max-width: 420px) {
	#novostiGrid .item { width: 100%; margin: 0 auto 30px; }
	#novostiGrid .item .content { padding: 40px 15px 15px; -webkit-box-shadow: inset 0 -310px 105px -140px #2d2825; box-shadow: inset 0 -310px 105px -140px #2d2825; }
	#novostiGrid .item .content h3 { line-height: 15px; }
	#novostiGrid .item a:hover .content p { line-height: 24px; }
	#tehnickaUputstva .item { width: 320px; margin: 0 auto 30px; }
	#tehnickaUputstva .item .content { padding: 40px 15px 15px; -webkit-box-shadow: inset 0 -310px 105px -140px #2d2825; box-shadow: inset 0 -310px 105px -140px #2d2825; }
	#tehnickaUputstva .item .content h3 { font-size: 22px; line-height: 24px; }
	#tehnickaUputstva .item a:hover .content p { line-height: 24px; }
}

.img-container.md { height: 350px; }
figure.image:not(.img-container) img { max-width: 100%; height: auto; }

.make-me-sticky { position: -webkit-sticky; position: sticky; top: 0; left: 40px; padding: 0 15px; }
.arrow { opacity: 0; position: absolute; left: 50%; top: 50%; transform-origin: 50% 50%; transform: translate3d(-50%, -50%, 0); }
.arrow-first { -webkit-animation: arrow-movement 2s ease-in-out infinite; animation: arrow-movement 2s ease-in-out infinite; }
.arrow-second { -webkit-animation: arrow-movement 2s 1s ease-in-out infinite; animation: arrow-movement 2s 1s ease-in-out infinite; }
.arrow::before, .arrow::after { background: #fff; content: ""; display: block; height: 3px; position: absolute; top: 0; left: 0; width: 30px; }
.arrow::before { transform: rotate(45deg) translateX(-23%); transform-origin: top left; }
.arrow::after { transform: rotate(-45deg) translateX(23%); transform-origin: top right; }

@-webkit-keyframes arrow-movement {
	0% { opacity: 0; top: 45%; }
	70% { opacity: 1; }
	100% { opacity: 0; }
}

@keyframes arrow-movement { 
	0% { opacity: 0; top: 45%; }
	70% { opacity: 1; }
	100% { opacity: 0; }
}

.blockquote { padding: 60px 80px 40px; position: relative; }
#novostDetaljno .contents .blockquote p { font-family: "Utopia-italic"; font-size: 35px; font-weight: 700; text-align: center; line-height: 46px; }
.blockquote::before { position: absolute; font-family: "FontAwesome"; top: 0; content: "\f10d"; font-size: 100px; color: rgba(0, 0, 0, 0.1); }

/******************************************************
/// Kontakt
******************************************************/
.form_item .input_title { display: block; line-height: 1; font-size: 20px; font-weight: 500; margin-bottom: 15px; color: #d50000; }
.form_item input, .form_item textarea { border-radius: 5px !important; width: 100%; border: 1px solid #babac0; font-size: 16px; outline: 0; display: block; transition: all 0.3s ease-in-out; }
.form_item input { height: 50px; padding: 0 20px; margin-top: 20px; border-radius: 5px !important; }
.form_item textarea { padding: 15px 20px 15px 20px; margin-top: 20px; border-radius: 5px !important; }
.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child),
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after,
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.form-control:not(:last-child) { border-radius: 5px !important; }
.form_item .submit_btn { top: 50%; right: 0; position: absolute; transform: translateY(-50%); }
.input-group-text { background-color: #2d2825; border: 1px solid #ced4da; border-radius: 0.25rem; }
.form-control { padding: 15px 15px; font-size: 17px; font-weight: 600; line-height: 26px; color: #2d2825; background-color: #fff; border: 1px solid #babac0; border-radius: 5px; }
.form-control.mala { padding: 15px 15px; font-size: 17px; border: 2px solid #f6c45a !important; background-color: rgba(255, 198, 88, 0.3); }
.form-control.mala:hover, .form-control.mala:focus,
button, input, optgroup, select, textarea { outline: 0; border: 0; background: transparent; box-shadow: none; }
:-moz-placeholder { color: #2d2825; font-weight: 600; opacity: 1; }
::-moz-placeholder { color: #2d2825; font-weight: 600; opacity: 1; }
:-ms-input-placeholder { color: #2d2825; font-weight: 600; opacity: 1; }
::-webkit-input-placeholder { color: #2d2825; font-weight: 600; }
.placeholder { display: inline-block; min-height: 1em; vertical-align: middle; cursor: wait; background-color: currentcolor; opacity: 1; }
.form-control::-moz-placeholder { color: #2d2825; opacity: 1; }
.form-control::placeholder { color: #2d2825; opacity: 1; }
.form-control:disabled { background-color: rgba(0, 0, 0, .2); opacity: 0.35; }
textarea::placeholder, textarea::-moz-placeholder { padding-top: 15px; color: #2d2825; opacity: 1; }
.poruka textarea::placeholder, .poruka textarea::-moz-placeholder { padding-top: 0; }
.form-control:focus { border-color: red;}
.mfp-title { line-height: 18px; padding: 15px 0; font-weight: 700; font-family: "Montserrat"; }
.mfp-counter { font-size: 14px; font-weight: 700; }
.loader_icon { background: #0404046b; display: flex; justify-content: center; align-items: center; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; }
.loader_icon i { font-size: 24px; color: #fff; }
.form-control:focus { box-shadow: 0 0 0 .2rem rgba(255, 0, 0, .25); }
.custom-tooltip { --tooltip-bg: rgba(87, 197, 206, 1); --tooltip-color: rgba(0, 114, 186, 1); --tooltip-opacity: 1; font-size: 12px; font-weight: 700; }

.bd-placeholder-img { font-size: 1.125rem; text-anchor: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

@media (min-width: 768px) {
	.bd-placeholder-img-lg { font-size: 3.5rem; }
}

.lh-condensed { line-height: 1.25; }

/* TVRTKA */
.category-box.v2 .podstraniceMenuList li a { font-size: 36px; line-height: 44px; }

.prijava { z-index: 9; }
.contact-form .form-field { position: relative; margin: 32px 0; }
.contact-form .input-text { display: block; width: 100%; height: 36px; border-width: 0 0 2px 0; border-color: #2d2825; font-size: 18px; line-height: 26px; font-weight: 400; }
.contact-form .input-text:focus { outline: 0; }
.contact-form .input-text:focus+.label,
.contact-form .input-text.not-empty+.label { -webkit-transform: translateY(-24px); transform: translateY(-24px); }
.contact-form .label { position: absolute; left: 20px; bottom: 11px; font-size: 18px; line-height: 26px; font-weight: 400; color: #2d2825; cursor: text; transition: -webkit-transform 0.2s ease-in-out; transition: transform 0.2s ease-in-out; transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
.contact-form .submit-btn { display: inline-block; background-color: #000; background-image: linear-gradient(125deg, #d50000, #2d2825); color: #fff; text-transform: uppercase; letter-spacing: 2px; font-size: 16px; padding: 8px 16px; border: none; width: 200px; cursor: pointer; }
.container-contact { position: relative; width: 100%; min-height: 100vh; overflow: hidden; display: flex; align-items: center; justify-content: center; border-radius: 5px; }
.contact-info-form { transition: all 0.7s ease-out; position: relative; border-top-right-radius: 200px; border-top-left-radius: 200px; box-shadow: 0 -20px 35px -11px rgba(0, 0, 0, 0.2); background-color: #ffffff; border-radius: 5px; padding: 45px; }
.dekoracija { border-radius: 50%; background: linear-gradient(135deg, transparent 20%, #f6c45a); position: absolute; }
.dekoracija.prvi { width: 130px; height: 130px; top: 130px; right: -40px; }
.dekoracija { border-radius: 50%; background: linear-gradient(135deg, transparent 20%, #f6c45a); position: absolute; }
.dekoracija.drugi img { position: relative; max-width: 160px; height: auto; border-radius: 5px; padding: 15px 15px 5px 15px; background: #fff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
.dekoracija.drugi { position: absolute; top: -40px; right: 120px; background: none; transform: rotate(5deg); }
.contact-info-form::before { content: ""; position: absolute; width: 26px; height: 26px; background-color: #2d2825; transform: rotate(45deg); bottom: 66px; left: -13px; }
.container-contact form { padding: 2.3rem 2.2rem; z-index: 10; overflow: hidden; position: relative; }
.social-input-containers { position: relative; margin: 0; }
.social-input-containers .custom-select { font-size: 15px; font-weight: 800; font-family: "Montserrat"; text-transform: uppercase; line-height: 26px; color: #2d2825; border: 1px solid #babac0 !important; border-radius: 5px; text-decoration: none; transition: color 0.3s ease-in-out; padding: 0 1.3rem; height: 55px; background-color: #fff; border: 1px solid #babac0; margin-top: 0; }
.social-input-containers textarea { padding: 8px 20px; min-height: 150px; border-radius: 5px; resize: none; overflow-y: auto; background-color: #fff; border: 1px solid #babac0; }
.social-input-containers.poruka textarea { padding-top: 15px; }
.social-input-containers label { position: absolute; top: 50%; left: 15px; transform: translateY(-50%); padding: 0 0.4rem; color: #fafafa; font-size: 0.9rem; font-weight: 400; pointer-events: none; z-index: 1000; transition: 0.5s; }
.social-input-containers small { font-style: oblique; padding: 10px 30px; }
.social-input-containers .form-check-input { position: absolute; margin-top: 0.3rem; margin-left: 0rem; width: 16px; height: 16px; }
.social-input-containers.privola .form-check-input { margin-top: 0.3rem; margin-left: 0rem; width: 16px; height: 16px; margin-right: 15px; transform: rotate(-90deg); }
.social-input-containers.privola p { font-size: 11px !important; margin-left: 25px; line-height: 16px; font-weight: 600; }
.social-input-containers.privola.no-rotate .form-check-input { transform: rotate(0deg); }
.social-input-containers textarea label { top: 1rem; transform: translateY(0); }
.social-input-containers span { position: absolute; top: 26px; left: -15px; transform: translateY(-50%) rotate(90deg); font-size: 0.8rem; padding: 0 0.4rem; color: transparent; z-index: 500; }
.social-input-containers span::before { content: ""; position: absolute; width: 10%; opacity: 0; transition: 0.3s; height: 5px; background-color: #d50000; top: 50%; transform: translateY(-50%); left: 50%; }
.social-input-containers.poruka span { top: 38px; }
.social-input-containers.focus label { top: 0; transform: translateY(-50%); left: 15px; font-size: 0.8rem; }
.social-input-containers.focus span::before { width: 50%; opacity: 1; }
.form-group.error { background: rgba(255, 0, 0, 0.5); color: #fff; padding: 8px 10px 0 8px; border-radius: 5px; font-size: 13px; line-height: 29px; font-weight: 700; }

.contact-info { padding: 0 30px 30px 30px; position: relative; }
.social-information { display: flex; color: #babac0; margin: 0.7rem 0; align-items: center; font-size: 0.95rem; }
.icon { width: 28px; margin-right: 0.7rem; }
.social-media { padding: 2rem 0 0 0; }
.social-media p { color: #2d2825; }
.contact-info::before { content: ""; position: absolute; width: 110px; height: 100px; border: 22px solid #d50000; border-radius: 50%; bottom: -77px; right: 50px; opacity: 0.3; }
.social-information i { font-size: 22px; margin-bottom: 23px; margin-right: 8px; color: #d50000; }

@media (max-width: 850px) {
	.form { grid-template-columns: 1fr; }
	.contact-info::before { bottom: initial; top: -75px; right: 65px; transform: scale(0.95); }
	.contact-info-form::before { top: -13px; left: initial; right: 70px; }
	.square { transform: translate(140%, 43%); height: 350px; }
	.text { margin: 1rem 0 1.5rem 0; }
}

@media (max-width: 480px) {
	.container-contact { padding: 0; }
	.contact-info::before { display: none; }
	.square, .big-circle { display: none; }
	form, .contact-info { padding: 1.7rem 0; }
	.text, .social-information, .social-media p { font-size: 0.8rem; }
}
/* 

.item-slick.slick-slide.slick-current.slick-active { outline: 0 !important; }
.slider-nav { margin: auto; outline: 0 !important; cursor: pointer; }
.proizvod-item .slider-for button[aria-label], .proizvod-detaljno .slider-for button[aria-label] { font-size: 0; }
.slick-slider { position: relative; overflow: hidden; }
.slider-for .slick-track { display: flex !important; }
.slider>.slick-list { display: flex; align-items: stretch; }
.slider>.slick-list>.slick-track { display: flex; align-items: stretch; padding: 5px; }
.slider>.slick-list>.slick-track>.slick-slide { height: 100%; }
.slider>.slick-list>.slick-track>.slick-slide>div { height: 100%; padding-right: 15px; }
.slider>.slick-list>.slick-track>.slick-slide:last-child>div { padding-right: 0; }
.slider-for .slick-prev { left: -1px; }
.slider-for .slick-next { right: -2px; }
.slider-for button.slick-prev, .slider-for button.slick-next { position: absolute; width: 44px; height: 44px; line-height: 44px; background: #f6c45a; color: #2d2825; border: none; cursor: pointer; text-align: center; outline: 0; top: 50%; transform: translateY(-50%); padding: 4px 6px; cursor: pointer; z-index: 9999999; opacity: 0; transition: opacity 0.4s; -webkit-transition: opacity 0.4s; }
.slider-for:hover button.slick-prev, .slider-for:hover button.slick-next { opacity: 1; }
.slider-for button.slick-prev::before, .slider-for button.slick-next::before { font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 36px; line-height: 44px; position: absolute; left: 0; right: 0; text-align: center; top: 0; bottom: 0; margin: auto; }
.slider-for button.slick-prev::before { content: "\f104"; }
.slider-for button.slick-next::before { content: "\f105"; }
.slider-for button.slick-prev { border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important; }
.slider-for button.slick-next { border-top-left-radius: 5px; border-bottom-left-radius: 5px; border-right: 1px solid #aaa; }
.slider-nav .slick-list, .slider-nav .slick-track { display: flex !important; align-items: center; }
.slider-nav { margin-top: 5px; overflow: hidden; }
.slider-nav .item-slick-thumb { cursor: pointer; margin-right: 5px; }
.slider-nav .item-slick-thumb:last-child { margin-right: 0; }
.slider-nav .item-slick-thumb img { width: 125px; height: auto; }
.slider-nav .slick-slide.slick-current img { }
.slider-nav .slick-slide { opacity: 0.6; transition: all 0.3s ease; }
.slider-nav .slick-slide.slick-current, .slider-nav .slick-slide:hover { opacity: 1; }
.item-slick-thumb .slick-slide { opacity: 0.5; transition: all 0.3s ease; }
.item-slick-thumb .slick-slide.slick-active,
.item-slick-thumb .slick-slide:hover { opacity: 1; }


*/
.item-slick.slick-slide.slick-current.slick-active { outline: 0 !important;     height: 100% !important;
    object-fit: cover;
    object-position: center center;
    display: block; width:600px; height: 600px; }
.slider-nav { margin: auto; outline: 0 !important; cursor: pointer; }
.proizvod-item .slider-for button[aria-label], .proizvod-detaljno .slider-for button[aria-label] { font-size: 0; }
.slick-slider { position: relative; overflow: hidden; }
.slider-for .slick-track { display: flex !important; }
.slider>.slick-list { display: flex; align-items: stretch; }
.slider>.slick-list>.slick-track { display: flex; align-items: stretch; padding: 5px; }
.slider>.slick-list>.slick-track>.slick-slide { height: 100%; }
.slider>.slick-list>.slick-track>.slick-slide>div { height: 100%; padding-right: 15px; }
.slider>.slick-list>.slick-track>.slick-slide:last-child>div { padding-right: 0; }
.slider-for .slick-prev { left: -1px; }
.slider-for .slick-next { right: -2px; }
.slider-for button.slick-prev, .slider-for button.slick-next { position: absolute; width: 44px; height: 44px; line-height: 44px; background: #f6c45a; color: #2d2825; border: none; cursor: pointer; text-align: center; outline: 0; top: 50%; transform: translateY(-50%); padding: 4px 6px; cursor: pointer; z-index: 9999999; opacity: 0; transition: opacity 0.4s; -webkit-transition: opacity 0.4s; }
.slider-for:hover button.slick-prev, .slider-for:hover button.slick-next { opacity: 1; }
.slider-for button.slick-prev::before, .slider-for button.slick-next::before { font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 36px; line-height: 44px; position: absolute; left: 0; right: 0; text-align: center; top: 0; bottom: 0; margin: auto; }
.slider-for button.slick-prev::before { content: "\f104"; }
.slider-for button.slick-next::before { content: "\f105"; }
.slider-for button.slick-prev { border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important; }
.slider-for button.slick-next { border-top-left-radius: 5px; border-bottom-left-radius: 5px; border-right: 1px solid #aaa; }
.slider-nav .slick-list, .slider-nav .slick-track { display: flex !important; align-items: center; }
.slider-nav { margin-top: 5px; overflow: hidden; }
.slider-nav .item-slick-thumb { cursor: pointer; margin-right: 5px; }
.slider-nav .item-slick-thumb:last-child { margin-right: 0; }
.slider-nav .item-slick-thumb img { width: 125px; height: auto; }
.slider-nav .slick-slide.slick-current img { }
.slider-nav .slick-slide { opacity: 0.6; transition: all 0.3s ease; }
.slider-nav .slick-slide.slick-current, .slider-nav .slick-slide:hover { opacity: 1; }
.item-slick-thumb .slick-slide { opacity: 0.5; transition: all 0.3s ease; }
.item-slick-thumb .slick-slide.slick-active,
.item-slick-thumb .slick-slide:hover { opacity: 1; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover { cursor: pointer; }
.mfp-container:hover { cursor: default; }
.image-source-link { color: #98c3d1; }
.mfp-with-zoom.mfp-bg { opacity: 0; background: rgba(255, 255, 255, 0.75); transition: opacity 0.5s ease-in-out 0.2s; }
.mfp-with-zoom.mfp-ready .mfp-container { opacity: 1; transition: opacity 0.2s ease-in-out 0s; }
.mfp-with-zoom.mfp-ready.mfp-bg { opacity: 0.8; }
.mfp-with-zoom.mfp-removing.mfp-bg { opacity: 0; }

.mfp-wrap~* { filter: blur(5px); }

.mfp-ready .mfp-figure { opacity: 1; }
.mfp-zoom-in .mfp-figure,
.mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler { opacity: 1; transition: all 0.3s ease-out; transform: scale(0.95); }
.mfp-zoom-in .mfp-preloader { opacity: 0; transition: all 0.3s ease-out; }
.mfp-zoom-in.mfp-image-loaded .mfp-figure,
.mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler { opacity: 1; transform: scale(1); }
.mfp-zoom-in.mfp-ready .mfp-preloader { opacity: 0.8; }
.mfp-zoom-in.mfp-removing .mfp-figure,
.mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler { transform: scale(0.95); opacity: 0; }
.mfp-zoom-in.mfp-removing .mfp-preloader { opacity: 0; }
.mfp-iframe-scaler { overflow: visible; }
.mfp-zoom-out-cur { cursor: auto; }
.mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: pointer; }
.mfp-preloader { width: 30px; height: 30px; background-color: #fff; opacity: 1; margin: 0 auto; -webkit-animation: rotateplane 1.2s infinite ease-in-out; animation: rotateplane 1.2s infinite ease-in-out; }

@-webkit-keyframes rotateplane {
	0% { -webkit-transform: perspective(120px); }
	50% { -webkit-transform: perspective(120px) rotateY(180deg); }
	100% { -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); }
}

@keyframes rotateplane {
	0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
	50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); } 
	100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); }
}

/******************************************************
/// Le Magnifique :D
******************************************************/
.mfp-with-fade .mfp-content, .mfp-with-fade .mfp-arrow,
.mfp-with-fade.mfp-bg { opacity: 0; -webkit-backface-visibility: hidden; -webkit-transition: opacity 0.3s ease-out; -moz-transition: opacity 0.3s ease-out; -o-transition: opacity 0.3s ease-out; transition: opacity 0.3s ease-out; }
.mfp-with-fade.mfp-ready .mfp-content,.mfp-with-fade.mfp-ready .mfp-arrow { opacity: 1; }
.mfp-with-fade.mfp-ready.mfp-bg { opacity: 0.8; }
.mfp-with-fade.mfp-removing .mfp-content, .mfp-with-fade.mfp-removing .mfp-arrow, .mfp-with-fade.mfp-removing.mfp-bg { opacity: 0; }
button.mfp-arrow, button.mfp-close { overflow: visible; cursor: pointer; background: #f6c45a; color: #2d2825; border: 0; -webkit-appearance: none; display: block; outline: 0; padding: 0; z-index: 1046; box-shadow: none; touch-action: manipulation; transition: all 0.2s ease-out; }
.mfp-arrow:focus, .mfp-arrow:hover { opacity: 1; background: #2d2825; color: #f6c45a; transition: all 0.2s ease-out; }
.mfp-with-fade.mfp-ready .mfp-arrow.mfp-arrow-left { border-top-right-radius: 10px; border-bottom-right-radius: 10px; }
.mfp-with-fade.mfp-ready .mfp-arrow.mfp-arrow-right { border-top-left-radius: 10px; border-bottom-left-radius: 10px; }
.mfp-close { width: 50px; height: 50px; line-height: 50px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 1; padding: 0 0 18px 10px; color: #fff; font-style: normal; font-size: 50px; font-family: Arial, Baskerville, monospace; border-bottom-left-radius: 10px; }
.mfp-close:hover { opacity: 0.65; }
.mfp-arrow { width: 75px; height: 75px; }
.mfp-arrow-right::after { margin-left: 28px; }
.mfp-arrow::after, .mfp-arrow::before { margin-top: 17px; margin-left: 15px; }
.mfp-arrow.mfp-arrow-left::after, .mfp-arrow.mfp-arrow-left::before { margin-top: 17px; margin-left: 30px; }
.mfp-arrow.mfp-arrow-left::after { margin-top: 17px; margin-left: 40px; }

/******************************************************
/// grid i ino oko grida
******************************************************/
.mix-container { position: relative; }
.mix-container .mix { display: none; }
.view-list .mix { width: 100%; }
.view-spaced .mix { margin: 15px; }
.controls-wrapper { margin-bottom: 20px; }
.filter-group { margin-bottom: 15px; }
.mix-container .filter { margin: 0 5px; padding: 8px 15px; border: 1px solid #ddd; background: #fff; cursor: pointer; transition: all 0.3s ease; }
.mix-container .filter.active { background: #007bff; color: #fff; border-color: #007bff; }
.mixitup-pagination-wrapper { margin-top: 30px; text-align: center; }
.mixitup-page-list button { margin: 0 5px; padding: 8px 12px; border: 1px solid #ddd; background: #fff; cursor: pointer; }
.mixitup-page-list button.mixitup-page-active { background: #007bff; color: #fff; border-color: #007bff; }
.control[data-filter]::after { content: ""; position: absolute; width: 10px; height: 10px; top: calc(50% - 6px); left: calc(50% - 6px); border: 2px solid currentColor; border-radius: 2px; background: currentColor; transition: background-color 150ms, border-color 150ms; }
.control[data-sort]::after { content: ""; position: absolute; width: 10px; height: 10px; border-top: 2px solid; border-left: 2px solid; top: calc(50% - 6px); left: calc(50% - 6px); transform: translateY(1px) rotate(45deg); }
.control[data-sort*=":desc"]::after { transform: translateY(-4px) rotate(-135deg); }
.mixitup-control-active { background: #393939; }
.mixitup-control-active[data-filter]::after { background: transparent; }
.control:first-of-type { border-radius: 3px 0 0 3px; }
.control:last-of-type { border-radius: 0 3px 3px 0; }
.control[data-filter="none"] { color: #2f2f2f; }
.mixitup .mix { display: none; }
.result { background: #eee none repeat scroll 0 0; }
.result { clear: both; display: inline; float: left; margin-bottom: 40px; position: relative; width: 100%; }
.load-more-wrapper { text-align: center; padding: 30px; margin-bottom: 100px; }
.load-more { display: inline-block; background: #fff; font-size: 17px; font-weight: 700; padding: 5px 60px; min-width: 100px; text-transform: uppercase; cursor: pointer; color: #2d2825; box-shadow: 0 0 8px rgba(0, 0, 0, 0.05); border-radius: 5px; }
.load-more:disabled { opacity: 0.5; color: #eee; cursor: default; }

.mix, .gap { display: inline-block; vertical-align: top; }
.mix::before { content: ""; display: inline-block; }
.mix { visibility: hidden; opacity: 0; }
.mixitup-ready .mix { visibility: visible; opacity: 1; animation-duration: 0.3s; animation-delay: 0.1s; animation-name: animate-fade; animation-fill-mode: backwards; }

@keyframes animate-fade {
	0% { opacity: 0.2; }
	25% { opacity: 0.4; }
	50% { opacity: 0.6; }
	75% { opacity: 0.8; }
	100% { opacity: 1; }
}

@media screen and (prefers-reduced-motion: reduce) { 
	.mix, .mixitup-ready .mix { animation: none !important; }
}

@media (max-width: 768px) {
	.mix-container .filter-group { margin-bottom: 10px; }
	.mix-container .filter { margin: 0 2px; padding: 6px 10px; font-size: 14px; }
	.mfp-container { padding: 15px 15px 15px 20px; }
	.slider-nav .item-slick-thumb img { width: 100%; }
}

/******************************************************
/// are we legal? 
******************************************************/
#pravneInfo { padding: 50px 0 200px 0; background: #f2edde; position: relative; }
#pravneInfo::after { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; right: 0; background: -moz-linear-gradient(right, rgba(248, 247, 241, 0) 0%, #f8f7f1 45%, #f8f7f1 100%); background: -webkit-linear-gradient(right, rgba(248, 247, 241, 0) 0%, #f8f7f1 45%, #f8f7f1 100%); background: linear-gradient(to left, rgba(248, 247, 241, 0) 0%, #f8f7f1 25%, #f8f7f1 100%); }
#pravneInfo .item { text-align: center; margin-bottom: 0; position: relative; width: 100%; max-width: 200px; height: 410px; max-height: 410px; }
#pravneInfo .item a { position: relative; display: inline-block; overflow: hidden; min-height: 370px; border-radius: 5px; }
#pravneInfo .item img { border-radius: 5px; object-fit: cover; aspect-ratio: 3/3; }
#pravneInfo .item .content { position: absolute; background: rgba(0, 0, 0, 0); padding: 20px; width: 100%; height: 100%; padding: 140px 30px 15px; top: 30px; margin-top: 0; text-align: left; -moz-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -o-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); transition-timing-function: cubic-bezier(0, 1, 0.5, 1); -webkit-box-shadow: inset 0 -300px 160px -110px #2d2825; box-shadow: inset 0 -300px 160px -110px #2d2825; border-radius: 5px; }
#pravneInfo .item .content span { border-top: 3px solid #f6c45a; width: 5px; display: inline-block; margin-bottom: 11px; -moz-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -o-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
#pravneInfo .item .content .datum { width: 100%; display: block; font-size: 13px; color: #fff; margin-bottom: 11px; }
#pravneInfo .item .content h3 { font-weight: 800; font-size: 15px; color: #ffffff; line-height: 34px; margin-bottom: 20px; -moz-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -o-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
#pravneInfo .item .content p { color: #ffffff; font-weight: 600; line-height: 22px; font-size: 18px; position: relative; top: 70px; -moz-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -o-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
#pravneInfo .item a:hover .content { background: linear-gradient(180deg, rgba(255, 198, 88, 0) 0, rgba(255, 198, 88, 0.1) 12%, rgba(45, 40, 37, 0.8) 25%, rgba(45, 40, 37, 0.2) 50%, rgba(255, 198, 88, 0.2)); top: 0; -webkit-box-shadow: none; transition: 0.5s ease-in-out; box-shadow: none; z-index: 2; }
#pravneInfo .item .content:hover::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: inherit; filter: blur(9px); backdrop-filter: blur(9px); opacity: 0.8; z-index: 1; pointer-events: none; }
#pravneInfo .item:hover .content .uputstvaModul { position: relative; display: inline-block; overflow: hidden; z-index: 9; transition: 0.5s ease-in-out; }
#pravneInfo .item .image:hover img { -webkit-box-shadow: 0 1px 3px 1px rgba(109, 109, 156, 0.2); box-shadow: 0 1px 3px 1px rgba(109, 109, 156, 0.2); transition: 0.3s ease-in-out; }
#pravneInfo .item a:hover .content p { top: 0; }
#pravneInfo .item a:hover .content span { width: 70px; }
#pravneInfo .title3 i, #pravneInfo .title3 i::before { color: #f6c45a; font-size: 1110px; float: right; position: absolute; bottom: 140px; right: -100%; transform: translateX(12%); width: 750px; }

/******************************************************
/// toc brother and sister
******************************************************/
#tocMenu.toc { position: sticky; top: 0; right: 0; width: 100%; z-index: 999; border-left: 1px solid #babac0; padding: 0 40px 20px 40px; margin-left: 0; min-height: 100vh; }
#tocMenu.toc h3 { margin: 30px 0 20px 0; border-bottom: 4px solid #f6c45a; text-transform: uppercase; font-size: 40px; font-weight: 800; }
#tocMenu.toc h3 i { margin-right: 10px; color: #f6c45a; border: 4px solid #f6c45a; padding: 12px; border-radius: 5px; border-bottom: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
#tocMenu .dropdown-menu { position: absolute; top: 100%; left: 0; right: 0; min-width: 0; box-sizing: border-box; }
#tocMenu.toc ul { list-style: none; margin: 0; padding: 0; position: relative; }
#tocMenu.toc li { position: relative; display: block !important; margin: 0.5em 0; margin-right: 10px; }
#tocMenu.toc li:first-child { }
#tocMenu.toc li:last-child { margin: 0; }
#tocMenu.toc li a { -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; position: relative; display: inline-block; font-size: 15px; line-height: 24px; color: #2d2825; font-weight: 800; text-transform: uppercase; padding-left: 30px; transition: color 0.2s, transform 0.2s; }
#tocMenu.toc li:hover a { padding-left: 40px; color: #babac0; }
#tocMenu.toc li a::before { position: absolute; content: "\f192"; font-family: "fontawesome"; font-size: 15px; left: 0; top: 0; color: #2d2825; transition: all 0.1s ease; }
.toc li.visible>a { color: #f6c45a; }
h1[id], h2[id], h3[id], h4[id], h5[id] { scroll-margin-top: 20px; }
#tocMenu.toc .contents h3 { margin: 30px 0 10px 0; }
#tocMenu .custom-dropdown { text-align: right; }
#tocMenu .custom-dropdown { position: relative; border-radius: 5px; right: 0; z-index: 9999; }
#tocMenu .dropdown-menu { color: #2d2825; }
#tocMenu .custom-toggle { background-color: #2d2825; color: #f6c45a; border: none; border-bottom: 35px solid #f6c45a; border-radius: 5px; padding: 12px 26px 12px 46px; font-weight: 800; position: relative; z-index: 99; margin: 0; transition: all 0.3s ease-in-out; text-transform: uppercase; outline: 0; box-shadow: none; }
#tocMenu .custom-toggle:hover { color: #fff; }
#tocMenu .custom-toggle::before { content: ""; position: absolute; right: -32px; top: 0; bottom: 0; width: 0; height: 0; border-bottom: 49px solid #a29377; border-right: 32px solid transparent; }
#tocMenu .custom-menu { background-color: #2d2825; border: 0 solid #f6c45a; border-radius: 5px; margin-top: 2px; padding: 15px 15px; min-width: 308px; max-width: 308px; right: 0; left: unset; top: 80px !important; border-top-left-radius: 0; border-top-right-radius: 0; }
#tocMenu .custom-item:hover { background-color: #babac0; color: #2d2825; }
#tocMenu .custom-item:hover::after { color: #2d2825; }
#tocMenu .custom-item { font-size: 16px; color: #f6c45a; font-weight: 700; letter-spacing: 0; margin-right: 0; text-transform: uppercase; padding: 8px 10px; display: block; width: 100%; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0; border-radius: 3px; }
#tocMenu.dropdown { position: relative; display: inline-block; right: -115px; top: -49px; }
#tocMenu .dropdown-item::after { display: inline-block; content: " »"; font-size: 22px; position: absolute; right: 15px; opacity: 1; margin-top: -6px; margin-left: 0; border: 0; color: #f6c45a; }
#tocMenu .dropdown-item::after:hover { opacity: 1; color: #f6c45a; background: transparent; transition: 0.2s ease-in-out; }
#tocMenu .custom-item:focus { outline: 0; box-shadow: none; }

@media (max-width: 991px) {
	/* Naslovnica izdvojeni proizvodi */
	#stranica-1 .proizvodiWrap .filteriProizvoda { display:none; opacity: 0;  }
	#stranica-1 .load-more-wrapper { margin-bottom: 80px; }
	.izdvojeni-proizvodi { background-image: none; padding: 120px 0 0 0; }

	.dva-stupca.d-flex { display: block!important; }
	.sifra p span { text-transform: uppercase; background: #2d2825; color: #f6c45a; padding: 4px 12px; border-radius: 5px; margin: 0 15px 0 5px; }
	.sifra p { display: inline-block; position: relative; font-size: 13px; font-weight: 700; padding: 2px 32px 2px 0; margin-bottom: 30px; background: #f6c45a; color: #2d2825; border-radius: 5px; z-index: 9; width: 100%; }
	.proizvod-detaljno .cijena-proizvoda { margin-bottom: 20px; }
	.proizvod-detaljno .cijena-proizvoda::after { content: ""; border-top: 2px solid #f6c45a; position: absolute; width: 100%; max-width: 100%; top: 26px; right: -100%; }
	
	/* O nama */
	.o-nama-wrapper { padding: 0; }
	.o-nama2 { width: 100% !important; padding: 50px 15px; background-color: transparent; left: 0 !important; border-right: 0; border-radius: 0; border-bottom-right-radius: 0; }
	.o-nama-container { width: 100% !important; left: 0; top: 50px; -webkit-transform: unset !important; transform: unset !important; }
	.o-nama-txt { padding: 0 15px; margin: 0; }
	.oNamaLijevo, .oNamaCentar { display: none; opacity: 0; }
	#stranica-5 #sadrzajDesno .left { padding: 80px 15px 0 15px; text-align: left; }
	
	/*usluge*/
	#stranica-9 #main-content { padding-bottom: 100px; }
	#stranica-9#sadrzajLijevo .left { margin-bottom: 0px; }

	#stranica-11 #main-content, #stranica-17 #sadrzajLijevo { padding: 0 0 100px 0; }

	#stranica-3 #main-content, #stranica-30 #main-content, #stranica-31 #main-content, #stranica-32 #main-content, 
	#stranica-33 #main-content, #stranica-34 #main-content { margin:0; padding: 0; }

	#stranica-247 #main-content, #stranica-248 #main-content, #stranica-249 #main-content, #stranica-250 #main-content,
	#stranica-251 #main-content, #stranica-252 #main-content, #stranica-310 #main-content { margin: 0; padding:0; }
	
	#stranica-310 .kategorija.kategorijaPlaceholder	{ display: none!important; opacity: 0; }

	/* sobna vrata */
	#stranica-86 .sadrzaj .sadrzaj { padding: 50px 15px 0 15px; }
	
	#stranica-86 #main-content { margin:0; padding: 0; }

	/* Splash, Faq */
	.splash-page .title3 h2 { font-size: 50px; }
	.splash-item .btn-1b, .splash-item .btn-2b { line-height: 22px; }
	.faqModul .card-body { padding: 15px; }

	/* Pravne informacije */
	#pravneInfo { padding: 0 0 100px 0; background: #fff; }
	#pravneInfo .title4 { display: none; opacity: 0; }
	
	/* TocMenu */
	#tocMenu.dropdown { right: 50%; top: -49px; transform: translate(50%); z-index: 9; }
	#tocMenu.toc { display: none; opacity: 0; }
	#tocMenu .custom-menu { margin-top: -35px; min-width: 309px; max-width: 309px; }
	.sadrzaj h3 { display: block; white-space: unset; }
	
	/* Proizvodi grid - kategorije opis */
	.cta-sadrzaj-intro, .cta-sadrzaj-full { padding: 0 15px; }
	
	

	/* Footer */
	
	#footer { background: transparent; padding: 0 0 50px 0; background-image: none; }
	#footer::after { background: none; }

	.copyright br { display: none; opacity: 0; }
	.dizajn { margin: 0 auto 30px auto; }
}

.caret-icon { margin-left: 15px; transition: transform 0.3s ease; font-size: 22px; top: 3px; position: relative; }
.custom-dropdown.show .caret-icon { transform: rotate(180deg); }
.custom-dropdown:hover .caret-icon { transform: rotate(180deg); }

/* animacija za dropdown class */
.dropdown-menu { animation-duration: 1.5s; animation-fill-mode: both; animation-timing-function: ease; }
.dropdown-menu { animation-duration: 1.5s; animation-fill-mode: both; animation-timing-function: ease; }
.custom-dropdown:hover .dropdown-menu { animation-name: bounceInDown; }
.custom-toggle { background-color: #2d2825; color: #f6c45a; border: none; padding: 12px 46px; text-transform: uppercase; font-weight: 800; cursor: pointer; transition: all 0.3s ease-in-out; position: relative; display: block; width: auto; }
.custom-toggle:hover { background-color: #f6c45a; color: #2d2825; }
.dropdown-menu.custom-menu { background-color: #2d2825; border: 0; border-radius: 5px; margin-top: -3px; padding: 15px 15px; min-width: 316px; }
.custom-item { color: #f6c45a; font-weight: 700; text-transform: uppercase; padding: 8px 10px; display: block; border-radius: 3px; text-decoration: none; }
.custom-item:hover { background-color: #babac0; color: #2d2825; }

.vidaGlava { position: absolute; top: 60px; width: 14px; height: 14px; border-radius: 50px; background: #adadad; background: -moz-linear-gradient(-45deg, #adadad 0%, #e1e1e1 51%, #dddddd 68%, #f6f6f6 100%); background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #adadad), color-stop(51%, #e1e1e1), color-stop(68%, #dddddd), color-stop(100%, #f6f6f6)); background: -webkit-linear-gradient(-45deg, #adadad 0%, #e1e1e1 51%, #dddddd 68%, #f6f6f6 100%); background: -o-linear-gradient(-45deg, #adadad 0%, #e1e1e1 51%, #dddddd 68%, #f6f6f6 100%); background: -ms-linear-gradient(-45deg, #adadad 0%, #e1e1e1 51%, #dddddd 68%, #f6f6f6 100%); background: linear-gradient(135deg, #adadad 0%, #e1e1e1 51%, #dddddd 68%, #f6f6f6 100%); -moz-box-shadow: 0 2px 4px #000; -webkit-box-shadow: 0 2px 4px #000; box-shadow: 0 2px 4px #000, -1px -1px 5px rgba(0, 0, 0, 0.2); border: 1px solid rgba(255, 255, 255, 0.1); z-index: 9; }
.vidaGlava.vidaDesno { right: 10px; transform: translateX(10%); }
.vidaGlava.vidaLijevo { left: 10px; transform: translateX(-10%); }
.vidaRez { height: 5px; width: 15px; margin-top: 3px; -moz-box-shadow: inset 0 1px 8px #222; -webkit-box-shadow: inset 0 1px 8px #222; box-shadow: inset 0 1px 12px #222; transform: rotate(160deg); -ms-transform: rotate(160deg); -webkit-transform: rotate(160deg); border-radius: 2px; margin-left: -2px; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

/******************************************************
/// why? why not!
******************************************************/
#kategorije { cursor: grab; padding: 0; position: relative; z-index: 99; display: block; opacity: 1; transition: opacity 0.5s ease, height 0.5s ease, padding 1.2s ease; overflow: hidden; height: auto; }
.kategorije { transition: opacity 0.6s ease; background: #fff; border-radius: 5px; position: relative; display: block; margin-bottom: 30px; text-transform: uppercase; text-align: center; padding: 0; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; -webkit-box-shadow: 0 30px 50px 0 rgba(255, 190, 0, 0.1); box-shadow: 0 30px 50px 0 rgba(255, 190, 0, 0.1); -webkit-box-shadow: 0 1px 3px 1px rgba(109, 109, 156, 0.2); box-shadow: 0 1px 3px 1px rgba(109, 109, 156, 0.2); }
.kategorije a { display: block; width: 100%; }
.kategorije:hover { -webkit-box-shadow: 0 7px 50px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 7px 50px 0 rgba(0, 0, 0, 0.25); }
.kategorije h3 { position: relative; display: block; font-size: 16px; line-height: 15px; font-weight: 800; color: #2d2825; border-bottom: 2px solid #f6c45a; padding: 12px 0; }
.kategorije h3 span { font-size: 14px; line-height: 22px; font-weight: 400; color: #2d2825; padding: 5px 0; }
.kategorije.tekstovi h3 { position: relative; display: block; font-size: 20px !important; line-height: 26px; font-weight: 800; color: #2d2825; border-bottom: 2px solid #f6c45a; padding: 15px 20px; }

.rounded-left { border-top-left-radius: 10px; border-bottom-left-radius: 10px; }
.rounded-right { border-top-right-radius: 10px; border-bottom-right-radius: 10px; }

.section9:hover .zoom { -webkit-transform: scale(1.1); transform: scale(1.1); }

.top-notice { background-color: #007bff; color: #fff; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; background: #f6c45a; background-color: #eee; -moz-box-shadow: inset 0 -10px 10px -10px #000000; -webkit-box-shadow: inset 0 -10px 10px -10px #000000; box-shadow: inset 0 0px 29px -14px #000000; }
.notice-content { text-align: left; display: flex; flex-direction: row; align-items: center; justify-content: center; }
.notice-content p { color: #2d2825; font-weight: 600; padding: 0px; margin: 5px 5px 5px 0; font-size: 13px; line-height: 18px; }
.notice-content p small { font-size: 10px; color: inherit; opacity: 0.5; margin: 0 5px 0 5px; }
.notice-content a.category { color: #f6c45a; font-weight: 700; padding: 3px 5px; background: #2d2825; border: 2px solid #2d2825; font-size: 10px; border-radius: 3px; transition: 400ms linear all; margin: 0; }
.notice-content a.category:hover { color: #2d2825; background: #f6c45a; border: 2px solid #2d2825; }
.top-notice .mfp-close { position: absolute; top: 0; right: 0; transform: rotate(0deg); opacity: 1; margin: 0; border: none; cursor: pointer; z-index: 10; transition: 400ms linear all; }
.top-notice .mfp-close:hover { opacity: 1; color: #fff; }

@media (max-width: 575px) {
	.top-notice { line-height: 1.5; }
}

@media only screen and (max-width: 550px) {
	.top-notice .mfp-close { width: 30px; height: 30px; line-height: 30px; font-size: 35px; }
}

.goDown { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: goDown; animation-name: goDown; }
.goUp { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: goUp; animation-name: goUp; }

@-webkit-keyframes goUp {
	0% { -webkit-transform: none; transform: none; }
	100% { -webkit-transform: translate3d(0, -100px, 0); transform: translate3d(0, -100px, 0); }
}

@keyframes goUp {
	0% { -webkit-transform: none; transform: none; }
	100% { -webkit-transform: translate3d(0, -100px, 0); transform: translate3d(0, -100px, 0); }
}

@-webkit-keyframes goDown {
	0% { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
	100% { -webkit-transform: none; transform: none; }
}

@keyframes goDown {
	0% { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
	100% { -webkit-transform: none; transform: none; }
}

/******************************************************
/// Kontakt forma za proizvod
******************************************************/
#proizvod-id-mailing.slanje-upita-forma { display: none; margin-top: 10px; padding: 15px; background: #fff; border: 1px solid #ddd; border-radius: 8px; max-width: 536px; }
#proizvod-id-mailing.slanje-upita-forma .btn { padding: 8px 16px; background-color: #4CAF50; border: none; color: white; border-radius: 4px; cursor: pointer; font-size: 16px; }
#proizvod-id-mailing.slanje-upita-forma .btn-default { background-color: #555; } 
#proizvod-id-mailing.slanje-upita-forma .form-control { display: block; width: 100%; padding: 8px; margin: 8px 0; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; }

.proizvodModal { max-width: 800px; margin: 0 auto; border-radius: 0; overflow: hidden; }
.proizvodModal .modal-content { width: 100%;border: 0px solid rgba(0, 0, 0, .2); border-radius: 0; }
.proizvodModal .modal-dialog { max-width: 760px; margin: 20px; border-radius: 0; padding: 0; background-color: rgba(0, 0, 0, 0.05); }
.proizvodModal .modal-content-text { padding: 20px 50px 20px 20px; margin: 0; line-height: 22px; }

.branding { position: absolute; left: -90%; z-index: 99999; top: 10px; }
.branding img { background: #fff; padding: 2px 6px; max-width: 80px; border-radius: 5px; }
.proizvodModal .vrsta-proizvoda { text-transform: uppercase; color: #2d2825; font-weight: 700; font-size: 12px; padding: 3px 5px; }

.proizvodModal .modal-body { padding: 0; }
.proizvodModal p.modal-napomena, .proizvodModal .privola p { display: inline-block; padding: 0; margin: 0; }
.proizvodModal p.modal-napomena { font-size: 11px !important; line-height: 16px; font-weight: 600; margin-top:10px; }
.proizvodModal .contact-info { padding: 0; }
.proizvodModal .modal-naslov-proizvoda { font-size: 20px; color: #2D2825; margin: 5px 0; line-height: 26px; font-weight: 800; }
.proizvodModal .modal-podnaslov-proizvoda { font-size: 15px; line-height: 20px; color: #2D2825; text-transform: uppercase; margin: 5px 0; font-weight: 700; }
.proizvodModal .contact-info-form { border-radius: 0; padding: 30px 15px; }
.proizvodModal .form-group { margin-bottom: 0; }
.proizvodModal span.checkbox { position: relative!important; top: 0px!important; left: -8px!important; display: inline-block; white-space: initial; float: left; }
.proizvodModal .social-input-containers textarea { height: 130px; }
.proizvodModal .social-input-containers .custom-select { padding: 0 15px; }

.proizvodModal .btn, .proizvodModal .btn-2.mali, .proizvodModal .btn-2b.mali, .proizvodModal .btn-1b.mali { text-transform: uppercase; font-size: 14px; padding: 8px 12px 8px 12px; }

@keyframes bounceInUp { 
	0% { transform: translateY(100%); opacity: 0; }
	60% { transform: translateY(-10%); opacity: 1; }
	80% { transform: translateY(5%); }
	100% { transform: translateY(0); }
}

.bounceInUp { animation: bounceInUp 0.8s; }

.ispod_sadrzaja .modulCont iframe, .ispod_sadrzaja .modulCont figure, .ispod_sadrzaja .modulCont p { margin-bottom: 0; }

#stranica-1 .gridFilter-trigger, #stranica-1 .gridFilter { display: none; opacity:0; visibility: hidden; width:0; height:0; font-size:0; line-height:0; border:0; }
#stranica-47 #main-content { background: #fff; }

/******************************************************
/// sitemap info tooltip
******************************************************/
.info-icon { display: block; margin: 5px 0 0 0; position: absolute; cursor: pointer; font-weight: 700; font-size: 14px; height: 16px; width: 16px; text-align: center; line-height: 14px; border-radius: 50%; background: #f6c45a; color: #2d2825; z-index: 9; }
.info-icon::after { content: attr(data-subtitle); position: absolute; bottom: 130%; left: 65%; transform: translateX(-65%) translateY(10px); background-color: #333; color: #fff; padding: 6px 10px; border-radius: 4px; white-space: normal; width: auto; min-width: 130px; max-width: 180px; text-align: center; font-size: 12px; line-height: 15px; opacity: 0; transition: opacity 0.3s ease-out, transform 0.3s ease-out; z-index: 100; pointer-events: none; }
.info-icon::before { content: ""; position: absolute; bottom: 68%; left: 50%; transform: translateX(-50%) rotate(180deg); border-width: 5px; border-style: solid; border-color: transparent transparent #333 transparent; opacity: 0; transition: opacity 0.3s ease-out; z-index: 100; }

/* desktop */
.info-icon:hover::after { opacity: 1; transform: translateX(-50%) translateY(0); }
.info-icon:hover::before { opacity: 1; }

/* mobile */
@media (hover: none) { 
 .info-icon:active::after { opacity: 1; transform: translateX(-50%) translateY(0); }
 .info-icon:active::before { opacity: 1; }
}

/******************************************************
/// Sobna vrata - slider
******************************************************/
#sobnaV { padding: 50px 0; }
#sobnaV ul { margin: 0; list-style: none; }
#sobnaV .img-container { border-radius: 2rem; }
#sobnaV .img-container .mask i { overflow: visible; cursor: pointer; background: #f6c45a; border-radius: 50%; width: 64px; height: 64px; line-height: 64px; text-align: center; border: 0; -webkit-appearance: none; display: block; outline: 0; padding: 0; z-index: 1046; box-shadow: none; touch-action: manipulation; transition: all 0.2s ease-out; font-size: 32px; color: #2d2825; }
#sobnaV .sobnaV-slider { height: 39rem; padding: 3rem 0; position: relative; }
.sobnaV-slide { width: 25.9rem; height: 29.4rem; position: relative; }
.sobnaV-slide .sobnaV-slide-img img { width: 25.9rem; height: 29.4rem; border-radius: 2rem; object-fit: cover; }
.sobnaV-slide .sobnaV-slide-content { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.sobnaV-slide-content .food-price {  position: absolute; top: 2rem;  right: 2rem; color: #fff; }
.sobnaV-slide-content .sobnaV-slide-content-bottom { position: absolute; bottom: 2rem; left: 2rem; color: #fff; text-shadow: 2px 3px 2px #2d2825; }
.swiper-slide-shadow-left, .swiper-slide-shadow-right { display: none; }
.sobnaV-slider-control { position: relative; bottom: 0; display: flex; align-items: center; justify-content: center; }
.sobnaV-slider-control .swiper-button-next { left: 53% !important; transform: translateX(-55%) !important; }
.sobnaV-slider-control .slider-arrow { background: #f6c45a; width: 3.5rem; height: 3.5rem; border-radius: 50%; left: 47.5%; transform: translateX(-45%); filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1)); }
.sobnaV-slider-control .slider-arrow i { font-size: 2rem; color: #2d2825; }
.sobnaV-slider-control .slider-arrow::after { content: ''; }
.sobnaV-slider-control .slider-arrow:hover { background: #2d2825; }
.sobnaV-slider-control .slider-arrow:hover i { color: #f6c45a; }
.sobnaV-slider-control .swiper-pagination { position: relative; width: 15rem; bottom: 1rem; }
.sobnaV-slider-control .swiper-pagination .swiper-pagination-bullet { filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1)); }
.sobnaV-slider-control .swiper-pagination .swiper-pagination-bullet-active { background: #2d2825; }
.sobnaV-slider-control .swiper-button-prev, .sobnaV-slider-control .swiper-button-next  { background: #f6c45a; color: #2d2825; width: 70px; height: 70px; cursor: pointer; font-size: 33px; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; user-select: none; z-index: 10; }
.sobnaV-slider-control .swiper-button-prev  { border-top-right-radius: 10px; border-bottom-right-radius: 10px; }
.sobnaV-slider-control .swiper-button-next  { border-top-left-radius: 10px; border-bottom-left-radius: 10px; }
#sobnaV .swiper-slide-visible { pointer-events: none; filter: blur(6px); backdrop-filter: blur(6px); border: 10px solid transparent; border-radius: 45px; }
#sobnaV .swiper-slide-active  { pointer-events: all; filter: blur(0); backdrop-filter: blur(0); border: 10px solid #f6c45a; }

@media (max-width:1440px) { #sobnaV { padding: 2rem 0 0 0; } }

@media (max-width:990px) {
   .sobnaV-slider-control .swiper-button-next { left: 70% !important; transform: translateX(-70%) !important; }
   .sobnaV-slider-control .swiper-button-prev { left: 39% !important; transform: translateX(-39%) !important; }
}

@media (max-width:800px) {
  .sobnaV-slider-control .swiper-button-next { display: none; }
  .sobnaV-slider-control .swiper-button-prev { display: none; }
}

/* Hardcoded styling CookieYes btn */
.cky-revisit-bottom-left:hover::after, 
.cky-revisit-bottom-left:hover::before { display: none!important; opacity:0!; visibility: hidden!important; }
.cky-btn-revisit-wrapper:hover { animation: pulse 2s infinite; }
.cky-btn-revisit-wrapper { border: 3px solid #fff; background: #2d2825!important; width: 45px!important; height: 45px!important; -webkit-transition: all 400ms linear; -o-transition: all 400ms linear; transition: all 400ms linear; }
.cky-revisit-bottom-left { bottom: 70px!important; left: unset!important; right: 15px!important; }

@media (max-width:500px) {
  #sobnaV .sobnaV-slider { height: 31.5rem; padding: 0; }
  .sobnaV-slide { width: 19.6rem !important; height: 25.2rem !important; }
  .sobnaV-slide .sobnaV-slide-img img { width: 19.6rem !important; height: 25.2rem !important; }
  .cky-btn-revisit-wrapper { background: #2d2825!important; width: 40px!important; height: 40px!important; }
  .cky-revisit-bottom-left { bottom: 60px!important; left: unset!important; right: 15px!important; }
}
/*
@media (-webkit-device-pixel-ratio: 1.10) {
  .topbar .col-lg-7.text-start { text-align: right!important; margin-left: -45px; }
  .navbar-nav.mr-auto { margin: auto !important; }
  .navbar-nav .nav-link { font-size: 17px!important; }
  #section-navbar2 .navbar-btn { right: -82px; top: 70px; }
  #section-navbar2 .nav-item.akcija.highlight { top: 54px; line-height: 90px; height: 102px; }
}
@media (-webkit-device-pixel-ratio: 1.25) {
  .topbar .col-lg-7.text-start { text-align: end!important; margin-left: -10px; margin-right: 10px; }
  .topbar small { font-size: 12px; }
  .navbar-nav.mr-auto { margin: auto !important; }
  .navbar-nav .nav-link, #section-navbar2 .dropdown-item { font-size: 13px!important; }
  #section-navbar2 .navbar-btn { right: 69px; top: 68px; }
  #section-navbar2 .nav-item.akcija.highlight { top: 53px; line-height: 86px; height: 97px; }
  .header .content h1 { font-size: 55px; }
}
*/

.gridFilter-trigger-small { display: none; }

@media (max-width: 992px) {
	.gridFilter-trigger { display: none !important; }
	.gridFilter-trigger-small { display: inline; }
}

/******************************************************
/// Miš mouse kuća house
******************************************************/
.pointer { position: fixed; top: 50%; left: -100px; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 12px; height: 12px; pointer-events: none; -webkit-box-sizing: border-box; box-sizing: border-box; z-index: 9999; -webkit-transition: all 0.2s cubic-bezier(.19, .94, .336, 1); transition: all 0.2s cubic-bezier(.19, .94, .336, 1); border-radius: 100%; background: #a6a182; mix-blend-mode: difference; overflow: hidden; }
.bnz-pointer.bnz-large { width: 40px; height: 40px; background: rgba(255,255,255,.15); }
.bnz-pointer.bnz-large:before, .bnz-pointer.bnz-drag.bnz-large:before { content: ""; position: absolute; left: 0%; top: 0%; display: block; width: 40px; height: 40px; background: transparent; border: 1px solid #a6a182; border-radius: 100%; animation: spin 4s linear infinite; transform: none; transform-origin: unset; }
.bnz-pointer.bnz-drag.bnz-large:after { display: none; transform: none; transform-origin: unset; }
.bnz-pointer.bnz-small { width: 20px; height: 20px; background: rgba(255,255,255,.10); }
.bnz-pointer.bnz-small::before, .bnz-pointer.bnz-drag.bnz-small:before{ display: none; }
.bnz-pointer.bnz-small::after, .bnz-pointer.bnz-drag.bnz-small:after{ display: none; }
.bnz-pointer.bnz-none { width: 0px; height: 0px; }
.bnz-pointer.bnz-drag { width: 40px; height: 40px; background: rgba(255, 255, 255, .08); -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.4); box-shadow: 0 0 10px rgba(255, 255, 255, 0.4); overflow: visible; cursor: pointer; }
/*
.bnz-pointer.bnz-drag:before { content: "\F284"; font-family: "bootstrap-icons"; position: absolute; top: 50%; left: -17px; -webkit-transform: translateY(-50%); transform: translateY(-50%); color: #a6a182; font-size: 16px; transform-origin: top; }
.bnz-pointer.bnz-drag:after { content: "\F285"; font-family: "bootstrap-icons"; position: absolute; top: 50%; left: auto; right: -17px; -webkit-transform: translateY(-50%); transform: translateY(-50%); color: #a6a182; font-size: 16px; transform-origin: top; }
*/
@keyframes spin { 100% { transform: rotate(360deg); } }
