<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* === RESET === */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* === LAYOUT === */

html {
    height:100%;
    width:100%;
    background:url(../images/bg.gif) repeat;
}

body {
    font-family:Helvetica, Arial, sans-serif;
    color:#39362f;
    
    width:960px;
    margin:0 auto;
    
    border-top:8px solid #39362f;
    
    -moz-box-shadow: 0 2px 10px #aeadad;
    -webkit-box-shadow: 0 2px 10px #aeadad;
    box-shadow: 0 2px 10px #aeadad;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#aeadad')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#aeadad');
}

.ie body {
    border-left:1px solid #cdcdcd;
}

a, a:focus {
    outline: 0;
}

#header {
    margin-top:25px;
}

#tagline {
    font-size:0.95em;
    font-style:italic;
    margin-top:42px;
}

#fontsize { text-align:right; }
.small-font { font-size:1em !important; }
.medium-font { font-size:1.2em !important; }
.large-font { font-size:1.5em !important; }

#nav {
    margin-top:20px;
    padding-bottom:60px;
    margin-bottom:30px;
    border-bottom:1px solid #e3e3e3;
}

#nav ul li {
    float:left;
    margin-right:9px;
}

#nav ul li.last {
    margin-right:0;
}

#nav ul li a {
    padding:10px;
    background:#39362f;
    color:#fff;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#nav ul li a:hover,
#nav ul li.section a,
#nav ul li.current a {
    text-decoration:none;
    background:#e8b313;
}

#nav ul li ul {
    background:url(../images/menu-bg.png) repeat;
    padding:5px 0;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#nav ul li.current.page_2 ul { display: block !important; visibility: visible !important; top: 40px; left: 5px; }
/*#nav ul li.section.page_2 ul { display: block !important; visibility: visible !important; top: 40px; left: 5px; }*/

#nav ul li ul li a,
#nav ul li.section ul li a,
#nav ul li.current ul li a {
    background:none;
    color:#fff;
}

#nav ul li ul li a:hover,
#nav ul li ul li.current a {
    background:none;
    color:#e8b313;
}

#big-btn {
    border:1px solid #cb9d12;
    text-decoration:none;
    display:block;
    margin-bottom:20px;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    -moz-box-shadow: 0px 0px 4px #848484;
    -webkit-box-shadow: 0px 0px 4px #848484;
    box-shadow: 0px 0px 4px #848484;
}

#big-btn span {
    display:block;
    
    background: rgb(236,193,36);
    background: -moz-linear-gradient(top,  rgba(236,193,36,1) 0%, rgba(237,191,35,1) 15%, rgba(235,191,32,1) 16%, rgba(236,190,34,1) 21%, rgba(234,190,31,1) 23%, rgba(236,188,30,1) 40%, rgba(232,182,21,1) 75%, rgba(234,181,23,1) 80%, rgba(233,181,20,1) 81%, rgba(232,180,19,1) 86%, rgba(233,179,19,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,193,36,1)), color-stop(15%,rgba(237,191,35,1)), color-stop(16%,rgba(235,191,32,1)), color-stop(21%,rgba(236,190,34,1)), color-stop(23%,rgba(234,190,31,1)), color-stop(40%,rgba(236,188,30,1)), color-stop(75%,rgba(232,182,21,1)), color-stop(80%,rgba(234,181,23,1)), color-stop(81%,rgba(233,181,20,1)), color-stop(86%,rgba(232,180,19,1)), color-stop(100%,rgba(233,179,19,1)));
    background: -webkit-linear-gradient(top,  rgba(236,193,36,1) 0%,rgba(237,191,35,1) 15%,rgba(235,191,32,1) 16%,rgba(236,190,34,1) 21%,rgba(234,190,31,1) 23%,rgba(236,188,30,1) 40%,rgba(232,182,21,1) 75%,rgba(234,181,23,1) 80%,rgba(233,181,20,1) 81%,rgba(232,180,19,1) 86%,rgba(233,179,19,1) 100%);
    background: -o-linear-gradient(top,  rgba(236,193,36,1) 0%,rgba(237,191,35,1) 15%,rgba(235,191,32,1) 16%,rgba(236,190,34,1) 21%,rgba(234,190,31,1) 23%,rgba(236,188,30,1) 40%,rgba(232,182,21,1) 75%,rgba(234,181,23,1) 80%,rgba(233,181,20,1) 81%,rgba(232,180,19,1) 86%,rgba(233,179,19,1) 100%);
    background: -ms-linear-gradient(top,  rgba(236,193,36,1) 0%,rgba(237,191,35,1) 15%,rgba(235,191,32,1) 16%,rgba(236,190,34,1) 21%,rgba(234,190,31,1) 23%,rgba(236,188,30,1) 40%,rgba(232,182,21,1) 75%,rgba(234,181,23,1) 80%,rgba(233,181,20,1) 81%,rgba(232,180,19,1) 86%,rgba(233,179,19,1) 100%);
    background: linear-gradient(to bottom,  rgba(236,193,36,1) 0%,rgba(237,191,35,1) 15%,rgba(235,191,32,1) 16%,rgba(236,190,34,1) 21%,rgba(234,190,31,1) 23%,rgba(236,188,30,1) 40%,rgba(232,182,21,1) 75%,rgba(234,181,23,1) 80%,rgba(233,181,20,1) 81%,rgba(232,180,19,1) 86%,rgba(233,179,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecc124', endColorstr='#e9b313',GradientType=0 );
}

#big-btn:hover span {
    filter:none;
    background: #e9b313;
}

#big-btn span span,
#big-btn:hover span span {
    background:url(../images/btn-arrow-yellow.png) right center no-repeat;
    filter:none;
    
    border-top:1px solid #f3d72f;
    padding:30px 20px;
    margin:0px 2px;
    color: #fff;
    text-shadow:0px 1px 0px #a7a6a6;
}

