@CHARSET "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Special+Elite');

/* ---------------- BEGIN PRESETS of BASE STYLES --------------- */
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;padding: 0;border: 0;font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,footer,header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}
blockquote {
	font-weight: 100;
	font-size: 2rem;
	max-width: 600px;
	line-height: 1.4;
	position: relative;
	margin: 0;
	padding: .5rem;
}

blockquote:before,
blockquote:after {
	position: absolute;
	color: #acaaa0;
	font-size: 8rem;
	width: 4rem;
	height: 4rem;
}

blockquote:before {
	content: '“';
	left: -5rem;
	top: -2rem;
}

blockquote:after {
	content: '”';
	right: -5rem;
	bottom: 1rem;
}

cite {
	line-height: 3;
	text-align: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
a { 
    text-decoration: none; 
}
*, *:after, *:before { 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 
}
.clearfix:before, .clearfix:after { 
    content: ""; 
    display: table; 
}
.clearfix:after { 
    clear: both; 
}
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}
#loading {
    position: fixed;
    top: 40%;
    width: 100%;
    display: none;
    z-index: 1268;
    text-align: center;
    opacity: 0.7;
}
.outline { border: 1px solid #000; }
ol, ul {
    list-style: none;
}
h1 {
    font-size: 38px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #993300;
}
h2 {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #868686;    
}
h3 {
    font-size: 26px;
    line-height: 32px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #993300;    
}
h4 {
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #191919;    
}
h4 i {
    font-family: 'Poppins', sans-serif;
    font-style: italic;
}
h5 {
    font-size: 30px;
    line-height: 38px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    color: #000000;  
    transition: 0.2s;
}
h6 {
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}
p, .pt, ul, ol {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.pt { font-weight: 600; }
p a, h2 a, .pt a {
    color: #b30536;
    text-decoration: underline;
    text-decoration-thickness: from-font;
}
p a:hover, h2 a:hover, .pt a:hover {
    text-decoration: none;
}
p b, .pt b {
    font-weight: 600; 
}
input, select {
    margin: 10px 0;
    border: 1px solid #cccccc;
    width: 100%;
    padding: 2% 1%;
}
input:focus, select:focus {
    outline: none;
    border: 1px solid #b30536;
}
.fields {
    padding: 7px 1% 8px !important;
    background: #ffffff;
}
.contact_textarea {
    max-width: 700px; width: 100%; border: 1px solid #cccccc;
}
.contact_textarea:focus {
    outline: none;
    border: 1px solid #b30536;
}
/*  These prevent MacOS or iOS to omit their own input:select dropdown styles */
/*input[type="checkbox"],
input[name="ways"],
input[name="ministry"], */
select[name="countrycode"],
select[name="age"],
select[name="title"] {
    -webkit-appearance: none;
} 

/* ---------------- END PRESETS of BASE STYLES --------------- */

/* div, header, section, ul, nav { border: 1px solid #ccc; } */

.width-full { width: 100%; }
.wider-width-common,
.width-common {
    max-width: 1100px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.wider-width-common {
    max-width: 1920px;
}
#header-inner {
    height: 140px;
    position: relative;
}
header {
    position: relative;
    /*background-image: url('/assets/images/lf_bg_hp.jpg');*/
}
#logo-wrapper {
    display: table-cell; 
    background-color: white; 
    width: 30%; 
    position: relative;
    transition: 0.2s !important;
    z-index: 9990;
}
#nav-wrapper {
    display: table-cell;
}
#logo { 
    max-width: 274px;
    width: 100%;
    /*max-height: 140px;
    height: 100%;*/
    position: absolute;
    top: 0;
    right: 0;
}
#logo img { 
    max-width: 234px; 
    min-width: 145px;
    width: 100%; 
    /*height: auto; 
    margin: 0 auto;*/
}
#main-nav { 
    max-height: 72px;
    width: 100%;
    max-width: 1100px;
    margin-top: -107px; /* -142px */
}
#main-header, 
#main-header-about, 
#main-header-hk, 
#main-header-revival,
#main-header-disciples,
#main-header-join,
#main-header-members
{
    background-image: url('/assets/images/lf_bg_hp.jpg');
    background-position: center 40%;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 600px;
    transition: 0.2s !important;
}
#main-header-about {
    background-image: url('/assets/images/our_ministries_3.png');
    background-position: center bottom;
    height: 350px !important;
}
#main-header-hk {
    background-image: url('/assets/images/hk_campus_life_campaign_bg.jpg');
    background-position: center center;
    height: 350px !important;
}
#main-header-revival {
    background-image: url('/assets/images/lf_bg_revival.jpg');
    background-position: center center;
    height: 350px !important;
}
#main-header-disciples {
    background-image: url('/assets/images/lf_bg_disciples.jpg');
    background-position: center center;
    height: 350px !important;
}
#main-header-academy {
    background-image: url('/assets/images/lf_bg_academy.jpg');
    background-position: center 42%;
    background-size: 100%;
	background-repeat: no-repeat;
    height: 350px !important;
}
#main-header-join {
    background-image: url('/assets/images/lf_bg_volunteers.jpg');
    background-position: center 31%;
    background-size: 100%;
    height: 350px !important;
}
#main-header-volunteers_stories {
    background-image: url('/assets/images/lf_bg_volunteers_stories.jpg');
    background-position: center 31%;
    background-size: 100%;
    height: 350px !important;
}
#main-header-gallery {
    background-image: url('/assets/images/lf_bg_gallery.jpg');
    background-position: center center;
    background-size: 100%;
    height: 350px !important;
}
#main-header-members {
    background-image: url('/assets/images/lf_bg_resources.jpg');
    background-position: center center;
    background-size: 100%;
    height: 350px !important;
}
.subheight {
    height: 350px !important;
    background-position: center 30% !important;
}
/*#top-nav ul li,
#nav-bar ul li {
    display: inline-block;
}*/
#top-nav {
    max-height: 72px;
    width: 100%;
    max-width: 1100px;
    margin-top: -100px; /* 0 */
    position: relative;
}
#smi-bar { 
    background: #ffffff;
    height: 72px; 
    transition: 0.2s !important; 
}
#nav-bar {
    /*background-color: rgba(0, 0, 0, 0.3);*/
    /*height: 70px;*/
    width: 100%;
    transition: 0.2s !important;
}
#hero-img-bottom {
    position: absolute;
    bottom: 0; right: 0;
    height: 68px;
    width: 30%;
}
#nav-bar-curve { 
    float: left; 
    width: 100px; 
    height: 50px; 
    /*transition: 0.2s !important; */
}
#hero-img-curve { 
    float: left; 
    width: 100px; 
    height: 69px; 
    /*transition: 0.2s !important; */
}
#hero-img-curve-fill {
    float: left;
    width: calc(100% - 100px);
    background-color: white;
    height: 68px;
}

