html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

*, *::before, *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input, textarea {
	font-size: initial;
}

input[type="search"]::-ms-clear {
	/* removes close icon - IE */
	display: none;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

html {
	font-family: sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	background: #fff;
	color: #333;
	padding: 0;
	margin: 0;
	position: relative;
	cursor: auto;
}

a:hover {
	color: #555;
}

a {
	text-decoration: none;
}

a:visited {
	color: #777;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

/* begin of global */
header {
	text-align: center;
	background: #264daf;
	line-height: 0;
}

header.top_nav input {
	display: none;
}

header .row {
	position: relative;
	display: inline-block;
	max-width: 1100px;
	width: 100%;
	height: 60px;
	line-height: 60px;
}

header .container>div {
	display: inline-block;
	float: left;
}

header .logo {
	width: 12%;
	display: inline-block;
}

header h1 {
	margin: 0;
}

header .logo img {
	width: 100%;
	vertical-align: middle;
}

header .menu {
	display: inline-block;
	width: 75%;
	padding: 0 5%;
	vertical-align: middle;
}

header .menu li {
	display: inline-block;
	float: left;
	text-align: left;
	padding: 0 25px;
}

header .menu a {
	color: #fff;
	font-weight: bold;
}

header .menu a:visited {
	color: #fff;
}

header .row .menu.show {
	display: block;
}

header .donate {
	width: 10%;
}

header .donate a {
	display: inline-block;
	padding: 0px 20px;
	background: #fdc614;
	line-height: 30px;
	color: #000;
	font-weight: bold;
}

header .donate a:visited {
	color: #000;
}

header .hamburger {
	display: none;
	background: url(/assets/themes/djy/images/m-icons.png);
	background-size: 531px 107px;
	background-repeat: no-repeat;
	background-position: -307px -14px;
	width: 30px;
	height: 30px;
	margin-top: 0;
	position: absolute;
	top: 15px;
	right: 20px;
	z-index: 101;
}

header .hamburger.close {
	background-position: -493px -79px;
}

header .menu li:last-child {
	float: right;
}

header .menu li:last-child a {
	background-color: #FDC613;
	padding: 8px 20px;
	border-radius: 1px;
	color: #000;
}

#footer_donate .close:before, .close:after {
	background-color: transparent;
}

footer {
	text-align: center;
	padding: 15px 0;
	background: #254db0;
	color: #fff;
	font-size: 18px;
	clear: both;
}

footer .hotline a {
	color: #fff;
}

footer .copyright {
	color: #FFFFFF;
	font-family: "Ringside Narrow";
	font-size: 16px;
	font-weight: 300;
	letter-spacing: -0.5px;
	line-height: 19px;
	text-align: center;
}

.cookie-bar {
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #3d5a96;
	z-index: 999;
	vertical-align: middle;
	padding: 15px;
	font-size: 16px;
	color: #f2f2f2;
	line-height: 22px;
}

.cookie-bar .warning-text {
	width: calc(100% - 350px);
	padding: 0 30px 0 40px;
	text-align: left;
}

.cookie-bar span {
	display: inline-block;
	vertical-align: middle;
}

.cookie-bar a {
	text-decoration: none;
}

.cookie-bar .accept-btn {
	background-color: #fff;
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 6px;
	padding: 5px 15px 6px;
	font-weight: 700;
	color: #000;
	margin-right: 20px;
}

.cookie-bar .accept-btn a {
	color: #000;
}

.cookie-bar .read-more a {
	color: #fff;
	padding: 0 10px;
	font-weight: bold;
	margin: 0 30px 0 25px;
}

.cookie-bar #top_close a {
	color: #fff;
	font-size: 40px;
}

.cookie-bar .accept-btn a:hover, .cookie-bar .read-more a:hover, .cookie-bar #top_close a:hover {
	color: #E28504 !important;
	text-decoration: none;
}

/* end of global */
.top_block {
	position: relative;
	padding-top: 33.85%;
}

.top_block .img {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* begin of front */
.front .bx-wrapper {
	margin: 0;
}

.front .bx-wrapper .bx-viewport {
	left: 0;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.front .bx-controls-direction {
	display: none;
}

.front .bx-wrapper .bx-pager {
	bottom: 0;
	z-index: 100;
	display: none;
}

.front .bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
}

.front .bx-wrapper .bx-pager.bx-default-pager a:hover, .front .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fdc614;
}

.front .slide_block .one_slide {
	position: relative;
	padding-top: 33.85%;
}

.front .slide_block .one_slide .img {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.front .slide_block .one_slide:nth-of-type(1) .img {
	background: url(/assets/themes/djy/images/slide1.jpg) no-repeat center center;
	background-size: 100% auto;
}

.front .slide_block .one_slide:nth-of-type(2) .img {
	background: url(/assets/themes/djy/images/slide2.jpg) no-repeat center center;
	background-size: 100% auto;
}

.front .slide_block .one_slide:nth-of-type(3) .img {
	background: url(/assets/themes/djy/images/slide3.jpg) no-repeat center center;
	background-size: 100% auto;
}

.front .slide_block .one_slide:nth-of-type(4) .img {
	background: url(/assets/themes/djy/images/slide4.jpg) no-repeat center center;
	background-size: 100% auto;
}

.front .support_us {
	background: #fdc614;
	text-align: center;
}

.front .support_us .container {
	padding: 20px 0 25px;
}

.front .support_us .block_desc {
	font-size: 20px;
}

.front .support_us .support_btn {
	display: inline-block;
	width: 450px;
	margin: 20px 0 0;
}

.front .support_us .support_input {
	position: relative;
	display: inline-block;
	float: left;
	width: 300px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	font-size: 30px;
	color: #000;
	text-align: left;
	padding-left: 50px;
}

.front .support_us .support_input:before {
	content: '$';
	position: absolute;
	left: 10px;
	font-size: 26px;
	font-weight: bold;
	color: #000;
}

.front .support_us .support_input:after {
	content: '|';
	font-size: 30px;
	position: absolute;
	left: 35px;
	color: #ccc;
}

.front .support_us .support_input span {
	display: inline-block;
	float: right;
	margin-right: 10px;
	font-size: 26px;
	font-weight: bold;
}

.front .support_us button {
	position: relative;
	display: inline-block;
	float: left;
	width: 150px;
	height: 40px;
	line-height: 40px;
	background: #264daf;
	color: #fff;
	cursor: pointer;
}

.front .who_we_are {
	display: table;
	max-width: 1200px;
	margin: 0 auto;
	padding: 90px 20px 60px;
	font-family: sans-serif;
}

.front .who_we_are .title {
	color: #0C0C0C;
	font-family: "Ringside Narrow";
	font-size: 48px;
	font-weight: bold;
	letter-spacing: -1.69px;
	line-height: 65px;
	padding-bottom: 20px;
}

.front .who_we_are .left {
	display: inline-block;
	width: calc((100% - 100px)/2);
	float: left;
	margin-right: 100px;
}

.front .who_we_are .right {
	display: inline-block;
	width: calc((100% - 100px)/2);
}

@media screen and (max-width: 620px) {
	.front .slide_block .one_slide:nth-of-type(1) .img {
		background: url(/assets/themes/djy/images/slide1_m2.png) no-repeat center center;
	}

	.front .who_we_are .left {
		width: 100%;
		float: none;
		margin-right: 0;
	}

	.front .who_we_are .right {
		width: 100%;
	}
}

.front .video {
	text-align: center;
	padding: 40px 0 38px;
}

.front .video .container {
	display: inline-block;
	max-width: 1100px;
}

.front .video .videobox {
	display: inline-block;
	position: relative;
	width: 48%;
	float: left;
	padding: 0;
	padding-top: 28.175%;
	text-align: center;
}

.front .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
}

