/*-----------------------------------------------------------------------------------

    Template Name: Vubon
    Author: WP Expand
    Author URI: http://www.wpexpand.com
    License: GNU General Public License version 3.0
    License URI: http://www.gnu.org/licenses/gpl-3.0.html
    Version: 1.0
    
    All files, unless otherwise stated, are released under the GNU General Public License
    version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================

    1. Base CSS
    2. Slider CSS
    3. Header CSS
    4. Upcoming Event CSS
    5. About CSS
    6. Recent Cases CSS
    7. More events CSS
    8. Call to action CSS
    9. Recent news CSS
    10. Sidebar CSS
    11. Footer top CSS
    12. Internal page CSS
    13. Blog post CSS
    14. Comments CSS
    15. Preloader CSS
    16. Colors CSS

-----------------------------------------------------------------------------------*/


/* --------------------------------------------------------
1. Base CSS
-----------------------------------------------------------*/

.floatleft {
    float: left
}

.floatright {
    float: right
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}



img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Open Sans', sans-serif
}

.section-padding {
    padding: 60px 0
}

.section-gray {
    background-color: #F7F7F7
}

.section-dark {
    background-color: #110C09;
    color: #fff;
}

a {
    transition: .3s
}

    a:focus {
        outline: #ff0000 dotted 4px;
    }

    a:hover {
        outline: 2px solid orange;
        box-shadow: 0 0 5px orange;
        text-decoration: underline;
    }

/*a:focus {
        outline: red dashed 4px -webkit-focus-ring-color;
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }*/



/* --------------------------------------------------------
2. Slider CSS
-----------------------------------------------------------*/

.top-area {
    position: relative
}

.top-area, .slider-area, .slider-area div {
    height: 100%
}

div.owl-controls, div.owl-controls div {
    height: auto
}

.slide-text-table {
    width: 100%;
    display: table;
    padding-bottom: 50px;
}

.slide-text-cell {
    display: table-cell;
    vertical-align: middle;
}

.slide-bg {
    height: 100%;
    width: 100%;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    transition: 10s;
    transform: scale(1);
}

.slidezoom {
    transform: scale(1.5)
}

.slide-bg:after {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .75;
    content: "";
}

.slider-area .owl-nav div {
    color: #fff;
    font-size: 5.625rem;
    line-height: 140px;
    margin-top: -70px;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    z-index: 1;
}

    .slider-area .owl-nav div.owl-prev {
        left: 30px
    }

    .slider-area .owl-nav div.owl-next {
        right: 30px
    }

    .slider-area .owl-nav div:hover {
        opacity: 0.8
    }

    .slider-area .owl-nav div.owl-prev a :focus {
        opacity: 0.8
    }

    .slider-area .owl-nav div.owl-next a:focus {
        opacity: 0.8
    }

.slider-area.owl-carousel .owl-item {
    overflow: hidden
}


/* --------------------------------------------------------
3. Header CSS
-----------------------------------------------------------*/

.header-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}

.header-top-left {
    color: #fff
}

.page .header-top-left,
.page .social-icon {
    font-size: 1rem;
    font-weight: bolder;
    font-family: Microsoft JhengHei;
}

    .page .social-icon a {
        color: #fff;
        /*background-color: rgba(65, 196, 132, 0.55);*/
    }

.page .header-area::after {
    opacity: .9
}

.header-top-left p {
    float: left;
    line-height: 23px;
    margin-bottom: 0;
    margin-right: 25px;
}

.header-top-left i {
    margin-right: 5px
}

div.social-icon a {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 5px;
    font-size: 2.5rem;
    font-weight: bolder;
    font-family: Microsoft JhengHei;
}
/*div.social-icon a:focus {
        outline: red dashed 4px
    }*/

.header-top-area {
    padding: 7px 0;
    background: rgba(0, 0, 0, 0.35);
}

.logo {
    font-family: 'Kaushan Script', cursive
}

.header-area {
    position: relative;
    width: 100%;
    z-index: 99;
    background: rgba(65, 196, 132, 0.49);
}

    .header-area::after {
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
        transition: .4s;
    }

div.logo a {
    color: #fff
}

.logo h1 {
    font-size: 2.8125rem;
    margin: 0;
    padding: 25px 0;
    transition: .4s;
}

.mainmenu {
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 15px;
    position: relative;
    transition: .4s;
}

    .mainmenu:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        content: "";
        height: 100%;
        z-index: -1;
        display: none
    }

    .mainmenu ul.nav.navbar-nav li a:focus {
        outline: 2px solid orange;
        box-shadow: 0 0 5px orange;
        text-decoration: underline;
        background: #fff;
        color: #333;
    }

    .mainmenu ul.nav.navbar-nav li a:hover {
        outline: 2px solid orange;
        box-shadow: 0 0 5px orange;
        text-decoration: underline;
        background: #fff;
        color: #333;
    }

    .mainmenu ul.nav.navbar-nav li a:active {
        background: #fff;
        color: #333;
    }


    .mainmenu ul li {
        border: 2px solid transparent
    }

        .mainmenu ul li a {
            color: #fff;
            padding: 10px 25px;
            font-size: 2.25rem;
            font-family: Microsoft JhengHei;
        }

        .mainmenu ul li.menu-bordered:hover {
            border-color: #333
        }

            .mainmenu ul li.menu-bordered:hover a {
                background-color: #fff;
                color: #000;
                border-color: #333;
            }



.header-area a:hover {
    color: #333333;
    text-decoration: none;
}

/*fordropdowndiv*/

.dropdown-menu {
    border: 2px solid;
    left: 0;
    list-style: outside none none;
    margin: 0;
    padding: 5px 0;
    position: absolute;
    /*top: 80px ;*/
    width: 250px;
    z-index: -1;
    transition: .4s;
}

.dropdown:hover div.dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown div.dropdown-menu:hover {
    display: block;
}

.mainmenu ul.nav.navbar-nav li div.dropdown-menu::before {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.mainmenu ul.nav.navbar-nav li div.dropdown-menu::after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    position: absolute;
    top: -22px;
    left: 23px;
    transform: rotate(180deg);
    font-size: 1.5625rem;
    opacity: .8;
}

.mainmenu ul.nav.navbar-nav li div.dropdown-menu a {
    display: block
}

.mainmenu ul.nav.navbar-nav li div.dropdown-menu a {
    display: block;
    padding: 5px 20px;
}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.dropdown:hover .dropdown-content {
    display: block;
}
/*fordropdowndiv*/
.mainmenu ul.nav.navbar-nav li ul {
    border: 2px solid;
    left: 0;
    list-style: outside none none;
    margin: 0;
    padding: 5px 0;
    position: absolute;
    top: 80px;
    width: 250px;
    visibility: hidden;
    z-index: -1;
    transition: .4s;
    opacity: 0;
}

.mainmenu ul.nav.navbar-nav li:hover ul {
    visibility: visible;
    z-index: 99;
    top: 45px;
    opacity: 1;
}

.mainmenu ul.nav.navbar-nav li ul::before {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.mainmenu ul.nav.navbar-nav li ul::after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    position: absolute;
    top: -22px;
    left: 23px;
    transform: rotate(180deg);
    font-size: 1.5625rem;
    opacity: .8;
}

.mainmenu ul.nav.navbar-nav li ul li {
    display: block
}

    .mainmenu ul.nav.navbar-nav li ul li a {
        display: block;
        padding: 5px 20px;
    }

        .mainmenu ul.nav.navbar-nav li ul li a:hover {
            background: #fff;
        }

        .mainmenu ul.nav.navbar-nav li ul li a:focus {
            background: #fff;
            color: #333;
        }


.is-sticky .header-area::after {
    opacity: .9
}

.is-sticky .logo h1 {
    font-size: 1.875rem;
    padding: 10px 0;
}

.is-sticky .mainmenu {
    margin-top: 5px
}

.slide-text-cell h2 {
    color: #fff;
    font-size: 3.75rem;
    font-weight: 300;
    margin: 15px 0;
}

    .slide-text-cell h2 span {
        font-weight: 900
    }

/* --------------------------------------------------------
4. Upcoming Event CSS
-----------------------------------------------------------*/
div.slides-pagination {
    position: absolute;
    bottom: 10%;
    text-align: center;
    z-index: 3;
    width: 100%;
}

    div.slides-pagination a {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin: .25em;
        vertical-align: middle;
        background-color: white;
        border-radius: 15px;
        overflow: hidden;
    }

        div.slides-pagination a:hover {
            background-color: #41c484;
            outline: none;
        }


