video {
  object-fit: cover;

}
.carousel-item video{
	 /*transform:translateY(-15vh) */
}
.carousel-item .next{
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    /* transform: translateX(50%); */
}
.vid-controls{
	z-index: 10000;
    color: #fff;
    position: absolute;
    bottom: 1vh;
    left: 25px;
	cursor:pointer;
}
.vid-controls img{
    border: solid 2px #ffffff;
    border-radius: 50%;
    /* width: 35px; */
    /* height: 35px; */
    /* text-align: center; */
    padding: 5px;
}
.carousel-item {
    height: 80vh;
}
.carousel-item:after{
	content:"";
	width:100%;
	height: 200px;
	position:absolute;
	bottom:0;
	/* background-image: linear-gradient(180deg, rgba(0,0,0,0.58) 5%, rgba(255,255,255,0) 30%),linear-gradient(180deg,hsla(0,0%,9%,.05) 60%,rgba(0,0,0,0.5)) */
	/*background: rgb(52,58,64);
	background: linear-gradient(0deg, rgba(52,58,64,1) 0%, rgba(255,255,255,0) 100%);*/
	background: linear-gradient(0deg,rgba(0,0,0,1),rgba(0,0,0,0.2) 80% ,rgba(0,0,0,0));
	z-index: 1;
	
}

.carousel-item:before {
    display: block;
    content: "";
    position: absolute;
    height: 100%;
    width: 40%;
    bottom: 0;
    background-image: linear-gradient(270deg,transparent,rgba(0,0,0,.2) 73%,rgba(0,0,0,.2) 0,rgba(0,0,0,.2));
    z-index: 1;
	}



@media screen and (max-width: 1023px) {
	.carousel-item > img{
		height: auto;
		width:100vw !important;
		/* transform: translateX(-25vw); */
	}
}
.carousel {
  overflow: hidden;
}

.carousel-indicators {
    bottom: 1vh;
}
.carousel-indicators  li{
    cursor:pointer;
}

.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}

.carousel-info{
	position: absolute;
    height: 70vh;
    height: 30vh;
    height: auto;
    width: 25%;
    z-index: 3;
    right: 0;
    /* bottom: 20vh; */
    bottom: 15vh;
    color: #fff;
	-moz-transition: height .5s;
	-ms-transition: height .5s;
	-o-transition: height .5s;
	-webkit-transition: height .5s;
	transition: all .5s;
}

.carousel-info .hover:before {
    background-color: #fff !important;
}

.carousel-info.video-play{
	width: 25%;
    height: 20vh;
	bottom: 15vh;
	opacity:0.1;
	/* transform: translateX(75%); */
}

.carousel-info.video-play:hover{
	transform: none;
	opacity:1;
}

.next-program.translate{
	/* transform: translateX(75%); */
	opacity:0.1;
}
.next-program.translate:hover{
	transform: none;
	opacity:1;
}


.carousel .carousel-indicators li {
  position: relative;
    display: inline-block;
    /*width: 120px;*/
    width: 40px;
    /*height: 67.5px;*/
    height: 5px;
    padding-left: 3px;
    padding-right: 3px;
    /* background: #ffffff; */
    background: transparent;
    border: none;
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 6px;
    margin-right: 6px;
    background-size: cover;
}
.carousel .carousel-indicators li + li {
  margin-left: 6px;
  margin-right: 6px;
}
.carousel .carousel-indicators li.active {
    /*width: 120px;*/
    width: 40px;
    overflow: hidden;
    /* background: rgba(255, 255, 255, 0.5); */
    margin-left: 6px;
    margin-right: 6px;
}

