<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.single-show #content {
	width: 100%;
	margin: 0 auto;
}

#masthead {
	background: #fff;
}

.bread,.header-sub,.scroll-c {
	display: none !important;
}

.de-c {
	margin: 0 0 20px 0;
}

.show-header-box {
	position: relative;
	background: #f1f1f1;
	overflow: hidden;
	margin-top: -2px;
}

.show-header-box {
	position: relative;
	background: #f1f1f1;
	overflow: hidden;
	margin-top: -2px;
}

.show-header-main {
	font-weight: bold;
}

.show-big-img img {
	float: left;
	width: 100%;
	height: auto;
	max-width: 100%;
	transition-duration: .5s;
}

.show-img .show-small-img {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateX(0) translateY(-50%);
	-webkit-transform: translateX(0) translateY(-50%);
	width: 49%;
	margin: 0 0 0 2%;
}

.show-img .show-header-w {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateX(0) translateY(-50%);
	-webkit-transform: translateX(0) translateY(-50%);
	width: 49%;
	padding: 0 2%;
}

.show-small-img img {
	float: right;
	width: 60%;
	height: auto;
	max-width: 100%;
	border-radius: 5px;
}

.show-p .show-header-w {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	width: 100%;
	text-align: center;
	padding: 0 5%;
}

.show-header-content p {
	color: #fff;
	line-height: 230%;
	text-shadow: 1px 1px 0 #000;
}

.show-template-default #respond,.no-comments,.comment-list li {
	border: none;
	box-shadow: none;
}

.comments-title,#respond h3 {
	display: none;
}

.show-comments .comment-user-inf {
	line-height: 55px;
}

.show-grey {
	background: #f1f1f1;
}

.show-white {
	background: #fff;
}


@media screen and (max-width:1440px) {
	.show-big-img img {
		width: 120%;
		max-width: 120%;
		margin: 0 0 0 -10%;
	}

	.show-header-main {
		left: 10%;
	}
}

@media screen and (max-width:900px) {
	.show-big-img img {
		width: 200%;
		max-width: 200%;
		margin: 0 0 0 -30%;
	}

	.show-header-main {
		left: 15px;
	}
}

@media screen and (max-width:640px) {
	.show-img .show-small-img {
		width: 30%;
	}

	.show-img .show-header-w {
		width: 65%;
	}

	.show-small-img img {
		width: 100%;
	}
}

.night .show-comments .bk {
	border: 1px solid #262626 !important;
}</pre></body></html>