.upcoming-event-area {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 9
}

.upcoming-event-wrapper {
    position: relative;
    overflow: hidden;
}

    .upcoming-event-wrapper::after {
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.upcoming-event {
    background: #9fc79b03;
    position: relative;
    z-index: 1;
    margin: 10px 10px 0;
}

.upcoming-event-top {
    padding: 2px 0
}

.upcoming-event-title {
    color: #f5f5f5;
    font-size: 0.75rem;
    /*margin-left: 40px;*/
    padding: 16px 0 16px 16px;
    position: relative;
}

    .upcoming-event-title p {
        font-size: 2.75rem;
        font-weight: 600;
        margin-bottom: 10px;
        font-family: 'Microsoft JhengHei';
    }

    .upcoming-event-title a {
        font-size: 2.75rem;
        font-weight: 600;
        margin-bottom: 10px;
        font-family: 'Microsoft JhengHei';
    }

        .upcoming-event-title a:hover {
            text-decoration: none;
            color: #000;
            background-color: #fff;
        }

        .upcoming-event-title a:focus {
            text-decoration: none;
            color: #000;
            background-color: #fff;
        }


    /*.upcoming-event-icon {
    font-size: 5rem;
    position: absolute;
    left: 0;
    top: 0;
}*/

    .upcoming-event-title p .fa.fa-calendar {
        margin-left: 15px
    }

.upcoming-event-heading .mobeweathertitle a {
    font-size: 2.75rem;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Microsoft JhengHei';
}

.upcoming-event-heading a:hover {
    text-decoration: none;
    color: #000;
    background-color: #fff;
}

.upcoming-event-heading a:focus {
    text-decoration: none;
    color: #000;
    background-color: #fff;
}

.upcoming-event-heading {
    padding: 8px 0px 20px
}

    .upcoming-event-heading .cs-info {
        color: #ffffff;
        font-size: 1.375rem;
        font-family: 'Microsoft JhengHei';
        letter-spacing: 2px;
    }

        .upcoming-event-heading .cs-info i {
            margin-right: 12px;
        }

.upcoming-event-bottom {
    background: none repeat scroll 0 0 #f6f7f2
}

.upcoming-event-fund {
    overflow: hidden;
    background: #444
}

.upcoming-single-fund {
    color: #fff;
    float: left;
    font-weight: 700;
    padding: 20px 10px;
    text-align: center;
    width: 33.33333%;
}

    .upcoming-single-fund h2 {
        font-size: 1.875rem;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .upcoming-single-fund.target {
        background: none repeat scroll 0 0 #5c5c5c
    }

    .upcoming-single-fund.gained {
    }

    .upcoming-single-fund.donators {
        background: #444
    }

.upcoming-event-title p {
    margin: 0
}


/* --------------------------------------------------------
5. About CSS
-----------------------------------------------------------*/

.page-title {
    margin-bottom: 25px;
    text-align: center;
}

    .page-title h2 {
        display: inline-block;
        font-size: 3rem;
        font-weight: 700;
        margin: 0;
        padding-bottom: 20px;
        position: relative;
        text-transform: uppercase;
        font-weight: bolder;
        font-family: Microsoft JhengHei;
        letter-spacing: 3px;
    }

        .page-title h2::before {
            background: none repeat scroll 0 0 #f8f8f8;
            bottom: 0;
            content: "";
            height: 3px;
            left: 0;
            position: absolute;
            width: 100%;
        }

.section-gray .page-title h2::before {
    background-color: #EEEEEE
}

.section-dark .page-title h2::before {
    background-color: #41c484
}

.page-title h2::after {
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    width: 30px;
}

.about-photo {
    position: relative;
    border: 1px #cccccc solid;
    width: auto;
    height: 260px;
    background: #ffffff;
    box-shadow: 4px 4px grey;
}

.left-frame, .right-frame {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

    .left-frame::before, .left-frame::after, .right-frame::before, .right-frame::after {
        content: "";
        position: absolute;
    }

    .left-frame::before {
        height: 100px;
        left: 0px;
        top: 0;
        width: 10px;
    }

    .left-frame::after {
        height: 10px;
        left: 0px;
        top: 0px;
        width: 200px;
    }

    .right-frame::before {
        bottom: 0;
        height: 100px;
        right: 0px;
        width: 10px;
    }

    .right-frame::after {
        bottom: 0px;
        height: 10px;
        right: 0px;
        width: 200px;
    }

.about-text {
    margin-left: 40px;
    line-height: 25px;
    color: #666
}

    .about-text h2 {
        margin-bottom: 20px
    }

.panel-default .panel-heading {
    border-radius: 0;
    color: #fff;
    padding: 0px;
}

.about-text .panel-group {
    margin-top: 20px;
}

.panel .panel-heading h4 a {
    padding: 15px;
    display: block;
}

.panel-group .panel {
    border-radius: 0;
    margin-bottom: 0;
}

    .panel-group .panel + .panel {
        margin-top: 15px
    }

h4.panel-title a {
    color: #fff
}

.panel-title a:hover,
.panel-title a:focus {
    text-decoration: none;
    color: #222;
}

.total-events {
    color: #fff;
    overflow: hidden;
    padding: 16px 32px 17px 13px;
    position: absolute;
    width: 110px;
    left: 0;
    top: 0
}

    .total-events h2 {
        font-size: 3.25rem;
        margin: 0;
        font-weight: bolder;
        font-family: Microsoft JhengHei;
        padding: 0px 15px
    }

        .total-events h2 span {
            display: block;
            font-weight: 400;
            font-size: 1.75rem;
            font-weight: bolder;
            font-family: Microsoft JhengHei;
        }

    .total-events::after {
        background: #fff none repeat scroll 0 0;
        content: "";
        height: 120%;
        position: absolute;
        right: -35px;
        top: 0;
        transform: rotate(15deg);
        width: 50px;
    }

.our-stats {
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    border: #cccccc;
    background: #ffffff;
    box-shadow: 4px 4px grey;
    min-height: 200px;
}

.total-donation-stats {
    padding-left: 110px;
}

    .total-donation-stats p {
        color: #fff;
        overflow: hidden;
        padding: 4px 10px 4px 20px;
        position: relative;
        margin-bottom: 15px;
    }

    .total-donation-stats span {
        display: inline-block;
        font-size: 1.375rem;
        font-weight: 700;
        margin-right: 10px;
    }

    .total-donation-stats p::before {
        background: #fff none repeat scroll 0 0;
        content: "";
        height: 120%;
        left: -20px;
        position: absolute;
        top: -6px;
        transform: rotate(15deg);
        width: 30px;
    }

    .total-donation-stats p:last-child {
        background: #666 none repeat scroll 0 0;
        margin-left: -15px;
    }


/* --------------------------------------------------------
6. Recent Cases CSS
-----------------------------------------------------------*/
.single-cause {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    margin-bottom: 50px;
}

.progress {
    background-color: #F3F3F3;
    border-radius: 0;
    box-shadow: 0 0 0;
    height: 15px;
    margin-bottom: 10px;
}

.cause-featured-area {
    margin: 15px;
    position: relative;
    overflow: hidden;
}

    .cause-featured-area a:after {
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.8;
        position: absolute;
        top: 0;
        width: 100%;
        transform: scale(0);
        transition: .2s;
    }

    .cause-featured-area a {
        display: block;
        height: 100%;
        position: relative;
        width: 100%;
        z-index: 1;
    }

.single-cause:hover .cause-featured-area a:after {
    transform: scale(1)
}

.cause-featured-area i.fa {
    color: #fff;
    font-size: 1.875rem;
    left: 50%;
    margin-left: -10px;
    margin-top: -15px;
    position: absolute;
    top: -100%;
    z-index: 9;
    transition: .4s;
}

.single-cause:hover .cause-featured-area i.fa {
    top: 50%
}

.cause-content {
    margin: 15px
}

    .cause-content h2 {
        font-size: 1rem;
        margin: 0 0 15px;
        padding: 5px;
        text-transform: uppercase
    }

        .cause-content h2 a {
            color: #5c5c5c
        }

.cause-stats {
    font-size: 0.75rem
}

.cause-link {
    background: none repeat scroll 0 0 #f3f3f3;
    border-top: 1px solid #ddd;
    overflow: hidden;
}

    .cause-link p {
        float: left;
        margin: 0;
        padding: 16px 10px;
    }

body a.cause-donate {
    color: #fff;
    float: right;
    font-size: 1rem;
    font-weight: 400;
    padding: 15px 25px;
    text-transform: uppercase;
}

    body a.cause-donate:hover {
        color: #fff;
        background-color: #333;
        text-decoration: none;
    }

.cause-link p a {
    color: #5c5c5c
}

.cause-view-all {
    background: none repeat scroll 0 0 #fff;
    color: #5c5c5c;
    display: inline-block;
    font-weight: 700;
    padding: 10px 30px;
}

    .cause-view-all:hover {
        color: #fff;
        background-color: #333;
        text-decoration: none;
    }

/* --------------------------------------------------------
7. More events CSS
-----------------------------------------------------------*/

.more-event-single {
    position: relative;
    overflow: hidden;
}

    .more-event-single img {
        width: 100%
    }

.more-event-hover {
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.more-event-cell {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 100%;
    z-index: 1;
    border: 4px solid #fff;
    padding: 10px;
}

.more-event-hover::after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: .75;
    transform: scale(0);
    transition: .2s;
}

.more-event-single:hover .more-event-hover::after {
    transform: scale(1)
}

.more-event-cell h2 {
    font-size: 15rem
}

.event-sep {
    display: inline-block;
    width: 30px;
}

body a.btn-bordered {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    margin-top: 15px;
    padding: 8px 20px;
}

    body a.btn-bordered:hover,
    body .cta-btn:hover,
    body .newsletter-form input[type="submit"]:hover,
    body a.readmore:hover,
    body .back-to-home:hover {
        border-color: #333;
        background-color: #333;
        text-decoration: none;
        color: #fff;
    }

.more-event-table {
    display: table;
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    width: 100%;
    transition: .4s;
}

.more-event-single:hover .more-event-table {
    left: 0
}

/* --------------------------------------------------------
8. Call to action CSS
-----------------------------------------------------------*/

.call-to-action {
    position: relative
}

.cta-bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.call-to-action h2 {
    color: #757575;
    font-weight: 300;
    margin: 0;
    padding: 13px 0;
    padding-right: 235px;
}

    .call-to-action h2 span {
        font-weight: 700
    }

.cta-btn {
    border: 2px solid;
    display: inline-block;
    font-size: 1.5rem;
    padding: 10px 40px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -30px;
}

/* --------------------------------------------------------
9. Recent news CSS
-----------------------------------------------------------*/

.recent-news-title h2 {
    border-bottom: 3px solid #eeeeee;
    color: #5c5c5c;
    font-size: 2.25rem;
    padding-bottom: 10px;
    position: relative;
    font-weight: bolder;
    font-family: Microsoft JhengHei;
    letter-spacing: 1px;
}

    .recent-news-title h2::after {
        bottom: -3px;
        content: "";
        height: 3px;
        left: 0;
        position: absolute;
        width: 50px;
        font-weight: bolder;
        font-family: Microsoft JhengHei;
        letter-spacing: 1px;
    }

.recent-news-title {
    position: relative;
}

    .recent-news-title a {
        position: absolute;
        right: 0;
        top: 15px;
    }

.featured-news-content,
.single-post-content {
    background: none repeat scroll 0 0 #f2f2f2;
    padding: 15px;
    position: relative;
}

.featured-news-date,
.single-post-date {
    bottom: 15px;
    color: #fff;
    font-size: 2.25rem;
    font-weight: 700;
    padding: 25px;
    position: absolute;
    right: 15px;
    text-align: center;
    text-transform: uppercase;
}

    .featured-news-date span,
    .single-post-date span {
        display: block;
        font-size: 1rem;
    }

    .featured-news-date p,
    .single-post p {
        line-height: 30px;
        margin: 0;
    }

.featured-news-title h2,
.single-post h2 {
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 30px;
}

    .featured-news-title h2 a,
    .single-post h2 a {
        color: #4f4f4f
    }

.featured-news-meta,
.single-post-meta {
    color: #a6a6a6;
    font-size: 0.75rem;
    margin: 15px 0;
}

    .featured-news-meta i.fa-share,
    .single-post-meta i.fa-share {
        margin-left: 25px
    }

.featured-news-title,
.single-post-title {
    color: #a6a6a6;
    line-height: 23px;
}

body a.readmore {
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 20px;
}

.featured-news {
    margin-bottom: 15px
}

.single-related-news img {
    float: left;
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.single-related-news h2 {
    font-size: 0.875rem;
    line-height: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

    .single-related-news h2 a {
        color: #4f4f4f
    }

.related-news-meta {
    color: #a6a6a6;
    font-size: 0.6875rem;
}

.single-related-news {
    color: #a6a6a6;
    font-size: 0.75rem;
}

/* --------------------------------------------------------
10. Sidebar CSS
-----------------------------------------------------------*/

.newsletter-subscribe {
    margin-bottom: 40px;
    padding: 30px;
    border-bottom: 4px solid #EEEEEE;
    position: relative;
}

    .newsletter-subscribe h2 {
        font-size: 1.25rem
    }

.newsletter-form input[type="email"],
.newsletter-form input[type="text"] {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}

.newsletter-form input[type="submit"] {
    border: medium none;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
}

.newsletter-subscribe::after {
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("img/pattern.png") repeat fixed 0 0 #f3f3f3;
    opacity: .4;
    z-index: -1;
}

.our-archivement {
    background: url("img/pattern.png") repeat fixed 0 0;
    position: relative;
    z-index: 1;
    padding: 30px 30px 20px;
}

    .our-archivement h2 {
        color: #fff;
        font-size: 1.25rem;
        margin-bottom: 30px;
    }

.archivement-list {
    overflow: hidden
}

    .archivement-list img {
        float: left;
        margin-bottom: 10px;
        margin-right: 30px;
    }

.clients-list .owl-nav {
    color: #ccc;
    font-size: 2.5rem;
    left: 0;
    line-height: 50px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 100%;
}

    .clients-list .owl-nav > div {
        position: absolute;
        top: 0;
    }

        .clients-list .owl-nav > div.owl-prev {
            left: -50px
        }

    .clients-list .owl-nav div.owl-next {
        right: -50px
    }

/* --------------------------------------------------------
11. Footer top CSS
-----------------------------------------------------------*/

.footer-top-area {
    background: none repeat scroll 0 0 #1a1a1a;
    color: #999;
    font-size: 1.375rem;
    padding: 20px 0;
}

.site-title {
    font-family: 'Kaushan Script', cursive;
    margin-bottom: 38px;
    color: #ddd;
}

.footer-top-area .social-icon a {
    padding-right: 15px;
    padding-left: 0;
}

.wid-title {
    font-size: 1.25rem;
    margin-bottom: 50px;
    color: #ddd;
}

.footer-widget ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    .footer-widget ul li a {
        color: #999;
        display: block;
        padding: 4px 0;
    }

.footer-widget h4 {
    text-transform: uppercase
}

.footer {
    background: none repeat scroll 0 0 #1d1d1d;
    border-top: 1px solid #252525;
    color: #999;
    font-size: 0.8125rem;
}

.footer-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: right;
}

    .footer-menu ul li {
        display: inline-block
    }

        .footer-menu ul li a {
            display: inline-block;
            padding: 20px 0 20px 30px;
            color: #ddd;
        }

footer.footer a {
    color: #ddd
}

    footer.footer a:hover {
        color: #fff;
        text-decoration: none
    }

.footer-copyright p {
    margin: 0;
    padding: 20px 0;
}

.seprator {
    display: inline-block;
    padding: 0 5px;
}

.footer-copyright i.fa {
    padding: 0 5px
}

.dash {
    font-weight: 700;
    position: relative;
    text-align: center;
}

.digit {
    display: inline-block;
    margin-top: 5px;
    font-size: 2.25rem;
    line-height: 40px;
    overflow: hidden;
    height: 36px;
}

.event-counter {
    padding: 13px 5px 13px 30px
}

.upcoming-single-fund p {
    margin: 0
}

.dash::after {
    content: "";
    height: 26px;
    margin-top: -13px;
    position: absolute;
    right: -15px;
    top: 50%;
    width: 1px;
}

.dash.seconds_dash::after {
    display: none
}

.single-client img {
    filter: none;
    -webkit-filter: none;
    transition: .4s;
}

.single-client:hover img {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
}

#flickr-gallery li {
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
}

ul#flickr-gallery {
    margin-left: -10px
}

#flickr-gallery img {
    float: left
}

.inner-page-title {
    margin-bottom: 20px;
    position: relative;
}

    /* --------------------------------------------------------
12. Internal page CSS
-----------------------------------------------------------*/

    .inner-page-title h2 {
        border-bottom: 3px solid #467f9a;
        font-size: 3.25rem;
        padding-bottom: 15px;
        position: relative;
        text-transform: uppercase;
        font-weight: bolder;
        font-family: Microsoft JhengHei;
    }

        .inner-page-title h2::after {
            bottom: -3px;
            content: "";
            height: 3px;
            left: 0;
            position: absolute;
            width: 50px;
        }

.page-subtitle {
    font-size: 1.25rem;
    font-weight: 300;
    margin: 0;
    padding: 5px 0;
    position: absolute;
    right: 0;
    top: 0;
}

.pagination > li > a,
.pagination > li > span {
    color: #5c5c5c;
    padding: 10px 17px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination li.active a {
    color: #fff !important;
    background-color: #277C53 !important;
    border-color: #ddd !important;
}

.widget {
    background: none repeat scroll 0 0 #f7f7f7;
    margin-bottom: 30px;
    padding: 20px;
    font-size: 1.5rem;
    font-weight: bolder;
    font-family: Microsoft JhengHei;
}

.widget-title {
    border-bottom: 3px solid #eeeeee;
    color: #5c5c5c;
    font-size: 2rem;
    padding-bottom: 15px;
    position: relative;
}

    .widget-title::after {
        bottom: -3px;
        content: "";
        height: 3px;
        left: 0;
        position: absolute;
        width: 50px;
    }

.widget ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    .widget ul li {
        padding: 5px 0
    }

        .widget ul li a {
            color: #5c5c5c
        }


ul.causes-category {
    margin-left: -5%;
    overflow: hidden;
}

    ul.causes-category li {
        float: left;
        margin-left: 5%;
        width: 45%;
    }

        ul.causes-category li::before {
            content: "-";
            font-size: 1rem;
            margin-right: 5px;
        }

.widget li a:hover {
    text-decoration: none
}

.prev-cause-thumb {
    float: left;
    margin-bottom: 10px;
    margin-right: 20px;
    margin-top: 5px;
}

.single-prev-cause h2 {
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}

    .single-prev-cause h2 a {
        color: #5c5c5c
    }

body a.learnmore {
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
}

    body a.learnmore:hover {
        text-decoration: none;
        background: #222;
        color: #fff;
    }

.single-prev-cause {
    margin-bottom: 26px;
    overflow: hidden;
}

.inner-cause-featured {
    margin-bottom: 30px
}

.inner-cause-title {
    color: #5c5c5c;
    font-size: 0.75rem;
    margin-bottom: 30px;
    text-align: center;
}

    .inner-cause-title h2 {
        color: #5c5c5c;
        font-weight: 400;
        font-size: 3.125rem;
        font-weight: bolder;
        font-family: Microsoft JhengHei;
    }

    .inner-cause-title h3 {
        padding: 7px 25px;
        color: #fff;
        background: #41c484;
        border-radius: 4px;
        text-align: initial;
        font-family: Microsoft JhengHei;
        /*font-size: 1.875rem;*/
    }

        .inner-cause-title h3 i {
            margin-right: 10px;
        }

.inner-left-collected {
    color: #5c5c5c;
    font-size: 1rem;
}

.inner-cause-inner {
    color: #5c5c5c
}

.inner-left-collected strong,
.inner-right-target strong {
    font-weight: 700
}

.inner-right-target {
    font-size: 1.125rem
}

.inner-casue-meta {
    font-size: 0.875rem;
    margin-bottom: 0;
    margin-top: 30px;
}

.inner-cause-stats {
}

.inner-cause-metadata {
    background: none repeat scroll 0 0 #fafafa;
    margin-bottom: 30px;
    padding: 25px;
}

.inner-right-target .readmore,
.inner-cause-content .readmore {
    border-radius: 0
}

.donate-steps {
    border-top: 1px solid #ddd;
    margin-top: 50px;
    padding-top: 50px;
}

.donate-steps-title h2 {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 400;
    padding-bottom: 15px;
    position: relative;
}

    .donate-steps-title h2::before {
        background: none repeat scroll 0 0 #eeeeee;
        bottom: 0;
        content: "";
        height: 3px;
        left: 50%;
        margin-left: -125px;
        position: absolute;
        width: 250px;
    }

    .donate-steps-title h2::after {
        bottom: 0;
        content: "";
        height: 3px;
        left: 50%;
        margin-left: -25px;
        position: absolute;
        width: 50px;
    }

.donate-steps-title {
    margin-bottom: 50px;
    text-align: center;
}

.donate-three-steps {
    margin: 0 auto;
    max-width: 900px;
    position: relative;
}

.single-donate-step {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #f2f2f2;
    margin-bottom: 90px;
    padding: 30px;
    position: relative;
    width: 300px;
}

    .single-donate-step h2 {
        font-size: 1.125rem;
        line-height: 25px;
    }

.donate-step-no {
    border-radius: 50%;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    height: 100px;
    padding-top: 20px;
    position: absolute;
    right: -200px;
    text-align: center;
    width: 100px;
}

    .donate-step-no::before {
        background: none repeat scroll 0 0 #ddd;
        content: "";
        height: 150px;
        margin-left: 9px;
        position: absolute;
        top: 110px;
        width: 3px;
    }

.single-donate-step::after {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #f2f2f2;
    content: "";
    height: 40px;
    margin-top: -20px;
    position: absolute;
    right: -22px;
    top: 50%;
    transform: rotate(45deg);
    width: 40px;
    z-index: -1;
}

.single-donate-step::before {
    background: none repeat scroll 0 0 #f9f9f9;
    content: "";
    height: 57px;
    margin-top: -29px;
    position: absolute;
    right: -1px;
    top: 50%;
    width: 1px;
}

.single-donate-step.right-directions {
    float: right
}

.single-donate-step-wrapper {
    overflow: hidden
}

.right-directions .donate-step-no {
    left: -200px;
    right: inherit;
}

.single-donate-step.right-directions::before {
    left: -1px;
    right: inherit;
}

.single-donate-step.right-directions::after {
    left: -22px;
    right: inherit;
}

.donate-bottom .readmore {
    border-radius: 0;
    font-size: 1.125rem;
    padding: 10px 30px;
    text-transform: uppercase;
}

.not-found-preview img {
    margin-left: -15px
}

.not-found-content {
    margin: 100px 0
}

    .not-found-content h2 {
        color: #da1313;
        font-size: 12.5rem;
        margin-bottom: 0;
    }

    .not-found-content h3 {
        font-size: 1.5rem;
        text-transform: uppercase;
    }

body a.back-to-home {
    color: #fff;
    display: inline-block;
    margin-top: 30px;
    padding: 10px 30px;
}

.back-to-home i {
    margin-right: 10px
}

.single-post {
    margin-bottom: 50px
}

.single-post-content {
    margin-bottom: 30px
}

    .single-post-content iframe {
        width: 100%;
        border: none
    }

/* --------------------------------------------------------
13. Blog post CSS
-----------------------------------------------------------*/

#post-carousel {
    overflow: hidden
}

.post-carousel-control {
    background: none repeat scroll 0 0 #fff;
    color: #222;
    font-size: 1.5625rem;
    height: 40px;
    transition: .4s;
    line-height: 38px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
}

    .post-carousel-control:hover {
        color: #fff
    }

    .post-carousel-control.left {
        left: -50px
    }

    .post-carousel-control.right {
        right: -50px
    }

#post-carousel:hover .post-carousel-control.right {
    right: 0
}

