<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Signika';
    src: url('../fonts/Signika-Bold.woff2') format('woff2'),
        url('../fonts/Signika-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Signika';
    src: url('../fonts/Signika-Regular.woff2') format('woff2'),
        url('../fonts/Signika-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Regular.woff2') format('woff2'),
        url('../fonts/RobotoCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

#preloader {
	background: #FFF;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

#status {
	background-image: url(../images/preloader.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
}

/* ---------------------------------------------- /*
* basics
/* ---------------------------------------------- */

html, body {
	margin: 0;
	padding: 0;
}

body {
	font: 400 1.3em/1.3em 'Roboto Condensed', serif;
	color: #000;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: #666;
}

a:hover {
	text-decoration: none;
	color: #900;
}


/* ---------------------------------------------- /*
 * Transition elsements
/* ---------------------------------------------- */

.navbar a,
.form-control {
	-webkit-transition: all 0.4s ease-in-out 0s;
	   -moz-transition: all 0.4s ease-in-out 0s;
		-ms-transition: all 0.4s ease-in-out 0s;
		 -o-transition: all 0.4s ease-in-out 0s;
			transition: all 0.4s ease-in-out 0s;
}

a,
.btn {
	-webkit-transition: all 0.125s ease-in-out 0s;
	   -moz-transition: all 0.125s ease-in-out 0s;
		-ms-transition: all 0.125s ease-in-out 0s;
		 -o-transition: all 0.125s ease-in-out 0s;
			transition: all 0.125s ease-in-out 0s;
}


#idinavrh {
    color: #900;
	text-shadow: 0px 1px 0px #999;
	background: #f0f0f0;

}

#idinavrh:hover {
    color: #014d9b;
	text-shadow: 0px 2px 0px #fff;
}

.kruzic {
	width: 36px;
	height: 36px;
	border-radius: 18px;
	text-align: center;
	line-height: 36px;
}
	


/* ---------------------------------------------- /*
 * navigacija
/* ---------------------------------------------- */

.nav {
	font: 400 1.1em/1em 'Signika', sans-serif;
}

.navbar,
.navbar-default {
	margin-top: 20px;
	background: #fff;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

ul.nav.navbar-nav.navbar-right li a {
	background: #fff;
	color: #333;
}

ul.nav.navbar-nav.navbar-right li a:hover {
	color: #f00;
}

ul.nav.navbar-nav.navbar-right li.dropdown ul.dropdown-menu li a {
	color: #333;
}

ul.nav.navbar-nav.navbar-right li.dropdown ul.dropdown-menu li a:hover {
	background: #f0f0f0;
	color: #f00;
}

@media (max-width: 767px) {

.nav {
	font: 400 1.25em/1.4em 'Signika', sans-serif;
}
		
	.navbar-toggle {
		border: 1px solid #999;
		background: #fff;
		color: #aaa;
	}

	.dropdown-menu li a {
		display: block;
	}
}

@media (min-width: 768px) and (max-width: 990px) {

	.navbar,
	.navbar-default {
		margin-top: 10px;
	}

}


@media (min-width: 768px) and (max-width: 1199px) {

	.nav li a {
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media (min-width: 1001px) {
.nav {
	font: 400 1.35em/1em 'Signika', sans-serif;
}

}

/* ---------------------------------------------- /*
 * slajdšou
/* ---------------------------------------------- */

#mainPic {
	display: block;
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}

#mainPic img {
    display: block;
	position: relative;
	float: left;
	clear: both;
    width: 100%;
	height: auto;
}

/* ---------------------------------------------- /*
 * Reset box-shadow
/* ---------------------------------------------- */

/*.btn,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
	-webkit-box-shadow: none;
			box-shadow: none;
}*/

/* ---------------------------------------------- /*
 * Typography
/* ---------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font: 700 36px/1.2em 'Signika', serif;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin: 5px 0 5px;
	color: #222;
}

h1 {
	margin-top: 30px;
}

h2 {
	color: #900;
	font-size: 30px;
	margin: 0 0 30px;
}

h3 {
	font-size: 13px;
	letter-spacing: 1px;
	margin: 0 0 5px;
}

h4 {
	font-size: 12px;
	letter-spacing: 1px;
}

h5 {
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 400;
}

h6 {
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 400;
}

/* ---------------------------------------------- /*
 * Reset border-radius
/* ---------------------------------------------- */

.btn,
.iconbox,
.progress,
#filter li,
.scroll-up a,
.form-control,
.input-group-addon {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		 -o-border-radius: 3px;
			border-radius: 3px;
}

/* ---------------------------------------------- /*
 * Scroll to top
/* ---------------------------------------------- */

.scroll-up {
	position: fixed;
	display: none;
	z-index: 999;
	bottom: 2em;
	right: 2em;
}

.scroll-up a {
	background-color: rgba(135, 135, 135, 0.5);
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	font-size: 25px;
	line-height: 50px;
	border-radius: 50%;
}

@media (min-width: 1280px) {
	.scroll-up a {
		width: 35px;
		height: 35px;
		font-size: 15px;
		line-height: 35px;
	}

}

.scroll-up a:hover,
.scroll-up a:active {
	background-color: rgba(235, 235, 235, .8);
	color: #ff0000;
}

/* ---------------------------------------------- /*
 * jezici i pretraživač
/* ---------------------------------------------- */

.jeziciBlok {
	position: relative;
	display: inline-block;
	float: none;
	clear: none;
	margin-right: 10px;
	width: 75px;
	line-height: 24px;
	margin-top: 7px;
	font: 400 14px/24px 'Roboto Condensed', serif;
}

.pretrazivacBlok {
	position: relative;
	display: inline-block;
    float: right;
	clear: right;
	padding: 0px;
	width: auto;
	padding-top: 3px;
	padding-bottom: 3px;
}

.pretrazivacBlok form .form-group {
	margin: 0px;
	padding: 0px;
}

.pretrazivacBlok form input {
	margin: 0px;
	line-height: 32px;
	height: 32px;
	padding: 5px;
	font: 400 14px/32px 'Roboto Condensed', serif;
}

.pretrazivacBlok form a.lupa {
	position: relative;
	display: inline-block;
    float: right;
	clear: right;
	margin-top: 7px;
}

/* ---------------------------------------------- /*
 * sekcije
/* ---------------------------------------------- */

section {
	padding-top: 30px;
	padding-bottom: 30px;
}

section.osencena {
	background: #eee;
}

section.slajder {
	padding-top: 0px;
}


/* ---------------------------------------------- /*
 * reklamni blokovi
/* ---------------------------------------------- */

.rblok {
	display: none;
	/*opacity: 0;
	filter: Alpha(Opacity=0);*/
	
}

.rblNaslov {
	position: relative;
	display: block;
	float: left;
	clear: both;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 10px;
	font: 700 17px/28px 'Signika', sans-serif;
}

@media (min-width: 990px)  and (max-width: 1199px) {
	.rblNaslov {
		font: 700 15px/28px 'Signika', sans-serif;
	}
}

.rblTekst {
	position: relative;
	display: block;
	float: left;
	clear: both;
	width: 100%;
	text-align: left;
	font: 400 15px/21px 'Roboto Condensed', serif;
}

/* ---------------------------------------------- /*
 * about
/* ---------------------------------------------- */

.levaSlika {
	display: none;
}

p.pasus {
	text-align: justify;
	font: 400 15px/21px 'Roboto Condensed', serif;
}

img.onamaPic {
	margin-top: 15px;
	margin-bottom: 15px;
}

/* ---------------------------------------------- /*
 * kontakt
/* ---------------------------------------------- */

.spustiNize {
	margin-top: 13em;
}

@media (max-width: 768px) {
	.spustiNize {
		margin-top: 2em;
	}
}

.kadresa {
    position: relative;
	display: block;
	width: 80%;
	margin-left: 10%;
	float: left;
	clear: left;
	font: 400 1.2em/1.5em 'Roboto Condensed', serif;
	text-align: justify;
	margin-bottom: 1em;
	text-shadow: 0px 1px 2px #fff;
}

.knaslov {
	width: 100%;
	float: left;
	clear: both;
	color: #900;
	font: 400 0.8em/1.5em 'Roboto Condensed', serif;
	letter-spacing: 0.5px;
}

#contact_results {
	font: 400 1.35em/1.2em 'Roboto Condensed', serif;
	color: #900;
    width: 100%;
	float: left;
	clear: both;
	margin-top: 1em;
	margin-bottom: 1em;
}

