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



/*connection fonts*/

@font-face {
    font-family: 'dorsa';
    src: url('fonts/dorsa/dorsa-regular-webfont.eot');
    src: url('fonts/dorsa/dorsa-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dorsa/dorsa-regular-webfont.woff') format('woff'),
         url('fonts/dorsa/dorsa-regular-webfont.ttf') format('truetype'),
         url('fonts/dorsa/dorsa-regular-webfont.svg#dorsaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oswald';
    src: url('fonts/oswald/oswald-regular-webfont.eot');
    src: url('fonts/oswald/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oswald/oswald-regular-webfont.woff') format('woff'),
         url('fonts/oswald/oswald-regular-webfont.ttf') format('truetype'),
         url('fonts/oswald/oswald-regular-webfont.svg#oswaldbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
   background-image: url("images/BG_LightBlue.jpg");
   background-color: #cccccc;
}



.menu {
  float:left;
  width:15%;
  text-align:center;
  padding-top: 15px;
}
.menu a {
  background-color:#eeeded;
  padding:8px;
  margin-top:7px;
  display:block;
  width:100%;
  color:black;
}
.main {
  
  width:53%;
  padding:0 20px;

}
.right {
  	

  float:left;
  width:32%;
  padding:15px;
  margin-top:15px;
  text-align:center;
}

.main_bg {
  
  float:left;
  width:auto;
  padding:20px;
  background-color: white;
  

}

.main_bg2 {

  width:100%;
  padding:20px;
  background-color: white;
}


.inner-div{

  margin:0 auto;
  max-width: 900px;

}

.fotorama__wrap {
    margin: 0 auto;
}

.main_bg3 {
  
  width:100%;
  padding:5px;
  background-color: white;
  

}

.main_all {
  float:center;
  width:100%;
  padding:0 5px;

}


#container_n{
	text-align: left;
	margin: 0 auto;
	width: 960px;
	position: relative;
	box-shadow: 0 0 12px 3px rgba(0,0,0,0.45);
	-moz-box-shadow: 0 0 12px 3px rgba(0,0,0,0.45);
	-webkit-box-shadow: 0 0 12px 3px rgba(0,0,0,0.45);
}

/*****************************************/
/***************** HEADER ****************/
/*****************************************/

#main-header {
	background-color: #5d5d5d;
	background-image: url('images/header-bg.png');
	position: relative;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:1px;
	text-align:center;
	height: auto;
}



#main-header:before{
	content:"";
	position: absolute;
	background-image: url('images/head-corner2.png');
	background-position: -5px -5px -3px -5px;
	left: 0px;
	background-repeat: no-repeat;
	top: 0; width: 144px;
	height: 113px;
}

#main-header:after{
	content:"";
	background-image: url("images/head-bg.png");
	background-repeat:repeat-x;
	position: absolute;
	left: 0px;
	top: 100%;
	width: 100%;
	height:10px;
}

.leftheader {
  float:left;
  width:20%;
  height: 140px;
  text-align:center;
  padding-top: 15px;
  
}

.mainheader {
  float:left;
  width:60%;
  height: 100px;
  display: block;
  padding-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
.rightheader {
  float:right;
  width:20%;
  height: 40px;

}

/* Add a card effect for articles */
.card {
     background-color: #eeeded;
     padding: 20px;
     margin-top: 20px;
	 box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}



.card_pasica {
     background-color: #eeeded;
     padding: 5px;
     margin-top: 20px;
	 margin-bottom: 10px;
	 font-size: 30px;
	 color:#4caf50;
	 font-family: 'Oswald', sans-serif;
}

.card_bodymedia {
     background-color: #eeeded;
     padding: 10px;
     margin-top: 10px;
	 margin-bottom: 10px;
	 font-size: 30px;
	 font-family: 'Oswald', sans-serif;
	 height: auto;
	 }

/* Left column */
.leftcolumn_media { 
    float:center;
	background-color: #adadad;
	font-size: 30px;
	font-family: 'Oswald', sans-serif;	
	color:#f0f0f0;
    float: left;
    width: 100%;
	padding: 5px;
	margin-bottom: 10px;
	
}


/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Left column */
.leftcolumn {   
    float: left;
    width: 75%;
}

/* Right column */
.rightcolumn {
    float: left;
    width: 25%;
    padding-left: 20px;
}

/* Fake image */
.fakeimg {
    background-color: #aaa;
    width: 100%;
    padding: 2px;
}

.fakeimg2 {
    background-color: #ff0000;
    width: 100px;
    padding: 2px;
}


#top-area {
	padding-bottom: 40px;
	background-repeat: repeat-x;
	background-position: -5px -3px;
	overflow:auto;
}
#logo {
	float: left;
	margin-left: -20px;
	margin-top: -20px;
	position: absolute;
	left: 35px;
	z-index: 10;
	
}
#banner {
	float: center;
	margin-top: -5px;
	position: relative;
	z-index: 10;
	width:60%;
	display:inline-block;
	text-align:center;

}