#post-carousel:hover .post-carousel-control.left {
    left: 0
}

.single-post-content i.fa-plus {
    color: #fff;
    font-size: 3.125rem;
    left: -100%;
    line-height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    z-index: 9;
    transition: .4s;
}

.single-post-content a.boxer {
    display: block;
    position: relative;
}

    .single-post-content a.boxer::before {
        background: none repeat scroll 0 0 #000;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.6;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 9;
        transform: scale(0);
        transition: .4s;
    }

.single-post-content:hover a.boxer::before {
    transform: scale(1)
}

.single-post-content:hover i.fa-plus {
    left: 50%
}

.donate-amount-select ul {
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 0;
}

    .donate-amount-select ul li {
        background: none repeat scroll 0 0 #ddd;
        color: #fff;
        display: inline-block;
        font-size: 1.25rem;
        margin-right: 15px;
        padding: 10px 20px;
        cursor: pointer;
    }

.donate-form h3 {
    font-weight: 300;
    margin: 30px 0;
}

input[type="date"],
textarea {
    border: 1px solid #ddd;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
textarea {
    border: 1px solid #ddd;
    padding: 10px;
}


.donator-information input[type="text"],
.donator-information input[type="email"],
.donator-information textarea {
    width: 100%
}

input[type="submit"] {
    border: medium none;
    color: #fff;
}

html body input[type="submit"]:hover {
    background: none repeat scroll 0 0 #000
}

.donator-information {
    margin-top: 40px
}

#map-canvas {
    width: 100%;
    height: 450px;
}

    #map-canvas img {
        max-width: none
    }

