.highlight-bg {
    background: unset !important;
}

.navbar-default.shrink {
    border-bottom: unset !important;
}

.kebaktian-online {
    position: absolute;
    top: 15px;
    left: 0;
    width: 120px;
    padding: 7px 20px;
    background: linear-gradient(45deg, #fecc05, #fda610);
    color: black;
    text-align: right;
    font-weight: bold;
    font-size: 16px;
}

h2 {
    color: #fca311;
}

.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    font-size: 17px;
    color: #fdae0e;
    transition: all 0.5s;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default .panel-body {
    border-top: unset !important;
    border-top-color: unset !important;
}

#accordion .panel {
    background-color: #000;
    border: unset;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #000000;
}

.pray-schedule {
    background: linear-gradient(45deg, #fecc05, #fda610);
    position: relative;
    background: linear-gradient(45deg, #fecc05, #fda610);
}

h5 {
    font-size: 17px;
}

.accordion-toggle .bulletin {
    top: -15px;
}

.well {
    background: #000000;
}

.clr-white {
    color: white;
}

.clr-yellow {
    color: #fdae0e
}

.bg-yellow {
    background: #fca311;
    padding: 20px 0;
}

.bg-white {
    background: white;
    padding: 20px 0;
}

.bg-grey {
    background: #e5e5e5;
}

.carousel-inner .item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
}

footer .social-icons .fa {
    font-size: 30px;
    padding: 10px 20px 0px;
    color: white;
}

@media only screen and (min-width: 1200px) {
    .navbar-brand img {
        margin-left: 50%;
    }
}

@media only screen and (min-width: 1300px) {
    .navbar-brand img {
        margin-left: 50%;
    }
}

@media only screen and (max-width: 600px) {
    .mobile-hide {
        display: none;
    }

    .carousel.home {
        height: 400px;
    }

    .kebaktian-online {
        display: none
    }

    .kebaktian-online-icon {
        display: block !important;
        position: fixed;
        left: 5%;
        top: 2%;
        font-size: 25px;
        color: #eca50b;
    }

    .copyright .text-right {
        text-align: center;
    }

    #spidochetube_player {
        width: 100% !important;
        margin-bottom: 20px;
    }

    #spidochetube_list {
        width: 100% !important;
        padding-top: 0;
        height: 300px;
    }

    #spidochetube_list li span {
        width: 50%;
    }

    #spidochetube_list li {
        height: 75px;
    }

    #spidochetube_list li img {
        width: 30%;
        float: left;
        margin-right: 20px;
    }

    ul#spidochetube_list li:first-child {
        margin-top: unset;
    }

    #join-ibadah .addField {
        width: 100%;
        margin-bottom: 10px;
    }

    #join-ibadah .save {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-brand {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    body {
        background: url(/assets/frontend/images/rob-simmons_unsplash_mobile.jpg) no-repeat;
        background-size: contain;
        background-color: black;
    }
}

.kebaktian-online-icon {
    display: none;
}

.slick-prev {
    left: 5%;
    z-index: 1;
    top: 5%;
}

.slick-next {
    right: 5%;
    z-index: 1;
    top: 5%;
}

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle {
    border: none;
    border-color: unset;
}

.popup {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    overflow: hiden;
    transition: .64s ease-in-out;
}

.popup-inner {
    position: relative;
    bottom: -100vw;
    right: -100vh;
    display: flex;
    align-items: center;
    max-width: 800px;
    max-height: 600px;
    width: 60%;
    height: 80%;
    background-color: #fff;
    transform: rotate(32deg);
    transition: .64s ease-in-out;
}

.popupphoto {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 40%;
    height: 100%;
    overflow: hidden;
}

.popupphoto img {
    width: auto;
    height: 100%;
}

.popuptext {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
    height: 100%;
    padding: 4rem;
}

.popuptext h1 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    text-transform: uppercase;
    color: #0A0A0A;
}

.popuptext p {
    font-size: .875rem;
    color: #686868;
    line-height: 1.5;
}

.popuptext a {
    text-decoration: none;
    color: #47BDFF;
}

.popup:target {
    visibility: visible;
    opacity: 1;
}

.popup:target .popup-inner {
    bottom: 0;
    right: 0;
    transform: rotate(0);
}

.closepopup {
    position: absolute;
    right: -1rem;
    top: -1rem;
    width: 3rem;
    height: 3rem;
    font-size: .875rem;
    font-weight: 300;
    border-radius: 100%;
    background-color: #47BDFF;
    z-index: 4;
    color: #fff;
    line-height: 3rem;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.no-padding {
    padding: unset;
}

.navbar {
    min-height: 75px !important;
}

.padding25 {
    padding: 25px;
}

.gradient-yellow {
    background: linear-gradient(to right, #e7c135, #dc840c) !important;
}

.ed-content .glyphicon {
    margin-right: 7px;
}

.mb-3 {
    margin-bottom: 10px;
}

.fa-trash {
    cursor: pointer;
}

a:hover,
a:focus {
    outline: unset;
}

.media-heading {
    color: white;
    margin: 9px 20px;
    font-size: 15px;
}

.media-subheading {
    color: #fc8811;
    margin: 0;
    font-size: 15px;
}