.front .video .description {
	display: inline-block;
	width: 52%;
	float: left;
	text-align: left;
	font-size: 15px;
	padding-left: 20px;
}

.front .video .description p {
	padding-bottom: 10px;
}

.front .reports {
	display: table;
	max-width: 1400px;
	margin: 0 auto;
	width: 100%;
}

.front .reports .one_slide {
	max-width: 390px;
}

.front .reports .bx-wrapper .bx-caption {
	background-color: unset;
	text-align: center;
	bottom: 32%;
}

.front .reports .bx-wrapper .bx-caption .row1 {
	color: #FFFFFF;
	font-family: "Ringside Narrow";
	font-size: 20px;
	font-style: italic;
	font-weight: 600;
	letter-spacing: -0.63px;
	line-height: 24px;
	padding: 0;
}

.front .reports .bx-wrapper .bx-caption .row2 {
	display: inline-block;
	padding-bottom: 2px;
	padding-top: 5px;
	color: #FFFFFF;
	font-family: "Ringside Narrow";
	font-size: 32px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 39px;
	border-bottom: 5px solid #FDC613;
}

.front .influential_readers {
	margin: 0 auto;
	display: table;
	padding: 70px 0 140px;
	clear: both;
}

.front .influential_readers .reader_video {
	text-align: center;
	padding-bottom: 90px;
	max-width: 750px;
	margin: 0 auto;
}

.front .reader_video_wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.front .reader_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.front .influential_readers .sec_title {
	font-size: 48px;
	font-weight: 900;
	font-family: "Ringside Narrow";
	color: #0c0c0c;
	letter-spacing: -0.02em;
	text-align: center;
	padding-bottom: 15px;
}

.front .influential_readers .somebody_container {
	max-width: 1500px;
	display: grid;
	grid-template-columns: 33% 33% 33%;
	grid-template-rows: 55% 40%;
	grid-row-gap: 50px;
	font-family: sans-serif;
}

.front .influential_readers .somebody {
	display: grid;
	grid-template-columns: 27% 70%;
}

.front .globalmap {
	text-align: center;
}

.front .globalmap .container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
}

.front .globalmap .text1 {
	font-size: 20px;
	color: #254DB0;
	padding-bottom: 5px;
}

.front .globalmap img {
	display: block;
	width: 100%;
	max-width: 100%;
}

.front .newsletter {
	background: #fdc614;;
	padding: 20px 0 25px;
	text-align: center;
}

.front .newsletter .block_title {
	padding-bottom: 10px;
}

.front .newsletter ul {
	display: none;
}

.front #mailchimp {
	display: inline-block;
}

.front #subscribe_email {
	float: left;
	width: 230px;
	height: 40px;
	font-size: 15px;
	border: 0;
	padding: 0 7px;
	outline: none;
	display: inline-block;
}

.front #subscribe_email:focus {
	border-width: 0 0 2px 0;
	background-color: rgba(255, 222, 95, 0.75);
	border-style: solid;
	border-color: rgba(255, 64, 64, 1);
}

.front .newsletter .submit {
	float: left;
	font-size: 18px;
	padding: 0 35px;
	height: 40px;
	line-height: 40px;
	background: #254db0;
	color: #fff;
	cursor: pointer;
}

.front .contact_us {
	background-color: #00166E;
	padding: 50px 0;
}

.front .contact_wrapper {
	max-width: 1160px;
	margin: 0 auto;
}

.front .contact_wrapper div {
	display: inline-block;
	vertical-align: middle;
}

.front .contact_us .title {
	width: 211px;
	float: left;
	color: #FFFFFF;
	font-family: "Ringside Narrow";
	font-size: 42px;
	font-weight: bold;
	letter-spacing: -1.5px;
	line-height: 58px;
}

.front .contact_us .address {
	width: calc(100% - 490px);
	padding-left: 40px;
	color: #FFFFFF;
	font-family: "Ringside Narrow";
	font-size: 22px;
	font-weight: 300;
	letter-spacing: -0.69px;
	line-height: 31px;
}

.front .donate a {
	display: block;
	width: 267px;
	line-height: 64px;
	border-radius: 2px;
	background-color: #FDC616;
	box-shadow: 0 2px 31px 0 #394A6E;
	color: #0C0C0C;
	font-family: "Ringside Narrow";
	font-size: 32px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
}

@media screen and (max-width: 1042px) {
	.front .influential_readers .somebody_container {
		grid-template-columns: 50% 50%;
		grid-template-rows: 33% 33% 33%;
	}
}

@media screen and (max-width: 620px) {
	.front .who_we_are {
		padding-top: 20px;
	}

	.front .who_we_are .title {
		font-size: 27px;
	}

	.front .influential_readers .somebody_container {
		grid-template-columns: 100%;
		grid-template-rows: auto auto auto auto auto auto;
	}

	.front .influential_readers {
		min-height: 1300px;
	}

	.front .influential_readers .sec_title {
		width: auto;
		font-size: 28px;
		letter-spacing: -0.5px;
		line-height: 35px;
	}

	.front .contact_wrapper div {
		display: block;
	}

	.front .contact_wrapper {
		text-align: center;
	}

	.front .contact_us .title {
		width: auto;
		float: none;
		color: #FFFFFF;
		font-family: "Ringside Narrow";
		font-size: 27px;
		font-weight: bold;
		letter-spacing: -0.84px;
		line-height: 32px;
		text-align: center;
	}

	.front .contact_us .address {
		width: auto;
		 padding-left: 0;
		font-family: "Ringside Narrow";
		font-size: 16px;
		font-weight: 300;
		letter-spacing: -0.56px;
		line-height: 25px;
		text-align: center;
		padding-top: 5px;
	}

	.front .donate a {
		display: block;
		margin: 35px auto 0;
		width: 180px;
		line-height: 43px;
		border-radius: 2px;
		background-color: #FDC616;
		box-shadow: 0 2px 31px 0 #394A6E;
		color: #0C0C0C;
		font-family: "Ringside Narrow";
		font-size: 18px;
		font-weight: bold;
		letter-spacing: -1px;
		text-align: center;
	}
}

main {
	padding: 0;
}

.news .block_title {
	font-size: 30px;
	font-weight: bold;
}

