.narrow-gutter > [class*='col-'] {
    padding-right:8px;
    padding-left:8px;
}

.calendar_link:link, .calendar_link:visited
{
    color: white;
}

.calendar_link:hover
{
    color: #cb4332;
}

.testimonial {
    background: #bbb;
    padding-bottom: 90px;
}
.footnote
{
    font-style: italic;
    font-size: 0.75em;
}

.photo-box {
    background: #CCC;
    padding: 1em;
    margin: 13px;
    text-align: left;
    border-radius: 4px;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
    z-index: 5;
}


    .our-team .team-member .profile-pic {
        width: 128px;
        height: 128px;
    }   

    .youtube-player {
        position: relative;
        padding-bottom: 56.23%;
        /* Use 75% for 4:3 videos */
        height: 0;
        overflow: hidden;
        max-width: 100%;
        background: #000;
        margin: 5px;
    }
    
    .youtube-player iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background: transparent;
    }
    
    .youtube-player img {
        bottom: 0;
        display: block;
        left: 0;
        margin: auto;
        max-width: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        height: auto;
        cursor: pointer;
        -webkit-transition: .4s all;
        -moz-transition: .4s all;
        transition: .4s all;
    }
    
    .youtube-player img:hover {
        -webkit-filter: brightness(75%);
    }
    
    .youtube-player .play {
        height: 72px;
        width: 72px;
        left: 50%;
        top: 50%;
        margin-left: -36px;
        margin-top: -36px;
        position: absolute;
        cursor: pointer;
    }
    .top-buffer
    {
        margin-top: 1em;
    }
    .bottom_buffer
    {
        margin-bottom: 1em;
    }
    .single-project .credit
    {
        font-size: 0.75em;
    }
    

/* PROJECT DETAILS LOADER */
#m-back-button, #p-back-button {
    display: none;
    text-align: center;
    text-transform: uppercase;
    padding: 13px 35px 13px 35px;
    border-radius: 4px;
    margin: 10px;
}
#m-back-button, #p-back-button i {
    margin-right: 10px;
}
#m-loader, #p-loader {
    min-height: 930px;
    position: relative;
    display: none;
}
#m-loader .loader-icon, #p-loader .loader-icon {
    background: url(../images/loading.gif) no-repeat center center;
    background-color: #FFF;
    margin: -22px -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: fixed;
    width: 44px;
    height: 44px;
    -webkit-background-size: 30px 30px;
            background-size: 30px 30px;
    border-radius: 5px;
}

#prayers-section .cbp-rfgrid li {
    width: 12%; /* Fallback */
    width: -webkit-calc(100% / 5);
    width: calc(100% / 5);
    padding: 2px;
}
.cbp-rfgrid li a .project-info {
    padding-top: 10%;
}
.navbar-brand
{
    padding-left: 0.25em;
    padding-right: 0.25em;
}
/* tooltip popup */
a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:-30px; margin-left:28px;
    width:300px; line-height:16px;
}
a.tooltip:hover span{
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
    
/*CSS3 extras*/
a.tooltip span
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}