/*****************************************/
/***************** FOOTER ****************/
/*****************************************/

#footer {
	background-image: url('images/footer-bg.png');
	background-repeat: repeat-x;
	color: #D7D0B8;
	padding-top: 9px;
	margin-top: 20px;
	position: relative;
}
#footer-widgets{
	background-color:#5D5D5D;
	background-image: url('images/header-bg.png');
	padding: 25px 40px 15px;
}
.footer-widget {
	float: left;
	margin-right: 10px;
	padding: 20px 14px 0 10px;
	width: 267px;
}
.f_widget { padding-bottom: 27px; }
.footer-widget.last {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
h4.widgettitle {
	color: #D7D0B8;
	font-size: 23px;
	margin-bottom: 20px;
	text-shadow: 1px 1px 0 #333;
}
.footer-widget p { line-height: 21px; }

#footer li a { color: #D7D0B8; }

p#copyright {
	background-color: #444;
	border-top: 2px solid #555555;
	text-align: center;
	font-size:14px;
	color:#888;
	padding: 10px 60px;
	padding-bottom: 25px;
}	
p#copyright a { color:#888; }



.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/**************************************/
/********* CALL TO ACTION AREA ********/
/**************************************/

#action_area div{
	width: 100%;
	float: left;
	color: #D7D0B8;
	text-shadow: 1px 1px 0 #333;
	text-align: right;
	margin-right: 40px;
}
#action_area h4{
	color: #D7D0B8;
	text-transform: uppercase;
}
.action_button{
	float: right;
	margin: 5px 0px 5px 0px;
	text-transform: uppercase;
}
.action_button:hover {
	color: #777 !important;
	text-shadow: none;
}

.entry a.readmore , a.readmore, .action_button{
	font-family: Oswald;
	background: url('images/read-more.png') no-repeat;
	width: 119px;
	text-align: center;
	font-size: 12px;
	color:#FEFEFE;
	text-shadow: 1px -1px #B7AFA2;
	display: block;
	line-height:15px;
	height:20px;
	border-radius: 2px;
	float: right;
	padding: 3px;
	margin: 35px 20px 15px 0;
}

.action_button{ margin: 10px 0 0 50px; }

#slide_gallery{
	background-color:white;
	text-align:center;
	padding:10px;
	margin-top:7px;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
	color: red;
}

p {
    font-size: 14px;
}

 /* FONTS STYLE */

.fnt1 {
	font-family: 'Oswald', sans-serif;
	font: 20px;
	color:#196891; 
	}
.fnt2 {	
	font-family: 'Paytone One', sans-serif;
	font: 65px;
	color:#bd1e01;
}

.fnt3 {	
	font-family: 'Poiret One', cursive;
	font: 30px;
	color:#bd1e01;
}

.fnt4 {
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	color:#dfdfde; 
	}
	
.fnt5 {
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	color:#4caf50; 
	}

.fnt6 {
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	color:#0085b0; 
	}		

.fnt7 {
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	color:#e8e8e8; 
	}
	
.fnt8 {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color:#454545; 
	}		

.fnt9 {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color:#ffffff; 
	
	}

.fnt10 {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color:black; 
	
	}	