.carousel .carousel-indicators li::before {
  position: absolute;
  display: inline-block;
  height: 2px;
  background: #fff;
  content: "";
  bottom: 0;
  left: 0;
  right: 100%;
  top: auto;
  -webkit-animation: progress 5s linear 0s;
  -moz-animation: progress 5s linear 0s;
  -ms-animation: progress 5s linear 0s;
  -o-animation: progress 5s linear 0s;
  animation: progress 5s linear 0s;
}
.carousel .carousel-indicators li.active::before {
  position: absolute;
  display: inline-block;
  height: 2px;
  background: linear-gradient(90deg, rgba(12,198,244,1) 0%, rgba(12,198,244,1) 35%, rgba(0,246,255,1) 100%);
  content: "";
  bottom: 0;
  left: 0;
  right: 100%;
  top: auto;
  -webkit-animation: progress 5s linear 0s;
  -moz-animation: progress 5s linear 0s;
  -ms-animation: progress 5s linear 0s;
  -o-animation: progress 5s linear 0s;
  animation: progress 5s linear 0s;
}
.carousel .carousel-indicators li.active ~ li {
  background: none;
  background-size:cover;
}
@-moz-keyframes progress {
  100% {
    right: 0px;
  }
}
@-webkit-keyframes progress {
  100% {
    right: 0px;
  }
}
@-ms-keyframes progress {
  100% {
    right: 0px;
  }
}
@-o-keyframes progress {
  100% {
    right: 0px;
  }
}
@keyframes progress {
  100% {
    right: 0px;
  }
}
.carousel a{
    color: #fff;
}


.current-program{
	min-height:70%;
}

.next-program{
	min-height:30%;
	padding-bottom:25px;
	padding:15px;
	transition: all 0.5s ease-in-out;
	left:-5000px;
	position:absolute;
	/* width:25%; */
	width:auto;
}

.next-program a{
	/* font-family:MyriadPro; */
	font-size:1em;
	letter-spacing:1px;
}
/* @media screen and (min-width: 1960px) { */
@media screen and (min-width: 1600px) {
	.next-program{
		width:20%;
	}
	
}

@media screen and (min-width: 1600px) {
	.next-program a{
		font-size:1.2em;
	}
	
}


.program-title{
	/* font-family:Bebas; */
	font-family:MyriadProBold, snrt, tifinagh;
	font-weight: bold;
	font-size:38px;
	/*transition: all 0.5s ease-in-out;
	margin-left:500px;*/
	margin-left:0px;
	text-transform:uppercase;
	line-height: 1;
	text-shadow: 2px 2px 10px rgba(24,24,24,0.6);
	width: 100%;
}

@media screen and (min-width: 768px) {
	.carousel .program-title {
		/* font-size: 3em; */
		/*font-size: 2em;
		line-height:1.2em;*/
	}
}
@media screen and (min-width: 1024px) {
	.program-title {
		/* font-size: 4em; */
		font-size: 38px;
		line-height:1.2em;
	}
	
	.carousel-item {
		/* max-height:600px */
		height:auto;
		max-height:800px
	}
	.carousel-item:after{
		/* max-height:600px; */
		max-height:800px;
	}
}


@media screen and (max-width: 1024px) {
	.carousel-item video {
		transform: none;
	}
}
.carousel-item.active .program-title{
    margin-left:0px;
}


.carousel .carousel-info.video-play .program-title{
	font-size:2em;
}

.carousel .program-link {
	transition: all 0.5s ease-in-out;
	top:-700px;
	position:absolute;
	opacity:0;
}

.carousel-item.active .program-link{
    position:relative;
	top:0;
	opacity:1;
	transition: all 0.3s linear;
}

@media screen and (min-width: 768px) {
	.carousel-item a.program-link {
		font-size: 0.8em;
	}
}
@media screen and (min-width: 1024px) {
	.carousel-item a.program-link {
		/* font-size: 0.8em; */
		font-size: 1em;
	}
	.carousel-item {
		height:auto;
		max-height:800px
	}
}
@media screen and (min-width: 1100px) {

	.carousel-item {
		height:85vh;
		max-height:800px
	}
}
@media screen and (min-width: 1600px) {
	/*.carousel-item a.program-link {
		
		font-size: 1.2em;
	}
	.carousel .program-title {
		
		font-size: 3em;
		line-height:1.2em;
	}*/
	
	.carousel-item {
		max-height:calc( 80vw * 9 / 16 )
	}
	.carousel-item:after{
		max-height:calc( 80vw * 9 / 16 )
	}
}

.carousel-item .program-link img{
    width: 35px;
	transition: all 0.3s linear;
}
.carousel-item.active .video-play .program-link img{
    width: 25px;
}

