* {
    margin: 0;
    padding: 0;
}

body,
html {
    overflow-x: hidden;
    height: 100%;
}

a,
a:hover,
a:focus,
.btn {
    outline: none;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.section-top-stripe {
    background: #005502;
    padding-top: 15px;
    padding-bottom: 5px;
}

.txt-white {
    color: #fff !important;
}

.logo {
    width: 110px;
}

.navbar-nav > li > a {
    color: #333;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li.active > a {
    color: #333;
    background: #005502;
    color: #fff;
}

.indicators-main-banner {
    bottom: 310px;
    right: 0;
    width: auto;
    transform: rotate(90deg);
    left: auto;
}

.section-menu {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cecece;
}

.carousel-relative-caption {
    position: absolute;
    bottom: 60px;
    z-index: 50;
    right: 10%;
    left: 10%;
}

.content-inner {
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.39);
    padding: 7px 13px 13px;
    color: #fff;
    height: 95px;
}

.txt-arial {
    font-family: arial, sans-serif;
}

.txt-theme {
    color: #005502;
}

.section-about {
    padding-top: 30px;
    padding-bottom: 45px;
}

.img-ad {
    margin-top: 77px;
}

.section-services {
    background: url(../images/bg-services.jpg);
    padding-top: 55px;
    padding-bottom: 15px;
    background-attachment: fixed;
    background-size: cover;
}

.section-pillars {
    background: url(../images/bg-about-main.jpg);
    padding-top: 55px;
    padding-bottom: 15px;
    background-attachment: fixed;
    background-size: cover;
}

.mini-icon {
    width: 70px;
    margin-bottom: 15px;
}

.btm-col {
    margin-bottom: 50px;
}

.section-news {
    padding-top: 40px;
    padding-bottom: 25px;
}

.img-news-placeholder {
    width: 100%;
    overflow: hidden;
    height: 236px;
}

.img-news-placeholder > img {
    width: 100%;
}

.container-news {
    background: #eaeaea;
    padding: 25px 30px 30px;
    border-bottom: 5px solid #005502;
}

.news-title {
    border-bottom: 1px solid #005502;
    padding-bottom: 13px;
}

.section-events {
    padding-top: 15px;
    padding-bottom: 45px;
}

.img-gallery-placeholder {
    overflow: hidden;
    width: 100%;
    height: 150px;
    margin-bottom: 30px;
}

.img-gallery-placeholder > a > img {
    width: 100%;
}

.section-footer {
    background: url(../images/bg-footer.jpg);
    background-attachment: fixed;
    background-size: cover;
    padding-top: 40px;
    color: #fff;
}

.list-footer li {
    padding-bottom: 10px;
}

.icon-social {
    background: #005502;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    text-align: center;
    line-height: 34px;
}

.btn-donate {
    border: 1px solid #fff;
    background: rgba(11, 21, 13, 0.5);
    color: #fff !important;
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 0;
    display: block;
    margin-top: 15px;
}

.stripe-copy {
    border: 1px solid #fff;
    background: rgba(11, 21, 13, 0.5);
    padding: 9px 15px 31px;
    margin-top: 45px;
}

.navbar-toggle,
.icon-bar {
    border: 1px solid #005502;
}

.img-about-main-placeholder {
    width: 100%;
    overflow: hidden;
    height: 450px;
    margin-bottom: 40px;
}

.img-about-main-placeholder > img {
    width: 100%;
}

.section-about-main {
    padding-top: 10px;
    padding-bottom: 10px;
}

.section-map {
    padding-top: 35px;
    padding-bottom: 50px;
}

textarea {
    resize: none;
}

.btn-theme {
    background: #643e3a;
    color: #fff !important;
    border-radius: 0;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 13px;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
}

@media(max-width: 1200px) {
    .section-menu > .container,
    .section-top-stripe > .container {
        width: auto;
    }
    .carousel-relative-caption {
        right: 0%;
        left: 0%;
    }
    .img-news-placeholder {
        height: 194px;
    }
    .indicators-main-banner {
        bottom: 230px;
    }
    .img-gallery-placeholder {
        height: 132px;
    }
    .img-about-main-placeholder {
        height: 390px;
    }
    .amount-div {
        padding: 25px 25px 165px 25px !important;
    }
}

@media(max-width: 992px) {
    .media-container-menu,
    .media-container-logo {
        width: 100%;
        text-align: center;
    }
    .navbar-nav {
        float: left !important;
    }
    .carousel-relative-caption {
        right: -14%;
        left: 3%;
    }
    .img-news-placeholder {
        height: 147px;
    }
    .indicators-main-banner {
        bottom: 175px;
    }
    .img-gallery-placeholder {
        height: 102px;
    }
    .img-about-main-placeholder {
        height: 298px;
    }
    .media-center {
        text-align: center;
    }
    .list-social-icons {
        float: none !important;
        margin-top: 18px;
        margin-bottom: 6px !important;
    }
}

@media(max-width: 767px) {
    .media-container-logo {
        text-align: left;
    }
    .img-about-main-placeholder {
        height: auto;
    }
    .navbar-toggle {
        margin-top: -66px;
    }
    .carousel-relative-caption {
        right: 2%;
        left: 2%;
        bottom: -32pc;
    }
    .section-about {
        padding-top: 33pc;
    }
    .content-inner {
        background: rgba(0, 0, 0, 0.54);
    }
    .img-ad {
        width: 100%;
    }
    .img-news-placeholder,
    .img-gallery-placeholder,
    .img-gallery-placeholder {
        height: auto;
    }
    .container-news {
        margin-bottom: 25px;
    }
    .navbar-nav {
        float: none !important;
        text-align: left;
    }
    .indicators-main-banner {
        bottom: 10px;
        right: 0;
        width: 100% !important;
        transform: rotate(0deg);
        left: auto;
    }
    .img-paypal {
        margin-top: 120px;
    }
    .amount-div {
        padding: 25px 25px 60px 25px !important;
    }
}

@media(max-width: 405px) {
    .stripe-copy {
        padding: 13px 15px 56px;
    }
}

.section-mini-banner {
    background: url(../images/bg-mini-banner.JPG);
    background-size: cover;
    background-attachment: fixed;
    height: 20%;
    margin-bottom: 35px;
}

.title-mini {
    margin-top: 18px;
    margin-bottom: 20px;
}

.section-donation {
    padding-bottom: 50px;
}

.icon-download {
    font-size: 30px;
    margin-top: 14px;
}

.div-prayer-timetable {
    background: url(../images/timetable-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    padding-top: 25px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 45px;
    color: #fff;
    margin-bottom: 30px;
}

.table-prayer-timetable {
    margin-top: 25px;
}

@media(max-width: 390px) {
    .tab-scroller {
        width: 355px;
        overflow-x: scroll;
    }
}

.amount-div {
    background: #E7E7E7;
    padding: 25px 25px 205px 25px;
    color: #333;
}

.list-social-icons {
    margin-bottom: 0;
    float: right;
    position: relative;
    top: -5px;
}

.list-social-icons > li > a > i {
    background: #fff;
    color: #330B02;
}

.list-cards {
    margin-right: 10px;
}