body {
	background-color: #202950;
	background-image: url("https://img.theepochtimes.com/assets/themes/eet/images/shenyun/celestial-court.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom;
}

a:hover {
	text-decoration: none;
}

img {
	width: 100%;
	height: auto;
	display: block;
}

label {
	font-size: 0;
}

header .banner {
	width: 100vw;
}

.center_content {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}

.top_bar {
	position: absolute;
	top: 0;
	width: 100vw;
	height: 50px;
	z-index: 10;
}

.shen_yun_sticky_bar {
	display: none;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	width: 100vw;
	height: 50px;
	z-index: 20;
	background-color: #202950;
}

.shen_yun_sticky_bar .edm_logo {
	width: 65%;
	display: inline-block;
	padding-top: 5px;
}

.shen_yun_sticky_bar .edm_logo img {
	width: 158px;
	margin: 0 auto;
}

a.shenyun_social_share {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 32px;
	color: #fff;
	cursor: pointer;
}

a.shenyun_social_share.dark {
	color: #1D1D1D;
}

.shenyun_social_share.silver {
	background-color: rgba(255, 255, 255, 0.05);
	border-radius: 40px;
	padding: 3px 15px;
}

.shenyun_social_share.silver span {
	color: #CFCFCF;
}

a.shenyun_social_share .img_wrapper {
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	padding-bottom: 3px;
}

a.shenyun_social_share img {
	width: 18px !important;
}

.left_part {
	float: left;
	padding-top: 10px;
}

.top_bar .left_part {
	padding-left: 5vw;
}

.left_part span >a {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 12px;
}

.right_part {
	float: right;
	margin-top: 10px;
	height: 30px;
}

.top_bar .right_part {
	padding-right: 5vw;
}

.right_part a.shows_near {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 15px;
	color: #202950;
	padding: 8px 10px;
	background: #fff;
	border-radius: 6px;
}

.shen_yun_sticky_bar .right_part a.shows_near {
	margin-right: 20px;
}

.left_part .separator {
	color: #fff;
}

.three_rows {
	display: none;
}

.company_list {
	width: 100vw;
	background: radial-gradient(50% 50% at 50% 0%, #3E578D 0%, rgba(62, 87, 141, 0) 100%), linear-gradient(180deg, #2B3864 0%, #202950 100%);
}

.company_list .company.active {
	background: #fff;
	margin: 0 5px;
	border-radius: 6px;
}

.company_list .company.active a {
	color: #202950;
}

.company_list .center_content {
	padding-bottom: 15px;
	border-bottom: 1px solid #2E3F6D;
}

.company_list .list_wrapper {
	margin: 0 auto;
}

.company_list .row {
	padding-top: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.company_list .row:first-child {
	padding-top: 20px;
}

.company_list .company {
	display: inline-block;
	max-width: 270px;
}

.company_list .separator {
	display: inline-block;
	width: 4px;
	height: 4px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 1px;
	transform: rotate(-45deg);
}

.company_list .company a {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	color: #fff;
	text-align: center;
	padding: 0 10px;
}

h2 {
	float: left;
	white-space: nowrap;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	line-height: 27px;
	color: #fff;
}

.main_content {
	padding-top: 65px;
	display: block;
	max-width: 1300px;
	margin: 0 auto;
}

.content_part {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-bottom: 30px;
}

.content_part .left_part {
	width: 65%;
	max-width: 834px;
	position: relative;
	float: none;
	height: auto;
}

.content_part .right_part {
	width: 35%;
	max-width: 400px;
	position: relative;
	float: none;
	height: auto;
}

section.review {
	background-color: rgba(32, 41, 80, 0.1);
	background-image: url(/assets/themes/eet/images/shenyun/gradient-bg.png);
	background-repeat: repeat-x;
}

section.review_list .no_post_found {
	display: none;
	margin-top: 10px;
	color: #dd00c2;
}

section.review_list .no_post_found.show {
	display: block;
}

section.review_list .select_box_wrapper {
	display: inline-block;
	width: 32%;
	margin-right: 1%;
	position: relative;
}

section.review_list .select_box_wrapper .label {
	white-space: nowrap;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 1.5em;
}

section.review_list .select_box_wrapper select {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	line-height: 29px;
	font-family: 'Roboto', sans-serif;
	padding-left: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

section.review_list .select_box_wrapper:after {
	content: " ";
	position: absolute;
	z-index: 2;
	right: 8px;
	bottom: 10px;
	height: 0;
	width: 0;
	border-top: 6px solid #969696;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	pointer-events: none;
}

section.review_list select.city {
	display: none;
}

section.review_list select.city.show {
	display: inline-block;
}

section.review_list ul {
	display: inline-block;
	width: 100%;
	list-style: none;
}

section.review_list ul li {
	width: 100%;
	line-height: 0;
	vertical-align: bottom;
	margin: 20px 0;
	background: rgba(255, 255, 255, 0.9);
}

section.review_list ul li .image {
	display: inline-block;
	width: 45%;
	max-width: 300px;
	overflow: hidden;
}

section.review_list ul li .article_info {
	display: inline-block;
	width: 55%;
	max-width: 534px;
	padding-left: 20px;
	padding-top: 10px;
	vertical-align: top;
}

section.review_list ul .article_info .title {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 25px;
	line-height: 35px;
	color: #1d1d1d;
}

section.review_list ul .article_info .date {
	font-family: 'Roboto', sans-serif;
	margin-top: 6px;
	font-size: 14px;
	color: #1d1d1d;
	padding-top: 5px;
}

section.review_list ul .article_info .excerpt {
	width: 76%;
	margin-top: 6px;
	font-family: 'ET Text';
	font-size: 14px;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	color: #777;
}

section.review_list ul .article_info .read_more {
	position: absolute;
	right: 0;
	bottom: 10px;
	width: 15%;
	font-size: 14px;
	color: #000;
}

.red_triangle {
	margin-left: 10px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #ca0000;
	display: inline-block;
}

.video_fit_container {
	width: 100%;
	position: relative;
	padding: 0;
	padding-top: 56.25%;
}

.video_fit_container > iframe,
.video_fit_container > div.wp-video,
.video_fit_container > div.player-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
}

.video_fit_container center,
.video_fit_container .jwplayer.jw-flag-aspect-mode {
	height: 100% !important;
	zoom: 1;
}

.bottom_list li {
	padding-bottom: 14px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 14px;
	display: inline-block;
	position: relative;
	width: 100%;
}

.bottom_list li:last-child {
	border-bottom: none;
}

.pagination {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.pagination .page-numbers {
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
	background: #f1f1f1 !important;
	color: #000;
	margin-right: 4px;
	border-radius: 2px;
	padding: 6px 10px;
	text-align: center;
	text-decoration: none;
	border: none !important;
}

.pagination .current {
	background: #195bbc !important;
	color: #fff;
}

.pagination a:hover, .pagination a:active {
	background: #195bbc !important;
	color: #fff !important;
}

#sidebar .trailer {
	max-width: 400px;
	margin-bottom: 20px;
}

#sidebar .trailer .note {
	font-family: 'Roboto', sans-serif;
	margin-top: 7px;
	font-size: 22px;
	line-height: 26px;
	color: #fff;
}

#sidebar .global_review .title {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	line-height: 26px;
	padding: 10px 24px;
	color: #fff;
}

#sidebar .global_review > .title {
	text-align: center;
}

