
:root {
    --main-color: #000000;
    --second-color: #ffffff;
    --third-color: #333333;
    --fourth-color: #ffffff;
    --main-color-rgb: 150, 150, 150;
    --second-color-rgb: 255, 255, 255;
}
.container__bslide{
    width: 100%;
    padding:40px 0;
    padding-left:20px;
    font-family: "Gilroy", sans-serif !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
}

.container__bslide::-webkit-scrollbar {
    width: 0px;  /* Remove scrollbar space */
    height: 0px;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
.container__bslide.standard{
    /*background-color:var(--main-color);*/
    /*border-bottom:var(--main-color) solid 4px;*/
    /*border-top:var(--main-color) solid 4px;*/
    border-image: linear-gradient(90deg, rgba(var(--main-color-rgb),0) 0%, rgba(var(--main-color-rgb),1) 10%, rgba(var(--main-color-rgb),1) 90%, rgba(var(--main-color-rgb),0) 100%);
    border-image-slice: 1;
}
.container__bslide.standard .bslide-card-button{

    color: var(--main-color);
    padding: 15px 5px;
    font-size:22px;
    border: 2px solid #fff;
}
.container__bslide.ondemand{
    background-color:#333;
    border-bottom:#777 solid 4px;
    border-top:#777 solid 4px;
    border-image: linear-gradient(90deg, rgba(119,119,119,0) 0%, rgba(119,119,119,1) 10%, rgba(119,119,119,1) 90%, rgba(119,119,119,0) 100%);
    border-image-slice: 1;
}
.container__bslide.specials{
    background-color:#000000;
    color:#fff;
    border-bottom: #ffffff solid 4px;
    border-top: #ffffff solid 4px;
    border-image: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 90%, rgba(255,255,255,0) 100%);
    border-image-slice: 1;
}
.container__bslide.hostedevent{
background-color:#333333;
    color:#fff;
    border-bottom: #e6e6e6 solid 4px;
    border-top: #e6e6e6 solid 4px;
    border-image: linear-gradient(90deg, rgba(230,230,230,0) 0%, rgba(230,230,230,1) 10%, rgba(230,230,230,1) 90%, rgba(230,230,230,0) 100%);
    border-image-slice: 1;
}
.container__bslide.mixeddark{
    background-color:#000;
    color:#fff;
    border-bottom:#777 solid 4px;
    border-top:#777 solid 4px;
    border-image: linear-gradient(90deg, rgba(119,119,119,0) 0%, rgba(119,119,119,1) 10%, rgba(119,119,119,1) 90%, rgba(119,119,119,0) 100%);
    border-image-slice: 1;
}
.container__bslide.mixeddark .bslide-card-img img{
    border-color:var(--main-color);
}
.container__bslide.mixeddark .bslide-card-button{
    background-color:var(--main-color);
    color:#fff;
}
.container__bslide.mixedlight{
    background-color:#fff;
    color:#000;
    border-bottom:#777 solid 4px;
    border-top:#777 solid 4px;
    border-image: linear-gradient(90deg, rgba(119,119,119,0) 0%, rgba(119,119,119,1) 10%, rgba(119,119,119,1) 90%, rgba(119,119,119,0) 100%);
    border-image-slice: 1;
}
.container__bslide.specials .bslide-section-header{
    color:#fff;
}
.container__bslide.mixedlight .bslide-section-header{
    color:#000;
}
.container__bslide.mixedlight .bslide-nav-arrow-left, .container__bslide.mixedlight .bslide-nav-arrow-right{
    border-left-color: #000000;
    border-bottom-color: transparent;
    border-right-color: #000000;
}
.container__bslide.mixedlight .bslide-card-img img{
    border-color:var(--main-color);
}
.container__bslide.mixedlight .bslide-card-button{
    background-color:var(--main-color);
    color:#fff;
}
.container__bslide.mixedlight .bslide-card-button-sec{
    color:#000;
}
.container__bslide.mixedlight .bslide-divider:after{
    background-color:#000;
}
.bslide{
    display: flex;
    margin-left: 20px;
    position: relative;
    cursor: grab;
    max-width: 1250px;
    margin: auto;
}
.bslide-section{
    width:auto;
}
/*.bslide-section:nth-last-of-type(2) {*/
/*    min-width: 100%;*/
/*}*/

