body {
    overflow-x: hidden !important;
    background-color: #2e2822;
}
.body-wrap {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 9999;
    position: relative;
}
.body-wrap.collapsed {
    transform: translateX(250px);
}
#logo_img {
    padding-left: 45px;
    padding-right: 45px;
    margin-top: -37px;
}
.social {
    margin-top: 0px;
    position: absolute;
    right: 0;
    top: 0;
}
.main-container {
    padding: 61px 95px 0;
}
.social ul {
    right: -59px;
    top: 12px;
}
.main-container .page-title h2 {
    color: white;
    font-size: 56.11px;
    text-transform: uppercase;
}
.main-page {
    background-position-y: 100%;
}
.center .title {
    width: auto;
    margin: auto auto 113px;
}
.main-container .center {
    height: 100%;
}
.dropdown-navbar {
    position: absolute;
    left: -72px;
}
.dropdown-navbar span.icon-bar {
    background-color: #BDC793;
    display: block;
    width: 34px;
    height: 2px;
    border-radius: 1px;
}
.dropdown-navbar .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
}
.dropdown-navbar .navbar-toggle {
    position: relative;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    outline: 0;
    cursor: pointer;
}

.logo a {
    margin: auto;
}
.languages {
    right: auto;
    top: 56px;
    left: -56px;
}

/**

 */

#page_content {
    min-height: 1100px;
    position: relative;
    padding: 0 95px;
    background-color: white;
}
#page_content:before,
#page_content:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 0%;
    background-color: #BDC793;
    top: 0;
    transition: 1.5s height linear;
    display: block;
    z-index: 99;
}
#page_content.in-static:after{
    background-color: #BDC793 !important;
}
#page_content:after {
    right: 0;
    background-color: white;
    right: 95px;
}
#page_content.after:before,
#page_content.after:after {
    height: 100%;
}
.page-in-container {
    margin: 0 -80px;
    padding-bottom: 140px;
}
.page-article {
    margin-left: 136px;
    margin-top: 59px;
}
.page-article article {

}
.page-article .article-title,
.page-article h2
{
    padding-bottom: 19px;
    font-size: 27.78px;
    color: #333;
    text-transform: uppercase;
    font-family: CirceRounded;
}
.page-article article p {
    font-size: 16.67px;
    color: #000;
    font-family: CirceRounded-Light;
}
article .img-block {
    /*display: inline-block;*/
    margin-top: 7px;
    /*margin-right: 34px;*/
    text-align: center;
}
.page-article article .row .col-xs-6:last-child {
}
article .img-block .img-item {
    display: inline-block;
}
article .img-block .img-item img {
    max-width: 95%;
    padding: 0px 26px 0 10px;
}
article .img-block .img-item+ .img-item{
    margin-top: 41px;
}
#right_sidebar {
    background-color: #BDC793;
    position: absolute;
    right: 0;
    height: 100%;
}
.page-title span {
    background-color: transparent;
}
.calendar .slick-next {
    right: -13px;
}
.calendar .slick-prev {
    left: 0px;
}
.calendar .slick-prev,
.calendar .slick-next {
    z-index: 99;
}
.sidebar-item {
    /*margin-top: 59px;*/
    margin-bottom: 97px;
}
.sidebar-title span {
    font-family: CirceRounded;
    font-size: 27.78px;
    text-transform: uppercase;
}
.right-sidebar {
    margin-top: 53px;
    max-width: 330px;
}
article p strong,
article p b {
    font-weight: normal;
    font-family: CirceRounded;
}

/**

 */
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    width: 250px !important;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #2e2822;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
    transition: .3s all;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

/*
    news
 */

.charity-event, .charity-event-grid-text, .charity-event-grid ul li figure, .charity-event-grid ul li figure > a, .charity-event-grid ul li figure img {
    float: left;
    width: 100%;
}
.charity-event > ul > li {
    margin-bottom: 38px;
}

.charity-event ul li {
    list-style: none;
}
.charity-event-grid ul li figure {
    margin: 0px;
}
figure {
    margin-bottom: 6px;
    position: relative;
}
.charity-event-grid ul li figure > a {
    position: relative;
    overflow: hidden;
}
.charity-event figure img {
    height: auto;
    max-width: 100%;
}
.charity-event-grid ul li figure > a:before {
    content: '';
    left: 50%;
    position: absolute;
    top: 0%;
    width: 0;
    height: 100%;
    opacity: 0;
}
.charity-event-grid ul li figure > a:after {
    content: '';
    left: 0%;
    position: absolute;
    bottom: 50%;
    width: 100%;
    height: 0%;
    opacity: 0;
}

