<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* colors
blue: #262b96
red: #920015
*/

.back {
	position: relative;
	min-width: 100%;
	min-height: 100%;
	background: url(../images/background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
.logo img { width: 200px; }
.nav { width: 100%; background-color: rgba(255,255,255,.25); }
.nav li{
	display: inline-block;
	padding: 7px 15px;
	color: #333;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 1px;
	cursor: pointer;
	}
	.nav li:hover, .nav-active,  .nav-active a { background-color: #920015 !important; color: #fff !important; }

.nav li a{
	display: inline-block;
	color: #333;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.nav li a:hover{
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}


#animals div { display: inline-block; }
#animals img { opacity: .85; width: 250px; border: 3px solid transparent; }
	#animals img:hover {
		opacity: 1;
		background-color: #920015;
		border-color: #920015;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
#animals span {
	display: none; position: absolute; background-color: #333; color: #fff; padding: 11px 15px; top: 0;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	}
	#animals div:hover &gt; span {
		display: block;
		}
#partners { padding: 15px 0; }
#partners img { height: 50px; width: auto; padding-left: 25px; }

#icons-nav div { display: inline-block; }
	#icons-nav img { width: 79px; border: 1px solid transparent;
	background-color: #920015;
	border-color: #920015;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; }
#icons-nav span {
	display: none; position: absolute; background-color: #333; color: #fff; padding: 3px 5px; margin-top: -100px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	}
	#icons-nav div:hover &gt; span {
		display: block;
		}

#icons img { width: 35px; border: 1px solid #920015; margin: 7px 3px 0 0;
background-color: #920015;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; }

.tarsi { width: 860px !important; }
.groups li { display: inline-block; width: 32%; color: #fff; padding: 5px 0; text-transform: uppercase; }

.promo, .new { min-height: 330px; }

.rounded-top-left {
	-webkit-border-top-left-radius: 25px;
	-moz-border-radius-topleft: 25px;
	border-top-left-radius: 25px;
	}
.rounded-top-right {
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topright: 25px;
	border-top-right-radius: 25px;
	}
.rounded-left {
	-webkit-border-top-left-radius: 25px;
	-moz-border-radius-topleft: 25px;
	border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topright: 25px;
	border-top-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-bottom-left-radius: 25px;
	}
.rounded-right {
	-webkit-border-top-left-radius: 25px;
	-moz-border-radius-topleft: 25px;
	border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topright: 25px;
	border-top-right-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-bottomright: 25px;
	border-bottom-right-radius: 25px;
	}

/* misc */
.full-white { background-color: #fff; }
.back-white { background-color: rgba(255,255,255,.55); }
.back-red { background-color: #920015; }
.back-blue { background-color: #262b96; }
.back-dark { background-color: #333; }
.back-light { background-color: #ccc; }
.color-white, .color-white a { color: #fff; }

.add-border-top { border-top: 5px solid #920015; }
.add-border-bottom { border-bottom: 5px solid #333; }

.remove-bottom { margin-bottom: 0 !important; }
.remove-top { margin-top: 0 !important; padding-top: 0 !important; }
.half-bottom { margin-bottom: 15px !important; }
.add-bottom { margin-bottom: 35px !important; }
.half-top { margin-top: 15px !important; }
.add-top { margin-top: 35px !important; }
.add-left { margin-left: 10px; }

.padd-top { padding-top: 15px; }
.padd-bottom { padding-bottom: 15px; }
.padd-left { padding-left: 15px; }
.padd-right { padding-right: 15px; }
.padd-all { padding: 15px; }

.to-right { float: right !important; }
.to-left { float: left !important; }
.inline { display: inline-block; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right !important; }
.just { text-align: justify; }	
.break { clear: both; }

.animiran {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}
/* varlov.com */
#varlov { position: relative; width: 35px; height: 42px; overflow: hidden; margin:-15px 0 0 0; cursor: pointer; }
	#varlov .va { margin-top: -27px; }
	#varlov:hover &gt; .va { margin: 0;}
	
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		#icons-nav img { width: 63px; border: none; }
		.tarsi { width: 670px !important; }
		}

	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.logo img { width: 150px; }
		.nav li { width: 90% }
		#animals img { width: 150px; }
		#icons-nav img { width: 33px; border: none; }
		.tarsi { width: 340px !important; }
		.groups li { width: 48%; font-size: 13px; }
		}

	@media only screen and (max-width: 479px) {
		.logo img { width: 150px; }
		.nav li { width: 90% }
		#animals img { width: 125px; }
		#icons-nav img { width: 21px; border: none; }
		.tarsi { width: 220px !important; }
		.groups li { width: 98%; }
		}
.main-image {
    padding: 0 20px 20px 0;
    float: left;
}

.list-image
{
	max-width: 270px;
}
.file-item{
	display: inline-block;
	width: 190px;
	height: 190px;
	max-width: 190px;
	max-height: 190px;
	min-width: 190px;
	min-height: 190px;
	overflow: hidden;
}</pre></body></html>