/*images*/
.item-image{
background: saddlebrown;
}
/*CodePromo*/
.codepromo{
	
}
/* or class */
.or{
	font-size: 2em;
	margin: 5%;
}
/*lang switch select*/
.select-lang{
    background: transparent;
    color: #e6b500;
    font-weight: bold;
    width: 113px;
    margin-left: 11px;
    border: 0;
}
/*Score Style*/
.score{
	display: block;
    position: absolute;
    top: 119px;
	background: cadetblue;
    padding-left: 4%;
	left: 0%;
	width: 100%;
	font-style: italic;
}
.score span{
	float: right;
	border-radius: 0px;
}
/*Blur Premium channels*/
.blur-premium-channel{
	position: absolute;
    font-size: 7em;
    z-index: 99;
    left: 37%;
    top: 19%;
    color: goldenrod;
}
.blur{
	-webkit-filter: blur(5px) brightness(.3);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
/*Iframe Spinner Style*/
.iframe-spinner{ height: 200px; }
.iframe-spinner-small{ height: 92px; }
.iframe-spinner center{ position: relative; top: 30%;}
.iframe-spinner-small center{ position: relative; top: 30%;}
.iframe-spinner span{font-size: 2em; font-family: cursive;}
.iframe-spinner-small span{font-size: 1.5em; font-family: cursive;}
.MediaIframe iframe{display: none; }
/*Lasy Image Load*/
.image-loader-container{
position: absolute;
right: 0px;
left: 0px;
bottom: 0px;
color: white;
}
/*SideMenu Style*/
.vmedia-name{
	position: absolute; right: 0;left: 0;
}
.menu-left a.active {
    background-color: rgba(0, 0, 0, 0.72)!important
}
.blur-background{
	position: absolute;
	top: 140px;
	/*background-image: url('http://sport.h24info.ma/sites/default/files/styles/large/public/articles/principales/debb.jpg?itok=l52VZHVa'), url('http://sport.h24info.ma/sites/default/files/styles/large2/public/articles/principales/osagu.jpg?itok=-dDL5hBx');*/
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom right, left, right;
  background: -moz-linear-gradient(to right, rgba(30, 75, 115, 1), rgba(255, 255, 255, 0)), -webkit-gradient(to right, rgba(30, 75, 115, 1), rgba(255, 255, 255, 0)), -ms-linear-gradient(to right, rgba(30, 75, 115, 1), rgba(255, 255, 255, 0)), linear-gradient(to right, rgba(30, 75, 115, 1), rgba(255, 255, 255, 0));
    /*background-image: url('http://sport.h24info.ma/sites/default/files/styles/large/public/articles/principales/debb.jpg?itok=l52VZHVa');*/
    width: 100%;
    height: 100%;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
.last-sync-time{
	font-size: 0.7em;
}
.item-icon-left{
	/*border-width: 1px !important;*/
    border-style: groove !important;
}
/*.item-icon-left.activated{
	border-left-width: 6px;
	border-left-color: #ef473a;
	background-color: rgba(0, 0, 0, 0.7) !important;
}*/
.sync-item{
	padding-left: 17px;
}
.menu-item{
	background-color: rgba(0, 0, 0, 0.41) !important;
}
.menu-item.active{
	border-left-width: 6px;
	border-left-color: gold;
	background-color: rgba(0, 0, 0, 0.72)!important
}
/*Download Status*/
.download-progress{
	    font-size: 0.6em;
		
}
/*Media Detail CSS*/
.state-site-name{
	color: #109BC4;
	display: inline-block;
	padding-bottom: 0px !important;
}

/* Favorite Style */
.delete-favorite{
	background-color: red;
    color: white;
    display: block;
    margin-bottom: 0;
}
.delete-favorite a{
	color: white;
}
.no-favorite-found{
	margin-top:3%;
	font-size: 2.0em;
	color: darkgray;
	margin-top: 9%;
}
.nav-bar-tabs-top.hide ~ .view-container .tabs-top .tabs{
	top: 44px !important;
}
.custom-list {
  margin: 0;
}
.custom-list a {
  min-height: 90px;
  padding-left: 140px;
  position: relative;
  border: none;
}
.custom-list a h3 {
  font-weight: 400;
  white-space: initial;
}
.custom-list a p {
  font-size: 13px;
  margin: 0;
  line-height: 15px;
}
.custom-list a img {
  max-width: 120px !important;
  max-height: 70px !important;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.pull-ar {
  float: left;
}
.pull-fr, .pull-en {
  float: right;
}
.direction-ar{
	direction: rtl;
}
.direction-fr, .direction-en{
	direction: ltr;
}
.title-categories {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
}
.media-detail-date{
	font-size: 0.8em;
	padding-top: 0px !important;
}
.title-categories i {
  color: #636363;
  font-size: 20px;
  line-height: 25px;
}
.title-categories .ion-ios-film-outline {
  position: relative;
  top: 1px;
}
.img-item {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  max-width: 120px;
  max-height: 70px;
}
.img-item .thumnail-video {
  position: relative;
  height: 70px;
  text-align: center;
}
.img-item .thumnail-video .time-video {
  position: absolute;
  right: 5px;
  bottom: 5px;
  background: rgba(0, 0, 0, 0.82);
  padding: 5px;
  font-size: 12px;
  color: #fff;
  line-height: 10px;
  border-radius: 1px;
}
.img-item .thumnail-video .list-video {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.69);
  color: #fff;
  font-size: 15px;
  padding: 10px 15px;
}
.img-item .thumnail-video .list-video i {
  margin-top: 5px;
  font-size: 22px;
}
.class-video {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}
.mediaWrapper {
  /* position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; */
}
.mediaWrapper iframe {
  /*position: absolute;
  top: 0;
  left: 0;*/
  width: 100%;
  /* height: 100%; */
}
.info-video .name {
  font-size: 17px;
}
.info-video .name i {
  font-size: 20px;
}
.padding-5 {
  padding: 5px;
}
.header-left {
  height: 140px;
  color: #fff;
}
.header-left i {
  font-size: 70px;
}
.font-lg {
  font-size: 18px;
}
.menu-left {
  background-color: black; //333
}
.menu-left a {
  background-color: transparent;
  color: #fff;
 /* border: none;*/
}
.menu-left a.activated {
  background-color: #222;
}
.menu-left a.active {
  background-color: #222;
}
.menu-left a i {
  font-size: 26px !important;
}
.menu-left a:nth-child(0) i {
  color: #387ef5;
}
.menu-left a:nth-child(1) i {
  color: #387ef5;
}
.menu-left a:nth-child(2) i {
  color: #f37911;
}
.menu-left a:nth-child(3) i {
  color: #33cd5f;
}
.menu-left a:nth-child(4) i {
  color: #ffc900;
}
.menu-left a:nth-child(5) i {
  color: #dd483c;
}
.menu-left a:nth-child(6) i {
  color: #5fc02e;
}
.menu-left a:nth-child(7) i {
  color: #ffe566;
}
.menu-left a:nth-child(8) i {
  color: #ef473a;
}
.menu-left a:nth-child(9) i {
  color: #3fc1ff;
}
.menu-left a:nth-child(10) i {
  color: #ffb971;
}
.menu-left a:nth-child(11) i {
  color: #07c21e;
}
.menu-left a:nth-child(12) i {
  color: white;
}
.menu-left a:nth-child(13) i {
  color: #e1dc27;
}
.menu-left a:nth-child(14) i {
  color: #33c918;
}
.menu-left a:nth-child(15) i {
  color: coral;
}
.menu-left a:nth-child(16) i {
  color: darkkhaki;
}
.menu-left a:nth-child(17) i {
  color: cornflowerblue;
}
.list-ep {
  margin-top: 10px;
}
.list-ep li {
  float: left;
  padding: 5px 20px;
  border: 1px solid #ddd;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 2px;
  min-width: 60px;
  text-align: center;
  color: #fff;
}
.mediaWrapper body {
  margin: 0;
}
.mediaWrapper body .video {
  margin: 0;
}


/*Alouane NourEddine Code*/
.card-home{
	display: inline-block;
	margin: 0.5%;
    margin-top: -1%;
}

.card-title-ar{
	color: white;
    position: absolute;
    bottom: 0em;
    display: table;
    white-space: normal;
    text-align: -webkit-auto;
    padding-left: 3%;
    padding-right: 2%;
    /*margin-bottom: 2%;*/
    width: 100%;
    word-wrap: break-word;
    font-size: 0.8em;
    line-height: normal;
    right: 0;
    direction: rtl;
	background: linear-gradient(rgba(255, 255, 255, 0.04), rgba(16, 16, 16, 0.57));
}
.card-title-fr{
	color: white;
    position: absolute;
    bottom: 0em;
    display: table;
    left: 0;
    white-space: normal;
    text-align: -webkit-auto;
    padding-left: 3%;
    padding-right: 2%;
    /*margin-bottom: 2%;*/
    width: 100%;
    word-wrap: break-word;
	font-size: 0.8em;
    line-height: normal;
	background: linear-gradient(rgba(255, 255, 255, 0.04), rgba(16, 16, 16, 0.57));
}

.card-type{
	    color: white;
    position: absolute;
    top: 0em;
    display: table;
    right: 0px;
    white-space: normal;
    text-align: -webkit-auto;
    margin-bottom: 2%;
    word-wrap: break-word;
    border-radius: 8%;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 2%;
    margin-right: 4px;
	font-size: 0.7em;
}
.card-video-type{
	color: white;
    position: absolute;
    top: 0em;
    display: table;
    left: 0px;
    white-space: normal;
    text-align: -webkit-auto;
    margin-bottom: 2%;
    word-wrap: break-word;
    border-radius: 8%;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 2%;
    margin-left: 4px;
}
.card-type-detail{
	color: white;
	display: inline-block;
    border-radius: 8%;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 0px;
    padding-top: 0px;
	margin-top: 3px;
    font-size: 0.9em;
}
.card-news{
	display: inline-block;
    vertical-align: top;
    margin-right: 3px;
    margin-left: 12px;
    margin-bottom: 22px;
}
.card-img{
	height: 84px;
}
/* .card-title-detail{
	display: flex;
} */
.news-title{
	white-space: normal !important;
}
.card-detail-infos{
	color: #A3A3A3;;
	padding-top: 0px;
}
.back-color-red{
	    background-color: orangered;
}
.back-color-Live{
	    background-color: #ef473a;
}
.back-color-Sport{
	    background-color: #dd483c;
}
.back-color-black{
	    background-color: black;
}
.back-color-News{
	    background-color: #33cd5f;
}
.back-color-Economie{
	    background-color: #ffc900;
}
.back-color-Science{
	    background-color: #5fc02e;
}
.back-color-Comedy{
	    background-color: #ffe566;
}
.back-color-Gaming{
	    background-color: #3fc1ff;
}
.back-color-Anime{
	    background-color: #ffb971;
}
.back-color-Trailers{
	    background-color: #07c21e;
}
.back-color-Culture{
	    background-color: #e1dc27;
}
.back-color-Health{
	    background-color: #33c918;
}
.back-color-Culture{
	    background-color: #DDCD0D;
}
.back-color-Religion{
	    background-color: #E65C0B;
}
.back-color-Music{
	    background-color: coral;
}
.back-color-Other{
	    background-color: darkkhaki;
}
.streaming-Live{
	    background: rgb(228, 27, 27);
		font-weight: 900;
}
.font-size-ban{
	 font-size: x-large;
}
.font-size-ban-related{
	font-size: 1.2em;
}
.ban-img{
	height: 200px;
}
.ban-img-container{
	height: 220px;
}

/* Spinner Style */
.loading-container .loading{
	background-color: #e6b500 !important;
}
.loading-container .loading span{
	vertical-align: super;
}
/* .loading-backdrop{
    margin-top: 44px; 
    background-color: rgb(237, 240, 241);
}
.loading{
    background-color: inherit;
    width: 75% !important;
    margin-left: -37.5% !important;
    border-width: 2px !important;
    border-color: black !important;
    border-style: solid !important;
} */

/* Screen Adaptation*/
@media (min-width:100px) {
.cmp-6{ width: 100%;} .cmp-4{ width: 100%;} .cmp-1{width: 100%;} .cmp-12{width: 70%;} .cmp-3{width: 94%;}
}
@media (min-width:320px) {
.cmp-6{ width: 48%;} .cmp-4{ width: 100%;} .cmp-1{width: 100%;} .cmp-12{width: 60%;} .cmp-3{width: 94%;}
}
@media (min-width:400px) {
.cmp-6{ width: 48%;} .cmp-4{ width: 100%;} .cmp-1{width: 100%;} .cmp-12{width: 50%;} .cmp-3{width:94%;}
}
@media (min-width:500px) {
	.cmp-6{ width: 32%;} .cmp-4{width: 69%;} .cmp-1{width: 100%;} .cmp-12{width: 40%;} .cmp-3{width: 47%;}
}
@media (min-width:700px) { 
	.cmp-6{ width: 32%;} .cmp-4{width: 50%;} .cmp-1{width: 100%;} .cmp-12{width: 30%;} .cmp-3{width: 47%;}
}
@media (min-width:900px) {
	.cmp-6{ width: 32%;} .cmp-4{width: 45%;} .cmp-1{width: 100%;} .cmp-12{width: 30%;} .cmp-3{width: 31%;}
}
@media (min-width:1100px) {
	.cmp-6{ width: 24%;} .cmp-4{width: 35%;} .cmp-1{width: 100%;} .cmp-12{width: 25%;} .cmp-3{width: 23%;}
}
@media (min-width:1500px) {
	.cmp-6{ width: 19%;} .cmp-4{width: 27%;} .cmp-1{width: 100%;} .cmp-12{width: 20%;} .cmp-3{width: 19%;}
}
@media (min-width:1800px) {
	.cmp-6{ width: 16%;} .cmp-4{width: 23%;} .cmp-1{width: 100%;} .cmp-12{width: 18%;} .cmp-3{width: 19%;}
}






.grid-page {
  
  ion-col div {
    background-color: #F9FAFB;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 2px;
    text-align: center;
  }
  
}
ion-content ion-card ion-item.advanced-trans p {
  color: #fff;
}

ion-card p.advanced-background-subtitle {
  font-size: 1.0em;
  position: absolute;
  top: 48%;
  width: 100%;
  color: #fff !important;
}

.advanced-background {
  position: relative;
  text-align: center !important;
}

ion-card ion-item.advanced-trans.item {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 12px 20px !important;
  background: transparent;
}
ion-card ion-item.advanced-trans.item p {
  font-size: 12px;
  letter-spacing: 1.7px;
  font-weight: 500;
  opacity: 0.7;
}

ion-card p.advanced-background-title {
  position: absolute;
  top: 32%;
  font-size: 2.0em;
  width: 100%;
  font-weight: bold;
  color: #fff !important;
}

ion-card p.advanced-background-title-large {
  top: 29%;
  font-weight: normal;
  font-size: 4.4em;
  color: #fff !important;
}
ion-card p.advanced-background-title-large span {
  vertical-align: top;
  padding-top: 5px;
  font-size: 72px;
  height: 74px;
  line-height: 1;
  display: inline-block;
}