﻿.pb-video-container {
    padding-top: 20px;
    background: #bdc3c7;
    font-family: Lato;
}

.pb-video {
    border: 1px solid #e6e6e6;
    padding: 5px;
}

.pb-video-col {
    padding-left: 5px;
    padding-right: 5px;
}

@media (max-width: 992px)
{
    .pb-row > .pb-video-col:not(:first-child):not(:last-child) {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .pb-row > .pb-video-col:first-child {
        padding-bottom: 5px;
    }

    .pb-row > .pb-video-col:last-child {
        padding-top: 5px;
    }
}
.pb-video:hover {
    background: #435B7C;
    color: #FFFFFF;
}

.pb-video:hover > .pb-video-frame{
    height: 300px;
}

.pb-video-description{
    text-align: center;
}

.pb-article-frame {
    display: inline-block;
    height: 230px;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.pb-video-frame {
    transition: width 2s, height 2s;
}

.pb-video-frame:hover {
    /*height: 300px;*/
}

.pb-row {
    margin-bottom: 10px;
}

.editCtrls{
    display: none;
}

.collapse {
    display: none;
}

.card-header {
    /*padding: .75rem 1.25rem;*/
    padding: 0px 5px;
    margin-bottom: 0;
    background-color: #FFFFFF;
    /*border-bottom: 1px solid rgba(0,0,0,.125);*/
    background-color: #435B7C;
    margin-top: 10px;
    border: 1px solid #435B7C;
    border-radius: 5px;
}

.card-header button, .card-header button:hover, .card-header button:focus {
    color: #FFFFFF;
    text-decoration: none;
}

.card-header-btn {
    width: 100%;
    text-align: left;
    padding: 0;
    border-radius: 3px;
    color: #FFFFFF;
    border: 1px solid #435B7C;
    border-radius: 5px;
    background-color: #435B7C;
}

.card-body {
    margin-top: 10px;
}

.ui-icon-white {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}

.card-header-btn > h5 > span.ui-icon-toggle {
    background-position: -64px -16px;
}

.card-header-btn.collapsed > h5 > span.ui-icon-toggle {
    background-position: -96px -16px;
}

.mb-0{
    font-weight: bold;
}