<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * PgwSlider - Version 1.1
 *
 * Copyright 2014, Jonathan M. Piat
 * http://pgwjs.com - http://pagawa.com
 *
 * Released under the MIT license - http://opensource.org/licenses/MIT
 */
.pgwSlider {
	width: 100%;
}
.pgwSlider .ps-current {
	float: left;
	width: 74%;
	overflow: hidden;
	height: inherit;
	position: relative;
}
.pgwSlider .ps-current span {
	position: absolute;
	width: 100%;
	padding: 8px 10px 10px;
	background: rgba(0, 0, 0, 0.7);
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 1rem;
}
.pgwSlider .ps-current img {
	max-width: 100%;
	min-width: 100%;
	height: auto;
	display: block;
}
ul.pgwSlider, .pgwSlider &gt; ul {
	float: right;
	width: 25%;
	padding: 0;
	list-style: none;
	margin: 0;
}
ul.pgwSlider &gt; li, .pgwSlider &gt; ul &gt; li {
	height: 50px;
	margin-bottom: 6px;
	overflow: hidden;
	position: relative;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
ul.pgwSlider &gt; li:last-child, .pgwSlider &gt; ul &gt; li:last-child {
	margin-bottom: 0;
}
ul.pgwSlider &gt; li span, .pgwSlider &gt; ul &gt; li span {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 3px 0 5px 5px;
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
	overflow: hidden;
	text-overflow: ellipsis;
}
ul.pgwSlider &gt; li:hover, .pgwSlider &gt; ul &gt; li:hover {
	opacity: 1 !important;
}
ul.pgwSlider &gt; li img, .pgwSlider &gt; ul &gt; li img {
	width: 100%;
	min-height: 100%;
	display: block;
}
 @media (max-width: 480px) {
.pgwSlider .ps-current {
	margin-bottom: 6px;
}
.pgwSlider .ps-current img {
	width: 100%;
	min-height: inherit;
}
.pgwSlider .ps-current,  ul.pgwSlider,  .pgwSlider &gt; ul {
	width: 100%;
}
ul.pgwSlider &gt; li,  .pgwSlider &gt; ul &gt; li {
	float: left;
	min-height: 50px;
	max-height: 70px;
	min-width: 20%;
}
ul.pgwSlider &gt; li span,  .pgwSlider &gt; ul &gt; li span {
	white-space: nowrap;
}
}
 @media (min-width: 481px) {
ul.pgwSlider &gt; li,  .pgwSlider &gt; ul &gt; li {
	width: 100% !important;
}
}
/*_____________Slider Css____________

.cntr {
	margin: 0 auto; 
}
.cntr:before, .cntr:after {
	content: ' ';
	display: table;
}
.cntr:after {
	clear: both;
}
.cntr {
	max-width: 1000px;
}
.clr {
	clear: both
}
.mt20 {
	margin-top: 0px
}
.mr20 {
	margin-right: 20px
}
.mb20 {
	margin-bottom: 20px
}
.ml20 {
	margin-left: 20px
}
.tac {
	text-align: center
}
.tar {
	text-align: right
}
.fs09 {
	font-size: 0.9rem
}
.fs15 {
	font-size: 1.5rem
}
.fcc4 {
	color: #c40000
}
.btg {
	border: solid 1px #ccc;
	border-radius: 3px;
	line-height: 24px;
	padding: 0 7px;
	color: #555;
	background: #eaeaea;
	background: -moz-linear-gradient(top, #fff 0%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eee));
	background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
	background: -o-linear-gradient(top, #fff 0%, #eee 100%);
	background: -ms-linear-gradient(top, #fff 0%, #eee 100%);
	background: linear-gradient(to bottom, #fff 0%, #e8e8e8 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.btg:hover {
	color: #333;
	box-shadow: 0 1px 2px #ccc;
	background: #ddd;
	background: -moz-linear-gradient(top, #fff 0%, #ddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #ddd));
	background: -webkit-linear-gradient(top, #fff 0%, #ddd 100%);
	background: -o-linear-gradient(top, #fff 0%, #ddd 100%);
	background: -ms-linear-gradient(top, #fff 0%, #ddd 100%);
	background: linear-gradient(to bottom, #fff 0%, #ddd 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd', GradientType=0);
}
a.btg {
	display: inline-block;
	padding: 0 8px 1px;
	text-decoration: none;
}
header {
	background: #fafafa;
	background: -moz-linear-gradient(top, #fff 0%, #ddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #ddd));
	background: -webkit-linear-gradient(top, #fff 0%, #ddd 100%);
	background: -o-linear-gradient(top, #fff 0%, #ddd 100%);
	background: -ms-linear-gradient(top, #fff 0%, #ddd 100%);
	background: linear-gradient(to bottom, #fff 0%, #ddd 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd', GradientType=0);
	border-top: 5px solid #c40000;
}
header li {
	float: left;
	margin-right: 10px;
	font-size: 0.9rem;
}
header li a {
	display: block;
	color: #fff;
	line-height: 40px;
	padding: 0 10px;
	text-decoration: none;
}
header li a:hover {
	background: #fff;
	color: #c40000;
	text-decoration: none;
}
nav {
	background: #555;
	background: -moz-linear-gradient(top, #555 0%, #222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%, #222));
	background: -webkit-linear-gradient(top, #555 0%, #222 100%);
	background: -o-linear-gradient(top, #555 0%, #222 100%);
	background: -ms-linear-gradient(top, #555 0%, #222 100%);
	background: linear-gradient(to bottom, #555 0%, #222 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#222222', GradientType=0 );
	height: 40px;
}
nav ul {
	list-style: none;
}
footer div {
	padding: 10px 0;
	margin: 20px 10px 0;
	border-top: 1px solid #ddd;
	color: #888;
}
.pby {
	margin-right: 8px
}
@media (max-width:350px) {
.pwd {
	display: none;
}
}
.top {
	border-bottom: 1px solid #e5e5e5;
	background: #f5f5f5;
	background: -moz-linear-gradient(top, #eee 0%, #fafafa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #fafafa));
	background: -webkit-linear-gradient(top, #eee 0%, #fafafa 100%);
	background: -o-linear-gradient(top, #eee 0%, #fafafa 100%);
	background: -ms-linear-gradient(top, #eee 0%, #fafafa 100%);
	background: linear-gradient(to bottom, #eee 0%, #fafafa 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#fafafa', GradientType=0 );
}
.sd {
	background: #c40000;
	background: -moz-linear-gradient(top, #c40000 0%, #a40000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c40000), color-stop(100%, #a40000));
	background: -webkit-linear-gradient(top, #c40000 0%, #a40000 100%);
	background: -o-linear-gradient(top, #c40000 0%, #a40000 100%);
	background: -ms-linear-gradient(top, #c40000 0%, #a40000 100%);
	background: linear-gradient(to bottom, #c40000 0%, #a40000 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c40000', endColorstr='#a40000', GradientType=0 );
}
#mbmn a {
	color: #fff;
	display: block;
	line-height: 40px;
	padding: 0 10px;
	text-decoration: none;
}
#mbmn a.act {
	background: #222;
}
@media (max-width:480px) {
#mnct {
	display: none;
}
}
.mob ul {
	background: #222;
	position: absolute;
	top: 40px;
	left: 10px;
	box-shadow: 0 4px 6px #777;
}
.mob li {
	float: none;
	width: 150px;
	margin-right: 0;
}
.hmim {
	width: 150px;
	height: 100px;
}
.hmli {
	min-width: 200px;
}
.hmpg {
	border-top: 1px solid #ddd;
	padding-top: 20px;
}
.pglk {
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 10px
}
code {
	background: #f5f5f5;
	border: 1px solid #ddd;
	display: block;
	padding: 6px 10px;
}*/
/** * GitHub theme * * @author Craig Campbell * @version 1.0.4 pre .comment {
	color: #998;
}
pre .support {
	color: #0086B3;
}
pre .tag, pre .tag-name {
	color: navy;
}
pre .keyword, pre .css-property, pre .vendor-prefix, pre .sass, pre .class, pre .id, pre .css-value, pre .entity.function, pre .storage.function {
	font-weight: bold;
}
pre .css-property, pre .css-value, pre .vendor-prefix, pre .support.namespace {
	color: #333;
}
pre .constant.numeric, pre .keyword.unit, pre .hex-color {
	font-weight: normal;
	color: #099;
}
pre .entity.class {
	color: #458;
}
pre .entity.id, pre .entity.function {
	color: #900;
}
pre .attribute, pre .variable {
	color: teal;
}
pre .string, pre .support.value {
	font-weight: normal;
	color: #d14;
}
pre .regexp {
	color: #009926;
}
*/</pre></body></html>