<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;600;700;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lemonada:wght@300;400;500;600;700&amp;display=swap');

html,body {
    padding: 0;
    margin: 0;
    
    
}
*:focus {
    outline: 0;
}

body {
  	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	background:#f9f9fb;  
    color: #373a3c;
	padding-top: 100px;
	background-image: url(/app/img/bg.png);
    background-position: left top 90px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}	

#header{
/*
    background: #fff;
    box-shadow: 0 8px 6px -6px rgba(233, 233, 233, .4);
*/
	padding-bottom: 20px;
	background:#fff;
	background-image: url(/app/img/header.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: auto 13px;

}

#footer {
  	width: 100%;
  	min-height: 60px; /* Set the fixed height of the footer here */
  	line-height: 20px; /* Vertically center the text there */
 	background:#fff;
	background-image: url(/app/img/header.png);
    background-position: center top;
    background-repeat: repeat-x;
    background-size: auto 13px;
	margin-top: 25px;
	padding-top: 35px;
	padding-bottom: 25px;
	font-size: 14px;
	font-family: 'Cairo', sans-serif;
	font-weight: 600;
}
a { 
	color: #1e824c;
}
a:hover{
	text-decoration: none !important;
	color: #1D626D;
}

#header .logo, #footer .logo{
	max-height: 50px;
}
#header a{
	font-weight: 400 !important;
	font-size: 14px;
	color: #02834a;
	font-family: 'Cairo', sans-serif;
}
#header a.toplevel{
	font-weight: 600 !important;
	font-family: 'Cairo', sans-serif;
	color:#02834a;
}

#header a:hover {
    color: #098950;
    
}

.dropdown-menu{
	border: 1px !important;
	border-color: #fff;
}
.row{
	padding: 0px !important
}
.content{
	background: #fff;
	border-radius: 5px;
	padding: 0px !important;
	font-family: 'Cairo', sans-serif;
}
.sidebar{
	padding: 15px;
	border-left:1px #f9f9fb solid;  
}
.padding{
	padding: 15px;
}
.sidebanner{
	margin-bottom: 25px;
	width: 100%;
}
.mainbanner{
	margin-top: 5px;
	margin-bottom: 25px;
	width: 100%;
}

.sideseparator{
	width: 100%;
	height: 8px;
	display: block;
    background-image: url(/app/img/divider.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 8px;
}

.pageseparator{
	width: 100%;
	height: 16px;
	display: block;
    background-image: url(/app/img/divider.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.divider{
	font-family: 'Lemonada', cursive;
	text-align: left;
	font-size: 20px;
	line-height: 40px;
	color: #02834a;
	width: 100%;
	height: 56px;
	padding-left: 1%;
    margin-bottom: 15px;
    background-image: url(/app/img/divider.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 13px;
    padding-bottom: 23px;

}

.icon{
	float: left;
	width: 50px;
	height: 40px;
	background: url(/app/img/icon.png);
	background-position: center;
	
	background-repeat: no-repeat;
}
.sekcija{
	font-family: 'Lemonada', cursive;
	text-align: left;
	font-size: 20px;
	line-height: 40px;
	color: #02834a;
	width: 100%;
	height: 56px;
	padding-left: 1%;
    margin-bottom: 15px;
    background-image: url(/app/img/divider.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 13px;
    padding-bottom: 23px;
	text-transform: uppercase;
}

.najnovije{
	font-family: 'Lemonada', cursive;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	color: #02834a;
	width: 100%;
	padding-left: 2%;
	display: block;
}
.kategorija{
	font-family: 'Lemonada', cursive;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	color: #02834a;
	width: 100%;
	display: block;
}
#uvod{
	padding: 10px;
	border: 1px #f9f9fb solid;
	margin: 10px;
	border-radius: 5px;
}
.uvod a.vise{
	width: 100%;
	font-size: 14px;
	text-align: right;
	font-family: 'Cairo', sans-serif;
	font-weight: 600;
	display: block;
	color: #209046;
}
.uvod a.naslov{
	width: 100%;
	font-size: 18px;
	font-family: 'Cairo', sans-serif;
	font-weight: 400;
	display: block;
	color: #02834a;
}
.uvod a.naslov:hover{
	text-decoration: none !important;
	color: #22994A;
}
.card{
	border:1px #f9f9fb solid;  
}

.card h5{
		color: #02834a;
	font-family: 'Lemonada', cursive; 
}
.card .detaljnije{
	font-weight: 600 !important;
	font-family: 'Cairo', sans-serif;
	color:#02834a;
	text-align:right;
	width: 100%;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
}
.card-img-right {
  height: 100%;
  display: block;
  border-radius: 0 3px 3px 0;
  width: 100px;
  background: green;
}
#rotator{
	float: left;
	width: 100%;
	height: 150px;
	position: relative;
	margin-top: 25px;
}
#rotator img { position: absolute; }
.fraudio-container {
    width: 100%;
    margin: 15px 0 15px 0;
    position: relative;
    font-size: 18px;
    padding: 10px;
    background-color: #02834a;
    z-index: 0;
    display: flex;
    border-radius: 5px;
}
.fraudio-container .fraudio-play-container {
    font-size: 22px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}
.fraudio-container .fraudio-play {
    cursor: pointer;
    z-index: 10;
    color: #fff;
    display: flex;
    align-items: center;
}
.fraudio-container .fraudio-progress {
    position: absolute;
    bottom: 0;
  
    background-color: #fff;
    height: 100%;
    z-index: -1;
}
.fraudio-container .fraudio-text {
    z-index: 2;
    font-size: 14px;
    padding: 7px 10px 7px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fraudio-container .fraudio-title {
    color: #fff;
    font-weight: 600;
}

.fraudio-container .fraudio-progress-click {
    z-index: 5;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}
	.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pristupnica{
    width: 100%;
    margin: 15px 0 15px 0;
    position: relative;
    padding: 10px;
    background-color: #02834a;
    z-index: 0;
    display: block;
    border-radius: 5px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
}
.pristupnica:hover{background: #22994A;color: #fff;}



.banner-containner {
  width: 100%;
  height: auto;
 float:left;

}
.banner-wrapper {
  float:left;
  width: 100%;
  height: auto;
  
}
.banner-wrapper img {
  position: relative;
  width: 100%;
  float: left;
}

.banner-wrapper:last-child{
  display:none;
}


@media only screen and (max-width: 768px) {
	#header .logo, #footer .logo{
		max-height: 30px;
	}
}</pre></body></html>