#main-nav-items {
    transition: 0.4s !important;
}

#media-contact-nav li,
#main-nav-items li {
    display: inline-block;
}

.nav-icon {
    margin-top: 25px;
    /*margin-bottom: 9px;*/
    margin-left: 0;
    margin-right: 40px;
    transition: 0.2s;
}

.nav-img {
    /*filter: drop-shadow(0.10rem 0.10rem 0.5rem #000000);*/
}
.nav-img:hover {
    translate: 0 4px !important;
}

/*#media-contact-nav li img { vertical-align: top; }*/

.nav-item, .nav-item-top {
    margin-top: 30px; /* 15px */
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 19px;
    font-weight: 500;
    color: #000;
    transition: 0.2s !important;
    position: relative;
}
.nav-item-top { color: #000; }
.nav-item:last-child {
    /*margin-right: 15px;*/ 
}
.nav-item a { color: #fff; }
.nav-item-top a { color: #000; }
nav a#pull { display: none; cursor: pointer; }

.navwrapper {
    padding: 0 16px 16px; /* 16px */
    cursor: pointer;
}

#lang-choices { 
    display: none;
    background: #fff;
    z-index: 999;
    position: absolute;
    top: 20px;
    right: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 19px;
    /*border: 1px solid #000;*/
    padding: 10px 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
#lang-choices a { 
    color: #000; 
    padding: 8px;
}
#lang-choices a:hover { 
    translate: 0 4px !important; 
    background: #f6d8b9; 
}
.team-align {
    translate: 50%;
}
.dropnav { 
    display: none;
    opacity: 0.01; 
    max-height: 0px; 
    transition: opacity 1s, max-height 0s 1s; 
}
.navwrapper:hover .dropnav { 
    display: block;
    opacity: 1; 
    max-height: 999px; 
    transition: opacity 1s, max-height 0s; 
    cursor: pointer;
}

.dropdown-menu, .dropdown-menu-c, .dropdown-menu-cs {
    z-index: 1400;
    /*display: none;*/
    position: absolute;
    background-color: #f6d8b9;
    font-size: 19px;
    top: 27px; /* 42px */
    left: -5px;
    width: 150%;
    border-radius: 10px 0 0 0;
    /* min-width: 150px; */
    -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.4);
    transition: 0.2s !important;
    /* white-space: nowrap;
    border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px; */
}
.dropdown-menu-c { width: 190%; }
.dropdown-menu-cs { width: 130%; }

.dropdown-menu a, 
.dropdown-menu-c a, 
.dropdown-menu-cs a {
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 20px;
    color: #000;
    height: auto;
    text-decoration: none;
    display: block;
    transition: 0.5s !important;
    text-align: left;
    border: 0;
    padding: 14px 20px;
    border-radius: 10px 0 0 0;
}
.dropdown-menu a:hover, 
.dropdown-menu-c a:hover, 
.dropdown-menu-cs a:hover {
    color: #fff; 
    background-color: #000000; 
    transition: 0.2s !important;
    border: 0;
    padding: 14px 20px;
    border-radius: 10px 0 0 0;
    /* border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px; */
}
.dropdown:hover .dropdown-menu, 
.dropdown:hover .dropdown-menu-c, 
.dropdown:hover .dropdown-menu-cs {
    transition: 0.5s;
    display: inline-block;
}

