.Logo{padding:unset}
.Logo img {max-height:unset;}
ul.server-list {
  margin-top: 2px;
}
.ad-container {
  display: inline-block;
  text-align: center;
}
.ad-container a {
  margin-top: 5px;
  display: block;
}
.backup-server a.btn-episode {
  cursor: pointer;
  padding: 7px;
}
#jwplayer {
  height: 100% !important;
}
.server-group .list-episode {
  max-height: 300px;
  overflow: auto;
}
.list-episode .episode {
  display: inline-block;
  text-align: center;
  padding: 3px;
  margin: 0 !important;
}
.list-episode .episode a {
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  overflow: hidden;
}
.btn3d {
  padding: 0 !important;
  width: 100%;
}

/* Widet */
.widget-area .Wdgt {
  overflow-y: scroll;
  max-height: 33rem;
}
.widget-area .Wdgt:before {
  background-color: transparent;
}
.Wdgt>.Title {
  font-size: 18px;
  color: #f1b722;
}
.Wdgt>.Title:after {
  background-color: transparent;
}
.Wdgt .TPost .Title {
  color: #fff;
}
.Wdgt .block-movie {
  padding: 10px;
  background: rgb(19, 19, 19);
}
.Wdgt .block-movie a {
  margin-bottom: 5px;
  display: block;
  position: relative;
}
.Wdgt .block-movie a:hover > span {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;
}
.Wdgt .block-movie a:hover {
  opacity: 0.8;
}
.Wdgt .block-movie a img {
  width: 100%;
  height: 157px;
}
.Wdgt .block-movie span {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
  display: block;
  bottom: 0;
  position: absolute;
  width: 100%;
  color: #FFF;
  padding: 5px;
}
.Wdgt .block-movie span h3 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: #f5c864;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  margin: 5px 0;
}
.Wdgt .block-movie span h4 {
  color: #FFF;
  font-size: 12px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  text-decoration: none;
  margin: 0;
}

/* ----------------- Footer ----------------- */
.Footer {
  margin-top: -20px;
}
.Footer .Logo p {
  text-align: justify;
  color: #dddddd;
}
.Footer .EcBgA .Container {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
  border-top: 0.1px solid rgba(221, 221, 221, 0.2);
}
.Footer .Container .Left {
  flex: 0 0 40%;
}
.Footer .Container .Right {
  display: flex;
  flex: 1;
  justify-content: space-around;
  align-items: center;
}
.Footer .Logo img {
  margin-bottom: 10px;
  max-height: unset;
  width: 40%;
}
.Right ul {
  list-style: none;
  padding: 0;
  font-size: 13px;
}
.Right .column {
  flex: 1;
  text-align: left;
}
.Right .column .column_title {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 768px) {
  .Footer .EcBgA .Container {
    flex-direction: column;
  }
  .Footer .Container .Left {
    flex: 1 !important;
  }
}
.WebDescription a:after {
  content: '|';
  margin: 0 6px;
  color: #ffffff;
  font-weight: 600;
}
.WebDescription a {
  color: #ff9800;
  text-transform: capitalize;
  font-size: 13px;
}
.WebDescription {
  display: flex;
  justify-content: left;
}
