/*------------------------------------------------------------------------------
AUDIOPLAYER
------------------------------------------------------------------------------*/
#audioplayer {
  z-index: 999;
  height: 75px;
  background: #222;
  border-top: 2px solid #08c;
  color: #f1f1f1;
  font-size: 14px;
}
#audioplayer.hidden {
    bottom: -73px;
  }
#audioplayer.visible {
    bottom: -2px;
  }
#audioplayer #text {
    height: 58px;
    overflow: hidden;
    line-height: 1.3;
    padding-left: 8px;
  }
#audioplayer #speaker {
    max-width: 56px;
    border: 1px solid #f1f1f1;
    box-shadow: none;
  }
#audioplayer #buffer {
    background: #b1b1b1;
    background-image: none;
  }
/* Buttons */
#audioplayer .btn.play {
    font-size: 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    padding: 8px 10px 8px 10px;
    margin-top: 0px;
    height: 38px;
    width: 38px;
  }
#audioplayer .btn.play i {
    margin-left: 2px;
  }
#audioplayer .btn.play .icon-pause {
    margin-left: 0px;
  }
/* Volume */
#audioplayer #volume {
    height: 6px;
    margin-top: 7px;
    cursor: pointer;
    border-radius: 0px;
  }
#audioplayer #volume-container {
    max-width: 110px;
  }
#audioplayer #volume-container .media-body {
    margin-top: 5px;
  }
@media (max-width: 1024px) {
    #audioplayer #volume-container {
      display: none;
    }
  }
#audioplayer #volume-container i {
    margin-left: 5px;
    font-size: 18px;
    line-height: 1.15;
  }
/* Time */
#audioplayer #time-container {
    padding-top: 12px;
  }
@media (max-width: 768px) {
    #audioplayer #time-container,
    #audioplayer #info-container {
      width: 75%;
      margin-left: 15%;
    }
  }
@media (max-width: 480px) {
    #audioplayer #time-container,
    #audioplayer #info-container {
      width: 100%;
      margin-left: 0;
    }
  }
#audioplayer #time-container .row-fluid {
    margin-top: 5px;
  }
@media only screen and (max-width: 768px) {
    #audioplayer #time-container .row-fluid .media {
      margin-top: 15px;
    }
  }
#audioplayer #time {
    border-radius: 0px;
    position: relative;
    margin-bottom: 2px;
    margin-top: 5px;
    height: 10px;
    cursor: pointer;
  }
/* Tab */
#audioplayer .tab-container {
    width: 100%;
    cursor: pointer;
  }
#audioplayer .tab-container > i {
      padding: 6px 12px;
      font-size: 22px;
    }
@media (min-width: 768px) {
    #audioplayer .tab-container {
      padding-right: 30px;
    }
  }
@media (min-width: 769px) {
    #audioplayer .tab-container {
      padding-right: 20px;
    }
  }
#audioplayer .tab {
    background: #222;
    margin-top: -49px;
    height: 41px;
    width: 50px;
    border: 2px solid #08c;
    border-bottom: 2px solid #222;
  }

@media only screen and (max-width: 979px) {
  #audioplayer {
    position: fixed;
  }
}

@media only screen and (max-width: 480px) {
  #audioplayer {
    position: absolute;
  }
}.talks-container {
    margin-top: 2em;
}
#breadcrumb-container {
    position: relative;
    width: 100%;
    font-size: .85em;
    margin-top: -2em;
    height: 2em;
    line-height: 2em;
    background-color: rgba(255, 255, 255, .8);

}

    /* Tablets */

    @media only screen and (max-width : 768px) {#breadcrumb-container {
        font-size: .7em;
        margin-top: -1.8em;
        height: 1.8em;
        line-height: 1.8em

}
    }

    /* Phones */

    @media only screen and (max-width: 550px) {#breadcrumb-container {
        display: none

}
    }

    #breadcrumb-container .breadcrumb {
        margin: 0;
        padding: 0;
        background-color: inherit;
    }

    #breadcrumb-container .breadcrumb-item {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 12em;
    }

    #breadcrumb-container .breadcrumb-item a {
            color: #555;
        }

    #breadcrumb-container .breadcrumb-item.breadcrumb-navpage {
            color: black;
            font-weight: bold;
        }

    #breadcrumb-container .breadcrumb-item.breadcrumb-navpage a {
                color: black;
            }

    #breadcrumb-container .breadcrumb-item.active {
            color: #555;
            max-width: inherit;
        }

    #breadcrumb-container .breadcrumb-item::before {
            color: #555;
        }