.sidenav {
    display: block !important;
    height: 100%; 
    position: relative; 
    z-index: 888; 
    top: 59px; 
    left: 0;
    background-color: rgba(0, 0, 0, 0.7); 
    overflow-x: hidden;
    padding-top: 0; 
}
.nav-width {
    width: 100% !important;
}
.reveal {
    display: block !important;
}
#sloganA, #sloganAB, #sloganWHT, #sloganBA {
    color: #ffce38; 
    text-shadow: 0px 0px 5px #000;
    -moz-text-shadow: 0px 0px 5px #000;
    -webkit-text-shadow: 0px 0px 5px #000;
    margin-top: 210px;
    font-size: 50px; 
    font-family: 'Titillium Web', sans-serif; 
    font-weight: 700;
    
}
#sloganAB, #sloganBA, #sloganWHT {
    margin-top: 150px;
}
#sloganBA {
    /*color: cyan;*/
	/*margin-top: 197px;*/
}
#sloganWHT {
    color: #ffffff;
}
#sloganB {
    color: #ffce38;
    text-shadow: 0px 0px 5px #000;
    -moz-text-shadow: 0px 0px 5px #000;
    -webkit-text-shadow: 0px 0px 5px #000;
    margin-top: 5px;
    font-size: 30px; 
    font-family: 'Titillium Web', sans-serif; 
    font-weight: 700;
    
}
.bible_verses {
    font-family: 'Special Elite', cursive;
	background: #fffdf5;
	color: #3f3f5a;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    padding: 20px 40px !important;
}
.button_link {
    display: block;
    width: fit-content;
}
.buttonA, .buttonC a, .buttonB, .buttonAr {
    width: fit-content;
    padding: 10px 15px;
    color: #b30536;
    border: 1px solid #b30536;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    border-radius: 15px 0 15px 0;
    background-color: #fff;
    text-decoration: none;
}
.buttonAr {
    background-color: #b30536;
    color: #fff;
}
.buttonA:hover, .buttonC a:hover, .buttonB:hover, .buttonAr:hover  {
    cursor: pointer;
    color: #fff;
    background-color: #b30536;
}
.buttonAr:hover {
    background-color: #fff;
    color: #b30536;
}
.p {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.team img {
    width: 100%;
    max-width: 240px;
    height: auto;
}
#hks-image {
    max-width: 600px; 
    width: 100%; 
    height: auto; 
    border-radius: 10% 0; 
    margin-bottom: 40px;
}
.bucket {
    /*width: 90%;*/
    margin: 0 auto;
}
.bucket-bg-wrap {
    position: relative;
    padding-bottom: 30px;
}
.bucket-bg {
    /*background: linear-gradient(to right, #ffffff 15%,#b8b8b8 15%, #b8b8b8 85%, #ffffff 15%);
    position: absolute;
    content: '';
    height: 2px;
    right: 0;
    left: 0;
    top: 0;*/
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #ffffff 10%,#b8b8b8 10%, #b8b8b8 90%, #ffffff 10%) 2;
}
.bucket-icon, .poster-icon, .poster-t-icon, .bucket-icon-en {
    /*min-height: 144px;*/
    height: 100%;
    position: relative;
    transition: 0.2s;
}
/*.bucket-icon-en { min-height: 186px; }*/
.poster-icon { /*min-height: 500px;*/ }
.poster-t-icon { min-height: 400px; }
 
.bucket-icon img, 
.poster-t-icon img, 
.bucket-icon-en img {
    max-width: 65px;
    width: unset !important;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.poster-icon img {
    max-width: 65px;
    width: unset !important;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;        
}
.poster-icon img, .poster-t-icon img {
    max-width: 220px !important;
    width: 100% !important;
    box-shadow: 5px 5px 2px #777;
    -moz-box-shadow: 5px 5px 2px #777;
    -webkit-box-shadow: 5px 5px 2px #777;
}
.poster-icon img:hover, .poster-t-icon img:hover {
    box-shadow: 1px 1px 2px #777;
    -moz-box-shadow:  1px 1px 2px #777;
    -webkit-box-shadow:  1px 1px 2px #777;
    cursor: pointer;
}
.bucket-txt {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    color: #000000;  
    transition: 0.2s;
}
.donation_tabs {
    max-width: fit-content; 
    border-top: 1px solid #bd552f; 
    border-radius: 10px;
}
.sidebar-r, .history {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
    font-family: 'Roboto Condensed', sans-serif;
}
.sidebar-r ul {
    margin-left: 25px;
    list-style: none;
}
.history ul {
    margin-left: 25px;
    list-style: disc;
}
.support-list { list-style: normal; }
.support-list li {
    margin-bottom: 20px;
    margin-left: 10px;
    font-size: 20px;
    padding: 0 15px 0 15px;
    display: list-item;
    list-style: decimal;
    list-style-position: inside;
}
#support-fees { /*margin-left: 20px;*/ }
#support-fees li { 
    margin: 15px 0 0 20px; 
    font-size: 20px; 
    display: list-item;
    list-style: disc; 
    /*list-style-position: inside;*/
}
#diagrams_box { display: none; width: 100%; }
#happiness_group, #happiness_group_b {
    width: 90%; 
    max-width: 330px; 
    height: auto;
}
#happiness_discipleship {
    width: 90%;
    max-width: 350px;
}
#happiness_discipleship_b {
    width: 90%; 
    max-width: 360px; 
    height: auto; 
    vertical-align: middle; 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
}

