/* begin of global */

body {
	position: initial;
}

header {
	text-align: center;
	background: #264daf;
	line-height: 0;
}

header .container {
	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: 15%;
}

header h1 {
	margin: 0;
}

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

header .nav {
	width: 75%;
	padding: 0 5%;
}

header .nav span {
	display: inline-block;
	width: 20%;
	float: left;
}

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

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

header .container .nav.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/hamburger.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 30px;
	margin-top: 0;
	position: absolute;
	top: 15px;
	right: 20px;
	z-index: 101;
}

header .hamburger.close {
	background: url(/assets/themes/djy/images/close.png);
	background-size: contain;
}

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

footer .hotline a {
	color: #fff;
}

footer .copyright {
	font-size: 12px;
}

.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;
}

.djy_stripe_payment {
	margin-top: 20px;
}

.djy_stripe_payment .StripeElement {
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: unset;
	margin: 0 10%;
	box-shadow: none;
}

.submit_payment {
	background-color: blue;
	height: 45px;
	width: 130px;
	color: #fff;
	border-radius: 3px;
	margin-top: 20px;
	float: left;
	margin-left: 10%;
}

.cancel_payment {
	height: 45px;
	width: 130px;
	border-radius: 3px;
	border: 1px solid #000;
	margin-top: 20px;
	float: right;
	margin-right: 10%;
}

.submit_payment::after, .cancel_payment::after {
	float: none;
}

.djy_stripe_payment .errorinfo {
	width: 100%;
	position: absolute;
	text-align: left;
	margin-left: 10%;
}

@media only screen and (max-width: 1100px) {
	header .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 .container .nav {
		position: absolute;
		width: 100%;
		top: 59px;
		right: 0;
		background: rgba(38, 77, 175, 0.9);
		z-index: 300;
		line-height: 30px;
		padding: 30px 0;
		display: none;
	}
	header .nav span {
		width: 100%;
		padding: 3px 0;
	}
}

/* end of global */

/*begin of front*/
.main_container .top_block {
	height: 600px;
	background-color: #000;
	background-image: url('/assets/themes/djy/images/DJY_Donation_Desktop.jpeg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.left_video {
	padding: 7% 5%;
	width: 50%;
	height: 100%;
}

@media only screen and (min-width: 1800px) {
	.left_video video {
		width: auto;
		display: block;
		margin: auto;
		margin-right: 0;
	}
}

.main_container .main_block {
	padding: 20px 0 25px;
	background: #f1f5ff;
	text-align: center;
}

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

.main_container .main_block .block_title {
	font-size: 22px;
	font-weight: bold;
}

.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 .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;
}

.main_block .introduction {
	display: inline-block;
	float: left;
	width: 47%;
}

.main_block .introduction .why_donate {
	display: inline-block;
	background: #fdc614;
	width: 100%;
	padding: 30px;
}

.main_block .why_donate .text {
	display: inline-block;
	width: 100%;
	text-align: left;
	padding-top: 10px;
}

.main_block .why_donate .text>div {
	display: inline-block;
	float: left;
}

.main_block .why_donate .amount {
	width: 26%;
	font-size: 22px;
	font-weight: bold;
	line-height: 33px;
	letter-spacing: 1.2px;
}

.main_block .why_donate .desc {
	width: 74%;
	line-height: 22px;
}

.main_block .introduction .question {
	padding: 30px 0;
	text-align: left;
}

.main_block .introduction .question button {
	padding: 10px 20px;
	background: #9E9E9E;
	border-radius: 9px;
	cursor: pointer;
	font-size: 18px;
	color: #fff;
}

.main_block .introduction .question h2 {
	font-size: 18px;
	padding: 15px 0 0;
}

.main_block .introduction .question p {
	line-height: 26px;
	word-break: break-word;
}

.main_block .introduction .question a {
	color: blue;
	text-decoration: underline;
}

.main_block .introduction .question ul {
	padding-left: 20px;
}

.main_block .introduction .question_wrapper {
	position: relative;
}