.bslide-section-header{
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    font-size: 20px;
    text-transform: uppercase;
    position: sticky;
    left: 0px;
    display:flex;
    height: 30px;
    width: fit-content;
}
.bslide-section-header a {
    padding-right: 10px;
    width: max-content;
}
.container__bslide .bslide-section-header img{
    height:35px;
    position: relative;
    bottom: 10px;

}
.bslide-section-content{
    display: flex;
}
.bslide-divider{
    position: relative;
    /* transform: rotate(-90deg); */
    color: #ffffff;
    /* width: 100px; */
    white-space: nowrap;
    /* height: 20px; */
    font-weight: 900;
    text-align: center;
    align-self: center;
    writing-mode: vertical-lr;
    padding: 0 40px;
    pointer-events: none;
}
.bslide-divider:after{
    content: ' ';
    display: inline-block;
    /* border-left: 2px solid #fff; */
    height: 150px;
    width: 2px;
    position: absolute;
    top: calc(50% - 75px);
    background-color: #fff;
    opacity: .15;
}
.bslide-smalldivider{
    position: relative;
    /* transform: rotate(-90deg); */
    color: #ffffff;
    /* width: 100px; */
    white-space: nowrap;
    /* height: 20px; */
    font-weight: 900;
    text-align: center;
    align-self: center;
    writing-mode: vertical-lr;
    padding:0 20px;
    pointer-events: none;
}
.bslide-smalldivider:after{
    content: ' ';
    display: inline-block;
    /* border-left: 2px solid #fff; */
    height: 150px;
    width: 1px;
    position: absolute;
    top: calc(50% - 75px);
    background-color: #fff;
    opacity: .15;
}
.bslide-nav{
    position: sticky;
    right: 0px;
    display: flex;
    top:0px;
    padding-left: 20px;
    padding-right: 20px;
    height: 30px;
    /*background: rgb(90,3,18);*/
    /*background: -moz-linear-gradient(90deg, rgba(90,3,18,0) 0%, rgba(90,3,18,1) 30%, rgba(90,3,18,1) 100%);*/
    /*background: -webkit-linear-gradient(90deg, rgba(90,3,18,0) 0%, rgba(90,3,18,1) 30%, rgba(90,3,18,1) 100%);*/
    /*background: linear-gradient(90deg, rgba(90,3,18,0) 0%, rgba(90,3,18,1) 30%, rgba(90,3,18,1) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5a0312",endColorstr="#5a0312",GradientType=1);*/
}
.ondemand .bslide-nav{
    /*background: rgb(51,51,51);*/
    /*background: -moz-linear-gradient(90deg, rgba(51,51,51,0) 0%, rgba(51,51,51,1) 30%, rgba(51,51,51,1) 100%);*/
    /*background: -webkit-linear-gradient(90deg, rgba(51,51,51,0) 0%, rgba(51,51,51,1) 30%, rgba(51,51,51,1) 100%);*/
    /*background: linear-gradient(90deg, rgba(51,51,51,0) 0%, rgba(51,51,51,1) 30%, rgba(51,51,51,1) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333",endColorstr="#333333",GradientType=1);*/
}
.specials .bslide-nav{
    /*background: rgb(0,150,136);*/
    /*background: -moz-linear-gradient(90deg, rgba(8, 68, 76, 0) 0%, rgba(8, 68, 76, 1) 30%, rgba(8, 68, 76, 1) 100%);*/
    /*background: -webkit-linear-gradient(90deg, rgba(8, 68, 76, 0) 0%, rgba(8, 68, 76, 1) 30%, rgba(8, 68, 76, 1) 100%);*/
    /*background: linear-gradient(90deg, rgba(8, 68, 76, 0) 0%, rgba(8, 68, 76, 1) 30%, rgba(8, 68, 76, 1) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);*/
}
.hostedevent .bslide-nav{
    /*background: rgb(61,99,177);*/
    /*background: -moz-linear-gradient(90deg, rgba(61,99,177,0) 0%, rgba(61,99,177,1) 30%, rgba(61,99,177,1) 100%);*/
    /*background: -webkit-linear-gradient(90deg, rgba(61,99,177,0) 0%, rgba(61,99,177,1) 30%, rgba(61,99,177,1) 100%);*/
    /*background: linear-gradient(90deg, rgba(61,99,177,0) 0%, rgba(61,99,177,1) 30%, rgba(61,99,177,1) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3d63b1",endColorstr="#3d63b1",GradientType=1);*/
}
.mixeddark .bslide-nav{
    /*background: rgb(0,0,0);*/
    /*background: -moz-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 30%, rgba(0,0,0,1) 100%);*/
    /*background: -webkit-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 30%, rgba(0,0,0,1) 100%);*/
    /*background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 30%, rgba(0,0,0,1) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);*/
}
.mixedlight .bslide-nav{
    /*background: rgb(255,255,255);*/
    /*background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);*/
    /*background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);*/
    /*background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);*/
}
.bslide-nav-holder-right{
    padding:9px;
    cursor: pointer;
    transition: transform .2s;
    display: none;
}
.bslide-nav-holder-right:hover{
    transform: scale(1.25);
}
.bslide-nav-holder-left{
    padding:9px;
    cursor: pointer;display: none;
    transition: transform .2s;
}
.bslide-nav-holder-left:hover{
    transform: scale(1.25);
}
.bslide-nav-arrow-right {
    width: 0;
    height: 0;
    pointer-events: none;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
}

