.thumbnail .caption h3 {
	overflow: hidden
}

.on-episode-loading a{
  text-decoration: none;
  animation: colorize 1.5s alternate infinite ease;
  box-shadow: 0 0 0 0 #484848;
  color: white;
  background: #c7034d;
  width: 140px;
  font-size: 25px;
  height: 130px;
  border-radius: 15px;
  font-weight: bold;
  box-shadow: 0px 1px 6px black; 
  display: block;
}
.on-episode-loading a span{
  font-size: 12px;
  color: #222222;
  background: aliceblue;
  text-align: center;
  width: 100%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4);
  display: block;
  line-height: 2;
}
.on-iframe-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
}

.on-episode-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -70px;
  margin-left: -65px;
  text-align: center;
}

.on-episode-loading .fa {
  color: #fff;
  width: 80px;
  height: 80px;
  display: block;
  line-height: 90px;
  text-align: center;
  margin: auto;
  font-size: 35px;
}

.pm-ul-browse-videos{
    padding: 0 7px;
}
ul.pm-ul-browse-videos li{
    padding: 3px;
    margin-bottom: 0px;
}
.pm-section-head{
    margin: 16px 0;
}

#content-main .kv-description{
  font-size: 15px;
  margin: 0;
  text-transform: none;
  display: initial;
  border: 0;
  font-weight: normal;
}
#content-main .kv-description p{
  margin: 0;
}

.pm-section-head{
    margin: 16px 0;
}

.Epslist {
    text-align: center;
    color: #FFFFFF;
    padding: 10px;
    margin-bottom: 10px;
    background: linear-gradient(#373738, #333);
    border-right: 5px solid #447DF7;
    border-left: 5px solid #447DF7;
}

#content-main .seasons-title{
  margin-top: 0;
  border: 0;
  margin: 0;
  padding: 10px;
  background: #929ca3;
  margin-bottom: 10px;
  color: #ffffff;
  border-right: 2px solid #447df7;
  text-align: center;
  font-family: 'Noto Kufi Arabic', 'Segoe UI';
}

.nav-seasons .active a{
  background: #f8f8f8 !important;
  font-family: 'Noto Kufi Arabic', 'Segoe UI';
}
.tab-seasons{
  background: #f8f8f8;padding: 10px;border: 1px solid #ddd;border-top: 0;
  margin-bottom: 40px;
  font-family: 'Noto Kufi Arabic', 'Segoe UI';
}

/* updates */
@media(max-width: 768px){
    .tab-seasons a{
        margin-bottom: 10px;
        float: right;
        width: 33.33%;
        border: 0;
        border-left: 10px solid #f8f8f8;
        border-radius: 0;
        font-family: 'Noto Kufi Arabic', 'Segoe UI';
    }
    .tab-seasons a:hover,
    .tab-seasons a:active{
      border-left-color: #f8f8f8;
    }
    .tab-seasons a:nth-child(3n){
        border-left: 0;
    }
    .tab-seasons .tab-pane{
        overflow: auto;
    }
}