.talk {

    background-color: #fff;
    transition: background-color 1s ease;
    position: relative;
}

    @media only screen and (min-width : 768px) {

    .talk .leader {
            display: flex;
            flex-flow: row;
            align-items: center
    }
        }

    .talk .subleader {
        display: flex;
        flex-flow: row;
        flex: 1;
        align-items: center;
    }

    @media only screen and (min-width : 768px) {

    .talk .meta {
            flex: 1
    }
        }

    .talk .image {
        align-self: start;
        width: 75px;
        height: 75px;
        flex-shrink: 0;
        margin-right: 0.5em;
    }

    .talk .image img {
            width: 100%;
            height: 100%;
            box-shadow: 0px 1px 2px 1px #ccc;
            background-color: #888;
        }

    @media only screen and (min-width : 576px) {

    .talk .image {
            align-self: auto;
            width: 100px;
            height: 100px;
            margin-right: 1em
    }
        }

    .talk .title {
        font-size: 1.2em;
        margin: 0;
    }

    .talk .buttons {
        margin: 0.5em 0;
        clear: left;
    }

    .talk .buttons .btn {
            font-size: 0.9em;
            color: #222;
        }

    @media only screen and (min-width : 768px) {

    .talk .buttons .btn {
                font-size: 0.8em
        }
            }

    @media only screen and (min-width : 992px) {

    .talk .buttons .btn {
                font-size: 0.9em
        }
            }

    .talk .buttons i {
            margin-right: 0.25em;
        }

    @media only screen and (min-width : 768px) {

    .talk .buttons {
            margin: 0 0 0 0.5em
    }
        }

    .talk .playlists, .talk .info, .talk .subjects {
        font-size: 0.9em;
        line-height: 1.1em;
        margin: 0.5em 0 0;
    }

    .talk .title a, .talk .playlists a, .talk .author a, .talk .subjects a {
            color: #222;
        }

    @media only screen and (max-width : 319px) {

    .talk .playlists {
            clear: left
    }
        }

    .talk .language {
        font-size: 1.1em;
        margin-left: 0.25em;
    }

    .talk .subjects .heading {
            font-weight: bold;
        }

    .talk .description {
        margin-top: 0.75em;
    }

    .talk .show-full {
        position: relative;
        text-align: center;
        width: 100%;
        margin: 0.15em 0 0em;
    }

    .talk .show-full > .arrow {
            border: solid #ccc;
            border-width: 0 3px 3px 0;
            display: inline-block;
            padding: 5px;
            transform: rotate(45deg);
            transition: all 0.5s ease;
        }

    .talk.talk-abbrev {
        cursor: pointer;
    }

    .talk.talk-abbrev .description {
            display: none;
        }

    .talk:hover.talk-abbrev {
        background-color: #f3f3f3;
    }

    .talk:hover.talk-abbrev .show-full > .arrow {
            border-color: #888;
            transform: rotate(45deg) scale(1.5);
        }

    .talk.talk-full .show-full {
            display: none;
        }
.spinner{
    width:100%;
    text-align:center;
    padding-top:50px;
}/*------------------------------------------------------------------------------
SUBSCRIBE BUTTONS
------------------------------------------------------------------------------*/
.subscribe-buttons {
  margin: 0 16px 0 0;
}
.subscribe-buttons .btn {
    color: #222;
  }