#contact_form {
	width: 100%;
}

#contact_form label {
	font: 400 1.1em/1em 'Roboto Condensed', serif;
	color: #900;
    width: 100%;
	float: left;
	clear: both;
	margin-top: 2em;
}

#contact_form input {
	font: 400 1.4em/1.2em 'Roboto Condensed', serif;
	color: #333;
	padding: 1%;
	background: #f8f8f8;
    width: 100%;
	float: left;
	clear: both;
}

#contact_form textarea {
	background: #f8f8f8;
	font: 400 1.4em/1.2em 'Roboto Condensed', serif;
	color:#333;
	padding: 1%;
	height:120px;
    width: 100%;
	float: left;
	clear: both;
}

#contact_form button {
	font: 400 1.4em/1.2em 'Roboto Condensed', serif;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	clear: both;
	display: block;
	position: relative;
}

/* ---------------------------------------------- /*
 * sitemap
/* ---------------------------------------------- */

ul.sitemap {
	font: 700 1.2em/1.6em 'Roboto Condensed', serif;
	list-style-type: none;
}

ul.sitemap li ul {
	font: 700 1.1em/1.4em 'Roboto Condensed', serif;
	list-style-type: none;
}

ul.sitemap li ul {
	font: 700 1.1em/1.4em 'Roboto Condensed', serif;
	list-style-type: none;
}

ul.sitemap li ul li ul {
	font: 400 14px/25px 'Roboto Condensed', serif;
	list-style-type: none;
}

/* ---------------------------------------------- /*
 * footer
/* ---------------------------------------------- */

footer {
	color: #fff;
	font: 400 14px/25px 'Roboto Condensed', serif;
}

hr.linijaFootera { 
	border: 0; 
	height: 1px; 
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)); 
}

footer h3 {
	font: 400 15px/15px 'Signika', Arial, sans-serif;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #aaa;
}

footer ul {
	padding: 0px;
}

footer ul li {
	list-style-type: none;
}

footer .adresa {
    margin-left: 10px;
	text-indent: -10px;
	margin-bottom: 5px;
}</pre></body></html>