.charity-event-grid ul li figure figcaption {
    float: left;
    width: 92%;
    background-color: #f8f8f8;
    padding: 20px 20px 20px 25px;
    position: relative;
    margin: -30px 0px 0px;
    height: 120px;
}
.figcaption-news {
    height: 250px !important;
}
.charity-event-grid ul li figure figcaption span {
    position: relative;
    float: left;
}
.charity-bgcolor, .charity-bgcolorhover:hover, .charity-footer-title:before, .charity-footer-title:after, .navbar-nav > li > a:before, .navbar-nav > li > a:after, .charity-page-title h1:before, .charity-page-title h1:after, .charity-page-title:before, .charity-page-title:after, .charity-classic-btn:before, .charity-classic-btn:after, .charity-fancy-title h2:before, .charity-fancy-title h2:after, .charity-fancy-title-wrap:before, .charity-fancy-title-wrap:after, .charity-cause-simplegrid figure figcaption:before, .charity-cause-simplegrid figure figcaption:after, .bar-container .bar small, .charity-simple-service ul li:hover span:after, .charity-bloggrid-hover:before, .charity-masonery-gallery figcaption:before, .charity-team-medium ul li:hover figure span, .charity-left-top-border:before, .charity-left-top-border:after, .charity-right-top-border:before, .charity-right-top-border:after, .charity-left-bottom-border:before, .charity-left-bottom-border:after, .charity-right-bottom-border:before, .charity-right-bottom-border:after, .charity-event-medium figure figcaption:before, .charity-header-two .charity-logo:before, .charity-header-two .navbar-nav > li.active > a, .charity-header-two .navbar-nav > li:hover > a, .charity-banner-two .slick-arrow:hover, .charty-error-btn, .charity-contact-form form ul li input[type="submit"], .charity-section-heading:before, .charity-section-heading:after, .charity-related-blog ul li figure a .charity-related-hover, .charity-related-blog figure figcaption time, .comments-title:before, .comments-title:after, .comment-respond form p input[type="submit"], .charity-widget-title:before, .charity-widget-title:after, .widget_events ul li time, .widget_gallery ul li a:before, .widget_gallery ul li a:after, .charity-event-gallery ul li a:before, .charity-sermon-list ul li figure a span, .charity-sermon-btn, .charity-pagination > ul > li > span.current, .charity-pagination > ul > li > a:hover, .charity-sermon-social li a span, .charity-donate-btn, .charity-plan-btn, .charity-team-grid ul li:hover figure a i, .charity-team-grid ul li:hover figure:before, .charity-team-grid ul li:hover figure:after, .charity-volunteer-form form ul li input[type="submit"], .charity-accordion .panel-heading .panel-title > a, .charity-related-result ul li figure a .charity-search-hover, .charity-comment-btn, .add-to-cart, .charity-shop-detail figure figcaption > ul > li > a:before, .charity-tab-heading:before, .charity-tab-heading:after, .widget_featured_causes ul li figure > a:before, .charity-shop-grid ul li figure a:before, .charity-shop-list ul li figure span, .charity-shop-list ul li figure a:before, .charity-sermon-grid ul li:hover .charity-readmore-btn:after, .charity-shop-list ul li figure a:after, .charity-event-grid ul li figure > a:before, .charity-event-grid ul li figure > a:after, .charity-event-grid ul li figure figcaption span time, .charity-event-readmore-btn, .charity-event-classic ul li figure a:before, .charity-event-classic ul li figure time, .charity-cause-modern ul li figure a:before, .charity-partner-slider .slick-arrow:hover, .charity-about-btn, .charity-modern-team ul li figure a:before, .charity-modern-team ul li:hover .charity-modern-team-text:before, .charity-modern-team ul li:hover .charity-modern-team-text:after, .charity-project-grid ul li figure a:before, .charity-cause-skillbar .bar-container .bar small, .charity-fancy-title-wrap:before, .charity-fancy-title-wrap:after, .charity-cause-text .bar-container .bar small, .charity-featured-text .bar-container .bar:before, .charity-join-btn, .charity-cause-list ul li figure a:before, .charity-cause-list ul li figure a:after, .charity-services-campaign .bar-container .bar small, .charity-cause-donate .bar-container .bar small, .charity-cause-modern-skill .bar-container .bar small, .charity-sermon-grid ul li:hover .charity-readmore-btn:before {
    background-color: #bdc793;
}
.charity-event-grid ul li figure figcaption span time {
    float: left;
    width: 50px;
    color: #fff;
    line-height: 1;
    padding: 9px 5px;
    text-align: center;
    position: relative;
    margin: 0px 20px 0px 0px;
    text-transform: uppercase;
}
.charity-event-grid ul li figure figcaption h5 {
    margin: 0px;
    line-height: 1.3;
    height: 210px;
    overflow: hidden;
    text-transform: uppercase;
}
.charity-event-grid-text {
    border: 1px solid #eeeeee;
    border-top: none;
    padding: 23px 0px 30px 28px;
}
.charity-event-grid-text p {
    margin: 0px 0px 25px;
    line-height: 24px;
    overflow-y: hidden;
    height: 95px;
}
.charity-event-grid-text ul {
    margin: 0px 0px 16px;
    float: left;
    width: 100%;
    padding: 0;
}
.charity-event-grid-text ul li i {
    position: absolute;
    left: 0px;
    top: 7px;
    z-index: 1;
    color: #606060;
    font-size: 12px;
}
.charity-event-readmore-btn {
    float: left;
    color: #fff;
    font-size: 14px;
    padding: 0px 12px 0px 13px;
    line-height: 2.3;
    border-radius: 3px;
    text-transform: capitalize;
}
.charity-event-readmore-btn:hover {
    color: white;
    text-decoration: none;
}
.charity-event-grid-text ul li {
    float: left;
    position: relative;
    font-size: 14px;
    margin: 0px 15px 10px 0px;
    padding: 0px 0px 0px 18px;
    line-height: 28px;
}
.charity-event ul li {
    list-style: none;
}
.charity-event-readmore-btn i {
    float: right;
    font-size: 11px;
    margin: 0px 0px 0px 13px;
    padding: 10px 0px 12px 10px;
    border-left: 1px solid #fff;
}
#news_lent {
    max-width: 1140px;
    /*margin: auto;*/
}
.charity-event h5 {
    font-size: 18px;
    font-weight: normal;
}
.charity-event h5 a {
    text-decoration: none;
    color: #34343c;
}
/*.charity-event-grid ul li:hover figure > a:before {
    opacity: 0.35;
    width: 100%;
    left: 0%;
}*/