.funbar {
    /*background: #ff6a00;*/
}

    .funbar .subnavbtn {
        margin-bottom: 3px;
    }

        .funbar .subnavbtn a {
            display: inline-block;
            padding: 4px 18px 4px 18px;
            margin-bottom: 0;
            font-size: 170%;
            font-weight: 400;
            line-height: 1.42857143;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            -ms-touch-action: manipulation;
            touch-action: manipulation;
            cursor: pointer;
            background-color: #277C53;
            font-family: Microsoft JhengHei;
            font-weight: bolder;
        }

.contact-form {
    padding: 10px;
}

    .contact-form input[type="text"],
    .contact-form input[type="email"],
    .contact-form textarea {
        background: none repeat scroll 0 0 #ededed;
        border: medium none;
        border-radius: 5px;
        margin-bottom: 10px;
        padding: 7px;
        width: 70%;
    }

    .contact-form input[type="date"],
    .contact-form textarea {
        background: none repeat scroll 0 0 #ededed;
        border: medium none;
        border-radius: 5px;
        margin-bottom: 10px;
        width: 60%;
        text-align: end;
    }

        .contact-form input[type="date"]::-webkit-inner-spin-button {
            display: none;
        }

    .contact-form::after,
    .contact-form::before {
        content: "";
        height: 100px;
        position: absolute;
        top: -10px;
        width: 10px;
    }

    .contact-form::before {
        left: 0
    }

    .contact-form::after {
        right: 0
    }

    .contact-form textarea {
        height: 190px
    }

    .contact-form label {
        font-weight: bolder;
        font-family: Microsoft JhengHei;
        letter-spacing: 1px;
    }

    .contact-form input {
        margin-left: 10px;
        font-weight: bolder;
        font-family: Microsoft JhengHei;
        letter-spacing: 1px;
    }

    .contact-form .stat {
        padding: 3px !important;
    }

    .contact-form select {
        letter-spacing: 1px;
        font-weight: bolder;
        font-family: Microsoft JhengHei;
        display: block;
        width: 100%;
        height: 40px;
        padding: 6px 12px;
        font-size: 1.25rem;
        line-height: 1.42857143;
        color: #555;
        background-color: #ededed;
        border-radius: 4px;
    }