.fnt11 {
	font-family: 'Oswald', sans-serif;
	font-size: 10px;
	color:#e8e8e8;
	}

 .scrollable {
    overflow: auto;
  }

  .rotated-header th {
    height: 240px;
    vertical-align: bottom;
    text-align: left;
    line-height: 1;
  }

  .rotated-header-container {
    width: 75px;
  }

  .rotated-header-content {
    width: 300px;
    transform-origin: bottom left;
    transform: translateX(75px) rotate(-45deg);
  }

  .rotated-header td:not(:first-child) {
    text-align: right;
  }


.Title2b {font-family: 'Montserrat', sans-serif; font-size: 15px; color:#C00; text-transform: uppercase}	
.TxtOpis{font-family: 'Montserrat', sans-serif;font-size: 14px;color:black;}	
#pajaco1{
	width:200px;height:318px;
	float:right;
	position:absolute;
	padding-top;200px; 
	opacity: 0.5;
    filter: alpha(opacity=50);	/* For IE8 and earlier */ 
	background-image:url(../images/pajaco2.gif); }



/* Gradient color1 - color2 - color1 */

hr.style-one {
border: 0;
height: 1px;
background: #333;
background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}


	
/**** FORM STYLE ****/
	
.form_style {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color:#454545;
    padding: 5px;
	
	}

.cell_form	{	
	border:1px solid;
	padding:3px;
	border-radius:4px;
	width:100%;
	max-width: 400px;
	}
	
.cell_form2	{	
	border:1px solid;
	padding:3px;
	border-radius:4px;
	width:100%;
	max-width: 100px;
	}	
	
/**** END FORM STYLE ****/


	
.bk1{	
	background-color:#ededed;
	}
	
.bk2{	
	background-color:#d8d8d8;
	}
	

/**** MEDIA CSS ****/

.zoom {
    padding: 5px;
    transition: transform .2s; /* Animation */
    margin: 0 auto;
}

.zoom:hover {
    transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}	
	

	#myImg {
		border-radius: 5px;
		cursor: pointer;
		transition: 0.3s;
}

	#myImg3 {
		margin-left: auto;
		margin-right: auto;
		
		
}


	#myImg2 {
		margin-top: 100px;
		max-width: 720px;
		margin-left:auto;
		margin-right:auto;
		}


		
        /* The Modal (background) */
        .modal {
            display: none; /* Hidden by default */
            position: absolute; /* Stay in place */
            z-index: 1; /* Sit on top */
            padding-top: 50px; /* Location of the box */
            left: 0;
            top: 0;
            width: 100%; /* Full width */
            /*height: 100%;  Full height 
			max-height: calc(100vh - 210px);*/
			/*overflow: scroll;  Enable scroll if needed */
			height: auto;
			
            background-color: rgb(0,0,0); /* Fallback color */
            background-color: rgba(0,0,0,0.9); /* Black w/ opacity */

        }

        /* Modal Content */
        .modal-content {
            border-radius: 5px;
			transition: 0.3s;
            margin: auto;
            padding: 20px;
			max-width: 800px;
			height: 90%;
			overflow-y: auto;
			
        }

        /* The Close Button */
        .close {
            color: #aaaaaa;
            float: right;
            font-size: 28px;
            font-weight: bold;
        }

        .close:hover,
        .close:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
        }
		
		#caption {
			margin: auto;
			display: block;
			width: 80%;
			max-width: 700px;
			text-align: center;
			color: #ccc;
			padding: 10px 0;
			font-family: 'Oswald', sans-serif;
			font-size: 25px;
			color:#4caf50; 
			
			}
			
/* Add Animation */
	.modal-content, #caption {    
		-webkit-animation-name: zoom;
		-webkit-animation-duration: 0.6s;
		animation-name: zoom;
		animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}	
	
/**** END MEDIA CSS ****/	


/**** START BUTTON PAGENING ****/	