.main_block .donate_wrapper .check_pay {
	padding: 0 0 20px;
}

.main_block .donate_wrapper .check_pay p {
	line-height: 22px;
}

.main_block .paypal .block_title {
	padding-bottom: 10px;
}

.main_block .support_us {
	text-align: center;
	clear: both;
}

.main_block .support_us button {
	width: 200px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	background-color: #fdc616;
	margin: 0 auto;
	cursor: pointer;
}

.memo { width: 99%; }

@media only screen and (max-width: 1600px) {
	.main_container .top_block {
		height: 530px;
	}
}

@media only screen and (max-width: 1400px) {
	.main_container .top_block {
		height: 450px;
	}
}

@media only screen and (max-width: 1200px) {
	.main_container .top_block {
		height: 390px;
	}
}

@media only screen and (max-width: 1000px) {
	.main_container .top_block {
		height: 330px;
	}
}


@media only screen and (max-width: 840px) {
	.submit_payment {
		width: 100px;
	}

	.cancel_payment {
		width: 100px;
	}
}

@media only screen and (max-width: 760px) {
	.main_container .top_block {
		height: 250px;
	}
	
	.main_block .donate_wrapper {
		width: 100%;
	}

	.main_block .donate_panel {
		width: 100%;
	}

	.main_block .introduction {
		width: 100%;
	}

	.main_block .introduction .amount {
		width: 90px;
	}

	.main_block .introduction .desc {
		width: calc(100% - 90px);
	}
}


@media only screen and (max-width: 640px) {
	.main_container .top_block {
		height: 210px;
	}
}

@media only screen and (max-width: 600px) {
	.main_container .top_block {
		height: 410px;
		background-image: url('/assets/themes/djy/images/DJY_Donation_Mobile.jpeg');
	}

	.left_video {
		padding: 27% 11% 12% 11%;
		width: 100%;
		height: 100%;
	}
}
@media only screen and (max-width: 550px) {
	.left_video {
		padding: 30% 17% 16% 17%;
	}
}
@media only screen and (max-width: 480px) {
	.left_video {
		padding: 31% 18% 17% 18%;
	}
}
@media only screen and (max-width: 414px) {
	.main_container .top_block {
		height: 340px;
	}

	.left_video {
		padding: 29% 18% 16% 18%;
	}
}
@media only screen and (max-width: 375px) {
	.main_container .top_block {
		height: 320px;
	}
}

@media only screen and (max-width: 360px) {
	.left_video {
		padding: 32% 19% 20% 19%;
	}
}

@media only screen and (max-width: 320px) {
	.main_container .top_block {
		height: 280px;
	}
}

@media only screen and (max-width: 280px) {
	.left_video {
		padding: 41% 20% 26% 20%;
	}
}

header.eet {
	background: none;
}

header.eet .logo {
	float: none !important;
	width: 100%;
	max-width: 300px;
}

.eet.main_container .main_block {
	background: none;
	padding-top: 40px;
}

.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: none;
}

.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%;
}

.StripeElement {
	box-sizing: border-box;
	padding: 20px 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: white;
	box-shadow: 0 1px 3px 0 #e6ebf1;
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
	margin: 40px 0 10px;
}

#stripe_payment_form button {
	background: #F7941D;
	border-radius: 6px;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
	width: 70%;
	color: #fff;
	cursor: pointer;
	outline: none;
	margin-top: 30px;
}

.remind {
	background: #ffef86;
	padding: 5px;
	margin-bottom: 10px;
}

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

@media only screen and (max-width: 600px) {
	.main_container .top_block {
		height: 410px;
	}
}

@media only screen and (max-width: 500px) {
	.main_container .top_block {
		height: 350px;
	}
}

@media only screen and (max-width: 414px) {
	.main_container .top_block {
		height: 280px;
	}
}

@media only screen and (max-width: 375px) {
	.main_container .top_block {
		height: 240px;
	}
}

@media only screen and (max-width: 320px) {
	.main_container .top_block {
		height: 210px;
	}
}