.contact-info {
    background: none repeat scroll 0 0 #fafafa;
    margin-top: 30px;
    padding: 30px;
}

.contact-info-right p i.fa {
    left: 0;
    position: absolute;
    top: 3px;
}

.contact-info-right p {
    padding-left: 25px;
    position: relative;
}

.photo-item {
    display: block;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

    .photo-item i.fa {
        color: #fff;
        font-size: 1.25rem;
        left: -100%;
        line-height: 30px;
        margin-left: -15px;
        margin-top: -15px;
        position: absolute;
        top: 50%;
        width: 30px;
        z-index: 9;
        transition: .4s;
    }

    .photo-item:hover:after {
        transform: scale(1)
    }

    .photo-item:hover i.fa {
        left: 50%
    }

.page-featured-content {
    margin-bottom: 50px
}

.inner-page-content {
    margin-top: 30px;
}

    .inner-page-content h3 {
        margin-bottom: 30px
    }

    .inner-page-content p {
        margin-bottom: 20px
    }

.about-box {
    margin-bottom: 50px;
    margin-top: 50px;
    overflow: hidden;
    padding-left: 150px;
    position: relative;
    min-height: 120px;
    font-family: Microsoft JhengHei;
}

    .about-box i.fa {
        color: #fff;
        font-size: 3.125rem;
        height: 120px;
        left: 0;
        line-height: 120px;
        position: absolute;
        text-align: center;
        top: 0;
        width: 120px;
    }

    .about-box h2 {
        font-size: 2.7rem;
        font-weight: bold;
        letter-spacing: 5px;
    }

    .about-box p {
        letter-spacing: 2px;
        font-size: 2.5rem;
    }

    .about-box .accesscode {
        color: #ff0000;
        font-size: 2rem;
        font-weight: 900;
    }

.single-volunteer {
    border: 5px solid #f3f3f3;
    position: relative;
    overflow: hidden;
}

    .single-volunteer img {
        width: 100%;
    }

.volunteer-hover {
    color: #fff;
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
    transition: .3s;
}

.single-volunteer:hover .volunteer-hover {
    left: 0
}

.volunteer-hover::after {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    transition: .2s;
    transform: scale(0);
}

.single-volunteer:hover .volunteer-hover:after {
    transform: scale(1)
}

.volunteer-hover-table {
    display: table;
    height: 100%;
    width: 100%;
}

.volunteer-hover-tablecell {
    display: table-cell;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
}

    .volunteer-hover-tablecell h2 {
        font-size: 1.5625rem;
        margin-bottom: 15px;
    }

    .volunteer-hover-tablecell p {
        font-size: 0.75rem;
        margin-bottom: 15px;
    }

.volunteer-profiles a {
    background: none repeat scroll 0 0 #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 1rem;
    height: 30px;
    margin: 0 5px;
    padding-top: 2px;
    text-align: center;
    width: 30px;
}

    .volunteer-profiles a:hover {
        background: #222;
        color: #fff;
    }

.single-post-inner {
    background: none repeat scroll 0 0 #f7f7f7;
    padding: 30px;
}

.post-inner-featured-content {
    margin-bottom: 20px
}

.single-post-inner-meta {
    margin-top: 40px
}

    .single-post-inner-meta h2 {
        color: #636363;
        font-size: 1.125rem;
        margin-bottom: 20px;
    }

body .tag-list a {
    border-radius: 30px;
    color: #fff;
    font-size: 0.75rem;
    margin-right: 10px;
    padding: 5px 20px;
}

    body .tag-list a:hover {
        text-decoration: none;
        background-color: #000;
        color: #fff;
    }

/* --------------------------------------------------------
14. Comments CSS
-----------------------------------------------------------*/

.comment-area {
    background: none repeat scroll 0 0 #f7f7f7;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 30px;
}

    .comment-area h2 {
        color: #636363;
        font-size: 1.125rem;
        margin-bottom: 30px;
    }

ol.comment-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    ol.comment-list li {
        background: none repeat scroll 0 0 #eeeeee;
        margin-bottom: 61px;
        padding: 15px;
        position: relative;
    }

        ol.comment-list li .reply {
            bottom: -25px;
            position: absolute;
            right: 0;
        }

.comment-metadata {
    float: left;
    font-size: 0.75rem;
}

.comment-meta {
    overflow: hidden
}

.comment-author-img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.comment-content h3 {
    font-size: 1rem
}

    .comment-content h3 a {
        color: #5c5c5c
    }

.comment-content span {
    color: #8c8c8c;
    font-size: 0.625rem;
    font-weight: 400;
    margin-left: 30px;
}

.comment-body {
    color: #8d8c8c
}

.comment-respond {
    background: none repeat scroll 0 0 #f7f7f7;
    padding: 30px;
}

.comment-reply-title {
    color: #5c5c5c;
    font-size: 1.125rem;
    margin-bottom: 30px;
}

.comment-respond input[type="text"],
.comment-respond input[type="url"],
.comment-respond input[type="email"],
.comment-respond textarea {
    background: none repeat scroll 0 0 #eeeeee;
    border: medium none;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 15px;
    width: 100%;
}

.comment-respond textarea {
    height: 190px
}

.single-post-inner {
    color: #5c5c5c
}

.single-post-inner-title h2 {
    font-size: 1.25rem
}

.single-post-inner-title {
    margin-bottom: 30px
}


/* --------------------------------------------------------
15. Preloader CSS
-----------------------------------------------------------*/

#preloader {
    background: none repeat scroll 0 0 #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

    #preloader i {
        left: 50%;
        margin-left: -15px;
        margin-top: -15px;
        position: absolute;
        top: 50%;
    }