.sidebar-r ul li, .history ul li { margin-bottom: 10px; }
.sidebar-r ul li a { color: #b30536; }
.sidebar-r ul li a:hover { text-decoration: underline; }
.history ul li { font-size: 20px; }
footer #bar {
    background-color: #e60013; 
    height: 30px; 
    width: 92%; 
    margin: 0 auto; 
    border-top-left-radius: 30px;  
    border-top-right-radius: 30px;
}
footer #copy_links {
    background-color: #e60013; /* #450216 */ 
    height: auto; 
    width: 100%; 
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
footer #copy_links_inner {
    position: relative;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    min-height: 210px; 
    text-align: left;
}
footer #footer_nav {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    transition: 0.2s !important;
    position: relative;
}
footer #footer_nav a {
    color: #fff;
    padding: 0 10px 5px;
}
footer #footer_nav a:hover, .footer_nav_bb {
    border-bottom: 1px solid #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.footer_nav_bb { }
footer #footer_subnav { margin-top: 10px; }
footer #footer_subnav .fsnav {
    display: none;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
    font-family: 'Roboto Condensed', sans-serif;
}
footer #footer_subnav ul {
    margin-left: 25px;
    list-style: disc;
}
footer #footer_subnav ul li { }
footer #footer_subnav ul li a { color: #fff; }
footer #footer_subnav ul li a:hover { text-decoration: underline; text-decoration-thickness: from-font; }
#bottom_logo {
    text-align: right;
    margin-bottom: 70px;
    transition: 0.2s !important;
}
#bottom_logo img {
    width: max-content !important;
}
footer #copyright {
    margin: 25px 0;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    bottom: 0;
    padding: 10px;
}
footer #copyright #policy {
    margin-left: 25px;
}
footer #addy {
    text-align: left;
    color: #fff;
    font-size: 16px; 
    line-height: 19px;
}
footer #addy a {
    color: #fff;
    text-decoration: none;
}
footer #addy a:hover {
    color: #fff;
    text-decoration: underline;
}
.signup_h1, .donation_h1 {
    color: #e60013 !important; 
    font-family: 'poppins', arial, sans-serif !important; 
    font-size: 35px !important; 
    line-height: 30px !important;
}
.signup_h1>.line2, .donation_h1>.line2 {
    font-weight: 300; 
    font-size: 30px;
}