.news .top_block .img {
	background: url(/assets/themes/djy/images/slide5.jpg) no-repeat center center;
	background-size: 100% auto;
}

.news .latest_news {
	padding: 20px 0;
}

.news .latest_news .container {
	max-width: 900px;
	margin: 0 auto;
}

.news .block_title {
	padding-bottom: 15px;
}

.news .latest_news .one_post {
	display: inline-block;
	width: 100%;
	font-size: 16px;
}

.news .latest_news .one_post>div {
	display: inline-block;
	float: left;
}

.news .latest_news .one_post .date {
	width: 20%;
}

.news .latest_news .one_post .title {
	width: 80%;
}

.news .latest_news .one_post a {
	color: #000;
}

.news .latest_news .one_post a:hover {
	color: #c46c00;
}

.news .gallery {
	display: inline-block;
	width: 100%;
	padding: 0 0 20px;
}

.news .gallery .container {
	max-width: 900px;
	margin: 0 auto;
}

.news .gallery .one_post {
	position: relative;
	display: inline-block;
	float: left;
	width: 32%;
	margin-bottom: 1%;
	margin-right: 1%;
	line-height: 0;
}

.news .gallery .one_post:nth-of-type(3n+2) {
	margin-left: 1%;
}

.news .gallery .one_post .img {
	display: block;
	overflow: hidden;
	position: relative;
}

.news .gallery .one_post .img:after {
	background-color: #080808;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.news .gallery .one_post:hover .img:after {
	opacity: 0.3;
}