/* --------------------------------------------------------
16. Colors CSS
-----------------------------------------------------------*/

.about-text h2 {
    color: #41C484
}

a,
.subnavbtn a:hover,
.upcoming-event-title h3,
.newsletter-subscribe h2,
.dash,
.social-icon a:hover,
.mainmenu ul.nav.navbar-nav li ul::after,
.upcoming-event-icon,
.footer-copyright i.fa,
/*.widget li a:hover,*/
.call-to-action h2 span,
.inner-left-collected strong,
.inner-right-target strong {
    color: #fff
}

.mainmenu ul.nav.navbar-nav li div.dropdown-menu {
    background-color: #277C53;
}

.mainmenu ul.nav.navbar-nav li div.dropdown-menu,
.mainmenu ul.nav.navbar-nav li ul,
.panel-default .panel-heading,
.cta-btn,
.pagination li.current a,
.contact-form {
    border-color: #277C53
}

    .our-archivement,
    .learnmore,
    /*.slide-bg:after,*/
    .header-area::after,
    .mainmenu ul.nav.navbar-nav li ul::before,
    .upcoming-event-wrapper::after,
    .upcoming-single-fund.gained,
    .page-title h2::after,
    .panel-default .panel-heading,
    .progress-bar-success,
    .cause-featured-area a:after,
    .cause-donate,
    .more-event-hover::after,
    .recent-news-title h2::after,
    .featured-news-date,
    .single-post-date,
    .readmore,
    .newsletter-form input[type="submit"],
    .dash::after,
    .inner-page-title h2::after,
    .pagination li.current a,
    .widget-title::after,
    .donate-steps-title h2::after,
    .donate-step-no,
    .back-to-home,
    .post-carousel-control:hover,
    .donate-amount-select ul li:hover,
    .donate-amount-select ul li.active,
    input[type="submit"],
    /*.contact-form::after,*/
    /*.contact-form::before,*/
    .about-box i.fa,
    .volunteer-hover::after,
    .tag-list a, .left-frame::before, .left-frame::after, .right-frame::before, .right-frame::after, .total-events, .total-donation-stats p, .mainmenu:after {
        /*background-color: #41c484*/
        background-color: #277C53
    }

/* --------------------------------------------------------
14. Per New
-----------------------------------------------------------*/
.page-breadcroumb {
}

    .page-breadcroumb a {
        font-size: 1.8rem;
        font-weight: bolder;
        font-family: Microsoft JhengHei;
        color: #5c5c5c !important;
    }

.custab {
    border: 1px 0px 1px 0px solid #ccc;
    padding: 5px;
    margin: 1% 0;
    box-shadow: 3px 3px 2px #ccc;
    transition: 0.5s;
    font-family: Microsoft JhengHei;
}

    .custab thead {
        background-color: #157885;
        color: #fff;
    }

    .custab tr th {
        text-align: center;
        padding: 15px 3px 15px 3px !important;
    }

    .custab tr td {
        text-align: center;
        padding: 15px 3px 30px 3px !important;
    }

        .custab tr td a {
            font-size: 100%;
        }

    .custab:hover {
        box-shadow: 3px 3px 0px transparent;
        transition: 0.5s;
    }

    .custab .oat-body td span {
        font-size: 120%;
        font-weight: bolder;
    }

#adjustcontent {
    font-size: medium;
}

    #adjustcontent .contact-form {
        font-size: 100%;
    }

    #adjustcontent .custab {
        font-size: 100%;
    }

    #adjustcontent .inner-cause-title {
        font-size: 150%;
    }



#coustomarea {
    font-family: Microsoft JhengHei;
    border: 1px solid #41c4844a;
    padding: 50px 40px 50px 40px;
    box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255,255,255,0.10) inset, 0 8px 0 0 #BEBEBE, 0 8px 8px 1px rgba(0,0,0,.2);
    text-align: initial;
}

    #coustomarea p {
        font-size: 100%;
    }

    #coustomarea a {
        color: #300ee2;
    }

    #coustomarea table {
        width: 100%;
        border: 2px solid #ccc;
        padding: 5px;
        margin: 1% 0;
        box-shadow: 3px 3px 2px #ccc;
        transition: 0.5s;
        align-content: center;
    }

        #coustomarea table tr th {
            border: 2px solid #ccc;
            text-align: center;
            background: #8eccae;
        }

        #coustomarea table tr td {
            text-align: center;
            padding: 10px 3px 10px 3px !important;
        }


.btn3d {
    display: inline-block;
    position: relative;
    top: -6px;
    border: 0;
    transition: all 40ms linear;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 2rem;
    font-weight: bolder;
    font-family: Microsoft JhengHei;
}



    .btn3d :focus {
        outline: #ff0000 dotted 4px !important;
    }

    .btn3d:active, .btn3d.active {
        top: 2px;
    }

    .btn3d.btn-default {
        color: #666666;
        box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255,255,255,0.10) inset, 0 8px 0 0 #BEBEBE, 0 8px 8px 1px rgba(0,0,0,.2);
    }

        .btn3d.btn-default:active, .btn3d.btn-default.active {
            color: #666666;
            box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,.1);
        }

    .btn3d span {
        margin: 6px;
    }

.ssinfoimg {
    margin-top: 18px;
    box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255,255,255,0.10) inset, 0 8px 0 0 #BEBEBE, 0 8px 8px 1px rgba(0,0,0,.2);
    background: #cccccc;
}

    .ssinfoimg .sscell {
        margin-top: 18px;
    }

    .ssinfoimg a {
        height: 180px
    }

        .ssinfoimg a img {
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%;
            margin: auto
        }

.gridsw-margin {
    margin-bottom: 10px;
}

