#container > .inside_filter {
    padding-top: 0rem !important;
}

.visible {
    display: block !important;
}

.nonvisible {
    display: none !important;
}

.video-playlist .video-item {
    /*display: block;*/
    margin-bottom: 1rem;
    width: 99%;
}

.video-playlist .video-item .video-item-player {
    margin-right: 1rem;
    flex: 0 0 50%
}

.video-playlist .video-item .video-item-info {
    display: flex;
    flex-direction: column;
    flex: 0 1 auto
}

.video-playlist .video-item .video-item-info .video-title {
    color: #43474B;
    margin: 0 0 1rem;
    font-family: 'Titillium Web';
    font-size: 1rem;
    font-weight: 600
}

.video-playlist .video-item .video-item-info .video-desc {
    font: Light .875rem 'Roboto';
    color: #43474B;
    margin: 0 0 .625rem
}

.video-playlist .video-item .video-item-info .video-duration {
    color: #878787
}

.plyr .plyr__play-large {
    z-index: 9001;
    cursor: pointer
}

div.widget_filter {
    width: 25% !important;
}

.filterbody {
    /*position: sticky;*/
    top: 0;
    z-index: 1;
    background-color: white;
}

.filterbody label {
    display: block;
    font-family: 'Titillium Web';
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.filterbody>*:not(.clearfix) {
    clear:none;
    float: left;
    /*display: inline-block !important;*/
    width: 100%;
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
    /*padding-left: 1.25rem;*/
    padding-right: 0.75rem !important;
    box-sizing: border-box;
}

.filterbody:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

/*.filterbody > *:first-child {
    padding-left: 0rem;
    padding-right: 0rem;
}*/

.selectClass {
    width: 100%;
    height: 1.875rem;
    padding: .25rem .375rem;
    border: 1px solid #cad1d7;
    box-sizing: border-box;
    outline: none;
    transition: all .2s;
    /*max-width: 160px;*/
    margin: 0px;
    border-color:#707070 !important;
}

.filterbody-title {
    position: sticky;
    top: 140px;
    z-index: 1;
    background-color: white;
    padding: 1px;
}

.filter-title {
    display: block;
    border-top: none;
    font-size: 1.25rem;
    font-weight: 600;
    background-color: #43474B40;
    padding: .375rem 0.5rem .5rem 0.5rem;
}

.filter-notitle {
    display: none;
    padding-right: 0rem !important;
    height: 2px;
    background-color: #43474B40;
}

.video-logo-image {
    display: inline-block;
    /*width: 25%;*/
    max-width: 150px;
    vertical-align: middle;
    margin-right: 1rem;
    margin-top: 0.75rem;
}

.video-headline {
    display: inline-block;
    width: 75%;
    vertical-align: middle;
    font-family: 'Titillium Web';
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5em;
}

.title_anchor {
    text-decoration: none !important;
    outline: none;
    scroll-margin-top: 220px;
}

.title_anchor:hover {
    text-decoration: none;
    cursor:pointer !important;
}

.tags {
    /*padding-top:0.5rem;*/
    margin-right: 2px;
    margin-left: 2px;
    border-right: 2px solid #E7EAED;
    border-left: 2px solid #E7EAED;
    /*background:ghostwhite;*/
    background: white;
    box-shadow: 0 4px 8px #0000001A;
}

.tags-keywords {
    display: flex;
    flex-wrap: nowrap;
    padding: 0rem 1.25rem 0.25rem 1.25rem;
}

.tags-secondRow {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0.75rem 1.25rem 1.5rem 1.25rem;
}

.tags-integration {
    display: flex;
    flex-wrap: nowrap;
}

.tags-availability {
    display: flex;
    flex-wrap: nowrap;
}

.tags-title {
    font-family: 'Titillium Web';
    font-size: 0.625rem;
    font-weight: 600;
    margin-bottom: 0.625rem;
    margin-left: 0.625rem;
}

.tags-title-multi {
    font-family: 'Titillium Web';
    font-size: 0.625rem;
    font-weight: 600;
    margin-bottom: 0.625rem;
    margin-left: 0.625rem;
}

.multi-row {
    display: flex;
}

.tag {
    padding: 0.25rem 0.75rem 0.25rem 0.75rem;
    margin-right: 0.625rem;
    margin-left: 0.625rem;
    border: 2px solid #43474B40;
    border-radius: 20px;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    text-decoration: none;
    font-size: 0.75rem;
    color: gray;
    font-weight: bold;
    width: fit-content;
    text-align: center;
    transition: all .3s ease-in;
}

.tag:hover {
    border-color: #e2001a;
}

.tag-multi {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    text-decoration: none;
    font-size: 0.75rem;
    margin-right: 0.625rem;
    margin-left: 0.625rem;
    padding: 0.25rem 0.75rem 0.25rem 0.75rem;
    text-align: center;
    border: 2px solid silver;
    border-radius: 20px;
    color: gray;
    font-weight: bold;
    width: fit-content;
    transition: all .3s ease-in;
}

.tag-multi:hover {
    border-color: #e2001a;
}

.video-parent {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}

.tags-parent {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.tags-section {
    padding-top: 1.25rem;
}

.tags-section-multi {
    /*display: inline-flex;*/
    display: block;
    padding-top: 1.25rem;
}

.tag-links {
    text-decoration: none !important;
    color: gray;
}

.tag-links:hover {
    text-decoration: none;
    color: gray;
}

.store-button {
    text-align: center;
    vertical-align: middle;
    padding-top: 2.0rem;
    padding-bottom: 2.25rem;
}

.red-button {
    font-family: 'Titillium Web';
    font-weight: 600;
    font-size: 1.25rem;
    text-decoration: none !important;
    vertical-align: middle;
    color: white !important;
    background: #e2001a;
    padding: 0.5rem 1rem 0.75rem 1rem;
    transition: all .2s ease-in;
}

.red-button:hover {
    text-decoration: none !important;
    margin-left: 0.25rem;
}

.breakline {
    background-color: #e7eaed;
    height: 2px;
    /*margin-top: 1.5rem;*/
}

.hamburgerMenu {
    display: none;
}

@media screen and (max-width:745px) {
    .widget_filter {
        flex-grow: 1;
        flex: 1 1 30%;
        height: 100%;
    }

    .filterbody {
        top: 45px !important;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        flex-grow: 0;
    }

    .filterbody>*:not(.clearfix) {
        /*width: 33% !important;*/
        flex-grow: 0;
        padding-bottom: 0.625rem;
        padding-top: 0.625rem;
    }

    .filterbody-title {
        position: sticky;
        top: 260px !important;
        z-index: 1;
    }



}

@media screen and (max-width:960px) {
    .filterbody {
        position: sticky;
        top: 60px;
        z-index: 1;
        background-color: white;
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .filterbody>*:not(.clearfix) {
        padding-bottom: 0.625rem;
        padding-top: 0.625rem;
    }

    /* .filterbody>* {
        flex: 1 1 160px !important;
    } */

    .filterbody-title {
        position: sticky;
        top: 350px;
        z-index: 1;
        background-color: white;
        padding: 1px;
    }


}

@media screen and (max-width:960px) {
    .filterbody {
        /*position: sticky;*/
        top: 20px;
        z-index: 1;
        background-color: white;
    }

    .filterbody>*:not(.clearfix) {
        padding-bottom: 0.625rem;
        padding-top: 0.625rem;
    }

    .filterbody-title {
        position: sticky;
        top: 160px;
        z-index: 1;
        background-color: white;
        padding: 1px;
    }

}

@media screen and (max-width:560px) {
    .filterbody {
        display: none !important;
        /*position: sticky;*/
        z-index: 1;
        background-color: white;
        flex-wrap: wrap !important;
        transition: min-height 3s ease-in-out;
        min-height: 10px;
        overflow: auto;
    }

    .filterbody>* {
        flex: 1 1 160px;
    }

    .filterbody>*:not(.clearfix) {
        padding-bottom: 0.625rem;
        padding-top: 0.625rem;
    }

    .filterbody-title {
        position: sticky;
        top: 100px !important;
        z-index: 1;
        background-color: white;
        padding: 1px;
    }

    .tags-availability {
        display: flex;
        flex-direction: column;
    }

    .tags-parent {
        display: flex;
        flex-wrap: wrap;
    }

    .hamburger-wraper {
        position: sticky;
        top: 45px !important;
        z-index: 1;
        background: white;
    }

    .hamburgerMenu {
        display: block;
        background-color: #e7eaed;
        color: black;
        padding: 10px;
        text-align: center;
    }

    .hamburger-content {
        width: 100%;
        height: 100%;
        border-top: 15px solid #ffffff;
        border-bottom: 10px solid #ffffff;
    }

    .filterbodyExpand {
        display: flex !important;
        position: sticky;
        top: 99px !important;
        z-index: 1;
        background-color: white;
        flex-wrap: wrap !important;
        border-bottom: 10px solid #FFFFFF;
        transition: min-height 3s ease-in-out;
        min-height: 200px;
    }

    .filterbodyExpand>* {
        flex: 1 1 160px !important;
    }

}

@media screen and (max-width:625px) {

    .tags-availability {
        display: flex;
        flex-direction: row;
        position: relative !important;
        padding-top: 15px;
        bottom: 0px !important;
    }

    .tags-secondRow {
        display: flex;
        flex-direction: column;
    }

}