#sidebar .global_review {
	margin: 20px auto;
	max-width: 300px;
}

#sidebar .global_review .content {
	background-color: #fff;
	border-bottom: 1px solid #DAD7CF;
}

#sidebar .global_review .content .title {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 18px;
	line-height: 20px;
	color: #202950;
	background-color: transparent;
	font-style: normal;
	cursor: pointer;
}

#sidebar .global_review .content.active .title {
	color: #00498E;
	font-weight: bold;
}

#sidebar .global_review .content .triangle {
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #00498E;
	margin-right: 20px;
	display: inline-block;
}

#sidebar .global_review .content.active .triangle {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid #00498E;
	border-bottom: none;
}

#sidebar .global_review .continent {
	padding: 0 24px;
	display: none;
}

#sidebar .global_review .active .continent {
	display: block;
}

#sidebar .global_review .continent .each {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 18px;
	width: 170px;
	margin: 0 auto;
	padding: 7px;
}

#sidebar .global_review .each a {
	color: #606060;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
}

#sidebar .global_review .each a:hover,
#sidebar .global_review .each.active a {
	color: #00498E;
	font-weight: bold;
}

#sidebar .editors_picks {
	background: rgba(32, 41, 80, 0.5);
	padding: 0 5px;
}

#sidebar .editors_picks .center_wrapper > .title {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	line-height: 26px;
	padding-top: 15px;
}

.see_more {
	float: right;
}

.see_more a {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 15px;
	line-height: 18px;
	color: #DFDFDF;
}



#sidebar .editors_picks_list {
	padding-top: 25px;
}

#sidebar .sy_news > .title, #sidebar .editors_picks > .title {
	padding-bottom: 20px;
	margin-bottom: 0;
	line-height: 1;
}