#lfc_signup, #lfc_login, #lfc_pass_reset, #lfc_volunteer, #lfc_donation
{
    display: none;
    z-index: 10000;
    position: absolute; /* fixed */
    /*top: 3%;*/
    left: 15%;
    right: auto;
    border-radius: 30px 0 30px 0;
    /*border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #6d6d6d;*/
    font-family: 'Poppins';
    
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233, 211, 213, 1) 86%, rgb(230, 0, 19, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(86%, rgba(233, 211, 213,1)), color-stop(100%, rgba(255,228,217,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233, 211, 213,1) 86%, rgba(255,228,217,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233, 211, 213,1) 86%, rgba(255,228,217,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233, 211, 213,1) 86%, rgba(255,228,217,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(233, 211, 213,1) 86%, rgba(255,228,217,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffe4d9', GradientType=0 );
    
    -webkit-box-shadow: 0px 20px 30px 5px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 20px 30px 5px rgba(0,0,0,0.45);
    box-shadow: 0px 20px 30px 5px rgba(0,0,0,0.45);
    
    width: 70%; 
    height: auto;
}
#lfc_donation {
    left: 10%; width: 80%;
}
#lfc_signup a, #cg_signup_container a,
#lfc_donation a, #lfc_donation_container a,
#lfc_login a, #cg_login_container a,
#lfc_pass_reset a, #cg_pass_reset_container a
{color: #fc4d00;}
#lfc_signup a:hover, #cg_signup_container a:hover, 
#lfc_donation a:hover, #lfc_donation_container a:hover,
#lfc_login a:hover, #cg_login_container a:hover,
#lfc_pass_reset a:hover, #cg_pass_reset_container a:hover
{color: #982f00;}
#lfc_signup h1, #lfc_donation h1, #lfc_login h1, #lfc_pass_reset h1 {
    color: #fc4d00;
    font-family: 'academy_demibold';
    font-size: 40px;
    text-align: left;
    padding: 0 10px 10px 0;
    margin: 0;
    width: 95%; 
    line-height: 40px;
}
#lfc_signup #lfc_signup_container,
#lfc_donation #lfc_donation_container,
#lfc_login #lfc_login_container,
#lfc_pass_reset #lfc_pass_reset_container {
/*    background-image: url('/images/signup_bg2.png');*/
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 30px;
}
#lfc_signup #lfc_signup_container_campaign,
#lfc_donation #lfc_donation_container_campaign,
#lfc_volunteer #lfc_volunteer_container,
#lfc_login #lfc_login_container_campaign {
/*    background-image: url('/images/signup_bg2.png');*/
    background-position: right top;
    background-repeat: no-repeat;
    padding: 20px 20px 30px 20px;
    background-size: auto;
    transition: 0;
}
#signup_form_wrapper, #login_form_wrapper, #passreset_form_wrapper {
    
}
#signup_form_t, #login_form_t {
    display: none;
}
#signup_form_l, #signup_form_r,
#login_form_l, #login_form_r {
    width: 50%;
    padding:10px;
    display:table-cell;
    vertical-align:top;
    margin-bottom: 50px;
}
#signup_form_l_campaign,
#login_form_l_campaign {
    padding:0;
    display:block;
    vertical-align:top;
    /*margin-bottom: 30px;*/
}
#login_form_l_campaign {
    width: 60%;
}
#signup_form_l_campaign li,
#login_form_l_campaign li {
    margin-top: -10px;
    padding-top: 0;
    list-style: none;
}
#signup_form_r, #login_form_r {
    background: url(/images/signup_bg_cb.png) no-repeat;
    background-position: left 60px;
}
#signup_form_r_campaign, #login_form_r_campaign {
    /* background: url(/images/signup_bg_cb.png) no-repeat; */
    background-position: left 60px;
}
#signup_form_r .promo_line,
#login_form_r .promo_line {
    color:#212121; 
    line-height: normal; 
    letter-spacing: normal;
/*    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.95);*/
}
#signup_form_r h1, #signup_form_t h1,
#login_form_r h1, #login_form_t h1 {
    font-size: 20px;
    color: #1c1c1c;
}
#signup_form_r h2, #signup_form_t h2,
#login_form_r h2, #login_form_t h2 {
    font-family: 'academy_light';
    color: #383838;
    font-size: 16px;
    margin: -5px 0 0 0;
}
#signup_form_r img, #login_form_r img {display: none;}

.error {
    color: #f00;
}

#shirley { float: right; }
#diana { float: left; }

#lfc_signup #exit_signup, 
#lfc_donation #exit_donation,
#lfc_volunteer #exit_volunteer,
#lfc_pass_reset #exit_passreset,
#lfc_signup #reset, 
#lfc_signup #submit,
#lfc_donation #submit,
#lfc_volunteer #submit,
#lfc_login #exit_login, 
#lfc_pass_reset #reset_passreset,
#lfc_pass_reset #submit_passreset,
#lfc_login #reset_login, 
#lfc_login #submit_login,
#lfc_volunteer #submit_login {
    cursor: pointer;
    color: #e60013;
    background: #ffffff;
    padding: 5px 10px 5px 10px;
    float: right;
    transition: 0.2s;
    border: 1px solid #e60013;
    height: auto;
}
#lfc_signup #reset,
#lfc_login #reset_login,
#lfc_pass_reset #reset_passreset,
#lfc_volunteer #reset_vol {
    float: left;
    margin: 20px 0 0 20px;
}
#lfc_signup #submit, #lfc_volunteer #submit, #lfc_donation #submit {
    color: #fff;
    float: right;
    background: #e60013;
    margin: 0 20px 40px;
}
#lfc_login #submit_login, #lfc_pass_reset #submit_passreset {
    color: #fff;
    float: none;
    background: #e60013;
    margin: 0 auto 40px;
}
#lfc_signup #exit_signup:hover, 
#lfc_donation #exit_donation:hover,
#lfc_volunteer #exit_volunteer:hover, 
#lfc_pass_reset #exit_passreset:hover,
#lfc_signup #reset:hover, 
#lfc_signup #submit:hover,
#lfc_volunteer #submit:hover,
#lfc_donation #submit:hover,
#lfc_login #exit_login:hover, 
#lfc_pass_reset #reset_passreset:hover,
#lfc_pass_reset #submit_passreset:hover,
#lfc_login #reset_login:hover, 
#lfc_login #submit_login:hover {
    color: #e60013;
    background: #fff;
    transition: 0.2s;
}

