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

/** BLOG LIST **/
.blog-list 											{ font-size:0px; }
.blog-list .news-box								{ display:inline-block; vertical-align:top; width:33%; font-size:14px; margin:40px 0px 0px 0px; line-height:normal; }
.blog-list .news-box .spacing						{ position:relative; margin:0px 10px; }
.blog-list .news-box .image							{ display:block; position:relative; }
.blog-list .news-box .image .overlay				{ display:none; position:absolute; top:0; bottom:0; left:0; right:0; }
.blog-list .news-box:hover .image .overlay			{ display:block; }
.blog-list .news-box .news-text						{ padding:20px 0px; }
.blog-list .news-box h2								{ font-size:1.6em; font-weight:300; margin:0px 0px 20px 0px; }
.blog-list .news-box .news-link						{ display:block; position:absolute; z-index:99; top:0; bottom:0; left:0; right:0; }
.blog-list .news-box .image							{ border:5px solid #FFFFFF; }
.blog-list .news-box .image .overlay
.blog-list .news-box:hover .image .overlay
.blog-list .news-box .image .overlay:hover			{ -webkit-transition:background .2s linear; -moz-transition:background .2s linear; transition:background .2s linear; }
.blog-list .news-box:hover .image .overlay			{ background:rgba(20,59,102,0.8) url(icons/link.png) no-repeat 50% 50%; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC7E9D8B,endColorstr=#CC7E9D8B); zoom:1; }

/** LIST PAGINATION**/
.shr-footer									{ margin:20px 0px 0px 0px; padding:20px 0px 0px 0px; }
.shr-footer .shr-numbers,
.shr-footer .shr-nav						{ font-size:14px; }
.shr-numbers 								{ list-style-type:none; padding:0; overflow:hidden; float:left; margin:0; text-transform:uppercase; }
.shr-numbers li 							{ display:inline-block; *display:inline; zoom:1; margin-right:0.2em; position:relative; }
.shr-numbers .shr-numbers-page a,
.shr-numbers .shr-numbers-page span 		{ display:block; padding:10px; min-width:1em; height:1em; line-height:1em; text-align:center; text-decoration:none; }
.shr-nav 									{ float:right; }
.shr-nav a 									{ display:inline-block; padding:10px; text-decoration:none; text-transform:uppercase; }
.shr-max660 .shr-numbers 					{ display:block; float:none; text-align:center; margin:0 auto 1em auto; text-transform:uppercase; }
.shr-max660 .shr-nav 						{ float:none; text-align:center; margin:1em auto 0 auto; text-transform:uppercase; }
.shr-footer									{ border-top:2px solid #00704A; }
.shr-numbers .shr-numbers-page 				{ background:#00704A; }
.shr-numbers .shr-numbers-page a,
.shr-numbers .shr-numbers-page span 		{ color:#FFFFFF; }
.shr-numbers .shr-numbers-page a:hover,
.shr-numbers .shr-numbers-current 			{ background:#7E9D8B; }
.shr-nav 									{ float:right; }
.shr-nav a 									{ background:#00704A; color:#FFFFFF; }
.shr-numbers .shr-numbers-page a:hover,
.shr-nav a:hover 							{ color:#FFFFFF; background-color:#7E9D8B; }

/** SINGLE POST **/
.single-post-page .static-title h1			{ margin:20px 0px 0px 0px; padding:20px 0px 0px 0px; }
.single-post-page .single-image-link		{ display:block; margin:0px 0px 20px 0px; }
.single-post-page .single-image-link img	{ max-width:100%; height:auto; }
.single-post-page .gallery-wrapper			{ text-align:center; }
.single-post-page .gallery-wrapper h2		{ margin:0px 0px 20px 0px; padding:0px 0px 20px 0px; }
.single-post-page .gallery-wrapper a		{ display:inline-block; vertical-align:top; width:33%; margin:0px 0px 10px 0px; }
.single-post-page .static-title h1			{ border-top:1px dotted #CCCCCC; }
.single-post-page h2,
.single-post-page h3						{ color:#00704A; }
.single-post-page .gallery-wrapper h2		{ border-bottom:1px dotted #CCCCCC; }
.single-post-page .single-image-link img	{ border:5px solid #FFFFFF; }

/** RESPONISVE **/
@media screen and (max-width:890px){
	.blog-list .news-box							{ font-size:12px; }
}
@media screen and (max-width:770px){
	.blog-list .news-box							{ width:50%; }
}
@media screen and (max-width:550px){
	.blog-list .news-box							{ width:100%; }
}</pre></body></html>