/*.charity-event-grid ul li:hover figure > a:after {
    opacity: 0.35;
    height: 100%;
    bottom: 0%;
}*/
.charity-strip-social li a, .navbar-nav li a, .charity-dropdown-menu li a:before, .charity-megalist li a:before, .widget_categories ul li:before, .widget_categories ul li a, .navbar-nav > li > a:before, .navbar-nav > li > a:after, .widget_recent_news section h6 a, .charity-copyright-social li a, .charity-back-top, .charity-cause-simplegrid figcaption a, .charity-simple-service span:after, .charity-grid-options li a, .charity-filterable ul li a, .charity-gallery-btn, .charity-masonery-caption h4, .charity-team-social li a, .charity-team-medium figure ~ section, .charity-team-medium figure span, .charity-event-medium figure figcaption:before, .charity-event-medium figure figcaption a, .charity-event-btn, .switcher-style, .charity-top-strip, .charity-logo, .charity-banner-two .slick-arrow, .copyright-two .charity-back-top:before, .copyright-two .charity-back-top:after, .charity-tags a, .charity-blog-social ul li a, .charity-post-arrow, .charity-admin-social li a, .charity-blog-options ul li a, .comment-reply-link, .comment-reply-link i, .charity-events h6 a, .widget_archive ul li a, .widget_archive ul li:before, .widget_gallery ul li a:before, .widget_gallery ul li a:after, .charity-sermon-list ul li figure img, .charity-sermon-list ul li figure a span, .charity-readmore-btn, .charity-readmore-btn:before, .charity-readmore-btn:after, .charity-sermon-social li a span, .charity-cause-social li a, .charity-team-grid ul li figure:after, .charity-team-grid ul li figure a i, .charity-team-social > li > a, .charity-related-result ul li figure a .charity-search-hover, .charity-shop-detail figure figcaption > ul > li a:before, .charity-partner-slider .slick-arrow, .charity-partner-slider .slick-arrow i, .widget_featured_causes ul li figure > a:before, .charity-featured-text h6 a, .charity-shop-grid ul li figure a:before, .charity-shop-list ul li figure span, .charity-event-grid ul li figure > a:before, .charity-event-grid ul li figure > a:after, .charity-event-classic ul li figure a:before, .charity-event-classic ul li figure time, .charity-cause-modern ul li figure a:before, .charity-team-grid ul li figure:before, .charity-modern-team ul li figure a:before, .charity-modern-team ul li figure a i, .charity-cause-list ul li figure a:before, .charity-cause-list ul li figure a i, .charity-modern-team ul li .charity-modern-team-text:before, .charity-modern-team ul li .charity-modern-team-text:after, .charity-project-grid ul li figure a:before, .charity-project-grid ul li figure a i, .charity-project-detail-text .charity-sermon-detail-option li h6 > a, .charity-social li a, .charity-cause-list ul li figure a:after, .charity-event-gallery ul li a:before, .charity-event-gallery ul li a i {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.charity-bgcolor, .charity-bgcolorhover:hover, .charity-footer-title:before, .charity-footer-title:after, .navbar-nav > li > a:before, .navbar-nav > li > a:after, .charity-page-title h1:before, .charity-page-title h1:after, .charity-page-title:before, .charity-page-title:after, .charity-classic-btn:before, .charity-classic-btn:after, .charity-fancy-title h2:before, .charity-fancy-title h2:after, .charity-fancy-title-wrap:before, .charity-fancy-title-wrap:after, .charity-cause-simplegrid figure figcaption:before, .charity-cause-simplegrid figure figcaption:after, .bar-container .bar small, .charity-simple-service ul li:hover span:after, .charity-bloggrid-hover:before, .charity-masonery-gallery figcaption:before, .charity-team-medium ul li:hover figure span, .charity-left-top-border:before, .charity-left-top-border:after, .charity-right-top-border:before, .charity-right-top-border:after, .charity-left-bottom-border:before, .charity-left-bottom-border:after, .charity-right-bottom-border:before, .charity-right-bottom-border:after, .charity-event-medium figure figcaption:before, .charity-header-two .charity-logo:before, .charity-header-two .navbar-nav > li.active > a, .charity-header-two .navbar-nav > li:hover > a, .charity-banner-two .slick-arrow:hover, .charty-error-btn, .charity-contact-form form ul li input[type="submit"], .charity-section-heading:before, .charity-section-heading:after, .charity-related-blog ul li figure a .charity-related-hover, .charity-related-blog figure figcaption time, .comments-title:before, .comments-title:after, .comment-respond form p input[type="submit"], .charity-widget-title:before, .charity-widget-title:after, .widget_events ul li time, .widget_gallery ul li a:before, .widget_gallery ul li a:after, .charity-event-gallery ul li a:before, .charity-sermon-list ul li figure a span, .charity-sermon-btn, .charity-pagination > ul > li > span.current, .charity-pagination > ul > li > a:hover, .charity-sermon-social li a span, .charity-donate-btn, .charity-plan-btn, .charity-team-grid ul li:hover figure a i, .charity-team-grid ul li:hover figure:before, .charity-team-grid ul li:hover figure:after, .charity-volunteer-form form ul li input[type="submit"], .charity-accordion .panel-heading .panel-title > a, .charity-related-result ul li figure a .charity-search-hover, .charity-comment-btn, .add-to-cart, .charity-shop-detail figure figcaption > ul > li > a:before, .charity-tab-heading:before, .charity-tab-heading:after, .widget_featured_causes ul li figure > a:before, .charity-shop-grid ul li figure a:before, .charity-shop-list ul li figure span, .charity-shop-list ul li figure a:before, .charity-sermon-grid ul li:hover .charity-readmore-btn:after, .charity-shop-list ul li figure a:after, .charity-event-grid ul li figure > a:before, .charity-event-grid ul li figure > a:after, .charity-event-grid ul li figure figcaption span time, .charity-event-readmore-btn, .charity-event-classic ul li figure a:before, .charity-event-classic ul li figure time, .charity-cause-modern ul li figure a:before, .charity-partner-slider .slick-arrow:hover, .charity-about-btn, .charity-modern-team ul li figure a:before, .charity-modern-team ul li:hover .charity-modern-team-text:before, .charity-modern-team ul li:hover .charity-modern-team-text:after, .charity-project-grid ul li figure a:before, .charity-cause-skillbar .bar-container .bar small, .charity-fancy-title-wrap:before, .charity-fancy-title-wrap:after, .charity-cause-text .bar-container .bar small, .charity-featured-text .bar-container .bar:before, .charity-join-btn, .charity-cause-list ul li figure a:before, .charity-cause-list ul li figure a:after, .charity-services-campaign .bar-container .bar small, .charity-cause-donate .bar-container .bar small, .charity-cause-modern-skill .bar-container .bar small, .charity-sermon-grid ul li:hover .charity-readmore-btn:before {
    background-color: #BDC793;
}
/*.charity-event-grid ul li:hover figure > a:before, .charity-event-grid ul li:hover figure > a:after {
    -webkit-transform: skewX(0);
    -moz-transform: skewX(0);
    -ms-transform: skewX(0);
    -o-transform: skewX(0);
    transform: skewX(0);
}*/
.charity-event-grid ul li figure > a:before {
    -webkit-transform: skewX(71deg);
    -moz-transform: skewX(71deg);
    -ms-transform: skewX(71deg);
    -o-transform: skewX(71deg);
    transform: skewX(71deg);
}
.charity-event-grid ul li figure > a:before {
    content: '';
    left: 50%;
    position: absolute;
    top: 0%;
    width: 0;
    height: 100%;
    opacity: 0;
}
.charity-shop-list ul li figure a:before, .charity-shop-list ul li figure a:after, .charity-shop-grid ul li figure a i, .charity-event-grid ul li figure > a i, .charity-prenxt-post ul li figure img {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.charity-event-grid ul li figure > a i {
    -webkit-transform: skewY(29deg) scale(-2);
    -moz-transform: skewY(29deg) scale(-2);
    -ms-transform: skewY(29deg) scale(-2);
    -o-transform: skewY(29deg) scale(-2);
    transform: skewY(29deg) scale(-2);
}
.charity-event-grid ul li figure > a i {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    background-color: #000;
    text-align: center;
    font-size: 16px;
    width: 50px;
    height: 50px;
    margin: -40px 0px 0px -25px;
    padding: 17px 0px 0px;
    opacity: 0;
    z-index: 1;
}
/*.charity-event-grid ul li:hover figure > a i {
    -webkit-transform: skewY(0deg) scale(1);
    -moz-transform: skewY(0deg) scale(1);
    -ms-transform: skewY(0deg) scale(1);
    -o-transform: skewY(0deg) scale(1);
    transform: skewY(0deg) scale(1);
}*/
.charity-event-grid ul li:hover figure > a i {
    opacity: 1;
}

/*
    news pagination
 */
.charity-pagination {
    margin: 34px 0px;
    text-align: center;
    border-top: 1px solid #e0e0e0;
    padding: 45px 0px 0px;
}
.charity-pagination, .charity-pagination > ul {
    float: left;
    width: 100%;
}
.charity-pagination > ul > li {
    display: inline-block;
    list-style: none;
    margin: 0px 16px 0px 0px;
}
.charity-pagination > ul > li > a, .charity-pagination > ul > li > span {
    border: 1px solid #e1e1e1;
    border-radius: 100%;
    color: #999999;
    float: left;
    height: 40px;
    padding: 4px 11px;
    transition: all 0.25s ease-in-out 0s;
    width: 40px;
    line-height: 1.9;
}
.charity-pagination > ul > li > a:hover {
    text-decoration: none;
}
.charity-pagination > ul > li > .previous, .charity-pagination > ul > li > .next {
    position: relative;
    line-height: 1.9;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}
.charity-bordercolor, .charity-bordercolorhover:hover, .charity-blog-grid figure figcaption, .charity-team-medium ul li:hover figure ~ section, .charity-pagination > ul > li > span.current, .charity-pagination > ul > li > a:hover, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .chrity-thumb-style:before, .charity-donation-section ul .current .donation-wrap, .charity-donation-section ul .current .donation-wrap:before {
    border-color: #BDC793;
}
.charity-pagination > ul > li > span.current, .charity-pagination > ul > li > a:hover {
    color: #fff;
}
.charity-event-grid-text a:focus {
    color: white;
}

/*
    news-detail
 */
#news_detail {
    padding-right: 42px;
}
#news_detail img {
    height: auto;
    width: 100%;
}
#news_detail h4 {
    margin: 0px 0px 24px;
    font-weight: 600;
}
#news_detail p {
    margin: 0px 0px 32px;
    line-height: 24px;
}
#news_detail h5 {
    font-size: 20px;
    margin-bottom: 22px;
    padding-left: 15px;
    position: relative;
    /*font-weight: bold;*/
}
/*#news_detail h5:before,*/
/*#news_detail h5:after {*/
/*content: "";*/
/*height: 1px;*/
/*position: absolute;*/
/*width: 25px;*/
/*background-color: #BDC793;*/
/*}*/
#news_detail h5:before {
    left: 0px;
    top: 16px;
}
#news_detail h5:after {
    left: 4px;
    top: 17px;
}