#sidebar .sy_news > .title, #sidebar .editors_picks > .title {
	font-weight: 400;
	font-size: 22px;
	line-height: 26px;
}

.editors_picks_list, .editors_picks_list li {
	list-style: none;
}

#sidebar .editors_picks_list li .image {
	display: block;
	padding-bottom: 5px;
	padding-top: 10px;
	position: relative;
}

#sidebar .editors_picks_list li .title {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
}

#sidebar .editors_picks_list li .date {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #CFCFCF;
	padding-top: 5px;
}

.editors_picks_list li:last-child {
	border-bottom: none;
}

#sidebar .editors_pick {
	border-top: 1px solid #ccc;
	padding-top: 30px;
}

#sidebar .editors_pick li {
	border-bottom: 1px solid #ccc;
	display: inline-block;
	width: 100%;
	margin-bottom: 35px;
}

#sidebar .editors_pick li .image {
	position: relative;
	display: inline-block;
	width: 100%;
}

#sidebar .editors_pick>.title a {
	display: block;
	font-size: 19px;
	text-transform: uppercase;
	color: #000;
	padding-bottom: 5px;
	font-weight: bold;
	padding-left: 14px;
}

#sidebar .editors_picks_list .read_more a {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 17px;
	color: #000;
	float: right;
	padding-top: 23px;
	padding-bottom: 5px;
	text-align: right;
}

#sidebar .editors_picks_list .read_more a:after {
	font-family: 'Genericons';
	content: '\f165';
	font-size: 12px;
	line-height: 0;
	color: #CA0000;
	position: relative;
	top: 2px;
	left: 5px;
	margin-left: 3px;
}

#sidebar .center_wrapper {
	max-width: 300px;
	margin: 0 auto;
	padding-bottom: 30px;
}

#footer {
	display: block;
	position: relative;
	z-index: 100;
	background-color: #202950;
}

#footer .container {
	max-width: 1300px;
	margin: auto;
	padding: 50px 0;
	line-height: 1;
}

#footer .toprow {
	width: 100%;
	line-height: 21px;
	border: 0;
	padding: 0;
}

#footer .toprow .logo {
	float: none;
	display: block;
	margin: auto;
	text-align: center;
}

#footer .toprow .logo {
	width: 270px;
}

#footer .copyright {
	color: #fff;
	border-top: none;
}

.shenyun_social_popup_overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,.8);
	z-index: 100;
	padding: 20vh calc((100vw - 603px) / 2) 0;
	display: none;
}

.shenyun_social_popup_overlay .labl {
	background-color: #202950;
	height: 34px;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 33px;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 100;
	margin-top: -1px;
}

.shenyun_social_popup_overlay .channels {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
	background-color: #202950;
	padding-top: 25px;
	padding-bottom: 25px;
}

.shenyun_social_popup_overlay .channels a {
	background-color: #fff;
	width: 67px;
	height: 67px;
	border-radius: 50%;
	position: relative;
	display: block;
}

.shenyun_social_popup_overlay .channels a img {
	position: absolute;
}

.shenyun_social_popup_overlay .channels label {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	display: block;
	text-align: center;
}

.channels .copy {
	width: 45px;
	top: 10px;
	left: 10px;
}

.channels .email {
	width: 40px;
	top: 17px;
	left: 13px;
}

.channels .fb {
	width: 45px;
	top: 10px;
	left: 10px;
}

.channels .twitter {
	width: 45px;
	top: 11px;
	left: 11px;
}

.shenyun_social_popup_overlay .close_button {
	width: 40px;
	cursor: pointer;
	margin: 10px auto;
}

@media only screen and (max-width: 1180px) and (min-width: 768px) {
	.top_bar .left_part {
		padding-left: 10px;
	}

	.top_bar .right_part {
		padding-right: 5px;
	}

	.shen_yun_sticky_bar .center_content {
		padding-left: 10px;
		padding-right: 5px;
	}

	.shen_yun_sticky_bar .edm_logo {
		width: calc(100vw - 455px);
	}

	.shen_yun_sticky_bar .right_part a.shows_near {
		margin-right: 10px;
	}

	.main_content {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 45px;
	}

	.content_part .right_part {
		width: 30%;
	}

	.content_part .left_part {
		width: 68%;
	}

	section.review_list ul li .article_info {
		width: 54%;
		padding-left: 10px;
		padding-top: 5px;
		padding-right: 3px;
	}

	section.review_list ul .article_info .title {
		font-size: 20px;
		line-height: 25px;
	}

}

@media only screen and (max-width: 820px) and (min-width: 768px) {
	.two_rows {
		display: none;
	}

	.three_rows {
		display: block;
	}
}