@media (min-width: 576px) {
    .gridsw-margin-sm-0 {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .gridsw-margin-md-0 {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .gridsw-margin-lg-0 {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .gridsw-margin-xl-0 {
        margin-bottom: 0;
    }
}

.stretch-cardsw {
    /*display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;*/
    padding: 0px 5px 0px 5px;
}

    .stretch-cardsw > .cardsw {
        width: 100%;
        min-width: 100%;
    }

.cardsw-body {
    flex: 1 1 auto;
    padding: 1.25rem;
    height: 200px
}

@media(max-width: 1000px) {
    .cardsw-body {
        height: auto;
    }
}

.cardsw-body div {
    margin-left: 6px;
}

.cardsw-body .cardsw-top {
    vertical-align: middle;
    text-align: center;
}

    .cardsw-body .cardsw-top i {
        color: #ffffff;
        font-size: 10rem;
        display: inline;
        vertical-align: middle;
    }

.cardsw-body .cardsw-sub {
    text-align: center;
}

    .cardsw-body .cardsw-sub h4 {
        color: #ffffff;
        display: inline;
        font-size: 2.5rem;
        font-weight: bolder;
        font-family: Microsoft JhengHei;
        letter-spacing: 5px;
    }


.surveyd {
    font-family: Microsoft JhengHei;
}

    .surveyd .surveyd-titlebar {
        margin: 18px;
        padding-left: 36px;
        font-size: 2.25rem;
        font-weight: bolder;
        letter-spacing: 5px;
    }

    .surveyd .surveyd-detail-content {
        box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255,255,255,0.10) inset, 0 8px 0 0 #BEBEBE, 0 8px 8px 1px rgba(0,0,0,.2);
        padding: 30px;
    }

        .surveyd .surveyd-detail-content .surveyd-imp {
            margin-left: 20px;
            color: #ff0000;
            font-size: 2rem;
        }

        .surveyd .surveyd-detail-content .surveyd-captcha {
            text-align: center;
            padding-left: 35%;
        }

@media(max-width: 600px) {
    .surveyd .surveyd-detail-content .surveyd-captcha {
        text-align: center;
        padding-left: 5%;
    }
}

.surveyd .surveyd-detail-content .surveyd-foot {
    padding: 24px;
    text-align: center;
}

    .surveyd .surveyd-detail-content .surveyd-foot button {
        font-size: 1.5rem;
        font-weight: bolder;
        letter-spacing: 1px;
        margin-left: 15px;
        font-family: Microsoft JhengHei;
    }

.surveyd .surveyd-detail-content .surveyd-list {
    margin: 24px;
    border-bottom: #41c484 solid 2px;
}

    .surveyd .surveyd-detail-content .surveyd-list .surveyd-list-titl {
        font-size: 1.75rem;
        font-weight: bolder;
        letter-spacing: 3px;
        border-left: #41c484 groove 5px;
        padding-left: 12px;
    }

    .surveyd .surveyd-detail-content .surveyd-list .surveyd-list-itemgroup {
        margin-bottom: 24px;
    }

        .surveyd .surveyd-detail-content .surveyd-list .surveyd-list-itemgroup li {
            margin: 14px;
            vertical-align: middle;
        }

        .surveyd .surveyd-detail-content .surveyd-list .surveyd-list-itemgroup input[type="checkbox"] {
            width: 20px;
            height: 20px;
        }

        .surveyd .surveyd-detail-content .surveyd-list .surveyd-list-itemgroup input[type="text"] {
            margin-top: 30px;
            height: 40px;
        }


        .surveyd .surveyd-detail-content .surveyd-list .surveyd-list-itemgroup label {
            margin-left: 10px;
        }

.oad-foot-btngroup {
    padding: 20px 70px;
    border-top: 1px solid #eee
}

    .oad-foot-btngroup a {
        padding-left: 5px;
        font-family: Microsoft JhengHei;
        font-size: 1.5rem;
        font-weight: bold;
    }

    .oad-foot-btngroup i {
        margin-right: 12px;
    }

.oad-side {
    box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,.1);
}

.oad-signup {
    font-family: Microsoft JhengHei;
}

    .oad-signup legend {
        font-weight: bold;
        font-size: 2.5rem;
    }

    .oad-signup label {
        font-weight: bold;
        font-size: 2.125rem;
    }

    .oad-signup input {
        margin-top: 7px;
    }

.other-title {
    background-color: #277C53;
    color: #ffffff;
    padding: 8px;
    font-weight: 800;
    letter-spacing: 3px;
}

/* --------------------------------------------------------
14. Entrance
-----------------------------------------------------------*/
.mobe-nav-tabs.panel {
    border-color: #cccccc;
}

.mobe-nav-tabs.panel-success {
    border-radius: 0px;
    box-shadow: 4px 4px grey;
}


    .mobe-nav-tabs.panel-success .panel-heading {
        color: #277C53;
        background-color: #277C53;
        border-color: #dddddd;
        padding: 10px 15px 0px;
    }

    .mobe-nav-tabs.panel-success .nav-tabs > li > a,
    .mobe-nav-tabs.panel-success .nav-tabs > li > a:hover,
    .mobe-nav-tabs.panel-success .nav-tabs > li > a:focus {
        color: #ffffff;
        font-size: 2rem;
        font-weight: bolder;
        font-family: Microsoft JhengHei;
    }

        .mobe-nav-tabs.panel-success .nav-tabs > .open > a,
        .mobe-nav-tabs.panel-success .nav-tabs > .open > a:hover,
        .mobe-nav-tabs.panel-success .nav-tabs > .open > a:focus,
        .mobe-nav-tabs.panel-success .nav-tabs > li > a:hover,
        .mobe-nav-tabs.panel-success .nav-tabs > li > a:focus {
            color: #3c763d;
            background-color: #d6e9c6;
            border-color: transparent;
        }

    .mobe-nav-tabs.panel-success .nav-tabs > li.active > a,
    .mobe-nav-tabs.panel-success .nav-tabs > li.active > a:hover,
    .mobe-nav-tabs.panel-success .nav-tabs > li.active > a:focus {
        color: #3c763d;
        background-color: #fff;
        border-color: #d6e9c6;
        border-bottom-color: transparent;
        font-weight: bolder;
        font-family: Microsoft JhengHei;
    }

    .mobe-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu {
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .mobe-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a {
            color: #3c763d;
        }

            .mobe-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
            .mobe-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
                background-color: #d6e9c6;
            }

        .mobe-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a,
        .mobe-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
        .mobe-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
            color: #fff;
            background-color: #3c763d;
        }

.mobeiInFolist {
}

    .mobeiInFolist ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .mobeiInFolist ul li {
            border-bottom: 1px solid #ccc;
        }

            .mobeiInFolist ul li:last-child {
                border: none;
            }

            .mobeiInFolist ul li a {
                text-decoration: none;
                color: #000;
                display: block;
                white-space: nowrap;
                overflow: hidden;
                font-size: 1.875rem;
                font-family: Microsoft JhengHei;
                line-height: 1.6em;
            }

                .mobeiInFolist ul li a:hover {
                    background: #f6f6f6;
                    font-size: 1.875rem;
                }

                .mobeiInFolist ul li a span {
                    font-size: 0.75rem;
                    font-weight: bolder;
                }

                .mobeiInFolist ul li a p {
                    font-size: 2.5rem;
                    white-space: nowrap;
                    overflow: hidden;
                    padding-top: 1px;
                }

.mobetotal-contenr {
}

    .mobetotal-contenr h5 {
        font-weight: bolder;
        font-family: Microsoft JhengHei;
        font-size: 1.75rem;
        white-space: nowrap;
        overflow: hidden;
    }

    .mobetotal-contenr p {
        font-size: 1.5rem;
        font-weight: bolder;
        font-family: Microsoft JhengHei;
        line-height: 1.6em;
    }

a.mobeInfoInner {
    display: inline-block;
    padding: 6px 6px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background-color: #277C53;
    font-weight: bolder;
    font-family: Microsoft JhengHei;
    font-size: 1.825rem;
    color: #ffffff;
}

h2.mobeweathertitle {
    font-size: 2.5rem !important;
    font-weight: bolder !important;
    font-family: Microsoft JhengHei !important;
}

h5.mobeweathertitle {
    font-size: 2.75rem !important;
    font-weight: bolder !important;
    font-family: Microsoft JhengHei !important;
}



ol.organizational-chart,
ol.organizational-chart ol,
ol.organizational-chart li,
ol.organizational-chart li > div {
    position: relative;
}

    ol.organizational-chart,
    ol.organizational-chart ol {
        list-style: none;
        margin: 0;
        padding: 0;
    }