#lfc_signup #exit_signup:hover,
#lfc_donation #exit_donation:hover,
#lfc_login #exit_login:hover,
#lfc_volunteer #exit_volunteer:hover,
#lfc_pass_reset #exit_passreset:hover,
#lfc_volunteer #exit_volunteer:hover {
    color: #fff;
    background: #e60013;
}

#lfc_signup input, #lfc_donation input, #lfc_login input, #lfc_pass_reset input, #lfc_donation input, #lfc_volunteer input {
    font-size: 15px;
    color: #000;
    width: 90%;
}
#lfc_signup select, #lfc_donation select, #lfc_volunteer select, #lfc_volunteer select { width: 90%; padding: 8px 12% 9px 10px !important; }
#nwslttr { margin-top: 40px;  opacity: 1;  margin-bottom: 5px; width: 100px; height: auto; transition: 0.2s !important; }
#nwslttr:hover { margin-top: 45px; opacity: 0.8; margin-bottom: 0; transition: 0.2s; }

#cc_name, #cc_choices { display: none; }

#newsletter-download {
    text-align: left;
}

#messagebox li, #messages_b li, #messages_c li { 
    margin-bottom: 7px;
    /*list-style: none;*/
}

#wechat_box, #whatsapp_box { display: none; }

.filelist {
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
    margin-bottom: 7px;
}
.filelist:last-child {
    border-bottom: none;
}

.box:first-child{border:1px solid #0f0;}

.box, .title{  
    background-color:#fff;
    width:400px;padding:20px 10px;
    border-radius:5px;box-shadow:0px 0px 40px #000;
    margin:40px auto;
}

.title{
    height:40px;padding:10px;text-align:center;
    border-radius:40px;width:200px;
}
.title h1{
    margin:0;color:#777;text-shadow: 2px 3px 4px #aaa;
}

.trigger {}

.trigger:hover { }

.tooltip {
	width:auto;
	padding:15px;
	background-color: white;
	border-radius : 5px;
    box-shadow:0px 0px 20px #aaa;
    font-size: small;
}

.profile_l, .profile_l_d {
    padding: 2% 3%; width: 25%;
    border-bottom: 1px solid #ccc;
}

.profile_r, .profile_r_d {
    padding: 2% 3%;    
    border-bottom: 1px solid #ccc;
}

.profile_l_d, .profile_r_d {
    background: #eaeaea;
}

.upcoming_posters {
    border-radius: 10px 7px 10px 0;
    max-width: 300px !important;
    width: 100% !important;
}
.upcoming-top, .upcoming-bot, .happening-top {
    font-family: 'Montserrat', 'Noto Sans TC', sans-serif;
    text-align: center;
    background: rgb(255,0,0);
    background: linear-gradient(180deg, rgba(255,0,0,1) 0%, rgba(255,0,0,1) 57%, rgba(255,0,0,0) 100%);  
    color: #ffffff; 
    border-radius: 7px 7px 0 0;
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
    /*width: calc(100% - 8%); */
    max-width: 300px;
    height: 50px;
    z-index: 999; 
    padding: 8px;
}
.happening-top {
    background: rgb(255, 137, 0);
    background: linear-gradient(180deg, rgba(255, 137, 0,1) 0%, rgba(255, 137, 0,1) 57%, rgba(255, 137, 0,0) 100%);
}
.upcoming-bot {
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);  
    z-index: 950;
}
.past-event {
    background: linear-gradient(180deg, rgb(126, 126, 126) 0%, rgb(126, 126, 126) 57%, rgba(124, 124, 124, 0) 100%);  
}

@media only screen and (max-width: 1480px) {
    #hap_g, #hap_d {
        display: none;
    }
    #diagrams_box {
        display: flex;
    }
}
@media only screen and (max-width: 1280px) {
    #main-header-join {
        background-position: center 28%;
    }
    #main-header-gallery {
        background-position: center 28% !important;
    }
    #main-header-hk {
        background-size: cover !important;
    }
}

@media only screen and (max-width: 1024px) {
    #main-header {
        background-position: center 40px;
    }
    .subheight {
        height: 350px !important;
        background-position: center -70px !important;
    }
}


