<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* gallery.php, gallery-view.php */
#gallerymain_content {
	text-align:center;
}
.gallerybtn {
	font-size:1.3em;
	line-height:normal;
	font-weight:bold;
	text-align:center;
	display:inline-block;
	width:202px;
	margin:20px 5px 15px;
	min-height: 262px;
}
.polaroid {
    padding:10px;
    border: 1px solid #BFBFBF;
    background-color: #F8F6F6;
    box-shadow: 7px 7px 5px #aaaaaa;
	width:180px;
	margin-bottom:20px;
}

.rotate_left5 {
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.rotate_right5 {
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}
.rotate_left8 {
    -ms-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
}

/*.gallerybtn_1 {
font-size:1em;
font-weight:bold;
text-align:center;
float: left;
width:203px;
margin-bottom:15px;
}
.gallerybtn_2 {
font-size:1em;
font-weight:bold;
text-align:center;
float: left;
width:199px;
margin-bottom:5px;
}
.gallerybtn_3 {
font-size:1em;
font-weight:bold;
text-align:center;
float: left;
width:208px;
margin-bottom:15px;
}*/
#gallerylist_content {
text-align:left;
}
.gallery_thumb {
float: left;
width: 82px;
height:125px;
margin: 10px 15px 0px 0px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:0.9em;
line-height:100%;
}
.gallery_thumb:hover &gt; a &gt; img, .gallery_thumb:focus &gt; a &gt; img {
	-webkit-filter: saturate(180%);
    filter: saturate(180%);
}
.gallery_thumb &gt; a &gt; img {
border:1px solid #000;
margin-bottom:5px;
}
.gallery_more {
float:left;
width:82px;
margin: 80px 10px 0px 0px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:0.9em;
line-height:100%;
}

/* image-view.php, collection-view.php */
.gallery {
margin:0px;
padding:10px 20px 20px 20px;
text-align:center;
}
.gallery_title {
margin-bottom:10px;
background-color:#FFFFFF;
text-align:left;
}

.gallery_subtitle {
background: url(/images/info-container-bg.gif);
padding: 10px;
text-align:left;
margin-top:10px;
color:#000000;
font-weight:bold;
font-size:1.1em;
vertical-align:baseline;
}
/*.gallery_subtitle img{
float:right;
border:none;
}*/
.gallery_coname {
display: inline-block;
}
#gallery_cat
{
	text-transform:uppercase;
	float:right;
}
/*
.gallery_close {
text-align:right;
float:left;
width:69px;
margin-bottom:10px;
}
.gallery_close img {
border:none;
}
*/
/* collection-view.php */
.collection-view
{
	float:none;
	width:723px;
	height:500px;
	margin:0;
	border:1px solid #999;
	overflow:hidden;
}
.collection-view&gt;.item
{
	float:left;
	width:232px;
	background:#fff;
	margin-top:515px;
	padding:10px 0;
}
.collection-view img
{
	float:left;
	margin:0 0 10px 0;
}
/*.collection-view .item h2
{
	text-transform:uppercase;
	font-weight:normal;
}*/

/* mouseover image preview for image-view.php */
#tiptip_holder
{
	position:absolute;
	top:-70px;
	z-index:900;
}
#tiptip_content img
{
	width:100px;
	height:70px;
	border:solid 2px #fff;
}
@media screen and (min-width: 1260px) {
	.gallerybtn {
		width:232px;
	}
	.polaroid {
		width:210px;
	}
}
@media screen and (min-width: 1346px) {
	.gallerybtn {
		width:242px;
	}
	.polaroid {
		width:200px;
	}
}
@media screen and (max-width: 1023px) {
	.gallerybtn {
		width:242px;
	}
	.polaroid {
		width:200px;
	}
}
@media screen and (max-width: 768px){
	#gallerylist_content {
		text-align: center;
	}
	.gallery_thumb {
		display: inline-block;
		float: none;
		vertical-align: middle;
	}
	.gallery_more {
		margin-top: 20px;
		margin-bottom: 20px;
		float: none;
	}
	#gallery_cat {
		float: none;
		display: block;
	}
	/*.gallerybtn {
		font-size:1.3em;
		line-height:normal;
		font-weight:bold;
		text-align:center;
		float:left;
		width:242px;
		margin:0 5px 15px;
	}
	.polaroid {
		padding:10px;
		border: 1px solid #BFBFBF;
		background-color: #F8F6F6;
		box-shadow: 7px 7px 5px #aaaaaa;
		width:220px;
		margin:20px 0;
	}*/
}
@media screen and (max-width:560px){
	.gallerybtn {
		float:none;
		width:auto;
		margin-left:auto;
		margin-right:auto;
	}
	.polaroid {
		width:auto;
		box-sizing: border-box;
	}
	.rotate_left5, .rotate_right5, .rotate_left8 {
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
	}
	.gallerybtn&gt;a {
		display:block;
	}
}</pre></body></html>