.news .gallery .one_post img {
	width: 100%;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.news .gallery .one_post:hover img, .news .gallery .one_post:active img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.news .one_post .caption {
	position: absolute;
	width: 80%;
	opacity: 0;
	bottom: 20px;
	left: 20px;
	overflow: hidden;
	max-height: 80%;
	color: #fff;
	line-height: 21px;
	font-size: 13px;
	z-index: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.news .gallery .one_post:hover .caption, .news .gallery .one_post:active .caption {
	opacity: 1;
}

.news .support_us, .story .support_us, .truth .support_us, .aboutus .support_us {
	text-align: center;
	padding-bottom: 25px;
}

.aboutus .support_us {
	padding-bottom: 35px;
}

.news .support_us button, .story .support_us button, .truth .support_us button, .aboutus .support_us button {
	width: 200px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	background-color: #fdc616;
	margin: 0 auto;
	cursor: pointer;
	color: #000;
}

.story .top_block .img {
	background: url(/assets/themes/djy/images/story.jpg) no-repeat center center;
	background-size: 100% auto;
}

.story .story_list {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 0 30px;
}

.story .video_block {
	width: 100%;
	position: relative;
	padding: 0;
	padding-top: 56.25%;
	text-align: center;
	margin-top: 20px;
}

.story .video_block>iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.story .one_post {
	padding: 20px 0 0;
}

.story .one_post.top {
	position: relative;
}

.story .one_post.top .img {
	position: relative;
	padding-top: 50.25%;
}

.story .one_post.top .img figure {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0;
}

.story .one_post.top .text {
	position: absolute;
	bottom: 10%;
	left: 20px;
	width: 350px;
	background: #fdc614;
	padding: 20px 15px;
	line-height: 24px;
	font-size: 15px;
}

.story .one_post.imgleft img {
	float: left;
	padding-right: 20px;
	width: 30%;
}

.story .one_post.imgleft p {
	float: right;
	width: 70%;
}

.story .one_post.imgright img {
	float: right;
	padding-left: 20px;
	width: 30%;
}

.story .one_post.imgright p {
	float: left;
	width: 70%;
}

.story .one_post a {
	color: #000;
}

.story .one_post .text {
	display: inline-block;
	width: 100%;
}

.row.donation {
	max-width: 800px !important;
	padding-bottom: 50px;
}

.row.donation .medium-8 {
	width: 100% !important;
	max-width: 800px !important;
}

.row.donation h2 {
	margin-top: 15px;
}

.row.donation h3 {
	margin-top: 15px;
}

@media only screen and (max-width: 1260px) {
	.front .ourstory .img:before {
		background-size: 29% auto;
	}
}

@media only screen and (max-width: 1100px) {
	header .row {
		padding: 0 20px;
	}
	.front .video .container {
		padding: 0 20px;
	}
	.front .latest_news .container {
		padding: 0 20px;
	}
}

@media only screen and (max-width: 800px) {
	header .logo {
		width: 30%;
	}
	header .hamburger {
		display: inline-block;
	}
	header .donate {
		width: 80px;
		float: right !important;
		margin-right: 50px;
	}
	header .row .menu {
		position: absolute;
		width: 100%;
		top: 59px;
		right: 0;
		background: rgba(38, 77, 175, 0.95);
		z-index: 300;
		line-height: 30px;
		padding: 30px 0;
		display: none;
	}
	header .menu li {
		width: 100%;
		padding: 3px 0;
		float: unset;
		text-align: center;
		font-size: 24px;
		line-height: 2.5;
	}
	header .menu li:last-child a {
		padding: 8px 30%;
	}
	footer {
		padding: 30px 20px;
	}
	.top_block {
		padding-top: 60%;
	}
	.top_block .img {
		background-size: auto 100% !important;
	}
	.news .top_block {
		padding-top: 47%;
	}
	.news .gallery .block_title {
		padding-left: 20px;
	}
	.front .slide_block .one_slide {
		padding-top: 60%;
	}
	.front .slide_block .one_slide .img {
		background-size: auto 100% !important;
	}
	.front .video {
		padding-top: 30px;
		padding-bottom: 10px;
	}
	.front .video .videobox {
		width: 100%;
		padding-top: 56.25%;
	}
	.front .video .description {
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
	}
	.front .latest_news .one_post.top .img {
		width: 100%;
		padding-top: 66.66%;
	}
	.front .latest_news .one_post.top .text {
		position: relative;
		width: 100%;
		bottom: 15px;
		padding: 10px 20px;
		max-height: 94px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.front .latest_news .one_post {
		width: 100%;
	}
	.front .ourstory {
		padding-top: 55%;
	}
	.front .ourstory .img {
		background-size: auto 100%;
	}
	.front .ourstory .img:before {
		background-size: 44% auto;
		background-position-x: 10%;
	}
	.front .testimonial .one_post {
		float: none;
		width: 80%;
		padding: 10px 30px 20px;
	}
	.front .testimonial .one_post .name {
		padding-top: 10px;
	}
	.news .latest_news {
		padding: 20px 20px 0;
	}
	.news .latest_news .one_post .date {
		width: 130px;
	}
	.news .latest_news .one_post .title {
		width: calc(100% - 130px);
	}
	.story .one_post {
		padding: 20px 15px 0;
	}
	.story .one_post.top .text {
		position: unset;
		width: 100%;
	}
}

@media only screen and (max-width: 620px) {
	.front .slide_block .one_slide {
		 padding-top: 39%;
	}
}

@media only screen and (max-width: 500px) {
	.front .support_us .support_btn {
		width: 75%;
	}
	.front .support_us .support_input {
		width: 70%;
	}
	.front .support_us button {
		width: 30%;
	}
	.front #subscribe_email {
		width: calc(100% - 142px);
	}
	.news .one_post .caption {
		opacity: 1;
		background: rgba(8, 8, 8, 0.6);
		padding: 5px 12px;
		width: 100%;
		left: 0;
		bottom: 0;
	}
}

@media only screen and (max-width: 450px) {
	.front .video .container {
		padding: 0;
	}
	.front .video .description {
		padding: 20px 20px 0;
	}
	.front .ourstory {
		padding-top: 109%;
	}
	.front .ourstory .img {
		width: 100%;
		background: url(/assets/themes/djy/images/story_bg_m.jpg) no-repeat center bottom;
		background-size: auto 100%;
	}
	.front .ourstory .img:before {
		width: 100%;
		background: url(/assets/themes/djy/images/story_text_m.png) no-repeat center bottom;
		background-size: 120px auto;
		background-position: 10% 40%;
	}
	.front .testimonial {
		padding: 20px 0 10px;
	}
}

@media only screen and (max-width: 450px) {
	.news .gallery .one_post {
		width: 100%;
		margin: 10px 0;
	}
	.news .gallery .one_post:nth-of-type(3n+2) {
		margin: 0 0 10px;
	}
	.story .one_post.imgright p {
		float: none;
		width: 100%;
	}
	.story .one_post.imgright img {
		float: none;
		width: 100%;
		padding: 0 0 10px;
	}
	.story .one_post.imgleft p {
		float: none;
		width: 100%;
	}
	.story .one_post.imgleft img {
		float: none;
		width: 100%;
		padding: 0 0 10px;
	}
}

.btnwrp a {
	color: #000000;
	text-decoration: none;
}

.truth .top_block .img {
	background: url(/assets/themes/djy/images/truth_slide.jpg) no-repeat center center;
	background-size: 100% auto;
}

.truth .comment_box {
	padding: 20px 0 0;
}

.truth .comment_box .comment_container {
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}

.truth .comment_container .intro {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.5;
}

.truth .comment_container .comments {
	padding-top: 15px;
	width: 70%;
	margin: 0 auto;
}

.truth .comment_container .comments p:last-child {
	margin: 15px auto 0;
}

.truth .comment_container .comment_lower {
	padding-top: 20px;
	display: inline-block;
	width: 100%;
}

.truth .comment_container .blue {
	background-color: #123e93;
	color: #fffaea;
	box-shadow: 0 15px 20px 0 #7da3ea;
}

.truth .comment_container .yellow {
	background-color: #fdc616;
	color: #000000;
	box-shadow: 0 15px 20px 0 #b39f6c;
}

.truth .comment_container .title {
	padding: 5px 0;
	font-size: 27px;
}

.truth .comment_lower .sticker_container {
	display: inline-block;
}

.truth .comment_lower .slide {
	display: table;
}

.truth .comment_lower .sticker {
	display: inline-block;
	width: 50%;
	float: left;
	padding: 40px 0 20px;
}

.truth .sticker .img_container {
	position: relative;
	width: 10%;
	float: left;
	padding-top: 15%;
}

.truth .sticker .img {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 100% auto;
}

.truth .img_container .left {
	background: url(/assets/themes/djy/images/bx.png) no-repeat top center;
}

.truth .img_container .right {
	background: url(/assets/themes/djy/images/kw.png) no-repeat top center;
}

.truth .sticker .card {
	display: inline-block;
	width: 80%;
}

.truth .sticker .cardtitle {
	font-size: 20px;
	text-align: left;
	line-height: 1.5;
	padding-top: 15px;
	padding-bottom: 15px;
}

.truth .sticker .cardtext {
	padding: 20px 20px 30px 20px;
	font-weight: 200;
	line-height: 1.5;
	text-align: left;
}

.truth .card .left {
	background-color: #f5faff;
	border-top: 5px solid #1c3c79;
}

.truth .card .right {
	background-color: #fffcf5;
	border-top: 5px solid #fdc616;
}

.truth .video_section {
	display: inline-block;
	width: 100%;
	padding: 20px 0 25px;
	background-color: #f0f0f0;
	margin: 0 auto;
	text-align: center;
}

.truth .video_section .video_pre {
	font-size: xx-large;
	font-weight: 600;
	letter-spacing: 1.5px;
}

.truth .video_section .video_box {
	display: inline-block;
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 0;
}

.truth .video_box .video_card {
	display: inline-block;
	float: left;
	text-align: left;
	line-height: 1.5;
	width: 45%;
	margin-left: 1%;
	margin-right: 3%;
}

.truth .video_box .video_container {
	display: inline-block;
	width: 48%;
	float: left;
	padding-top: 6px;
}

.truth .donate {
	display: inline-block;
	width: 100%;
	padding: 25px 0 0;
	margin: 0 auto;
	text-align: center;
}

.truth .donate .donate_text {
	max-width: 850px;
	text-align: center;
	margin: 0 auto;
	font-size: 24px;
	line-height: 1.5;
	padding-bottom: 20px;
}

.truth .donate .btnwrp {
	width: 300px;
	max-width: 1100px;
	margin: 0 auto;
	padding: 35px;
}

.truth .donate .btn {
	font-size: 20px;
	background-color: #fdc616;
	padding: 10px 0;
}

.truth .bx-wrapper .bx-viewport {
	box-shadow: none;
	border: none;
	left: unset;
	background: none;
}

.aboutus .top_block .img {
	background: url(/assets/themes/djy/images/aboutus_slide.jpg) no-repeat center center;
	background-size: 100% auto;
}

.aboutus .container {
	max-width: 1100px;
	text-align: center;
	padding: 20px 0 30px;
	margin: 0 auto;
}

.aboutus .block_title {
	font-size: 30px;
	font-weight: 600;
}

.aboutus .letter_section .block_title {
	text-align: left;
	padding-left: 8%;
}

.aboutus .letter_section {
	display: inline-block;
}

.aboutus .letter_section .letter {
	width: 33.33%;
	float: left;
	padding: 0 3%;
}

.aboutus .letter_section .who_we_are {
	display: inline-block;
	width: 65%;
	float: left;
	text-align: left;
}

.aboutus .letter_section .img_container {
	position: relative;
	padding-top: 100%;
	width: 65%;
	margin: 90px auto 0;
}

.aboutus .letter_section .imgceo {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/assets/themes/djy/images/aboutus_ceo.jpeg) no-repeat top center;
	background-size: 100% auto;
}

.aboutus .letter_section .namecard {
	display: inline-block;
}

.aboutus .namecard .title {
	font-size: 14px;
	border-bottom: 4px solid #fbc616;
	line-height: 20px;
	padding-bottom: 3px;
}

.aboutus .letter .content {
	font-size: 15px;
	line-height: 1.7em;
	letter-spacing: 0.05em;
	text-align: justify;
}

.aboutus .about_section {
	display: table;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px 0 30px;
}

.aboutus .about {
	display: inline-block;
	width: 48%;
	vertical-align: text-top;
	float: left;
}

.aboutus .et {
	padding-right: 3%;
}

.aboutus .about .title {
	color: #254075;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}

.aboutus .mission_section {
	display: inline-block;
	width: 100%;
	padding: 20px 0 0;
	background-color: #254075;
	margin: 0 auto;
	text-align: center;
	color: #ffffff;
}

.aboutus .mission_section h1 {
	font-size: 30px;
	font-weight: 600;
}

.aboutus .mission_section .slidebox {
	display: inline-block;
	width: 40%;
	padding-top: 40px;
}

.aboutus .mission_section .mission_box {
	display: inline-block;
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px 0 60px;
}

.aboutus .mission_section .mission {
	display: inline-block;
	float: left;
	line-height: 1.5em;
	width: 45%;
	margin-right: 15%;
	padding-top: 25px;
	text-align: justify;
}

.aboutus .mission .feature {
	font-weight: bold;
	font-style: italic;
}

.bx-wrapper {
	margin-bottom: 45px;
}

.aboutus .mission_section .slide {
	display: inline-block;
	float: left;
	position: relative;
	padding-top: 68%;
	width: 30%;
	margin: 0 auto;
	margin-top: 10px;
}

.aboutus .mission_section .mission_img {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.aboutus .mission_img.first {
	background: url(/assets/themes/djy/images/aboutus3.jpg) no-repeat top center;
	background-size: 100% auto;
}

.aboutus .mission_img.second {
	background: url(/assets/themes/djy/images/aboutus5.jpg) no-repeat top center;
	background-size: 100% auto;
}

.aboutus .bx-wrapper .bx-viewport {
	width: 100%;
	overflow: hidden;
	position: relative;
	box-shadow: none;
	border: none;
	left: 0;
	background: none;
	height: 100% !important;
}

.aboutus .bx-wrapper .bx-controls-direction a {
	top: 45%;
}

.aboutus .bx-wrapper .bx-prev {
	left: -15%;
}

.aboutus .bx-wrapper .bx-next {
	right: -15%;
}

.aboutus .history_section {
	display: inline-block;
	width: 100%;
	padding: 20px 0 0;
	margin: 0 auto;
	text-align: center;
}

.aboutus .history_section .section_title {
	padding-bottom: 10px;
	font-size: 30px;
	font-weight: 600;
}

.aboutus .history_section .today {
	width: 45%;
	max-width: 1100px;
	text-align: center;
	margin: 0 auto;
	font-size: 20px;
	line-height: 1.5;
}

.aboutus .history_section .history {
	display: inline-block;
	max-width: 1100px;
	padding-top: 35px;
}

.aboutus .history_section .circle {
	display: inline-block;
	position: relative;
	padding-top: 55px;
	width: 50px;
}

.aboutus .history_section .circle_img {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.aboutus .history_section .cir1 {
	background: url(/assets/themes/djy/images/o1.png) no-repeat top center;
	background-size: 100% auto;
}

.aboutus .history_section .title {
	width: 53%;
	margin: 0 auto;
	font-size: 24px;
	font-weight: 500;
	padding-bottom: 5px;
	line-height: 30px;
}

.aboutus .history_section .history_odd {
	display: inline-block;
	width: 45%;
	float: left;
	text-align: justify;
	line-height: 1.5;
	margin-left: 3%;
	padding-top: 15px;
}

.aboutus .history_section .btnwrp {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.aboutus .history_odd .btn1 {
	font-size: 20px;
	background-color: #fdc616;
	padding: 5px 0;
	width: 40%;
	margin: 0 auto;
}

.aboutus .history_section .history_oddimg {
	display: inline-block;
	float: left;
	position: relative;
	padding-top: 27%;
	width: 40%;
	margin-top: 20px;
	margin-left: 10%;
}

.aboutus .history_section .oddimg {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/assets/themes/djy/images/aboutus4.jpg) no-repeat top center;
	background-size: 100% auto;
}

.aboutus .history_section .cir2 {
	background: url(/assets/themes/djy/images/o2.png) no-repeat top center;
	background-size: 100% auto;
}

.aboutus .history_section .history_even {
	display: inline-block;
	width: 60%;
	line-height: 1.5;
	padding: 20px 0 0;
}

.aboutus .history_section .cir3 {
	background: url(/assets/themes/djy/images/o3.png) no-repeat top center;
	background-size: 100% auto;
}

.aboutus .history_section .histyt {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.aboutus .history_section .cir4 {
	background: url(/assets/themes/djy/images/o4.png) no-repeat top center;
	background-size: 100% auto;
}

.aboutus .history_section .timeline {
	display: inline-block;
	height: 100%;
	border-bottom: 4px solid #cccc;
	margin-bottom: 30px;
	padding-top: 30px;
}

.aboutus .timeline .col {
	position: relative;
	height: 100%;
	margin-bottom: 20px;
	min-height: 115px;
	text-align: left;
}

.aboutus .timeline .time {
	position: absolute;
	bottom: -60px;
	left: 0;
	right: 0;
	margin: auto;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.aboutus .timeline .time:after {
	content: '';
	border: 4px solid #ccc;
	width: 15px;
	height: 15px;
	display: inline-block;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	bottom: 29px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}

.aboutus .history .bx-prev {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(/assets/themes/djy/images/leftArrow.png) no-repeat top center;
	background-position: top center !important;
	background-size: 100% auto;
	background-color: #ffffff;
	left: -60px;
}

.aboutus .history .bx-next {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(/assets/themes/djy/images/rightArrow.png) no-repeat top center;
	background-position: top center !important; background-size : 100% auto;
	background-color: #ffffff;
	right: -60px;
	background-size: 100% auto;
}

.aboutus .history .bx-wrapper .bx-controls-direction a {
	top: auto;
	bottom: 12px;
}

.aboutus .history_section .btn2 {
	width: 25%;
	font-size: 20px;
	background-color: #fdc616;
	padding: 10px 45px;
	margin: 80px auto 0;
}

@media only screen and (max-width: 1100px) {
	.aboutus .mission_section .mission_box {
		padding: 0;
	}
	.aboutus .mission_section .mission {
		display: inline-block;
		float: none;
		line-height: 1.5;
		width: 90%;
		margin: 0 auto;
	}
	.aboutus .mission_section .slidebox {
		padding-top: 10px;
		display: inline-block;
		width: 30%;
	}
	.truth .comment_box {
		padding: 20px 10px 0;
	}
	.truth .donate .donate_text {
		font-size: 22px;
	}
}

@media only screen and (max-width: 1000px) {
	.aboutus .mission_section .slidebox {
		width: 50%;
	}
	.aboutus .timeline_wrapper {
		width: 95%;
		margin: 0 auto;
	}
	.aboutus .timeline .col {
		min-height: 145px;
	}
	.aboutus .history .bx-prev {
		width: 40px;
		height: 40px;
		left: -26px;
	}
	.aboutus .history .bx-next {
		width: 40px;
		height: 40px;
		right: -26px;
	}
	.aboutus .history .bx-wrapper .bx-controls-direction a {
		bottom: 21px;
	}
	.truth .video_box .video_card {
		display: inline-block;
		float: left;
		line-height: 1.5;
		width: 100%;
		text-align: center;
		padding: 0 15px 20px;
		margin: 0;
	}
	.truth .video_box .video_container {
		display: inline-block;
		width: 60%;
		float: none;
	}
	.aboutus .container {
		padding: 20px 10px;
		max-width: 1100px;
		text-align: center;
		margin: 0 auto;
	}
	.aboutus .history_section .section_title {
		font-size: 28px;
		font-weight: 500;
	}
	.aboutus .history_section .history {
		width: 90%;
	}
	.aboutus .history_section .history_odd {
		display: inline-block;
		width: 100%;
		float: none;
		text-align: center;
		line-height: 1.5;
		margin-left: 0;
	}
	.aboutus .history_section .history_oddimg {
		display: inline-block;
		float: none;
		position: relative;
		padding-top: 36%;
		width: 56%;
		margin-top: 20px;
		margin-left: 10%;
	}
	.aboutus .history_section .btn2 {
		width: 60%;
	}
}

@media only screen and (max-width: 850px) {
	.aboutus .timeline .col {
		min-height: 167px;
	}
	.truth .comment_container .intro {
		font-size: 23px;
	}
	.truth .comment_container .title {
		font-size: 24px;
	}
	.truth .comment_lower .sticker {
		width: 80%;
		float: none;
	}
	.truth .video_section .video_pre {
		font-size: x-large;
		font-weight: 600;
	}
	.truth .video_box .video_container {
		width: 70%;
	}
}

@media only screen and (max-width: 720px) {
	.aboutus .timeline_wrapper {
		width: 95%;
		margin: 0 auto;
		max-width: 280px;
	}
	.aboutus .timeline .col {
		min-height: 115px;
	}
}

@media only screen and (max-width: 600px) {
	.block_title {
		font-size: 24px !important;
	}
	.front .support_us .block_desc {
		font-size: 16px;
	}
	.arttop2 .title {
		font-size: 24px !important;
	}
	.single .adshow300 {
		float: none !important;
	}
	.aboutus .letter_section .block_title {
		text-align: center;
		padding-left: 0;
	}
	.aboutus .letter_section .letter {
		width: 100%;
	}
	.aboutus .letter_section .img_container {
		width: 45%;
		padding-top: 68%;
		margin: 0 auto 20px;
	}
	.aboutus .namecard .title {
		font-size: 15px;
	}
	.aboutus .mission_section .slidebox {
		width: 70%;
	}
	.aboutus .history_section .section_title {
		font-size: 24px;
		font-weight: 400;
	}
	.aboutus .history_section .today {
		width: 90%;
	}
	.aboutus .history_section .title {
		width: 80%;
		font-size: 23px;
	}
	.aboutus .history_section .history_oddimg {
		padding-top: 56.25%;
		width: 100%;
		margin: 15px auto 0;
	}
	.aboutus .history_section .history_even {
		width: 94%;
	}
	.truth .comment_container .comments {
		padding: 10px 0;
		width: 100%;
	}
	.truth .comment_lower .sticker {
		width: 95%;
	}
	.truth .donate .donate_text {
		font-size: 18px;
		padding: 0 20px 20px;
	}
}

@media only screen and (max-width: 500px) {
	.truth .video_box .video_container {
		width: 100%;
	}
	.truth .img_container .right {
		background-size: auto;
	}
	.truth .img_container .left {
		background-size: auto;
	}
}

.single .donation {
	font-family: sans-serif;
}

.donation #artbody {
	padding-top: 0;
}

.donation .arttop {
	padding-bottom: 0;
}

.donation.eet .introduction {
	text-align: left;
}

.eet .introduction .title {
	font-weight: bold;
	line-height: 1.3;
	font-size: 18px;
	padding-bottom: 10px;
}

.eet.main_container .main_block {
	background: none;
	padding: 40px 0 25px;
	text-align: center;
}

.eet.main_container .main_block .container {
	display: inline-block;
	max-width: 1000px;
	padding: 0 20px;
	width: 100%;
}

.eet .main_block .introduction .question h2 {
	padding: 25px 0 10px;
	line-height: 23px;
}

.eet .main_block .introduction .question h2:first-child {
	padding-top: 0;
}

.eet .main_block .donate_panel {
	padding: 0 20px;
	margin: 23px 0 45px;
}

.eet .donate_panel .amount_wrap {
	padding-top: 0;
	line-height: 0;
}

.eet .donate_panel .amount_wrap .donate_type {
	position: relative;
}

.eet .donate_panel .amount_wrap .donate_type a {
	font-size: 18px;
	line-height: 20px;
	padding: 15px 0;
}

.eet .donate_panel .amount_wrap .one_amount {
	padding: 6px 0 6px 5px;
	line-height: 28px;
}

.eet .donate_panel .one_amount.onetime {
	display: block;
}

.eet.special .donate_panel .one_amount.onetime {
	display: block;
}

.eet .donate_panel .amount_number input {
	padding-left: 90px;
}

.eet .donate_panel textarea {
	width: 100% !important;
	margin: 5px 0;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 15px;
	outline: none;
	padding: 5px 7px;
}

.eet.special .donate_panel .loading {
	top: 32%;
}

.main_block .donate_wrapper {
	display: inline-block;
	float: right;
	width: 47%;
}

.main_block .donate_panel {
	position: relative;
	display: inline-block;
	width: 100%;
	background: #fff;
	padding: 23px 20px;
	text-align: center;
	margin-bottom: 20px;
	min-height: 493px;
}

.donate_panel .loading {
	position: absolute;
	display: none;
	left: 0;
	right: 0;
	top: 48%;
	margin: 0 auto;
	width: 60px;
	height: 60px;
	background: url(/assets/themes/djy/images/loading.gif) no-repeat center center;
	background-size: contain;
	z-index: 10;
}

.donate_panel .desc {
	font-size: 26px;
	font-weight: bold;
	padding: 18px 0;
}

.donate_panel .amountinfo {
	font-size: 20px;
	font-weight: bold;
	color: #FF9800;
	margin: 0 auto;
}

.donate_panel .errorinfo, .donate_panel .notice {
	font-size: 12px;
	font-weight: bold;
	color: #FF5722;
}

.donate_panel .payment_status {
	display: none;
	padding: 50px 0;
	font-size: 30px;
	font-weight: bold;
	color: #000;
}

.donate_panel .alignleft {
	float: left;
	width: 47%;
}

.donate_panel .alignright {
	float: right;
	width: 47%;
}

.donate_panel .process {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 30px;
	margin: 10px 0 20px;
}

.donate_panel .process:after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 98%;
	left : 2px;
	bottom: 13px;
	border-bottom: 2px dashed #ccc;
	z-index: 1;
	left: 2px;
}

.donate_panel .process .process_step {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 2px solid #ccc;
	border-radius: 50%;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	z-index: 10;
	background: #fff;
	vertical-align: middle;
}

.donate_panel .process .process_step:first-child {
	float: left;
}

.donate_panel .process .process_step:last-child {
	float: right;
}

.donate_panel .currency label {
	padding-right: 15px;
	font-weight: bold;
}

.donate_panel .amount_wrap {
	position: relative;
	border-radius: 5px;
	border: 1px solid #ccc;
	text-align: left;
	padding-top: 50px;
}

.donate_panel .amount_wrap .donate_type {
	position: absolute;
	display: inline-block;
	width: 100%;
	top: -1px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

.donate_panel .amount_wrap .donate_type a {
	display: inline-block;
	float: left;
	width: 50%;
	padding: 4px 0;
	color: #000;
	font-size: 22px;
	font-weight: bold;
}

.donate_panel .amount_wrap .donate_type .active {
	background: #fdc614;
	border-radius: 5px 5px 0 0;
}

.donate_panel .amount_wrap input {
	position: relative;
	top: -1px;
}

.donate_panel .amount_wrap label {
	display: inline-block;
	width: 100px;
	font-size: 18px;
	font-weight: bold;
	color: #fdc614;
	margin-left: 20px;
	letter-spacing: 1.2px;
}

.donate_panel .amount_wrap span {
	font-size: 12px;
}

.donate_panel .amount_wrap .one_amount {
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}

.donate_panel .amount_wrap .one_amount.other {
	border: none;
	padding-bottom: 0 !important;
}

.donate_panel .amount_wrap .one_amount:last-child {
	border-bottom: none;
}

.donate_panel .amount_number {
	position: relative;
	margin: 0 0 6px 5px;
	line-height: 28px;
}

.donate_panel .amount_number .currency_symbol {
	position: absolute;
	top: 10px;
	left: 6px;
	z-index: 12;
	color: #9E9E9E;
}

.donate_panel input[type="text"] {
	width: 100%;
	height: 35px;
	padding: 0 7px;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 16px;
	outline: none;
	margin: 5px 0;
}

.donate_panel input.required {
	border: 1px solid #f89a93 !important;
}

.donate_panel .amount_number input {
	width: 98%;
	height: 40px;
	padding-left: 70px;
	font-size: 20px;
}

.donate_panel .billto {
	display: none;
	width: 98%;
	padding-bottom: 10px;
	font-size: 14px;
}

.donate_panel .nextstep {
	margin: 20px 0 0;
}

.donate_panel .nextstep button {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #000;
	font-size: 22px;
	font-weight: bold;
	padding: 10px 0;
	cursor: pointer;
	background: #fdc614;
}

.donate_panel .nextstep #paymentForm {
	display: none;
}

.donate_panel .step {
	display: none;
}

.donate_panel #step_init_payment {
	display: block;
}

.donate_panel .line {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 40px;
}

.donate_panel .line:before {
	content: '';
	width: 100%;
	border-bottom: 1px solid #ccc;
	position: absolute;
	left: 0;
	top: 25px;
	z-index: 1;
}

.donate_panel .line:after {
	content: 'OR';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #ccc;
	background: #fff;
	z-index: 2;
	width: 30px;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
}

.donate_panel .contactinfo {
	display: inline-block;
	width: 100%;
}

.donate_panel #add_payment {
	display: block;
	height: 450px;
}

.donate_panel .process.finished:after {
	border-bottom: 2px dashed #fff;
}

.donate_panel .process_step.finished {
	background: url(/assets/themes/djy/images/icon_finished.png) no-repeat top center;
	background-size: contain;
	border: 0;
	font-size: 0;
}

.step#step_payment_finish {
	padding: 20px 0 50px;
	background: #fdc614;
}

.step#step_payment_finish .amountinfo {
	color: #0000ff;
}