@media screen and (max-width: 1023px) {
	.carousel-item .program-link img{
		width: 25px;
	}
	.next-program{
		display:none;
	}
}

.carousel-item.active .next-program{
	left:75%;
	bottom:1vh;
	z-index:2;
}
/* @media screen and (min-width: 1960px) { */
@media screen and (min-width: 1960px) {
	.carousel-item.active .next-program{
		left:80%;
	}
	.carousel-item.active .next-program.video-play{
		left:90%;
		width:10%
	}
	.filter  a{
		font-size:1.2em !important;
	}
}
.carousel-item.active .next-program span.next-label{
	color: #b3b1b1;
}

.filter > ul{
	list-style-type:none;
	padding-left: 5px;
}
.filter > ul > li{
  float: left;
  margin-right:25px;
}
.filter-right > ul{
	list-style-type:none;
	padding-right: 5px;
}
.filter-right > ul > li{
  float: right;
  margin-left:25px;
  margin-right: 0;
}
/*
.filter-active:before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 100%;
    height: 5px;
    margin: 5px 0 0;
    transition: all 0.2s ease-in-out;
    transition-duration: 0.75s;
    opacity: 1;
    background-color: #37557e;

}
.bg-dark .filter-active:before {
 
    background-color: #fff;
}*/
.filter-active{

}