.bslide-nav-arrow-left {
    width: 0;
    height: 0;
    pointer-events: none;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right:6px solid #fff;
}
.container__bslide-card{
    position: relative;
    /*padding: 10px 0;*/
    padding-right: 40px;
    /*scroll-snap-align: start;*/
    /*scroll-margin: 20px;*/
}
.container__bslide-card:last-of-type{
    padding-right:0px;
}
.container__bslide-card:first-of-type{
    scroll-margin: 40px;
}
.bslide-card{
    position: relative;
    width: 100%;
    transition: transform .2s;
}
.bslide-card:hover{
    transform: scale(1.02);
}
.bslide-card:hover .sale-banner{
    opacity:.1;
    transform: rotate(-35deg) scale(.8);
}
.bslide-card:first-of-type{
    margin-left:0px;
}
.bslide-card-typelogo{
    position: absolute;
    right: 2%;
    top:2%;
    max-width:50px;
    width:20%;
}
.container__bslide .bslide-card-img{
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
.container__bslide .bslide-card-img img{
    width: 100%;
    min-width: 270px;
    max-width:300px;
    border-radius: 8px 8px 0 0;
    vertical-align: bottom;
    border:2px solid #fff;
    margin-bottom: 0px;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.container__bslide.banner .bslide-card-img img{
    min-width: 415px ;
    max-width: 580px;
}



.container__bslide.ondemand .bslide-card-img img{
    border: none;
    border-radius:4px 4px 0 0;
}
.container__bslide.specials .bslide-card-img img{
    border: none;
    border-radius:4px 4px 0 0;
}
.container__bslide.hostedevent .bslide-card-img img{
    border: none;
    border-radius:4px 4px 0 0;
}
.container__bslide.mixeddark .bslide-card-img img{
    border-radius:4px 4px 0 0;
    border-color: #fff;
}
.container__bslide.mixedlight .bslide-card-img img{
    border-radius:4px 4px 0 0;
    border-color: #000;
}


.bslide-card-button{
    text-align: center;
    background-color:#ffffff;
    color:#333;
    top:-2px;
    position: relative;
    padding: 5px 5px;
    margin-bottom: 5px;
    border-radius:0 0 4px 4px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .2s, border-radius .2s;
}
.ondemand .bslide-card-button {
    background-color: rgb(255 255 255);
    color: #373737;
}
.specials.bslide-card-button {
    background-color: #000000;
    color: #fff;
}
.hostedevent.bslide-card-button {
    background-color: #000000;
    color: #fff;
}
.bslide-card-button:hover{
    transform: scale(1.1);
    border-radius: 4px;
}
.container__bslide.standard .bslide-card-button:hover {
    color: #fff;
    background-color: var(--main-color);
}
.ondemand .bslide-card-button:hover {
    background-color: #ffffff;
    color: #373737;
}
.specials.bslide-card-button:hover {
    background-color: #000000;
    color: #ffffff;
}
.hostedevent.bslide-card-button:hover {
    background-color: #fff;
    color: #000000;
}
.bslide-card-button-sec{
    color:#fff;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    transition: transform .2s;
}
.bslide-card-button-sec:hover{
    transform: scale(1.15);
    color:#e1e1e1;
}
/*.ondemand .bslide-card-button,.ondemand .bslide-card-button-sec{*/
/*    display:none;*/
/*}*/

.bslide-smalldivider.ending{
    left:0px;
}

.container__bslide-card.ending {
    /* top: 30px; */
    /* padding-left: 40px; */
    /* border-radius: 4px; */
    /* opacity: .75; */
    color: #fff;
    align-self: center;
    white-space: nowrap;
    width: 100%;
    /* max-width: 90vw; */
    min-width: 100%;
    left: -90px;
    top: -5px;
    /* flex-grow: 1; */
    text-align: left;
}
.container__bslide-card.ending .bslide-card-img img {
    border-radius: 8px;
    vertical-align: bottom;
    border: 2px solid #fff;
    cursor: auto;
    margin-bottom: 0px;
    pointer-events: none;
}
.endforposter{
    display:block;
}
.endforbanner{
    display: none !important;
}
.container__bslide.banner .endforposter{
    display:none !important;
}
.container__bslide.banner .endforbanner{
    display: block !important;
}

.container__bslide .comingsoon .bslide-card-img img {
    /* opacity: .8; */
    filter: brightness(0.6);
    /* min-width: 180px; */
    border: none;
}
.container__bslide .comingsoon .bslide-card-img img:hover {
    filter: brightness(1);
}
.container__bslide .bslide-card-img img:hover {
    filter: brightness(1.1);
}
.comingsoon .bslide-card-button {
    opacity: .7;
}



.bslide-slidertype-img {
    height: auto;
    width: 150px;
    position: relative;
    top: -5px;
    align-self: center;
}
.bslide-slidertype-img img {
    width: 150px !important;
    max-width: 50vw !important;
}

.bslide-card-typelogo-img{
    width: 80px;
    position: absolute;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
    top: 3px;
    right: 0px;
    cursor:pointer;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}
/*.bslide-card-typelogo-img.ondemand{*/
/*    background-image: url("https://bartertheatre.com/app/uploads/2020/10/ondemandw.png");*/
/*}*/
/*.bslide-card-typelogo-img.ondemand:hover{*/
/*    background-image: url("https://bartertheatre.com/app/uploads/2020/10/ondemand.png");*/
/*}*/
/*.bslide-card-typelogo-img.specials{*/
/*    background-image: url("https://bartertheatre.com/app/uploads/2020/10/specialsw.png");*/
/*}*/
/*.bslide-card-typelogo-img.specials:hover{*/
/*    background-image: url("https://bartertheatre.com/app/uploads/2020/10/specials.png");*/
/*}*/
/*.bslide-card-typelogo-img.hostedevent{*/
/*    background-image: url("https://bartertheatre.com/app/uploads/2020/10/hostedw.png");*/
/*}*/
/*.bslide-card-typelogo-img.hostedevent:hover{*/
/*    background-image: url("https://bartertheatre.com/app/uploads/2020/10/hosted.png");*/
/*}*/
.bslide-card-typelogo-img:hover {
    filter: drop-shadow( 0 0 6px #ffffff);
}
















.bslide-card-venue {
    position: absolute;
    top: 0px;
    color: #000;
    left: 10px;
    background-color: #fff;
    padding: 0px 5px;
    border-radius: 0 0 4px 4px;
    font-size: 12px;
    line-height: 1.5;
    /* font-weight: 500; */
}






@media only screen and (max-width: 600px) {
    .container__bslide .bslide-card-img img{
        min-width: 200px;
        max-width: 100vw;
        width: 34vw;
    }
    .container__bslide.banner .bslide-card-img img{
        min-width: 200px;
        max-width: 100vw;
        width: 75vw;
    }
    .bslide-divider{
        padding:0 30px;
    }
    .container__bslide-card {
        position: relative;
        padding: 10px 0;
        padding-right: 20px;
    }
    .container__bslide.standard .bslide-card-button {
        color: var(--main-color);
        padding: 5px 5px;
        font-size: 18px;
    }
    .sale-banner {
        left: -91px;
        top: 20px;
    }
    .sale-banner i {
        font-size: 14px;
        line-height: 10px;
        top: 2px;
    }
    .sale-banner p {
        font-size: 10px;
        padding: 1px 0px;
    }
    .bslide-card-typelogo-img {
        width: 60px;
    }
    .bslide-slidertype-img {
        height: auto;
        width: 70px;
        position: relative;
        top: -5px;
        align-self: center;
    }
    .bslide-slidertype-img img {
        width: 70px !important;
    }
    .bslide-smalldivider{
        padding:0 10px;
    }
    .ts-date, .ts-time, .ts-seating-section {
        padding: 0px;
    }
}




.gm-grid-row .container__bslide .bslide-card-img img {
    width: 100%;
    min-width: 150px;
    max-width: 150px;
}
.gm-grid-row .container__bslide.banner .bslide-card-img img {
    min-width: 320px;
    max-width: 320px;
}
.gm-grid-row .container__bslide {
    padding: 20px 0;
}


.ondemand .bslide-card-venue{
    display: none;
}


.bslide-notif {
    top: -120px;
    position: relative;
    color: #ffffff;
    /* bottom: 62px; */
    /* border: #fff 1px solid; */
    /* height: 50px; */
    border-radius: 4px;
    /* margin-left: 20px; */
    font-weight: 500;
    /* padding: 5px 12px; */
    align-self: center;
    font-size: 11px;
    width: 0px;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    flex: none;
}
.bslide-notif-tall {
    top: -262px;
    position: relative;
    color: #ffffff;
    /* bottom: 62px; */
    /* border: #fff 1px solid; */
    /* height: 50px; */
    border-radius: 4px;
    /* margin-left: 20px; */
    font-weight: 500;
    /* padding: 5px 12px; */
    align-self: center;
    font-size: 11px;
    width: 0px;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    flex: none;
}
.bslide-section.comingsoon .bslide-card-button{
    pointer-events: none;
}





.od-parts{

}
.video-thumbnail {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.video-thumbnail:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "";
    font-family: "Font Awesome 5 Pro" !important;
    font-size: 60px;
    color: #fff;
    opacity: 0.6;
    text-shadow: 0 1px 1px rgb(0 0 0 / 12%), 0 2px 2px rgb(0 0 0 / 12%), 0 4px 4px rgb(0 0 0 / 12%), 0 8px 8px rgb(0 0 0 / 12%), 0 16px 16px rgb(0 0 0 / 12%);
    pointer-events: none;
}
.video-thumbnail:hover:before {
    color: #eee;
}
.odpart .odprimary .bslide-card-venue {
    background-color: #ffffff;
}

.slideindicator {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 47px;
    transition: opacity .4s;
    left: calc(100% - 60px);
    z-index: 100;
    border: 3px solid #fff;
    top: calc(50% - 50px);
    box-shadow: 0 1px 1px rgb(0 0 0 / 12%), 0 2px 2px rgb(0 0 0 / 12%), 0 4px 4px rgb(0 0 0 / 12%), 0 8px 8px rgb(0 0 0 / 12%), 0 16px 16px rgb(0 0 0 / 12%);
}
.od-parts .container__bslide {
    position: relative;
}
.slideindicator-inner{
    width:25px;
    animation: slideLeftToRight 2s infinite;
}
.slideindicator path {
    stroke: #fff !important;
    fill: #fff !important;
    cursor: initial;
}
.slideindicator{
    display:none;
}
@media only screen and (max-width: 600px) {
    .slideindicator{
        display:flex;
    }
}
.od-parts .container__bslide .bslide-card-img img {
    width: 100%;
    min-width: 270px;
    max-width: 300px;
    border-radius: 8px;
    vertical-align: bottom;
    border: 2px solid #fff;
    margin-bottom: 0px;
    box-sizing: border-box;
    cursor: pointer;
    /* margin: 10px; */
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.od-parts .container__bslide-card {
    position: relative;
    /* padding: 10px 0; */
    padding-right: 10px;
    /* scroll-snap-align: start; */
    /* scroll-margin: 20px; */
}
.odpart-details {
    display: flex;
    width: 100%;
    justify-content: space-between;
    color: #fff;
    padding: 0 8px;
}
.odprimary .odpart-details {
    display: flex;
    width: 100%;
    justify-content: space-between;
    color: #ffffff;
    padding: 0 8px;
}


.od-parts .bslide-nav {
    position: sticky;
    right: 0px;
    display: flex;
    /* top: 15px; */
    padding-left: 20px;
    padding-right: 20px;
    height: 30px;
    margin-top: -5px;
    background: rgb(96 96 96);
    background: -webkit-linear-gradient(
            90deg
            , rgba(96,96,96,0) 0%, rgb(96 96 96) 30%, rgb(96 96 96) 100%);
    background: linear-gradient(
            90deg
            , rgba(96,96,96,0) 0%, rgb(96 96 96) 30%, rgb(96 96 96) 100%);
}
.od-parts .slideindicator {
    width: 55px;
    height: 56px;
    border-radius: 50%;
    background: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 47px;
    left: calc(100% - 50px);
    z-index: 100;
    position: sticky;
    border: 3px solid #fff;
    opacity: .75;
    top: 137px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 12%), 0 2px 2px rgb(0 0 0 / 12%), 0 4px 4px rgb(0 0 0 / 12%), 0 8px 8px rgb(0 0 0 / 12%), 0 16px 16px rgb(0 0 0 / 12%);
}
.odprimary .bslide-card-img img {
    width: 100%;
    min-width: 270px;
    max-width: 300px;
    border-radius: 8px;
    vertical-align: bottom;
    border: 4px solid #ffffff !important;
    margin-bottom: 0px;
    box-sizing: border-box;
    cursor: pointer;
    /* margin: 10px; */
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.odprimary .bslide-section-header {
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
    font-size: 25px;
    text-transform: uppercase;
    position: sticky;
    left: 0px;
    display: flex;
    height: 30px;
    width: fit-content;
}
.od-parts .container__bslide {
    width: 100%;
    padding: 0 !important;
    padding-left: 20px;
    font-family: "Gilroy", sans-serif !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
    margin-top: -30px;
}

.ondemand .bslide-section-header-text {
    transform: translateY(-10px);
}
.container__bslide-card.od-purchase-only,.ts-event.od-purchase-only {
    display: none;
}




.eventexcerpt {
    position:absolute;
    display:block;
    bottom: 10px;
    padding: 6px 19px;
    pointer-events: none;
    transition:all .3s;
    text-shadow: 2px 2px 10px black;
}

.eventexcerpt-title {
    color: #fff;
    font-family: "gilroy", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
    width:75%;
    font-size: 16px;
    letter-spacing: 3px;
    transition:all .3s;
}

.eventexcerpt-title:before {
    content: '';
    background-image: url(https://iox.llc/app/uploads/2021/08/MA_Sun_Icon_white-80.png);
    display: block;
    height: 40px;
    width: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    bottom: 10px;
}

.bslide * {
    /*font-family: 'Gilroy';*/
}
.bslide-card-img-container{

}
.bslide-card-img-container:after{
    content: "";
    /*background-image: linear-gradient(15deg, rgba(255,255,255,.7) 0%, rgba(55,151,181,.4) 15%,rgba(255,255,255,.0) 70%, rgba(255,255,255,0) 100%);*/
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    border: 3px solid #FFF;
    border-radius: 6px;
    transition:all .3s;
    pointer-events: none;
}
.bslide-card-img:hover .bslide-card-img-container:after{
    background-image: linear-gradient(35deg, rgba(255,255,255,1) 3%, rgba(255,255,255,.6) 25%,rgba(255,255,255,.0) 53%, rgba(255,255,255,0) 100%);

}

.bslide-card-img:hover .eventexcerpt{
    bottom: 16px;
}

.bslide-card-img:hover .eventexcerpt-title {
    font-size: 18px;
}

.eventexcerpt-excerpt {
    display: none;
}

.bslide .bslide-divider:first-of-type {
    display: none;
}

.bslide .series .bslide-card-img-container:after {border: 3px solid #000000;}

.bslide .series .bslide-card-button {border-color:#000000 !important;background-color: #000000!important;color: #fff!important;}

.bslide .eventexcerpt-title::before {display: none;}
.bslide .series .eventexcerpt-title::before {display: block;}




.container__bslide::-webkit-scrollbar {
    margin-top: 10px;
    width: 7px;
    height:7px;
}

.container__bslide::-webkit-scrollbar-thumb {
    background-color: #ffffff96;
    /* border-radius: 10px; */
    left: 10px;
    /* max-height: 10px !important; */
    border: 1px solid #0000007d;
    border-radius: 4px;
    /* position: relative; */
    width: 1px;
    /* position: absolute; */
    height: 1px;
}

.container__bslide::-webkit-scrollbar-track {
    background-color: #d9d9d954;
    border-top: none;
    border-radius: 4px;
    border-bottom: none;
    margin: 0 35px;
}

.container__bslide {padding-bottom: 5px;margin-bottom: 30px;overflow-y: hidden;}

.container__bslide .bslide-card-img img{
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

.container__bslide-card.event-soldout .bslide-card-button{
    opacity: .5 !important;
    background-color: #333;
    color: #fff;
    pointer-events: none !important;
}

.big-prof .bslide-section-header {
    left: 10px;
}

/*.subscriber-gated .bslide-card-button {*/
/*    pointer-events: none;*/
/*    opacity: .5;*/
/*}*/

.event-soldout .bslide-card-button:before {
    content: 'Sold Out';
    position: absolute;
    color: #fff;
    background: #000;
    z-index: 1;
    padding: 10px 20px;
    border-radius: 4px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container__bslide-card.ending {
    color: #505050;
    align-self: center;
    font-size: 24px;
    white-space: nowrap;
    width: 100%;
    min-width: unset;
    left: -90px;
    top: -5px;
    text-align: center;
    padding: 80px 40px;
    background: #ffffffa1;
    border-radius: 14px;
    width: calc(100% - 30px);
    font-weight: 600;
    white-space: normal;
    height: 100%;
}

.ts-event.eventcard .container__bslide-card.ending {
    display: none !important;
}

@-webkit-keyframes slideLeftToRight {
    0% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
}