.step .thankyou {
	font-size: 30px;
	padding: 30px 0;
}

.step .newsletter ul {
	display: none;
}

.step .newsletter #subscribe_email {
	width: 200px;
	height: 40px;
	font-size: 12px;
	border: 0;
	padding: 0 7px;
	outline: none;
	border-radius: 0;
}

.step .newsletter .submit {
	position: relative;
	left: -6px;
	font-size: 14px;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	background: #254db0;
	color: #fff;
	cursor: pointer;
}

.eet .check_pay {
	text-align: left;
	padding-left: 20px;
}

.eet .check_pay .block_title {
	font-weight: bold;
}

@media only screen and (max-width: 640px) {
	.eet.main_container .main_block {
		padding-top: 20px;
	}
}

.media .top_banner img {
	width: 100%;
}

.media .content_wrapper {
	display: table;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 91px;
}

.media .title {
	color: #0C0C0C;
	font-family: "Ringside Narrow";
	font-size: 54px;
	font-weight: bold;
	letter-spacing: -1.69px;
	line-height: 65px;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 44px;
}

.media .content {
	display: inline-block;
	width: calc((100% - 60px)/2);
	float: left;
	color: #0C0C0C;
	font-family: sans-serif;
	font-weight: 400;
	line-height: 26px;
}