@media screen and (max-width: 1023px) {
	.carousel-item:after {
		content: "";
		width: 100%;
		height: 80vh;
		position: absolute;
		top: 0;
		background-image: linear-gradient(180deg, rgba(0,0,0,0.7203256302521008) 10%, rgba(255,255,255,0) 30%), linear-gradient(180deg,hsla(0,0%,9%,.05) 80%,#232526);
	
	}

	.carousel-item {
		height: 80vh;
		overflow: hidden;
	}
	
	.carousel-info {
		position: absolute;
		height: auto;
		width: 100%;
		z-index: 3;
		right: 0;
		bottom: 10vh;
		color: #fff;
		
	}
	.program-title {
		/*font-size: 20px;
		position: absolute;
		width: 100vw;
		text-align: center;
		bottom: 10px;*/
		font-size: 24px;
	}
	

}

@media screen and (max-width: 767px) {
	.carousel-item:after {
		content: "";
		width: 100%;
		height: 75vh;
		height: 60vh;
		position: absolute;
		top: 0;
		background-image: linear-gradient(180deg, rgba(0,0,0,0.7203256302521008) 10%, rgba(255,255,255,0) 30%), linear-gradient(180deg,hsla(0,0%,9%,.05) 60%,#181818);
		/* background-image: radial-gradient(circle at 0 40%,hsla(0,0%,9%,0) 46%,hsla(0,0%,9%,.6) 61%,#181817 70%),linear-gradient(180deg,hsla(0,0%,9%,.05) 60%,#181818),linear-gradient(180deg,hsla(0,0%,9%,0) 65%,#181818 85%); */
		background-image: linear-gradient(180deg, rgba(0,0,0,0.7203256302521008) 10%, rgba(255,255,255,0) 30%), linear-gradient(180deg,hsla(0,0%,10%,0) 70%,#000);
	}
	.carousel-item {
		height: 75vh;
		height: 60vh;
	}
	
	.carousel-info {
		position: absolute;
		height: auto;
		width: 100%;
		z-index: 3;
		right: 0;
		bottom: 10vh;
		color: #fff;
		
	}
	.program-title {
		/* font-size: 42px; */
		/* font-size: 35px; */
		/*font-size: 2em;*/
		/*text-align: center;*/
	}
	.carousel h4 {
		/* font-size: 42px; */
		/* font-size: 35px; */
		font-size: 1.2em;
		text-align: center;
	}
	.carousel .current-program {
		min-height: 10%;
	}
	/* .next-program{ */
		/* display:none; */
	/* } */
	
	.carousel .next-program {
		min-height: 10%;
		padding-bottom: 0;
		display:none;
	}
	.carousel-indicators {
		bottom: 0vh;
	}
	.carousel video{
		transform: translateX(-25%);
	}
	
	
	.carousel .carousel-indicators li {
	  width: 32px;
      height: 18px;

	}

	.carousel .carousel-indicators li.active {
	  width: 32px;

	}
	.carousel .carousel-indicators li.active::before {
	  height: 3px;
	}
	
	.filter > ul{
		list-style-type: none;
		padding-left: 0px;
		margin: auto;
		overflow-x: scroll;
		white-space: nowrap;
		overflow-y: hidden;
		width: 100%;
		height: 30px;
	}
	.filter > ul > li{
		float: none;
		margin-right: 15px;
		display: inline-block;
	}
	.filter-right > ul{
		list-style-type:none;
		padding-left: 0px;
		padding-right: 0px;
	}
	.filter-right > ul > li{
	  float: none;
	  margin-right:15px;
	  margin-left:0px;
	  display: inline-block;
	}

}


/* @media screen and (min-width: 1960px) { */
@media screen and (min-width: 1600px) {
	.carousel-info{
		width:20%;
	}
	.carousel-info.video-play{
		width:20%;
		height: auto;
	}
	.carousel-item.active .next-program {
		left: 80%;
	}
}
/**************PROGRAM*************/
.program-details{
	font-size:0.8em;
}
.program-details a{
	font-size:1em;
}

.program-details.program-genre{
	font-size:1em;
	font-family:MyriadProBold, snrt, tifinagh;
	text-shadow: 2px 2px 10px rgba(24,24,24,0.6);
}




@media (max-aspect-ratio: 4/3 and min-height: 768px) {
	.carousel-item {
		height: auto;
	}
	.carousel {
		height: auto;
	}
	.carousel-info {
		height: auto;
		width: 35%;
		bottom: 0;

	}
	.carousel-indicators {
		bottom: 4rem!important
	}
}


.carousel-phone-landscape.carousel-item, .carousel-phone-landscape.carousel-item:after{
    height: auto !important;
}
.carousel-phone-landscape .sl-landscape, .carousel-phone-portrait .sl-portrait{
	display:block;
}
.carousel-phone-landscape .sl-portrait, .carousel-phone-portrait .sl-landscape{
	display:none;
}





/************/

.carousel-program-info {
    position: absolute;
    height: auto;
    z-index: 3;
    left: 0;
    /* bottom: 20vh; */
    bottom: 0vh;
    color: #fff;
    -moz-transition: height .5s;
    -ms-transition: height .5s;
    -o-transition: height .5s;
    -webkit-transition: height .5s;
    transition: all .5s;
}
.carousel-program-info-content {
    color:#fff !important;
    min-height: 300px;
    max-height: 350px;
    /*background-color: rgba(0,0,0,0.5)*/
}

.carousel-program::before{
    background-image: url(../../img/branding-top.png);
    background-size: cover;
    display: inline-block;
    width: 200px;
    height: 150px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-100%);
    filter: brightness(0.5);
}

.carousel-program-info-content::before{
	/*background-image: url(../../img/branding.png);
    background-size: cover;
    display: inline-block;
    width: 150%;
    height: 150%;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    transform: translateX(-30%);*/
    background-image: url(../../img/branding.png);
    background-size: cover;
    display: inline-block;
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    filter: brightness(0.5);
}

.carousel-program-info-content::after{
    background-image: url(../../img/branding-left.png);
    background-size: cover;
    display: inline-block;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    height: 500px;
    width: 200px;
    transform: translateX(-100%);
    overflow: hidden;
    filter: brightness(0.5);
}

.carousel-program-info-content p{
	margin-bottom:0;
	color: #fff;
}

.carousel-program-time-lg{
	font-size:3em;
	font-family: MyriadProBold, snrt, tifinagh;
	font-weight: bold;
	color: #0cc6f4;
	line-height: normal;
}
.carousel-program-time-sm{
	font-family: MyriadProBold, snrt, tifinagh;
	font-size:20px;
	color: #0cc6f4;
	text-align: center;
	line-height: normal;
	font-weight: bold;
}

.carousel-program-channel{
	position: absolute;
    top: -55px;
    right: 15px;
}

