.single-show #content {
	width: 100%;
	margin: 0 auto;
}

#masthead {
	background: var(--be-bg-white);
}

.bread,.header-sub,.scroll-c {
	display: none !important;
}

.de-c {
	margin: 0 0 20px 0;
}

.show-header-box {
	position: relative;
	background: var(--be-bg-white);
	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: var(--be-bg-body);
}

.show-white {
	background: var(--be-bg-white);
}

@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%;
	}
}

@media screen and (max-width: 1025px) {
	.show-hui .group-contact-main {
		height: 100%;
	}
}

.show-area .group-title h1 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 30px;
	text-align: center;
	margin: 10px 0 15px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.show-area .group-title h1:before {
	background: linear-gradient(to right, transparent, #666);
	content: "";
	height: 1px;
	width: 60px;
	margin: 0 10px 0 0;
	display: inline-block;
}

.show-area .group-title h1:after {
	background: linear-gradient(to right, #666, transparent);
	content: "";
	height: 1px;
	width: 60px;
	margin: 0 0 0 10px;
	display: inline-block;
}
