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

RESET + OSNOVNA WP PODESAVANJA

*/


/*--------------------------------------------------------------
0.0 OGITIVE CUSTOM
--------------------------------------------------------------*/

.clearfix, .clear {
clear:both;
}

.floatleft {
float:left;
}

.floatright {
float:right;
}

/* Video Container responsive */

.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

.page-content p {
	margin-bottom: 15px;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 1.5rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*.page-content {	margin-bottom: 100px; }
.page-content h1 { font-size: 52px; font-weight: bold; margin-top: 40px; margin-bottom: 20px; }
.page-content h2 { font-size: 42px; font-weight: bold; margin-top: 40px; margin-bottom: 20px; }
.page-content h3 { font-size: 38px; font-weight: bold; margin-top: 40px; margin-bottom: 20px; }
.page-content h4 { font-size: 32px; font-weight: bold; margin-top: 40px; margin-bottom: 20px; }
.page-content h5 { font-size: 28px; font-weight: bold; margin-top: 40px; margin-bottom: 20px; }
.page-content h6 { font-size: 24px; font-weight: bold; margin-top: 40px; margin-bottom: 20px; }
.page-content p { margin-bottom: 20px; font-size: 18px; text-align: justify; }
.page-content blockquote { margin-left: 20px; border-left: 3px solid #20C589; font-style: italic; padding-left: 20px;}
.page-content img { max-width: 100%; height: auto; margin-top: 20px; margin-right: 20px; }
.page-content a:link, p a:link, a:visited { color: #20C589; }*/

.page-content ul,
.page-content ol {
	margin: 0 0 1.5em 3em;
}

.page-content ul {
	list-style: disc;
}

.page-content ol {
	list-style: decimal;
}

.page-content li &gt; ul,
.page-content li &gt; ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

.page-content table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/

  .wp-caption {
    /* Force the box to be 100% */
    margin-bottom: 1.5em;
    width: 100% !important;
    /*max-width: 100%;*/
  }
  #content .wp-caption a img {
    /* Scale down if too big */
    max-width: 99.03225806%; /* 614/620 */
    height: auto;
  }

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
	margin: 0 0 -25px;
	padding: 0 0 0 0;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
@media only screen and (max-width:768px ) {

	.gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item, 
	.gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {
		max-width: 25%;
	}
}
@media only screen and (max-width:480px ) {
	
	.gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item, 
	.gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {
		max-width: 50%;
	}
	
}


/* custom breadcrumbs */

#breadcrumbs{
    list-style:none;
    margin:10px 0;
    overflow:hidden;
}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
}
  
#breadcrumbs .separator{
    font-size:18px;
    font-weight:100;
    color:#ccc;
}
</pre></body></html>