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

.gallery {
	width:100%;
	position: relative;
	text-align: left;
}

.gallery .gallery-album{
	display: inline-block;
	width:170px;
	overflow: hidden;
	vertical-align: top;
	margin:0px 10px 10px 0px;
    border: 1px #DDD8CE solid;
    box-shadow: 3px 3px 5px #DDD8CE;
}

.gallery .gallery-album img {
	width:calc(100% - 10px);
	background: #fff;
	padding:5px;
}

.gallery .gallery-title {
	margin-bottom:5px;
	padding:0px 5px 0px 5px;
	text-align: center;
}

.gallery .gallery-title a {
	text-decoration: none;
	color:#000;
	font-family: 'Open Sans';
	font-size: 13px;
	font-weight: bold;
}

.gallery .gallery-count {
	margin-bottom:5px;
	text-align: center;
	font-family: 'Open Sans';
	font-size: 13px;
	color: #666;
}

/*listĂĄzĂĄs*/

.gallery .gallery-album-list{
	display: inline-block;
	width:170px;
	overflow: hidden;
	vertical-align: top;
	margin:0px 10px 10px 0px;
    border: 1px #ddd solid;
}

.gallery .gallery-album-list a {
	outline: 0;
}

.gallery .gallery-album-list img {
	width:calc(100% - 10px);
	background: #fff;
	padding:5px 5px 0px 5px;
}

.gallery .gallery-title, .gallery .gallery-list-title {
	margin-bottom:0px;
	padding:0px 5px 0px 5px;
	text-align: center;
	font-family: 'Open Sans';
	font-size: 13px;
	font-weight: bold;
}

.gallery-fix {
	clear: both;
}

.gallery-back {	
	text-align: center;
	float: right;
}

.gallery-name {	
	text-align: center;
	float: left;
	margin-bottom: 20px;
	font-weight: bold;
}

.gallery-back a {	
	display: block;
	text-decoration: none;
	padding:5px 15px 5px 15px;
	color: #fff !important;
	background: #003366;
	font-weight: normal !important;
}

/***********/</pre></body></html>