/* --------------------------------------------------
   CSS NMBB
   -------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Open Sans', serif;
    padding-top: 60px;
}

a {
    color: #2c3e50;
    transition: all 0.3s ease 0s;
}

a:hover,
a:active {
    text-decoration: none;
}

.sidebar {
    padding: 20px 15px;
}

.navbar {
    margin-bottom: 0;
}

.footer {
    margin-bottom: 21px;
    font-size: 14px;
}

#logo {
    height: 61px;
    margin-top: -20px;
}

.media-body {
    padding-left: 10px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 600px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    margin-top: 15px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 992px) {
    body {
        text-align: center;
    }
}

@media screen and (min-width: 992px) {
    #band-member img {
        max-width: 150px;
    }

    #news_button_group {
        float: right !important;
    }
}

/* Carousel (slider)
-------------------------------------------------- */
.carousel-control .fa-arrow-left,
.carousel-control .fa-arrow-right {
    position: absolute;
    top: 50%;
    z-index: 5;
}

@media (max-width: 767px) {
    #slider-container {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Line up
-------------------------------------------------- */
#band-member {
    text-align: center;
    border: none;
    transition: none;
}

#band-member img,
.soloist-image {
    text-align: center;
    margin: 0 auto;
}

.soloist-item-image {
    margin-top: 21px;
}

#band-member .lead {
    margin-bottom: 0;
}

#line-up .col-lg-3,
#line-up .col-md-3 {
    padding-left: 0;
    padding-right: 0;
}
