.home-upcoming-event {
    padding-top:80px;
    padding-bottom:100px;
    background-image:url(../images/world_light.png);
}
body.theme-light {
    padding-bottom: 0;
}
body.theme-light .home-upcoming-event {
    background-image:url(../images/world_light.png);
}
.home-successful-event {
    padding-top:96px;
    padding-bottom:80px;
    background-color:#262626;
}
body.theme-light .home-successful-event {
    background-color: #f7f7f7;
}
.home-album {
    padding-top:100px;
    padding-bottom:100px;
    background-color:#2f2f2f;
}
body.theme-light .home-album {
    background-color: #ffffff;
}
.home-news {
    padding-top:100px;
    padding-bottom:100px;
    background-color:#262626;
}
body.theme-light .home-news {
    background-color: #efefef;
}
.home-go-top {
    background-color:#2f2f2f;
}
body.theme-light .home-go-top {
    background-color: #ffffff;
}
.home-service {
    padding-top:30px;
    padding-bottom:75px;
    background-color:#2f2f2f;
}
body.theme-light .home-service {
    background-color: #ffffff;
}
body.theme-light .noo_albums li .noo_album-container figure figcaption {
    background: transparent;
}
body.theme-light .noo_albums li .noo_album-container:hover figure figcaption {
     background: transparent;
}
.service-item {
    padding-top:30px;
}
.contact-content {
    margin-top:50px;
    margin-bottom:80px;
}
.noo-archive-album {
    margin-bottom: 65px;
}
.no-events-message p {
    margin: 0;
}
.noo_albums li .noo_album-container figure figcaption {
    position: static;
    padding: 0;
}
.noo_albums li .noo_album-container figure figcaption .noo_album-loop-actions a {
     background: #d91f26;
     color: #fff;
     border-color: #d91f26;
 }
.noo_albums li .noo_album-container figure figcaption .noo_album-loop-actions a:hover {
     background: #b61b1f;
 }
 a.email {
     text-transform: none;
 }
.widget ol li:first-child, .widget ul li:first-child {
    padding: .75em 0;
}
.page-menu-transparent .noo-page-heading {
    padding: 25px 0;
}
.logo-motto-container {
    display: flex;
    justify-content: space-between;
}
.logo {
    margin: 25px 0;
    min-width: 217px;
}
.motto-container {
    align-self: flex-end;
}
.motto {
    position: relative;
    margin: 0;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: right;
    color: #fff;
    cursor: pointer;
}
.motto.selected {
    cursor: default;
}
.motto::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    -webkit-transition: width ease-in-out .2s;
    -o-transition: width ease-in-out .2s;
    transition: width ease-in-out .2s;
}
.motto:hover::after {
    width: 100%;
}
.motto.selected::after {
    width: 100%;
}

.breadcrumb-wrap span {
    display: inline-block;
    margin: 0;
}

.content-social a:hover .fa-facebook {
    color: #2f2f2f;
    border-color: #2f2f2f;
}

.noo-tabs-header li span.tab-active {
    cursor: auto;
    border-bottom: 1px solid #000;
}

.noo-tabs-content {
    padding: 0;
}

.breadcrumb-wrap i {
    font-size: x-large;
    margin: 0 15px 0 10px;
}

.black-link {
    color: black;
}

.black-link:hover {
    color: #d91f26;
}

.pr-gallery .event-single-gallery li a:after {
    content:"\f00e";
}

.pr-gallery .event-single-gallery li a img {
    object-fit: cover;
}