.media .content p {
	padding-bottom: 30px;
}

.media .content.left {
	margin-right: 60px;
}

.media .col-3 {
	clear: both;
	text-align: center;
	padding-bottom: 50px;
}

.media .col-3 .one_program:nth-child(2) {
	margin: 0 4%;
}

.media .program {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 83px 77px;
	background-color: #ECEEF4;
	font-family: sans-serif;
}

.media .one_program {
	width: 30%;
	display: inline-block;
	vertical-align: text-top;
}

.media .video_wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.media .one_program iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.media .col-3 .one_program .sub_title {
	color: #0C0C0C;
	font-family: "Ringside Narrow";
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -0.75px;
	line-height: 29px;
	text-align: left;
	padding: 10px 0;
}

.one_program .title, .program .program_title {
	font-family: "Ringside Narrow";
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -0.69px;
	line-height: 26px;
	padding: 20px 0;
	text-align: left;
}

.program .program_title {
	padding: 0;
}

.one_program .title a {
	color: #0C0C0C;
}

.media .sub_title {
	color: #0C0C0C;
	font-family: "Ringside Narrow";
	font-size: 40px;
	font-weight: bold;
	letter-spacing: -1.25px;
	line-height: 49px;
	padding-top: 30px;
	padding-bottom: 25px;
}