@media only screen and (max-width: 950px) {
    .nav-item {
        /*padding-left: 12px;
        padding-right: 12px;*/
    }
    .poster-icon {
        /*min-height: 450px;*/
    }
}
@media only screen and (max-width: 920px) {
    .navwrapper {
        padding: 0 13px 16px; /* 16px 13px */
    }
}
@media only screen and (max-width: 860px) {
    .nav-item {
        /*padding-left: 10px;
        padding-right: 10px;*/
    }
    #logo-wrapper {
        width: 26%; 
    }
    #main-header {
        background-size: 845px auto;
    }
    .subheight {

    }
    #happiness_group_b {
        width: 80%; 
    }
    #happiness_discipleship_b {
        width: 80%; 
    }
}
@media only screen and (max-width: 820px) {
    .navwrapper {
        padding: 0 10px 16px; /* 16px 10px */
    }
    footer #footer_nav {
        text-align: center;
    }    
    footer #addy {
        text-align: center;
    }
    footer #copyright {
        text-align: center;
        left: 0;
        right: 0;
        padding: 0 20px;
    }
    footer #copyright #policy {
        margin-left: 0;
    }    
    footer #copyright #policy::before {
        content: "\A";
        white-space: pre;
    }
    #bottom_logo {
        text-align: center;
    }
    #main-header-hk {
        background-size: cover !important;
    }
    #hks-image {
        max-width: none; 
    }
}
@media only screen and (max-width: 780px) {
    #logo-wrapper {
        width: 22%; 
    }
    #sloganA, #sloganAB, #sloganWHT {
        margin-top: 210px;
        font-size: 48px; 
    }
    #sloganAB, #sloganWHT {
        margin-top: 150px;
    }
    #sloganB {
        margin-top: 5px;
        font-size: 29px; 
    }
    blockquote:before,
    blockquote:after {
        font-size: 6rem;
        width: 4rem;
        height: 4rem;
    }
    blockquote::before {
        left: -2.7rem;
        top: -2rem;
    }
    blockquote::after {
        right: -3.8rem;
        bottom: 1rem;
    }
    blockquote {
        font-size: 1.4rem;
    }
    #main-header-gallery {
        /*background-size: 580px;
        background-position: center 100% !important;*/
    }
    .signup_h1 {
        font-size: 30px !important; 
        line-height: 28px !important;
    }
    .signup_h1>.line2 {
        font-size: 25px;
    }
}
@media only screen and (max-width: 740px) {
    #main-header-revival, #main-header-disciples {
        background-size: 740px;
    }
}
@media only screen and (max-width: 730px) {
    #logo-wrapper, #nav-wrapper {
        display: grid;
    }
    .navwrapper {
        padding: 16px 7px;
    }
    #smi-bar { 
        height: 85px; 
    } 
    #nav-bar {
        max-height: 40px;
    } 
    #nav-bar svg path {
        /*d: path('M0,0 L59,0 C25,0 30,59 0,59z') !important;*/
    }
    #hero-img-curve path {
        /*d: path('M59,59 L59,0 C25,0 30,59 0,59z') !important;*/
    }
    .nav-item {
        margin-top: 19px;
        font-size: 17px;
    }
    .nav-icon {
        margin-top: 25px;
        margin-bottom: 0;
        margin-left: 5px;
        margin-right: 30px;
    }
    #nav-bar-curve, #hero-img-curve {
        width: 60px;
        height: 40px;
    }
    #lang-choices { 
        top: 28px;
        right: 10px;
        padding: 10px 20px;
    }
    #hero-img-bottom {
        height: 40px;
    }
    #hero-img-curve-fill {
        width: calc(100% - 59px);
        margin-left: 59px;
        height: 40px;
        float: none;
    }
    .dropdown-menu, .dropdown-menu-c, .dropdown-menu-cs { 
        top: 48px;
        font-size: 17px;
    }
    #sloganA, #sloganAB, #sloganWHT {
        margin-top: 210px;
        font-size: 43px; 
    }
    #sloganAB, #sloganWHT {
        margin-top: 150px;
    }
    #sloganB {
        margin-top: 5px;
        font-size: 26px; 
    }

}
@media only screen and (max-width: 690px) {
    .left-box, .right-box {
        float: none; 
        width: 100%;
    }
    .bucket-icon, .bucket-icon-en {
        min-height: 104px;
    }
    .bucket-bg-wrap {
        padding-bottom: 15px;
    }
    .bucket-icon img {
        bottom: 20px;
    }
    #diagrams_box { display: block; }
    #happiness_discipleship_b {
        position: relative; 
        top: auto; 
        left: auto; 
        transform: none;
    }
    .donation_tabs {
        margin-left: auto; 
        margin-right: auto;
    }
    #shirley, #diana {
        float: none;
    }
    #newsletter-download {
        text-align: center;
    }
	#main-header-academy {
		aspect-ratio: 16 / 9;
		background-position: center 55px;
        height: 280px !important;
	}
}

