/*-- Shen Yun front page --*/

body.ntd_spanish.shenyun header .logo img {
	width: 200px;
	margin: 3px 0 0 0;
	padding: 0;
}

body.ntd_spanish .sy-front .cover-image {
	background-image: url('/assets/themes/ntd/images/shenyun/sp-front-desktop.jpeg');
}

body.ntd_spanish .company-nav .companies a {
	font-size: 12.8px;
}

/* location pop up */
.homepage_edition_opt {
	position: fixed;
	top: calc(50% - 180px);
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 770px;
	height: 360px;
	background-color: rgba(4, 59, 104, .95);
	border-radius: 10px;
	color: #fff;
	text-align: center;
	z-index: 101;
}
.homepage_edition_opt .txt2 span::before, .homepage_edition_opt .txt2 span::after {
	content: "";
	display: inline-block;
	width: 50px;
	height: 0;
	border-top: 1px solid #fff;
	position: relative;
	top: -7px;
	right: 21px;
}
.homepage_edition_opt .txt2 span::after {
	right: 0;
	left: 21px;
}
.homepage_edition_opt.hidden {
	display: none;
}
.homepage_edition_opt .txt1, .homepage_edition_opt .txt3 {
	text-align: right;
	padding: 17px 60px 0 0;
	font-size: 16px;
	font-family: 'Ringside Narrow Medium';
}

.homepage_edition_opt .close {
	position: absolute;
	right: 15px;
	top: 18px;
	display: block;
	width: 25px;
	height: 25px;
}
.homepage_edition_opt .close::before, .homepage_edition_opt .close::after {
	content: "";
	position: absolute;
	display: block;
	margin: auto;
	right: 0;
	top: 13px;
	width: 25px;
	height: 0;
	border-top: 2px solid #fff;
	transform: rotate(45deg);
	transform-origin: center;
}
.homepage_edition_opt .close::after {
	transform: rotate(-45deg);
}
.homepage_edition_opt .txt2 {
	margin: 40px 50px 0;
}
.homepage_edition_opt .txt2 span {
	font-family: 'Ringside Narrow Medium';
	font-style: italic;
	font-size: 24px;
	font-weight: 600;
}
.homepage_edition_opt .edition_opt {
	padding: 25px 80px 20px;
	display: flex;
	justify-content: space-between;
	color: #043b68;
	font-family: 'Ringside Narrow Bold';
	font-weight: 600;
	font-size: 21px;
}
.homepage_edition_opt .edition_opt span {
	display: inline-block;
	width: 40%;
	background-color: #fff;
	border-radius: 5px;
	padding: 8px 0;
	cursor: pointer;
}
.homepage_edition_opt .txt3 {
	text-align: center;
	padding: 0;
}
@media screen and (max-device-width: 768px) {
	body.ntd_spanish .sy-front .cover-image {
		background-image: url(/assets/themes/ntd/images/shenyun/sp-front-mobile.jpeg) !important;
	}
}

/* Homepage */
.top_news .block_title:after {
	content: '';
	width: calc(100% - 176px);
}