<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* parallax suffix */
.box.parallax {
    background-attachment: fixed;
	background-image: url('/images/111.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #aeaeae;
	margin: -60px 0!important;
	overflow: hidden;
	padding: 160px 0!important;
}
.box.parallax .header,
.box.parallax .header &gt; span,
.box.parallax .header small {
	color: #FFF;
}
.box.parallax a:active,
.box.parallax a:focus,
.box.parallax a:hover { color: #fff; }

.gk-special .gk-special-content .header &gt; span {
    color: #000;
}
.gk-special  .gk-special-content .header &gt; small {
	color: #000;

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