<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.leftcol {
	width: 980px;
	position:relative;
	min-height: 400px;
}

.banner300250 {
	width: 300px;
	height: 250px;
	overflow: hidden;
}

.gallery ul li {
	float: left;
	padding: 0 20px 20px 0; 
	/* width:25%; */
}

.gallery {
	margin: 15px 0 70px 0;
}

.gallery ul li.banner-placeholder{
	display:none;
}
.gallery ul li:nth-child(1),.gallery ul li:nth-child(2),.gallery ul li:nth-child(3){
	width:33%;
}
.gallery ul li:nth-child(1) .img-title,.gallery ul li:nth-child(2) .img-title{
	top:300px;
}
.gallery ul li:nth-child(1):hover .img-title,.gallery ul li:nth-child(2):hover .img-title{
	top:0;
}
.gallery ul li:nth-child(3){
    height: 328px;
    display:block;
}
.banner-absolute{
	position:absolute;
	top:70px;
	right:30px;
	width:300px;
	height:250px;

}

/*.gallery ul li:nth-child(4n+4) {
	margin: 0 0 9px 0;
}
*/

.media-info {
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 100;
}

.hasgallery {
    background: url(images/hasgallery.png) no-repeat;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 9px 0 0 0;
    font-size: 12px;
}

.gallery ul li:nth-child(1) .gallery-item, .gallery ul li:nth-child(2) .gallery-item {
	height: 300px;
}

.gallery-item {
    height: 225px;
    position: relative;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
}

.gallery-item:hover .img-title {
    opacity: 1;

    cursor: pointer;
    top: 0;
}

.img-title {
	top:225px;
    position: absolute;
    margin: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    opacity: 0;
   /* comment this out for CSS hover */
    background: url("images/bg_gal_tit.png");
    /*transition: all 0.5s ease;*/
    /* transition: all 0.5s ease; */
    -webkit-transition: all 0.2s ease-in 0s;
       -moz-transition: all 0.2s ease-in 0s;
        -ms-transition: all 0.2s ease-in 0s;
         -o-transition: all 0.2s ease-in 0s;
            transition: all 0.2s ease-in 0s;
}

.img-title h2 {
	position: absolute;
	color: #fff;
/*	top: 33%;*/
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
}
    
.img-title h2 a {
	display: block;
	width: 230px;
	height: 230px;
	padding: 33% 10px 10px 10px;
	color: #fff;
}

.gallery ul li:nth-child(1) .img-title h2 a,.gallery ul li:nth-child(2) .img-title h2 a,.gallery ul li:nth-child(3) .img-title h2 a {
	display: block;
	width: 303px;
	height: 303px;
	padding: 33% 10px 10px 10px;
	color: #fff;
}




/*---------------*/
/***** HOVER EFFECT *****/
/*---------------*/

.grid {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.15em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption &gt; a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption &gt; a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	font-size: 72%;
	line-height: 15px;
}

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
	position: absolute;
	top: 50%;
	left: 0;
	background:  rgba(250, 250, 250, 0.5);
	color: #484c61;
	display: block;
	margin: 10px;
    padding: 5px;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
	font-family: 'PFDinTextCondPro Thin', sans-serif;
	font-weight: 700;
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 90%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
	background: #fff;
	color: #484c61;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}




/* ARTICLE */

.text {
	font-size: 17px;
	line-height: 24px;
	color: #131313;
	text-align: left;
	font-weight: 300;
}

.text p {
	margin: 0 0 10px 0;
}

.arttop {
	float: left;
	margin: -5px 0 0 0;
	width: 930px;
}

.text .date {
	background-color: #e9474d;
	color: #fff;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: 700;
	min-height: 40px;
	line-height: 13px;
	margin: 0 10px 0 0;
	padding: 6px 4px 0;
	text-align: center;
	width: 40px;
	font-weight: 300;
}

.arttools {
	padding: 5px 0 5px 10px;
	margin: 15px 0 0 0;
	background: #f5f4f4;
	display: block;
	width: 100%;
}
.art-social {
	width: 850px;
}
.btns {
	text-align: right;
	width: 100px;
	padding: 0;
	display: right;
}

.btns a {
	padding: 0 5px 0 0;
}

.text h1 {
    color: #131313;
    font-family: "PFDinTextCondPro Thin";
    font-size: 37px;
    font-weight: 300;
    line-height: 38px;
    margin: 0;
}

.selected {
	background: #f5f4f4;
	padding: 5px;
	position: relative;
	height: auto;
	text-align: center;
}

.next {
	position: absolute;
	top: 40%;
	right:0;
}

.prev {
	position: absolute;
	top: 40%;
	left:0;
}

.arttxt div {
	margin: 0;
	padding: 0;
}

.arttxt div br, .arttxt br, td.art-comments {
	display: none;
}


.prevartbox {
	display: block;
	background: #80878b url(images/arrow_left_gallery.gif) no-repeat left middle ;
	padding: 5px 5px 5px 20px;
	width: 270px;
	float: left;
	margin: 0 50px 0 0;

}
.prevartbox img {
	display: block;
	float: right;
	margin: 0 0 0 5px;
}
.nextartbox {
	display: block;
	background: url(images/arrow_right_gallery.gif) #80878b no-repeat right middle;
	padding: 20px 5px 5px 5px;
	width: 270px;
	float: right;
	margin: 0 0 0 50px;
}
.nextartbox a, .prevartbox a {
	color: #fff;
	font-size: 16px;
	line-height: 18px;
}
.nextartbox img {
	display: block;
	float: left;
	margin: 0 5px 0 0;
}

.restphotos {
	display: block;
	width: 100%;
	border: 1px solid blue;
}
.restphotos ul {
	display: block;
	list-style: none;
}
.restphotos ul li {
	display: block;
	float: left;
	margin: 5px;
	padding: 0;
}

.pagination-more a {
	margin: 0;
}


.outer {
    width: 1008px;
    padding: 0 20px;
}</pre></body></html>