.ie #big-btn span span,
.ie #big-btn:hover span span {
    color:#eee;
}

.header-text {
    border-bottom:1px solid #e3e3e3;
    padding-bottom:5px;
    margin-bottom:10px;
    font-weight:bold;
}

#contact label {
    font-weight:bold;
    float:left;
    margin:10px 0 5px;
    width:280px;
}

#contact ul li label {
    font-weight:normal;
    float:left;
    padding-left:5px;
    width:auto;
}

.ie7 #contact ul li label {
    margin-top:5px;
}

#contact input[type="radio"] {
    float:left;
    clear:left;
    margin-top:9px;
    padding-left:0;
}

.ie #contact input[type="radio"] {
    margin-top:5px;
}

#contact input[type="text"],
#contact input[type="email"] {
    width:285px;
}

#contact textarea {
    width:285px;
    height:150px;
}

#contact input[type="submit"] {
    background: rgb(236,193,36);
    background: -moz-linear-gradient(top,  rgba(236,193,36,1) 0%, rgba(237,191,35,1) 15%, rgba(235,191,32,1) 16%, rgba(236,190,34,1) 21%, rgba(234,190,31,1) 23%, rgba(236,188,30,1) 40%, rgba(232,182,21,1) 75%, rgba(234,181,23,1) 80%, rgba(233,181,20,1) 81%, rgba(232,180,19,1) 86%, rgba(233,179,19,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,193,36,1)), color-stop(15%,rgba(237,191,35,1)), color-stop(16%,rgba(235,191,32,1)), color-stop(21%,rgba(236,190,34,1)), color-stop(23%,rgba(234,190,31,1)), color-stop(40%,rgba(236,188,30,1)), color-stop(75%,rgba(232,182,21,1)), color-stop(80%,rgba(234,181,23,1)), color-stop(81%,rgba(233,181,20,1)), color-stop(86%,rgba(232,180,19,1)), color-stop(100%,rgba(233,179,19,1)));
    background: -webkit-linear-gradient(top,  rgba(236,193,36,1) 0%,rgba(237,191,35,1) 15%,rgba(235,191,32,1) 16%,rgba(236,190,34,1) 21%,rgba(234,190,31,1) 23%,rgba(236,188,30,1) 40%,rgba(232,182,21,1) 75%,rgba(234,181,23,1) 80%,rgba(233,181,20,1) 81%,rgba(232,180,19,1) 86%,rgba(233,179,19,1) 100%);
    background: -o-linear-gradient(top,  rgba(236,193,36,1) 0%,rgba(237,191,35,1) 15%,rgba(235,191,32,1) 16%,rgba(236,190,34,1) 21%,rgba(234,190,31,1) 23%,rgba(236,188,30,1) 40%,rgba(232,182,21,1) 75%,rgba(234,181,23,1) 80%,rgba(233,181,20,1) 81%,rgba(232,180,19,1) 86%,rgba(233,179,19,1) 100%);
    background: -ms-linear-gradient(top,  rgba(236,193,36,1) 0%,rgba(237,191,35,1) 15%,rgba(235,191,32,1) 16%,rgba(236,190,34,1) 21%,rgba(234,190,31,1) 23%,rgba(236,188,30,1) 40%,rgba(232,182,21,1) 75%,rgba(234,181,23,1) 80%,rgba(233,181,20,1) 81%,rgba(232,180,19,1) 86%,rgba(233,179,19,1) 100%);
    background: linear-gradient(to bottom,  rgba(236,193,36,1) 0%,rgba(237,191,35,1) 15%,rgba(235,191,32,1) 16%,rgba(236,190,34,1) 21%,rgba(234,190,31,1) 23%,rgba(236,188,30,1) 40%,rgba(232,182,21,1) 75%,rgba(234,181,23,1) 80%,rgba(233,181,20,1) 81%,rgba(232,180,19,1) 86%,rgba(233,179,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecc124', endColorstr='#e9b313',GradientType=0 );
    
    border:1px solid #cb9d12;
    color:#fff;
    float:right;
    padding:10px;
    font-weight:bold;
    
    text-shadow:0px 1px 0px #a7a6a6;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ie #contact input[type="submit"] {
    color:#eee;
}

#contact input[type="submit"]:hover {
    filter:none;
    background: #e9b313;
}

#contact p {
    font-size:0.8em;
}

input[type="text"],
input[type="text"]:focus,
input[type="email"],
input[type="email"]:focus,
input[type="password"],
input[type="password"]:focus,
textarea,
textarea:focus {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow:0 3px 10px 0 #dbdada inset;
    -moz-box-shadow:0 3px 10px 0 #dbdada inset;
    -webkit-box-shadow:0 3px 10px 0 #dbdada inset;
}

label.required { display:none !important; }
input.required { border-color:#c00; }

#footer {
    margin-top:20px;
    padding:10px 0px;
    border-top:1px solid #e3e3e3;
    font-size:0.8em;
}

.ie7 #footer #copyright {
    margin-left:0;
}

#footer ul {
    float:right;
}

#footer ul li {
    float:left;
    padding:0px 8px;
    border-right:1px solid #39362f
}

#footer ul li.last {
    border-right:0;
}

#footer ul li a {
    color:#39362f;
}

#footer ul li a:hover {
    color:#39362f;
    text-decoration:underline;
}

#slider {
    margin-bottom:20px;
    height:300px;
    overflow:hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#round-border {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

ul.children li a {
	font-weight:bold;
}

.dienstenja {
    line-height: 38px;
    color: #39362F;
    font-size: 1em!important;
}</pre></body></html>