@media only screen and (max-width: 670px) {
    nav ul { display: none; }
    nav a#pull {
		display: block;
        font-family: 'Roboto Condensed', arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        color: #000;
        width: 20%;
        margin: 23px auto 0;
        padding: 10px;
        white-space: nowrap;
        text-align: center;
        position: absolute;
        top: 3px;
        left: 10%;
        right: 0;
        z-index: 998;
	}
    nav a#pull:hover {
        color: #340a0a;
        /*background-color: #c1b5aa;*/
    }
	nav a#pull::before {

	}
    #main-header {
        height: 400px;
        background-position: center -70px;
    }
    #main-nav-items {  
        width: 0;
        overflow: hidden;
    }
    #main-nav-items li {
        display: block;
    }
    .dropdown-menu, .dropdown-menu-c, .dropdown-menu-cs {
        position: relative;
        background-color: #f6d8b9;
        font-size: 16px;
        width: 100%;
        top: 20px;
        -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.4);
        transition: 0.2s !important;
        white-space: normal;
    }
    .dropdown-menu a, .dropdown-menu-c a, .dropdown-menu-cs a {
        line-height: 20px;
        color: #000;
        text-align: center;
        padding: 13px 18px;
    }
    .dropdown-menu a:hover, .dropdown-menu-c a:hover, .dropdown-menu-cs a:hover {
        color: #fff; 
        background-color: #000000; 
        padding: 13px 18px;
    }
    .dropdown:hover .dropdown-menu, .dropdown:hover .dropdown-menu-c, .dropdown:hover .dropdown-menu-cs {
        transition: 0.5s;
        display: none;
    }
    #sloganA, #sloganAB, #sloganWHT {
        margin-top: 190px;
        font-size: 32px; 
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }
    #sloganAB, #sloganWHT {
        margin-top: 160px;
    }
    #sloganBA {
        top: 48px;
		font-size: 32px;
		margin-top: 200px;
    }
    #sloganA { line-height: 29px; position: initial; }
    #sloganB {
        /*margin-top: 225px;*/
        font-size: 19px; 
        position: initial;
        top: 0;
        right: 5%;
    }  
    .subheight, 
    #main-header-about, 
    #main-header-revival,
    #main-header-disciples,
    #main-header-members {
        height: 300px !important;
    }
    #main-header-gallery {
        background-size: 650px;
        /*background-position: center 100% !important;*/
    }
    .nav-item {
        color: #fff; 
    }
    .sidenav { top: 64px; }
    .nav-icon {
        margin-top: 34px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 20px;
    }
    .nav-img {
        filter: none;
    }
    #top-nav {
        position: absolute;
        top: 0;
        margin-top: 0;
    }
    #smi-bar {
        height: 72px;
    }
    p, .pt, .history ul li {font-size: 18px; line-height: 26px;}
    .support-list li, .support-fees li { 
        margin-left: 10px;
        font-size: 18px; 
    }
    .profile_l, .profile_l_d {
        width: 30%;
    }
}

@media only screen and (max-width: 580px) {
    .nav-item {
        margin-top: 19px;
        font-size: 16px;
    }
    .dropdown-menu, .dropdown-menu-c, .dropdown-menu-cs {
        font-size: 16px;
        line-height: 17px;
    }
    #main-header-join {
        background-size: cover;
        background-position: 20% 28%;
    }
    #main-header-gallery {
        background-size: 580px;
        background-position: center 100% !important;
    }
    .signup_h1 {
        font-size: 25px !important; 
        line-height: 26px !important;
    }
    .signup_h1>.line2 {
        font-size: 20px;
    }   
    #lfc_signup, #lfc_login, #lfc_donation, 
    #lfc_pass_reset, #lfc_volunteer
    {
        top: 2%;
        left: 5%;
        right: auto;
        width: 90%; 
    }
}
@media only screen and (max-width: 560px) {
    #bottom_logo {
        margin-bottom: 100px;
    }
}
@media only screen and (max-width: 512px) {
    h1 { font-size: 30px; }
    h2 { font-size: 24px; }
    p, .pt, .history ul li {
        font-size: 16px;
        line-height: 24px;
    }
    .support-list li, .support-fees li { 
        margin-left: 10px;
        font-size: 16px; 
    }       
    .buttonA, .buttonC a, .buttonB {
        padding: 10px 14px;
        font-size: 16px;
        border-radius: 10px 0 10px 0;
        margin: 40px auto 0 !important;
    }  
    h5 {
        font-size: 25px;
        line-height: 34px;
    }

    .bucket-bg {
        border-image: linear-gradient(to right, #ffffff 0%,#b8b8b8 0%, #b8b8b8 100%, #ffffff 0%) 2;
    }
    #main-header-about, 
    #main-header-revival,
    #main-header-disciples,
    #main-header-members {
        background-size: 150%;
    }
    .team-align {
        translate: none;
    }
    .profile_l, .profile_l_d {
        width: 40%;
    }    
}

@media only screen and (max-width: 480px) {
    #main-header-hk, #main-header-revival, #main-header-disciples {
        background-position: center 50px;
    }

}

@media only screen and (max-width: 400px) {
    #logo img {
        max-width: 200px;
        min-width: 120px;
    }
    #main-header-about {
        background-size: 470px;
    }

}

@media only screen and (max-width: 320px) {
    .nav-img {
        width: 75%; height: auto;
    }
    .nav-icon {
        margin-right: 10px;
    }
}