.latest-talks .main .header {
            display: flex;
            flex-flow: row wrap;
            justify-content: space-between;
            border-bottom: 1px solid #ddd;
            padding-bottom: 5px;
        }

    .latest-talks .alt {
        margin-top: 2em;
    }

    .latest-talks h2.latest {
        color: #aaa;
        font-size: 1.75em;
        margin-top: 5px;
        margin-bottom: 0;
    }

    .latest-talks .see-more {
        margin: 1.25em 0;
        font-size: 1em;
        text-align: center;
    }

    .latest-talks .card {
        display: flex;
        position: relative;
        float: none;
        margin-bottom: 1em;
        background-color: white;
        transition: background-color 1s ease;
    }

    .latest-talks .card .card-img-top {
            position: relative;
            width: 100%;
            height: inherit;
            background-color: #888;
            opacity: 0.8;
            transition: opacity 1s ease;
        }

    .latest-talks .card .card-img-top:before {
                content: "";
                display: block;
                padding-top: 100%;
            }

    .latest-talks .card .card-img-top > img {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

    .latest-talks .card .card-img-overlay {
            padding: 0.75rem;
        }

    .latest-talks .card .card-title {
            color: white;
            text-shadow: 0px 0px 2px #000000;
            font-size: 0.9em;
        }

    @media only screen and (min-width : 768px) {

    .latest-talks .card .card-title {
                font-size: 1.1em
        }
            }

    .latest-talks .card .card-block {
            display: none;
            padding: 0.75rem;
        }

    @media only screen and (min-width : 576px) {

    .latest-talks .card .card-block {
                display: block
        }
            }

    @media only screen and (min-width : 768px) {

    .latest-talks .card .card-block {
                padding: 1rem
        }
            }

    .latest-talks .card .card-text {
            font-size: 0.8em;
        }

    @media only screen and (min-width : 768px) {

    .latest-talks .card .card-text {
                font-size: 0.9em
        }
            }

    .latest-talks .card:hover {
            background-color: #eee;
        }

    .latest-talks .card:hover .card-img-top {
                opacity: 1.0;
            }

    .latest-talks .card > a {
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 1;
        }
/*------------------------------------------------------------------------------
CARD
------------------------------------------------------------------------------*/
.card {
  overflow: hidden;
  display: inline-flex;
  cursor: pointer;
  vertical-align: top;
  -moz-box-shadow: 0px 1px 4px 1px #e3e3e3;
  -webkit-box-shadow: 0px 1px 4px 1px #e3e3e3;
  box-shadow: 0px 1px 4px 1px #e3e3e3;

}
.card .card-img-top {
    width: 100%;
    object-fit: cover;
    height: 180px;
  }
.card .card-img-top-fluid {
    width: 100%;
  }
.card .card-title {
    font-size: 18px;
    width: 100%;
    flex: 1 auto;
    margin: 0;
  }
.card.card-list-item {
    width: 172px !important;
    height: 300px;
    margin: 20px;
  }
.card.card-list-item .card-title {
      font-size: 16px;
      text-align: center;
    }
.card.card-mobile {
    width:100%;
    overflow: visible;
  }
.card.card-mobile .card-img-mobile {
      width: 100%;
    }
.card.card-mobile .card-title {
      text-align: left;
    }
.card.card-other .card-title {
      padding: 2em 1em;
      border-bottom: 1px solid rgba(0, 0, 0, 0.125);
      font-weight: bold;
    }
.card > a {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    height: 100%;
  }
.card > a:hover {
      text-decoration: none;
    }

.category-list > .card-container {
  display: inline-flex;
}

@media (min-width: 768px) {
  .card-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .card {
    display: none;
  }
  .card-mobile {
    display: block !important;
  }
  .category-list > .card-container > .card-list-item {
    display: inline-flex !important;
  }
}
.card li.list-group-item {
    padding: 0;
  }

    .card li.list-group-item a {
      display: block;
      padding: .75rem 1.25rem;
      width: 100%;
      height: 100%;
      text-decoration: none;
    }

    .card li.list-group-item a:hover,
    .card li.list-group-item a:active {
      background-color: #e3f2fd;
      color: black;
    }

    .card li.list-group-item.active a,
      .card li.list-group-item.active a:hover,
      .card li.list-group-item.active a:active {
        background-color: #0275d8;
        color: white;
      }
.talk-list {
    min-height: 10em;

}

    .talk-list .spinner {
        opacity: 0;
        z-index: -1;
        position: absolute;
    }

    .talk-list .talks {
        opacity: 1;
    }

    .talk-list .talks,
    .talk-list .spinner {
        transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        -webkit-transition: opacity .25s ease-in-out;
    }

    .talk-list.loading .spinner {
            opacity: 1;
            z-index: 1;
        }

    .talk-list.loading .talks {
            opacity: 0.3;
        }

    .talk-list > nav {
        margin-top: 2em;
    }

.talks .talk {
        border-top: 1px solid #ddd;
        padding: 1em;
    }

.talks .talk:first-child {
        border-top: none;
    }
.category {

}.category-list {
    margin: 0 auto;
    width: 100%;
}

.cursor-pointer {
    cursor: pointer;
}
/*------------------------------------------------------------------------------
ALBUM
------------------------------------------------------------------------------*/

.album-cover {
  display: inline-block;
  position: relative;
  margin: 2px;
}

.album-cover .album-image > img {
    padding: 0 !important;
  }

.album-cover .album-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .6);
    color: white;
    overflow: hidden;
  }

@media only screen and (max-width : 767px) {

.album-cover .album-title {
      display: none
  }
    }

@media only screen and (min-width: 768px) {

.album-cover .album-title {
      font-size: 0.8em;
      line-height: 1.5em;
      max-height: 5.2em;
      padding: 0.5em
  }
    }

@media only screen and (min-width : 992px) {

.album-cover .album-title {
      font-size: 0.9em;
      line-height: 1.7em;
      max-height: 6em;
      padding: 0.75em
  }
    }

.album-list {
  margin-top: 2em;
  margin-bottom: 2em;
}

.album-list .albums {
    position: relative;
    top: 0;
    opacity: 1;
    clear: both;
  }

.album-list .spinner {
    position: absolute;
    top: 25px;
    opacity: 0;
    clear: both;
  }

.album-list .albums-footer {
    padding-top: 25px;
    clear: both;
  }

.album-list.loading .albums {
      opacity: 0.2;
    }

.album-list.loading .spinner {
      opacity: 1;
    }

.album-list .gallery .caption p:hover {
    text-decoration: none;
  }

.album-list .gallery .date {
    font-size: 0.875em;
    color: #222;
  }.album {
    margin-top: 2em;
    margin-bottom: 2em;
}
