.owl-carousel .item a{
	display: flex;
	   justify-content: center;
}
.owl-carousel .item img{
	border: transparent;
	border-radius: 10px;
	width: auto;
	height: auto;
	max-height: 260px;
}
.owl-theme .owl-dots .owl-dot span{
	background: gray;
}
.owl-theme .owl-dots .owl-dot.active span{
	background: white;
}
.carousel-div{
	margin-top: 40px;
}
.owl-carousel .owl-nav .owl-prev i,.owl-carousel .owl-nav .owl-next i{
	margin: 3px 9px;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    bottom: 0;
    padding: 6px 2px;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out;
}
.landing .manage-height{
	height:371px;
}
.landing .manage-height-after-played{
	height:376px;
}
.landing .series-manage-height{
	height:485px;
}
.landing .series-guest-manage-height {
    height: 485px;
}

.items.series-guest-manage-height.soldout, .items.series-guest-manage-height.coming-soon, 
.items.series-manage-height.soldout, .items.series-guest-manage-height.coming-soon {
    height: 410px;
}

@media only screen and (max-width: 768px) {
	.landing .manage-height{
		height:332px;
	}
	.landing .guest-manage-height{
		height:371px;
	}
    .owl-carousel .owl-nav .owl-prev {
        left:11px;
        right: auto;
        transform: translateX(-50%);
        bottom: 125px;
    }

    .owl-carousel .owl-nav .owl-next {
        left: auto;
        right: 11px;
        transform: translateX(50%);
        bottom: 125px;
    }
}
@media only screen and (min-width: 600px) {
	.landing .manage-height-after-played{
		height:376px;
	}
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        bottom: 135px;
    }

    .owl-carousel .owl-nav .owl-prev {
        left: 0px;
        right: auto;
        transform: none;
    }

    .owl-carousel .owl-nav .owl-next {
        left: auto;
        right: 0px;
        transform: none;
    }
}
@media only screen and (min-width: 992px) {
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        bottom: 138px;
    }

    .owl-carousel .owl-nav .owl-prev {
        left: 8px;
        right: auto;
        transform: none;
    }

    .owl-carousel .owl-nav .owl-next {
        left: auto;
        right: 8px;
        transform: none;
    }
}
.landing .bonus-series-guest {
    height: 290px;
}
.landing .bonus-series{
	height: 290px;
}
.landing .bonus-series .bgimg{
	height: 170px;
}
.landing .bonus-series-guest .bgimg {
	height:170px;
}
.landing .bonus-series-guest .bgimg img, .landing .bonus-series .bgimg img {
  width: 100%;
}
.landing .bonus-series-guest .item-content {
    bottom: 15px !important;
}
.landing .bonus-series-guest .price_row1{
	padding-bottom: 0px !important;
}
.landing .bonus-series .item-content{
    bottom:15px !important;
}
.landing .bonus-series .price_row1{
    padding-bottom: 0px !important;
}
.landing .bonus-series-played .price_row1{
	padding-bottom: 0px !important;
}
.landing .bonus-series-played {
	height: 234px;
}
.landing .bonus-series-played .bgimg{
	height: 170px;
}
.landing .bonus-series-played .item-content{
	bottom:15px !important;
}
.series-category-tabs ul > li > a{
	background-color: transparent;
}

.tab-container a {
    border: none;
    background: none;
    cursor: pointer;
    outline: none;
}

.tab-container {
    display: flex;
    overflow-x: hidden;
    transition: overflow-x 0.3s ease;
}

.tab-container:hover {
    overflow-x: auto;
}

.tab-container .tab {
    padding: 2px 20px;
    margin-right: 10px;
    color: gray;
    white-space: nowrap;
    border-radius: 50px !important;
}

.tab-container .tab.active {
    font-weight: bold;
    color: white;
    background-color: #003570;
    border-radius: 50px !important;
}

hr {
    margin: 0;
    border-top: 1px solid black;
    flex-grow: 1;
    opacity: 0.25;
}

.bonus-login-label-btn{
    border: 1px solid #009dff;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    color: #ffffff;
    text-shadow: 0 1px 0 #212121;
    background-image: linear-gradient(#00e5e6, #0054c2);
}