.media .eet .title {
	padding-bottom: 0;
}

.media .eet .sub_title {
	padding-top: 50px;
}

.media span.yellow {
	display: inline-block;
	width: 10px;
	height: 30px;
	background-color: #FDC613;
	margin-right: 15px;
}

.media .ccp_content {
	display: inline-block;
	width: calc(100% - 450px);
	padding-left: 30px;
}

.ccp_content_container {
	max-width: 520px;
	color: #0C0C0C;
	font-family: "Ringside Narrow";
	font-size: 19px;
	line-height: 26px;
}

.media .ccp_content .time {
	color: #0C0C0C;
	font-family: "Ringside Narrow";
	font-size: 32px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 39px;
	padding-bottom: 5px;
	padding-top: 43px;
}

.media .ccp_content .time:first-child {
	padding-top: 0;
}

.media .ccp_video {
	display: inline-block;
	width: 354px;
}

.media .ccp_video .one_video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 40px;
}

.media .ccp_video .one_video:last-child {
	margin-bottom: 0;
}

.media .ccp_video .one_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.media .covid_video {
	display: inline-block;
	margin-top: 25px;
}

.media .milestone {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 83px 77px;
	font-family: sans-serif;
	text-align: center;
}

.media .milestone .text {
	max-width: 780px;
	margin: 0 auto 20px;
	color: #0C0C0C;
	font-family: "Ringside Narrow";
	font-size: 17px;
	font-weight: 400;
	letter-spacing: -0.69px;
	line-height: 26px;
}

