<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 */
body, textarea, select, table {
    font-family: 'Raleway', 'BalooChettan',serif;
	font-size: 18px;
	color: #158189;
	font-weight: normal;
	margin: 0px;
}
body {
	position: relative;
	padding: 0px;
	margin:0px;
	text-align: center;
}

/* A */
a { 
	color: #158189; 
	text-decoration: none 
}
a:hover { 
	color: #158189; 
	text-decoration: none 
}

a,
.btn {
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.btn {
    font-family: 'Raleway', serif;
	font-weight: bold;
}

.btn:hover,
.btn:focus {
	margin-left: 15px;
}

/* H*/
h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	
	font-family: 'Raleway', serif;
	font-weight: bold
}

h1 { 
	font-family: 'BalooChettan';
	font-size: 50px;
	padding-bottom: 50px;
	background: url(../images/graphic_yellow_one.png) left bottom no-repeat
 
}
h2 { 
	font-size: 21px; 
}
h3 { 
	font-size: 16px; 
}

p  { margin: 0px; padding: 0px  }

/* FORM GENERAL */
input, textarea, select {
	padding: 5px; 
	border: #666666 solid 1px; 
	background-color: #FFFFFF; 
	color: #000000 
}

/* UL */
ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

/* INPUT */
input {
}

/* BUTTON */
input.button {
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
input.button:hover {
	background-color: #333333
}

/* */ 
.left 			{ float: left }
.right 			{ float: right }
.both			{ width: 100%; clear: both; height: 0px }
.hidden		 	{ display: none }
.center 		{ text-align: center }
.justify 		{ text-align: justify }
.a-left 		{ text-align: left }
.a-right 		{ text-align: right }
.polovicka 		{ width: 50% }
.preciarknutie 	{ text-decoration: line-through }

.padding-content { padding-top: 60px; padding-bottom: 60px}

.absolute-center {
	position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

/* PAGINATION */
div.pagination {
	position: relative;
}
	div.pagination .active,
	div.pagination .dotted,
	div.pagination a{
		position: relative;
		width: 30px;
		height: 30px;
		margin-right: 5px;
		text-align: center;
		line-height: 28px;
		background-color: #999999;
		color: #ffffff;
	}
		div.pagination .active,
		div.pagination a:hover {
			color: #FFFFFF;
			background-color: #0171a3;
			text-decoration: none;
		}

/* */
.btn {
	padding-left: 55px;
	padding-right: 55px;
	font-size: 17px;
}
.btn-primary {
	background-color: #0071a2;
	border-color: #0071a2; 
}
	.btn-primary:hover {
		background-color: #005478; 
		border-color: #005478; 
	}
.btn-outline-primary {
	color: #0071a2;
	border-color: #0071a2;
	background-color: #FFFFFF;
}
.btn-outline-primary:hover { 
	border-color: #0071a2;
	background-color: #0071a2; 
}
.img-thumbnail {
  padding: 0;
  background-color: none;
  border: none;
  border-radius: 0;
  max-width: 100%;
  height: auto;
}

/* BODY */
#wrapper {
	text-align: left;
	position: relative;
	z-index: 1;
}

#top {
	height: 157px;
}
	#top #mainmenu {
		height: 100px;
		background-color: #15828a
	}
		#top #mainmenu #logo a {
			display: block;
			width: 153px;
			height: 54px;
			margin-top: 21px;
			background: url(../images/zoo_05.png) no-repeat center
		}
		#top #mainmenu #m-menu {
		}
			#top #mainmenu #m-menu ul {
				text-align: right;
				margin-top: 25px;
			}
				#top #mainmenu #m-menu ul li {
					display: inline-block;
					padding-left: 55px;
					
				}
				
			#top #mainmenu #m-menu #menu-desktop a {
				display: block;
				min-width: 75px;
				text-align: center;
				color: #FFFFFF;
   				font-family: 'Raleway', serif;
				font-size: 30px;
				
				padding-bottom: 10px;
				
				-webkit-transition: none;
				-moz-transition: none;
				-o-transition: none;
				transition: none;
				
				text-transform: lowercase
			}
			#top #mainmenu #m-menu #menu-desktop a:hover,
			#top #mainmenu #m-menu #menu-desktop ul li.selected a {
				background: url(../images/zoo_08.png) no-repeat center bottom
			}

	#top #submenu {
		height: 57px;
		background-color: #daf6e8
	}
		#top #submenu #lang {
			margin-top: 18px;
		}
			#top #submenu #lang a {
				display: inline-block;
				line-height: 24px;
				font-size: 18px;
				color: #15828a;
				margin-right: 28px;
				text-transform: lowercase
			}
			#top #submenu #lang a.active {
				font-weight: bold;
			}
			
		#top #submenu #s-menu {
		}
			#top #submenu #s-menu ul {
				text-align: right;
				margin-top: 20px;
			}
				#top #submenu #s-menu ul li {
					display: inline-block;
					padding-left: 50px;
					
				}
				
			#top #submenu #s-menu a {
				display: block;
				color: #15828a;
   				font-family: 'Raleway', serif;
				font-size: 18px;
				line-height: 24px;
				font-weight: bold;
			}
			#top #submenu #s-menu a:hover,
			#top #submenu #s-menu ul li.selected a {
				color: #ffaf0d
			}
	
#content {
	position: relative;
	min-height: 600px;
}
	#content .content-bg {
		background: url(../images/subpage_bg_02.jpg) repeat-y center;
		background-position: 650px
	}
	
	.navId-76 #content {
		background: url(../images/bg_kviz.jpg) no-repeat top center;
	}
	.navId-76 h1 { 
		font-family: 'BalooChettan';
		text-align: right;
		font-size: 50px;
		padding-bottom: 0;
		padding-top: 50px;
		background: url(../images/graphic_yellow_one.png) right top no-repeat
	}
	
	iframe:focus {
	  outline: none;
	}

	

#footer {
	position: relative;
	padding: 40px 0 40px 0;
	background-color: #005696;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 25px;
}
	#footer #sitemap div {
		float: left;
		padding-right: 20px;
	}
	#footer #sitemap ul li { list-style: none!important; text-transform: lowercase; max-width: 140px; }
	.lang-sk #footer #sitemap ul li.menu78 { max-width: 110px!important; }
	
	#footer a {
		color: #FFFFFF
	}
	#footer strong {
		min-width: 60px;
		display: block;
		font-weight: bold;
		font-size: 22px;
		padding-bottom: 25px;
		margin-bottom: 15px;
		background: url(../images/zoo_22.png) no-repeat left bottom
	}
	#footer .zoo,
	#footer .dig {
		padding-left: 25px;
	}
	#footer .copyright {
		padding-top: 60px;
	}

@media (min-width: 768px) 	{ 
}
@media (max-width: 767.98px) {
}
</pre></body></html>