#news_detail blockquote {
    background: url(/template/img/blockquote.png);
    background-position: 20px top;
    background-repeat: no-repeat;
    /*float: left;*/
    border-left: 2px solid;
    color: #606060;
    font-size: 18px;
    font-style: italic;
    line-height: 24px;
    margin: 7px 0px 35px;
    padding: 1px 26px 12px 33px;
}
#news_detail blockquote {
    border-left-color: #BDC793;
}
.charity-news-gallery {
    margin: 0px 0px 22px;
}
.charity-prenxt-post,
.charity-news-gallery,
.charity-tags-wrap{
    float: left;
    width: 100%;
}
.charity-news-gallery ul {
    margin: 0px -5px;
    padding: 0;
}
.charity-news-gallery ul li {
    float: left;
    /*width: 25%;*/
    padding: 0px 5px;
    margin: 0px 0px 10px;
    list-style: none;
}
.charity-news-gallery ul li a {
    position: relative;
    /*overflow: hidden;*/
}
.charity-news-gallery ul li a,
.charity-news-gallery ul li a img {
    float: left;
    width: 100%;
}
.charity-news-gallery ul li a img {
    margin: 0 !important;
}
.charity-news-gallery ul li a i {
    position: absolute;
    left: 50%;
    top: 0px;
    font-size: 18px;
    padding: 10px 0px 0px;
    width: 39px;
    height: 39px;
    text-align: center;
    background-color: #202020;
    color: #fff;
    opacity: 0;
    margin: 0px 0px 0px -20px;
}
.charity-news-gallery ul li a i,
.charity-news-gallery ul li a:before {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.charity-news-gallery ul li a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0%;
    opacity: 0;
    background-color: #BDC793;
}
.charity-news-gallery ul li:hover a:before {
    opacity: 0.7;
    height: 100%;
}
.charity-news-gallery ul li:hover a i {
    opacity: 1;
    top: 40%;
}
.charity-prenxt-post {
    float: left;
    width: 100%;
    background-color: #f5f5f5;
    padding: 40px 17px;
    margin: 0px 0px 33px;
}
.charity-prenxt-post ul {
    margin: 0px -15px;
    padding: 0;
}
.charity-prenxt-post ul li figure {
    margin: 0px;
    float: right;
    width: 80px;
}
.charity-prenxt-post ul li figure img {
    position: relative;
    border-radius: 100%;
    float: right;
    margin: 0 !important;
    height: 80px !important;
}
.charity-prenxt-post ul li figure img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.charity-prenxt-post ul li figure ~ .charity-prev-artical {
    margin: 0px 89px 0px 0px;
    text-align: right;
    padding: 0 20px 0 0;
}
charity-post-arrow {
    display: inline-block;
    font-size: 14px;
    color: #606060;
    text-transform: uppercase;
}
.charity-prev-artical h3 {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 21px;
    display: block;
}
.charity-next-artical h3 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 21px;
    display: block;
}
.charity-post-arrow i {
    margin: 3px 9px 0px 0px;
    float: left;
}
.charity-prenxt-post ul li {
    list-style: none;
    float: left;
    width: 50%;
    padding: 0px 15px;
}
.charity-prenxt-post .charity-prev-post {
    float: left;
}
.charity-prenxt-post .charity-next-post {
    float: right;
}
.charity-prenxt-post ul .charity-next-post figure {
    float: left;
}
.charity-prenxt-post ul li figure ~ .charity-next-artical {
    margin: 0px 0px 0px 89px;
    padding: 0px 0px 0px 20px;
}
.charity-next-artical >.charity-post-arrow i {
    margin: 3px 0px 0px 9px;
    float: right;
}
.charity-post-arrow {
    display: inline-block;
    font-size: 14px;
    color: #606060;
    text-transform: uppercase;
}
#news_detail a {
    color: inherit;
    text-decoration: none;
    font-weight: normal;
}
.charity-shop-list ul li figure a:before, .charity-shop-list ul li figure a:after, .charity-shop-grid ul li figure a i, .charity-event-grid ul li figure > a i, .charity-prenxt-post ul li figure img {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.charity-prenxt-post ul li:hover figure img {
    /*-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);*/
}
.charity-color, .charity-colorhover:hover, .navbar-nav > li:hover > a, .navbar-nav > li.active > a, .charity-megalist li:hover a, .charity-dropdown-menu > li:hover > a, .charity-grid-options li:hover a, .widget_categories ul li:hover a, .widget_categories ul li:hover:before, .widget_recent_news ul li:hover section h6 a, .widget_twitter ul li p a, .charity-breadcrumb li, .charity-cause-category span.charity-right-section small, .charity-filterable ul li a.charity-active, .charity-filterable ul li:hover a, .charity-contactus-text i, .charity-blog-options ul li a:hover, .charity-tags a:hover, .charity-blog-social ul li a:hover, .charity-prenxt-post ul li:hover .charity-post-arrow, .charity-admin-social li a:hover, .comment-reply-link:hover, .comment-reply-link:hover i, .widget_events ul li:hover .charity-events h6 a, .widget_archive ul li a:hover, .widget_archive ul li:hover:before, .charity-cause-social li a:hover, .charity-team-social > li > a:hover, .star-rating::before, .star-rating-box::before, .widget_featured_causes ul li:hover .charity-featured-text h6 a, .charity-volunteer-post h3 span, .charity-aboutus-text h6 span, .charity-sermon-detail-option li h6 > a:hover, .charity-social li a:hover, .charity-featured-text .skillst span:last-child, .charity-sermon-grid ul li:hover .charity-readmore-btn {
    color: #BDC793 !important;
}
.charity-tags-wrap {
    background-color: #f5f5f5;
    padding: 30px;
    margin: 0px 0px 40px;
}
.charity-post-tags {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 17px 30px 15px;
}
.charity-tags, .charity-tags span, .charity-tags a {
    float: left;
}
.charity-blog-social, .charity-blog-social ul {
    float: right;
}
.charity-tags span {
    color: #34343c;
    font-size: 16px;
    margin-right: 15px;
    font-weight: 600;
}
.charity-tags a {
    margin-left: 4px;
    font-size: 14px;
    padding: 2px 0px 0px;
    color: #606060;
}
.charity-blog-social span {
    font-weight: 600;
    margin: 0px 8px 0px 0px;
    font-size: 16px;
}
.charity-blog-social, .charity-blog-social ul {
    float: right;
}
.charity-blog-social ul {
    padding: 2px 0px 0px;
    margin: 0;
}
.charity-blog-social ul li {
    float: left;
    list-style: none;
    margin: 0px 0px 0px 15px;
}
.charity-blog-social ul li a {
    float: left;
    color: #606060;
    font-size: 13px;
    line-height: 21px;
}
#news_detail h4,
#news_detail h5 {
    line-height: 1.5;
}

.article-ekskursiya table {
    width: 100%;
    table-layout: fixed;
}
.article-ekskursiya tbody {

}
article tbody td {
    border: 1px solid;
}
.article-ekskursiya img {
    margin-right: 25px;
}
a.btn.btn-work{
    font-size: 14px;
    color: #BDC793;
    font-family: CirceRounded-Bold;
    background-color: #333;
    border-radius: 0;
    outline: 0;
    line-height: 15px;
    text-transform: uppercase;
    margin-left: 10px;
    margin-bottom: 10px;
}
.calendar-item .month-label{
    color: #6d553c;
}