.media .timetable_wrap {
	display: inline-block;
	position: relative;
	margin-top: 20px;
}

.media .timeline_wrap {
	display: inline-block;
	width: 45%;
}

.media .timeline_wrap.left {
	padding-right: 5%;
	width: 52%;
	background-image: linear-gradient(#000 15%, rgba(255,255,255,0) 0%);
	background-position: right;
	background-size: 18px 8px;
	background-repeat: repeat-y;
}

.timeline_wrap.right {
	margin-top: 120px;
	text-align: left;
}

.media .timeline_year {
	position: absolute;
	left: 47%;
	width: 86px;
	text-align: center;
}

.media .one_year {
	background-color: #fff;
	line-height: 50px;
	height: 50px;
	color: #0C0C0C;
	font-family: "Ringside Narrow";
	font-size: 35px;
	font-weight: bold;
	letter-spacing: -1.25px;
}

.media .one_year .month {
	font-size: 20px;
	line-height: 20px;
	margin-top: -10px;
	display: block;
	background: #fff;
}

.one_year.y2017 {
	margin-top: 70px;
}

.one_year.y2015 {
	margin-top: 80px;
}

.one_year.y2014 {
	margin-top: 20px;
}

.one_year.y2013 {
	margin-top: 95px;
}

.one_year.y2012, .one_year.y2008, .one_year.y2005 {
	margin-top: 0;
}

.one_year.y2010 {
	margin-top: 230px;
}

.one_year.y2006 {
	margin-top: 43px;
}

.one_year.y2004nov {
	margin-top: 150px;
}

.one_year.y2004aug {
	margin-top: 10px;
}

.one_year.y2000 {
	margin-top: 130px;
}

.tri_right, .tri_left {
	max-width: 430px;
	border: 2px solid #dedede;
	border-radius: 5px;
	margin: 50px 50px;
	position: relative;
	padding: 10px 15px;
}

.tri_right {
	text-align: right;
}

.tri_right:before {
	content: "";
	width: 0px;
	height: 0px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #dedede;
	position: absolute;
	top: 39px;
	right: -16px;
}

.tri_right:after {
	content: "";
	width: 0px;
	height: 0px;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 14px solid #fff;
	position: absolute;
	top: 40px;
	right: -12px;
}

.tri_left:before{
	content: "";
	width: 0px;
	height: 0px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid #dedede;
	position: absolute;
	top: 40px;
	left: -17px;
}
.tri_left:after{
	content: "";
	width: 0px;
	height: 0px;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-right: 14px solid #FFFFFF;
	position: absolute;
	top: 41px;
	left: -14px;
}

.media .timetable_wrap.mobile {
	display: none;
}

.media .one_stone .year {
	color: #0C0C0C;
	font-family: "Ringside Narrow";
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1.25px;
	line-height: 26px;
	text-align: left;
}

.media .milestone .one_stone .text {
	text-align: left;
}

.ntd .one_year.y2016 {
	margin-top: 90px;
}

.ntd .one_year.y2015 {
	margin-top: 300px;
}

.ntd .one_year.y2014 {
	margin-top: 140px;
}

.ntd .one_year.y2013, .ntd .one_year.y2011,  .ntd .one_year.y2006 {
	margin-top: 0;
}

.ntd .one_year.y2012 {
	margin-top: 120px;
}

.ntd .one_year.y2009 {
	margin-top: 200px;
}

.ntd .one_year.y2005 {
	margin-top: 110px;
}

.ntd .one_year.y2000 {
	margin-top: 20px;
}

@media only screen and (max-width: 900px) {
	.media .ccp_content {
		display: block;
		width: 100%;
		padding-left: 0;
	}

	.ccp_content_container {
		max-width: unset;
	}

	.media .ccp_video {
		display: block;
		width: 80%;
		margin: 30px auto 0;
	}

	.media .timetable_wrap.desktop {
		display: none;
	}

	.media .timetable_wrap.mobile {
		display: block;
	}
}

@media only screen and (max-width: 620px) {
	.media .content_wrapper {
		padding: 0 20px;
	}

	.media .title {
		font-size: 28px;
		padding-top: 30px;
		padding-bottom: 0;
	}

	.media .content.left {
		margin-right: 0;
	}

	.media .content {
		width: auto;
		float: unset;
	}

	.media .program {
		padding: 0 20px 40px;
	}

	.media .sub_title {
		font-size: 32px;
	}

	.media .one_program {
		width: 100%;
	}

	.media .col-3 .one_program:nth-child(2) {
		margin: 0;
	}

	.one_program .title {
		padding: 10px 0 20px;
		font-size: 19px;
	}

	.main_block .donate_wrapper {
		display: inline-block;
		float: unset;
		width: 100%;
		margin-bottom: 40px;
	}

	.media .ccp_video {
		display: block;
		width: 100%;
		margin: 30px auto 0;
	}

	.media .milestone {
		padding: 0 20px 40px;
	}
}

/* content image zoom popup start */
body.noScroll {
	overflow: hidden;
}

#img_popup_overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,.8);
	z-index: 1000;
}

#img_popup_overlay .img_cont {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow-y: scroll;
}

#img_popup_overlay .close {
	display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 15px;
	color: #fff;
	font-weight: bolder;
}

#img_popup_overlay .close:before,
#img_popup_overlay .close:after {
	position: absolute;
	top: 6px;
	right: 20px;
	content: ' ';
	height: 28px;
	width: 2px;
	background-color: #fff;
}

#img_popup_overlay .close:before {
	transform: rotate(45deg);
}

#img_popup_overlay .close:after {
	transform: rotate(-45deg);
}

#img_popup_overlay img {
	position: absolute;
	width: 80%;
	top: 8%;
	left: 50%;
	margin-left: -40%;
}

@media only screen and (max-width: 620px) {
	#img_popup_overlay img {
		top: 20%;
	}
	#img_popup_overlay .close {
		top: 15%;
	}
}
/* content image zoom popup end */