ol.organizational-chart {
    text-align: center;
}

    ol.organizational-chart ol {
        padding-top: 1em;
    }

        ol.organizational-chart ol:before,
        ol.organizational-chart ol:after,
        ol.organizational-chart li:before,
        ol.organizational-chart li:after,
        ol.organizational-chart > li > div:before,
        ol.organizational-chart > li > div:after {
            background-color: #b7a6aa;
            content: '';
            position: absolute;
        }

        ol.organizational-chart ol > li {
            padding: 1em 0 0 1em;
        }

    ol.organizational-chart > li ol:before {
        height: 1em;
        left: 50%;
        top: 0;
        width: 3px;
    }

    ol.organizational-chart > li ol:after {
        height: 3px;
        left: 3px;
        top: 1em;
        width: 50%;
    }

    ol.organizational-chart > li ol > li:not(:last-of-type):before {
        height: 3px;
        left: 0;
        top: 2em;
        width: 1em;
    }

    ol.organizational-chart > li ol > li:not(:last-of-type):after {
        height: 100%;
        left: 0;
        top: 0;
        width: 3px;
    }

    ol.organizational-chart > li ol > li:last-of-type:before {
        height: 3px;
        left: 0;
        top: 2em;
        width: 1em;
    }

    ol.organizational-chart > li ol > li:last-of-type:after {
        height: 2em;
        left: 0;
        top: 0;
        width: 3px;
    }

    ol.organizational-chart li > div {
        background-color: #fff;
        border-radius: 3px;
        min-height: 2em;
        padding: 0.5em;
    }

    /*** PRIMARY ***/
    ol.organizational-chart > li > div {
        background-color: #a2ed56;
        margin-right: 1em;
        font-family: 'Microsoft JhengHei';
    }

        ol.organizational-chart > li > div > a {
            color: black;
            font-family: 'Microsoft JhengHei';
        }

        ol.organizational-chart > li > div:before {
            bottom: 2em;
            height: 3px;
            right: -1em;
            width: 1em;
        }

        ol.organizational-chart > li > div:first-of-type:after {
            bottom: 0;
            height: 2em;
            right: -1em;
            width: 3px;
        }

        ol.organizational-chart > li > div + div {
            margin-top: 1em;
        }

            ol.organizational-chart > li > div + div:after {
                height: calc(100% + 1em);
                right: -1em;
                top: -1em;
                width: 3px;
            }

    /*** SECONDARY ***/
    ol.organizational-chart > li > ol:before {
        left: inherit;
        right: 0;
    }

    ol.organizational-chart > li > ol:after {
        left: 0;
        width: 100%;
    }

    ol.organizational-chart > li > ol > li > div {
        background-color: #83e4e2;
        font-family: 'Microsoft JhengHei';
    }

        ol.organizational-chart > li > ol > li > div > a {
            font-family: 'Microsoft JhengHei';
            color: black;
        }

    ol.organizational-chart > li > ol:before {
        left: inherit;
        right: 0;
    }

    ol.organizational-chart > li > ol:after {
        left: 0;
        width: 100%;
    }

    ol.organizational-chart > li > ol > li > div {
        background-color: #83e4e2;
    }


    /***code pass***/

    /*** TERTIARY ***/
    ol.organizational-chart > li > ol > li > ol > li > div {
        background-color: #d6e9c6;
        font-family: 'Microsoft JhengHei';
    }

        ol.organizational-chart > li > ol > li > ol > li > div > a {
            color: black;
            font-family: 'Microsoft JhengHei';
        }

    /*** QUATERNARY ***/
    ol.organizational-chart > li > ol > li > ol > li > ol > li > div {
        background-color: #fca858;
    }

    /*** QUINARY ***/
    ol.organizational-chart > li > ol > li > ol > li > ol > li > ol > li > div {
        background-color: #fddc32;
    }


.wcm-text {
    width: 100%;
    margin-bottom: 20px;
}

    .wcm-text .Accesskey-text-area {
        font-weight: 600;
    }

.Accesskey-list {
    margin-top: 20px;
}

.Accesskey-box {
    font-size: 1em;
    background-color: #dfdfdf;
    padding: 2px;
}

    .Accesskey-box .Accesskey-inside {
        background-color: #ffffff;
        margin: 2px;
    }

.Accesskey-inside ul {
    list-style: none;
    padding-left: 0px;
    font-family: 'Microsoft JhengHei';
    font-weight: 600;
}

    .Accesskey-inside ul li {
        text-align: initial;
        margin: 7px 0px 7px 0px;
        padding-left: 30px;
    }

        .Accesskey-inside ul li a {
            color: #000000;
        }

    .Accesskey-inside ul .Accesskey-inside-title {
        padding-top: 8px;
        border-bottom: 3px groove #dfdfdf;
    }

@media only screen and ( min-width: 64em ) {

    ol.organizational-chart {
        margin-left: -1em;
        margin-right: -1em;
    }
        /* PRIMARY */
        ol.organizational-chart > li > div {
            display: inline-block;
            float: none;
            margin: 0 1em 1em 1em;
            vertical-align: bottom;
        }

            ol.organizational-chart > li > div:only-of-type {
                margin-bottom: 0;
                width: calc((100% / 1) - 2em - 4px);
            }

            ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2),
            ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2) ~ div {
                width: calc((100% / 2) - 2em - 4px);
            }

            ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3),
            ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3) ~ div {
                width: calc((100% / 3) - 2em - 4px);
            }

            ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4),
            ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4) ~ div {
                width: calc((100% / 4) - 2em - 4px);
            }

            ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5),
            ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5) ~ div {
                width: calc((100% / 5) - 2em - 4px);
            }

            ol.organizational-chart > li > div:before,
            ol.organizational-chart > li > div:after {
                bottom: -1em !important;
                top: inherit !important;
            }

            ol.organizational-chart > li > div:before {
                height: 1em !important;
                left: 50% !important;
                width: 3px !important;
            }

            ol.organizational-chart > li > div:only-of-type:after {
                display: none;
            }

            ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after,
            ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
                bottom: -1em;
                height: 3px;
                width: calc(50% + 1em + 3px);
            }

            ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after {
                left: calc(50% + 3px);
            }

            ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
                left: calc(-1em - 3px);
            }

            ol.organizational-chart > li > div + div:not(:last-of-type):after {
                height: 3px;
                left: -2em;
                width: calc(100% + 4em);
            }
        /* SECONDARY */
        ol.organizational-chart > li > ol {
            display: flex;
            flex-wrap: nowrap;
        }

            ol.organizational-chart > li > ol:before,
            ol.organizational-chart > li > ol > li:before {
                height: 1em !important;
                left: 50% !important;
                top: 0 !important;
                width: 3px !important;
            }

            ol.organizational-chart > li > ol:after {
                display: none;
            }

            ol.organizational-chart > li > ol > li {
                flex-grow: 1;
                padding-left: 1em;
                padding-right: 1em;
                padding-top: 1em;
            }

                ol.organizational-chart > li > ol > li:only-of-type {
                    padding-top: 0;
                }

                    ol.organizational-chart > li > ol > li:only-of-type:before,
                    ol.organizational-chart > li > ol > li:only-of-type:after {
                        display: none;
                    }

                ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after,
                ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
                    height: 3px;
                    top: 0;
                    width: 50%;
                }

                ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after {
                    left: 50%;
                }

                ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
                    left: 0;
                }

                ol.organizational-chart > li > ol > li + li:not(:last-of-type):after {
                    height: 3px;
                    left: 0;
                    top: 0;
                    width: 100%;
                }
}


.event-search label .setinput {
    font-size: 1.2rem;
}

.setinput:focus {
    background-color: #ffd800;
    outline: 2px solid #DEA600;
}

.event-search .setsearchbox {
    width: 50px;
    height: 31px;
    background: url(../../ImgS0urces/icon/Searchpath5168.png);
    border: 0px;
    vertical-align: middle;
    background-size: cover;
}

.event-search input[type="submit"]:hover {
    background: url(../../ImgS0urces/icon/Searchpath5169.png);
    background-size: cover;
}

.event-search input[type="submit"]:focus {
    background: url(../../ImgS0urces/icon/Searchpath5169.png);
    background-size: cover;
}

div.event-search .gsc-search-button button {
    padding: 10px !important;
    border-radius: 3px !important;
    width: 36px;
    background: url(../ImgS0urces/w-search.png) repeat center #277C53;
    text-indent: -9999px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.gsc-control-cse {
    padding-top: 1px;
}

.cse .gsc-control-cse,
.gsc-control-cse {
    background-color: transparent !important;
    border: transparent !important;
}

.gsc-input {
    background: transparent !important;
    text-indent: 0px !important;
}

#search-box {
    width: 400px;
    height: 33px;
    margin: 0 auto;
    background-color: #FFF;
    padding: 3px;
    border: 2px solid #000;
    border-radius: 4px;
}

#gsc-i-id1 {
    color: #000;
}

.fastFocus a {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9999;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    overflow: hidden;
    color: #000;
}

    .fastFocus a:focus {
        width: auto;
        height: auto;
        padding: 6px;
        background-color: #fff;
    }

.card-focus:focus .stretch-card {
    outline: 4px #ff0000 solid;
    box-shadow: 0 0 5px orange;
    text-decoration: underline;
}

.stretch-card:hover {
    outline: 4px #ff0000 solid;
    box-shadow: 0 0 5px orange;
    text-decoration: underline;
}

.stretch-card:focus {
    background: #ffffff;
    border: 4px #ff0000 solid;
}

.pagination li a {
    margin: 2px;
}

.main_title {
    border-bottom: 3px solid #467f9a;
    font-size: 3.25rem;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    font-weight: bolder;
    font-family: Microsoft JhengHei;
}

.stat input:focus {
    background-color: #ffd800 !important;
    outline: 2px solid #DEA600;
}

input:focus {
    background-color: #ffd800 !important;
    outline: 2px solid #DEA600;
}