@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -mos-box-sizing: border-box;
}

body {
  font-family: 'Raleway', sans-serif;
}

a {
  text-decoration: none;
  transition: all 0.3s linear 0s;
  /* Firefox*/
  webkit-transition: all 0.3s linear 0s;
  /* Chrom*/
  moz-transition: all 0.3s linear 0s;
  /* IE*/
  o-transition: all 0.3s linear 0s;
  color: #FFF;
  font-size: 100%;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #db4a3f;
}

a:hover {
  text-decoration: none;
  color: #db4a3f;
}

img {
  border: 0;
  margin: 0;
  padding: 0
}

p {
  margin: 8px 0;
}

.clr {
  clear: both;
}

.pagination ul {
  text-align: center;
}

.pagination ul li {
  display: inline-block;
  list-style: none;
  margin: 0 3px;
}

.pagination ul li a {
  display: block;
  text-align: center;
  background-repeat: repeat;
}

.pagination ul li a:hover,
.pagination ul li.active a {}

.croll img {
  cursor: pointer;
}

input {
  outline: none;
}

.hide {
  display: none;
}

#off_light {
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
  opacity: .4;
}

.mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  z-index: 998;
  position: fixed;
  top: 0;
  display: none;
}

span.load {
  background: url(../img/load/ajax-loader_1.gif) no-repeat;
  padding: 15px;
  position: absolute;
  display: none;
  background-size: 12px auto;
}

span.load_remove {
  background: url(../img/load/processing.gif) no-repeat center center;
  position: absolute;
  display: none;
  background-size: 12px auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

.error {
  color: red;
  font-size: 13px;
}

span.remmember {
  font-size: 13px;
}

#load_video {}

#load_video .vjs-loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

#load_video .vjs-loading-spinner::before,
#load_video .vjs-loading-spinner::after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

#load_video .vjs-loading-spinner::before,
#load_video .vjs-loading-spinner::after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}

/*============= Video player iframe =============== */
.anime_video_body_watch_items {
  margin: 5px 0 15px 0;
}

.play-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
  background-color: #000;
}

.play-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.play-video .add_ads_items {
  position: relative;
}

@media only screen and (max-width:479px) {
  .play-video {
    padding: 0;
    min-height: 260px;
    background-color: #000;
  }

  .bookmark_warp {
    width: 100% !important;
  }
}

.anime_muti_link ul {
  float: left;
  width: 100%;
  padding: 20px 0 !important
}

.anime_muti_link ul li {
  float: left;
  width: 100%;
  background-color: #f9f9f9;
  border-bottom: solid 1px #ddd;
  position: relative;
}

.anime_muti_link ul li:last-child,
.anime_muti_link ul li:first-child {
  border-bottom: solid 1px #db4a3f;
}

.anime_muti_link ul li a {
  display: block;
  color: #333333;
  padding: 13px 10px;
}

.anime_muti_link ul li a span {
  position: absolute;
  right: 6px;
  top: 8px;
  width: 132px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #db4a3f;
  font-size: 13px;
  text-transform: capitalize;
  color: white;
}

.anime_muti_link ul li a:hover span,
.anime_muti_link ul li a.active span {
  background-color: #58b9da;
}

.anime_muti_link ul li a:hover {
  background-color: #f5f5f5;
}

.anime_muti_link ul li a.active {
  cursor: inherit;
  background-color: #f5f5f5;
}

.anime_muti_link ul li .server {
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
  background-size: 20px auto;
}

.anime_muti_link ul li .server.m1 {
  background-image: url('../static/img/animeupload.png');
}

.anime_muti_link ul li .server.mp4 {
  background-image: url('../static/img/mp4.png');
}

.anime_muti_link ul li .server.openupload {
  background-image: url('../static/img/openupload.png');
}

.anime_muti_link ul li .server.yourupload {
  background-image: url('../static/img/yourupload.png');
}

.anime_muti_link ul li .server.estream {
  background-image: url('../static/img/estream.png');
}

.anime_muti_link ul li .server.bestream {
  background-image: url('../static/img/bestream.png');
}

.anime_muti_link ul li .server.thevideo {
  background-image: url('../static/img/thevideo.png');
}

.anime_muti_link ul li .server.streamango {
  background-image: url('../static/img/streamango.png');
}

.anime_muti_link ul li .server.kingvid {
  background-image: url('../static/img/kingvid.png');
}

.anime_muti_link ul li .server.vidup {
  background-image: url('../static/img/thevideo.png');
}

.anime_muti_link ul li .server.vidlox {
  background-image: url('../static/img/vidlox.png');
}

.anime_muti_link ul li .doamin {
  float: left;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  padding-bottom: 15px;
  padding-left: 10px;
}

.anime_muti_link ul li .link {
  float: right;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  padding-bottom: 15px;
  padding-right: 60px;
}