.button_link {color:#FFF;text-decoration:none; background-color:#428a8e;padding:10px;}
#keyword{border: #CCC 1px solid; border-radius: 4px; padding: 7px;background:url("../css/images/demo-search-icon.png") no-repeat center right 7px;}
.btn-page{margin-right:10px;padding:5px 10px; border: #CCC 1px solid; background:#FFF; border-radius:4px;cursor:pointer;}
.btn-page:hover{background:#4caf50;}
.btn-page.current{background:#F0F0F0;}


/**** END BUTTON PAGENING ****/	


#share-buttons img {
width: 35px;
padding: 5px;
padding-top: 20px;
border: 0;
box-shadow: 0;
display: inline;
}

.zmagoset {
  color: #ffffff;
  padding: 2px;
  margin-left:auto;
  margin-right:auto;
  overflow: hidden;
}

.floatLeft { width: 50%; float: left; padding-left: 5px; }
.floatRight {width: 50%; float: right; }
.container_zmago{ overflow: hidden; }



.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}

@media screen and (max-width: 450px) {
  .floatLeft, .floatRight {
	float: none;  
    width: 100%;
    display: block;
  }
}




@media only screen and (max-width:620px) {
  /* For mobile phones: */
  .menu, .main, .right {
    width:100%;
  }
}

@media only screen and (max-width:620px) {
  /* For mobile phones: */
  .leftheader, .mainheader, .rightheader {
    width:100%;
  }
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
     .rightcolumn, .leftcolumn {   
        width: 100%;
        padding: 0;
    }
}






.row_bg{
  background-color: #ffffff;
  width:100%;
  padding: 15px;
}




* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
  
  
}

[class*="col-"] {
  float: left;
  padding: 15px;
}


.header {
  background-color: #9933cc;
  color: #ffffff;
  padding: 15px;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  padding: 8px;
  margin-bottom: 7px;
  background-color: #33b5e5;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  
}

.menu li:hover {
  background-color: #0099cc;
}

.aside {
  background-color: #33b5e5;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.aside2 {
  background-color: #eeeded;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.aside3 {
  background-color: #115d84;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
  .col-s-13 {width: 20%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 30%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
  .col-13 {width: 20%;}
}





/* CARDS */
/* CARDS */

.card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}
.card-title{

	font-family: 'Poiret One', cursive;
	font-size:2rem;
	font-weight: 400;
	color:#bd1e01;
	text-align: left;
	}
	
.card-title2{

	font-family: 'Poiret One', cursive;
	font-size:2rem;
	font-weight: 400;
	color:#bd1e01;
	text-align: center;
	}
	
.card-subtitle{margin-top:-.375rem;margin-bottom:0}
.card-text{
	font-family: 'Montserrat', helvetica, arial, sans-serif;
	font-size:1.5rem;
	font-weight: 400;
	color:#0085b0; 
    text-align: right;
	margin-bottom:0
	
	}
	
.card-text2{
	font-family: 'Montserrat', helvetica, arial, sans-serif;
	font-size:1.5rem;
	font-weight: 400;
	color:#0085b0; 
    text-align: justify;
	margin-bottom:0
	
	}	
	
.col-sm-6{max-width:50%}
.btn{
	
	display:inline-block;
	font-weight:400;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	border:1px solid transparent;
	padding:.475rem .75rem;
	font-size:1rem;
	line-height:1.5;
	border-radius:.25rem;
	transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
 
 .btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}
 .btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}

.floatLeft_pris {width:50%; float: left; padding-left: 15px; padding-right: 15px; }
.floatRight_pris {width:50%; float: right; padding-right: 15px; padding-left: 15px;}

.card2 {
	 
     background-color: #eeeded;
     padding: 3px;
     margin-top: 20px;
	 box-shadow: 0 1px 5px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}


#roundimg {
  float: left;
  padding:5px;
  border-radius: 50%;
  width: 115px;
  height: 115px;

}

@media screen and (max-width: 450px) {
  .floatLeft_pris, .floatRight_pris {
	float: none;  
    width: 100%;
    display: block;
  }
}

/* The Modal (background) */
.modal_b {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content_b {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  
}

/* The Close Button */
.close_b {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close_b:hover,
.close_b:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* Zivjo pust */
.zivjo_pust {
margin-top: 10px;
}</pre></body></html>