/* latin */
@font-face {
  font-family: 'Sansita';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/QldONTRRphEb_-V7LB6xTA.woff2) format('woff2');
}
.font-title {
  font-family: 'Sansita', sans-serif;
}
.unselectable {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                                                    not supported by any browser */
}
body {
  background: #000000;
  color: #eee;
}
body .loading {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9999;
}
body .loading .spinner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
a {
  color: #d5015b;
}
a:not([href]):not([tabindex]) {
  color: #d5015b;
}
a:hover,
a:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: 0;
}
button {
  cursor: pointer;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #667d99;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #667d99;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #667d99;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #667d99;
}
*:focus {
  outline: none;
}
.clearfix {
  clear: both;
}
.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.mfp-iframe-holder .mfp-content {
  max-width: 1280px;
}
.spinner {
  margin: 5px auto;
  width: 30px;
  height: 20px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #fff;
  width: 3px;
  height: 100%;
  margin: 0 1px 0 0;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.modal {
  color: #333;
}
ul.pagination {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                                                    not supported by any browser */
}
ul.pagination li.page-item a,
ul.pagination li.page-item > span {
  background-color: #222;
  color: #d5015b;
  border: 1px solid #000;
}
ul.pagination li.page-item.active a,
ul.pagination li.page-item.active > span,
ul.pagination li.page-item.active.disabled a,
ul.pagination li.page-item.active.disabled > span {
  background-color: #d5015b;
  color: #fff;
  border: 1px solid #000;
}
ul.pagination li.page-item.disabled a,
ul.pagination li.page-item.disabled > span {
  cursor: not-allowed;
  background-color: #111;
  color: #a20145;
  border: 1px solid #000;
}
.dropdown .dropdown-menu,
.dropup .dropdown-menu {
  width: 100%;
}
.dropdown .dropdown-menu button,
.dropup .dropdown-menu button {
  text-align: center;
}
/* --- Start of Header CSS --- */
header.main-header {
  position: relative;
  top: 0;
  z-index: 9;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  font-size: 0.875rem;
  color: #667d99;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                                                    not supported by any browser */
}
header.main-header nav {
  position: relative;
  z-index: 4;
  max-width: 1100px;
  margin: 0px auto;
  padding: 5px 0;
}
header.main-header nav .drawer {
  height: 48px;
  padding: 6px 0;
}
header.main-header nav .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
}
header.main-header nav .navbar-brand,
header.main-header nav .navbar-toggler {
  color: #fff;
}
header.main-header nav .navbar-brand:focus,
header.main-header nav .navbar-toggler:focus,
header.main-header nav .navbar-brand:hover,
header.main-header nav .navbar-toggler:hover {
  color: #fff;
}
header.main-header nav .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
header.main-header nav .navbar-brand {
  width: auto;
  padding: 0;
}
header.main-header nav .navbar-brand img {
  width: auto;
  height: 30px;
}
header.main-header nav .navbar-nav li.nav-item.dropdown .dropdown-menu {
  background-color: #171717;
  color: #fff;
  font-size: 0.875rem;
}
header.main-header nav .navbar-nav li.nav-item.dropdown .dropdown-menu a {
  color: #fff;
}
header.main-header nav .navbar-nav li.nav-item.dropdown .dropdown-menu a:hover,
header.main-header nav .navbar-nav li.nav-item.dropdown .dropdown-menu a.active {
  background-color: #d5015b;
}
header.main-header nav .navbar-nav li.nav-item.dropdown .dropdown-menu .dropdown-divider {
  background-color: #222;
}
header.main-header nav .main-nav li.nav-item > a {
  color: #fff;
  padding: 8px 15px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  z-index: 2;
}
header.main-header nav .main-nav li.nav-item > a:hover {
  color: #fff;
  background-color: #bc0150;
}
header.main-header nav .main-nav li.nav-item.active > a,
header.main-header nav .main-nav li.nav-item.show > a {
  color: #fff;
  background-color: #bc0150;
}
header.main-header nav .account-nav {
  margin-left: 15px;
}
header.main-header nav .account-nav li.nav-item > a {
  color: #fff;
  padding: 8px 0px 8px 15px;
  z-index: 2;
}
header.main-header nav .nav-menu-wrap {
  position: relative;
  float: left;
  margin-left: 30px;
}
header.main-header nav .nav-account-wrap {
  position: relative;
  float: right;
  margin-left: 30px;
}
header.main-header nav ul.nav-menu {
  padding: 0;
  margin: 0;
}
header.main-header nav ul.nav-menu:hover {
  display: block;
}
header.main-header nav ul.nav-menu li {
  float: left;
  position: relative;
  list-style: none;
  margin: 0;
  background-color: #bc0150;
}
header.main-header nav ul.nav-menu li.open ul {
  display: block;
}
header.main-header nav ul.nav-menu li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
}
header.main-header nav ul.nav-menu li ul li {
  float: none;
}
header.main-header nav ul.nav-menu li.looks-like-a-sub a {
  padding: 8px 15px;
  background-color: #bc0150;
}
header.main-header nav ul.nav-menu li a {
  position: relative;
  display: block;
}
header.main-header nav .nav-search {
  position: relative;
  float: right;
}
header.main-header nav .nav-search.active .input-search {
  color: #111;
  border-color: #bc0150;
  outline: none;
  width: 400px;
}
header.main-header nav .nav-search.active .search-results-wrap {
  display: block;
}
header.main-header nav .nav-search .input-search {
  position: relative;
  display: block;
  padding: 8px 32px;
  font-size: 13px;
  line-height: 1.5;
  background-color: #fff;
  color: #667d99;
  background-color: #e7edf3;
  border: 2px solid transparent;
  border-radius: 0;
  width: 225px;
  height: 36px;
  -webkit-appearance: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
header.main-header nav .nav-search:before {
  display: inline-block;
  font-family: "ForkAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  float: left;
  margin-right: -36px;
  width: 36px;
  font-size: 14px;
  text-align: center;
  position: relative;
  padding: 7px 0;
  line-height: 1.5;
  pointer-events: none;
  z-index: 9;
}
header.main-header nav .nav-search .search-results-wrap {
  position: absolute;
  display: none;
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  background-color: #171717;
}
header.main-header nav .nav-search .search-results-wrap a {
  display: block;
  padding: 5px 15px;
  color: #eee;
}
header.main-header nav .nav-search .search-results-wrap .search-results {
  margin: 0;
  padding: 0;
}
header.main-header nav .nav-search .search-results-wrap .search-results li {
  position: relative;
  list-style: none;
  padding-left: 65px;
}
header.main-header nav .nav-search .search-results-wrap .search-results li div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
header.main-header nav .nav-search .search-results-wrap .search-results li img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 15px;
  max-width: 50px;
  height: auto;
  border-radius: 100%;
}
header.main-header nav .nav-search .search-results-wrap .search-results li div.result-title {
  font-weight: 700;
}
header.main-header nav .nav-search .search-results-wrap .search-results li div.result-status,
header.main-header nav .nav-search .search-results-wrap .search-results li div.result-season {
  font-size: 0.75rem;
  color: #999;
}
header.main-header nav .nav-search .search-results-wrap .search-results li.selected {
  background-color: #d5015b;
}
header.main-header nav .nav-search .search-results-wrap .search-results li:hover div.result-title,
header.main-header nav .nav-search .search-results-wrap .search-results li:hover div.result-status,
header.main-header nav .nav-search .search-results-wrap .search-results li:hover div.result-season {
  color: #eee;
}
header.main-header nav .nav-search .search-results-wrap .adv-search {
  text-align: center;
}
header.main-header nav .nav-search .search-results-wrap .adv-search:hover {
  color: #d5015b;
}
header.main-header nav .nav-search .search-results-wrap .no-results {
  text-align: center;
  padding: 5px 15px;
  color: #eee;
}
header.main-header nav .drawer-toggler {
  background: none;
  color: #667d99;
  width: 46px;
  height: 46px;
  border: 0;
  font-size: 1.5rem;
  display: none;
}
header.main-header.has-notification + section.main {
  margin-top: 20px;
}
header.main-header .notification-header {
  position: absolute;
  color: #fff;
  z-index: 2;
  background-color: #d5015b;
  width: 100%;
  padding: 3px 0;
  text-align: center;
}
.header-wrapper {
  position: relative;
}
.anime-cover {
  position: relative;
  width: 100%;
  height: 400px;
  background-color: #000;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-transition: opacity 3s ease-out;
  -moz-transition: opacity 3s ease-out;
  transition: opacity 3s ease-out;
}
.anime-cover .cover-helper {
  opacity: 0;
  width: 100%;
}
.anime-cover.clear:before {
  opacity: 0;
  -webkit-transition: opacity 3s ease-in;
  -moz-transition: opacity 3s ease-in;
  transition: opacity 3s ease-in;
}
.anime-cover:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
}
.anime-cover:focus {
  cursor: default;
}
section.main header.anime-header {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  z-index: 4;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
section.main header.anime-header .title-wrapper {
  max-width: 1100px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  padding: 0;
}
section.main header.anime-header h1,
section.main header.anime-header h2 {
  padding: 0 0 8px 240px;
  margin: 0;
  color: #fff;
  -webkit-text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}
section.main header.anime-header h1 {
  font-family: 'Sansita', sans-serif;
  font-size: 2rem;
}
section.main header.anime-header h2 {
  font-size: 1.1rem;
  padding-bottom: 15px;
  opacity: 0.75;
}
section.main header.anime-header .poster-wrapper {
  position: absolute;
  top: 0;
  width: 220px;
}
section.main header.anime-header .poster-wrapper .poster-helper {
  opacity: 0;
  max-width: 220px;
}
section.main header.anime-header .poster-wrapper .anime-poster {
  position: absolute;
  left: 0;
  text-align: center;
  z-index: 2;
}
section.main header.anime-header .poster-wrapper .anime-poster a {
  display: inline-block;
  position: relative;
}
section.main header.anime-header .poster-wrapper .anime-poster a.youtube-preview:before {
  content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAtCAYAAAAeA21aAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFRDRCMDgyRjg0RDExRTZBQjVBQjMzQzBFRTE1RDQ5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFRDRCMDgzRjg0RDExRTZBQjVBQjMzQzBFRTE1RDQ5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkVENEIwODBGODREMTFFNkFCNUFCMzNDMEVFMTVENDkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkVENEIwODFGODREMTFFNkFCNUFCMzNDMEVFMTVENDkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5ds25fAAAFVUlEQVR42uRaS2hcZRT+7iPz6EwmD2MeDeIiWMGStN24iFRDRFxoWhRBpAguRFeK4GtXFyJIcS0UhFqrSdokbdpCoWoUjCgVDbQ0YAoNkiY2aTMT00kyr8z8fufeO/EmGTVK7kyaOZMv/73JkLnn/N9/XjnaxO5dWBFNvuS1ct/E7/cRjfxZNdcwESIqnesA4Xfgc93LtUkYDnTXqrlWtygi51oFWReWiTSRckHuk871AhF31kX+kT+4zhCT/IuT9gfwpVZ/qInC8hRxiO9/mOtOIqhwV4oYZ5r4megmzqx9g7aGATXclg959bKzS9tNTpABbzvMWMeACHf8OHe6C9tXXiSaieeJWfmBrpxDR7wjyrvutys6icPiCwTabw/tEm/Uwuuf+PtalIFQ30Uu7cSVPAOeKRflnXATIp5Tlg9QSozwBMpPHic+MJUd59vK0AC7iRaTjuABXjSUoQGqiAeFAc0FsrJykWYyQNV563I1qHQams68yjSxLhctrdQLA+o9DjnQIxFk5+YYfBahV1baRtkaBqhjFECNd/FGIZtYwj2vvAqjsRHRo0eRGR2F7vNBD7GmElaUlhHVwoCIl5+QI/3Ne+tR/cIhBDs6Ee3+AgunTiE7fh2a3w9tR8hiBErDiWqdGxDJp4WeQIyQSFifFmhqws4330Jjdw+Cr70O1dCAbCyGHI9G/r2ePst6RMgAFfYy57Jfq31CVUsLgoffw/yBg4if7EH6wgXkpqZYdAehEUWUgBwBv8dpZ0F2S8ekbu9eBFpbEe86iER/HzIXLyI3PQ0ttIOPFiiGAXySCJleap+n9t9FiErDgL+9HfG2NiSe7kJqYADpr79CbnaWhgjRTwQcJnkiFRIFdE+3fwNPLmyoobL+Rx/D4p49SHfREKcHkBoaQjYaZegMQ/P5HYtubpQ2lafeV3pwG7OCzkgQNg1UhMNY3L8fFfv2IdB1AIm+PqSGh6GSiRU2bKaYylv9sUH9V8TP0FjBY7G4vIxkRwd8nZ1I0wDxI0ewPPYrtEBwkw3gfe39n/dMZ8pcWVVltZhjly8jNTKCXDwOGOam87U4DPgfkp64gbneHkR7TyI1Pg49TIcokUFtrh/YcgzI3Pwd0Z5eKt6L5Ng16DwSem2NFTNUbvOf1lReUkCpDe9Y5tYtxJgiR7u7kWC9oFX4YFBxTdPtIOjRc0oOkPO0FvgXBiyzSoz192P2xOdY4nmXktmoqbXLZ5WPIt5tkfiA5VL4gCydWmzgtKX4wsgvFsWN6moqbtjhM1eU4igjPiDleSrsZsTSEmJnz+H28c+wcOmStcNGJAKNoa8IO77O10oitOB1IiSZnCgXOzOImWPHEP/hR6hMBkZVBLphOu/LoQSSlCMw7+X26yxs7nw3jPlvvkXs3Hnkkklrx63OUPF3fK3ckSMQ97IfKDl8dPCspbh0gQxpgKDkiudlThgw520iQEVpBJ15vNX32VpN0XmpBGc8d4KaBpSq6fXPMiuJUBTlKzPiA6acfEUvQwNMiQ+45hyDpjJTXmaIxiQIT5IFV8rQAKPEdfEBknR+yZsny8wAQ5IJ6k6xMqicmZlyEOq6QPQpy/HZBfs48XGR/ylRMlDXT4iroru7IfIR0Qp7XGY7ixz39939gLxISvwSLTQBe04wtP2Yj0+Zk73LNVbIAFZxQLzBTL2f67PEI8T9hPSkfHeh0jINdhPOpCgrk/OFOkKF5HsHQdpNJkhkhKZZ2fPChWaFfQ4qXNf5eeH8zLB7XtiNtc0j95xwfpWmTQZ/zQonsXpuOOkwWLCk2fPCUuPcZgFyA/a4bEH5U4ABAJyAKyrGGDGgAAAAAElFTkSuQmCC');
  display: block;
  position: absolute;
  width: 64px;
  height: 45px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
section.main header.anime-header .poster-wrapper .anime-poster a.youtube-preview:hover:before {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-out 0.3s;
  -moz-transition: opacity 0.5s ease-out 0.3s;
  transition: opacity 0.5s ease-out 0.3s;
}
section.main header.anime-header .poster-wrapper .anime-poster a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.15) 30%, rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.15) 30%, rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.15) 30%, rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
section.main header.anime-header .poster-wrapper .anime-poster a:hover:after {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
section.main header.anime-header .poster-wrapper .anime-poster img {
  max-width: 220px;
  height: auto;
  border-radius: 3px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
section.main .page-detail {
  margin-top: -47px;
}
section.main .page-detail .content-wrapper {
  margin-top: -50px;
}
section.main .content-wrapper {
  position: relative;
  padding-bottom: 60px;
  z-index: 3;
  -webkit-transition: opacity 0.75s ease-out;
  -moz-transition: opacity 0.75s ease-out;
  transition: opacity 0.75s ease-out;
}
section.main .content-wrapper .nav-wrapper {
  z-index: 2;
}
section.main .content-wrapper nav.anime-nav {
  max-width: 1100px;
  margin: 0 auto;
}
section.main .content-wrapper nav.anime-nav ul {
  margin: 0 0 0 240px;
  padding: 0;
  border-radius: 3px 3px 0 0;
}
section.main .content-wrapper nav.anime-nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  max-width: 180px;
}
section.main .content-wrapper nav.anime-nav ul li a {
  position: relative;
  display: block;
  line-height: 50px;
  padding: 0 20px;
  font-size: 1rem;
  cursor: pointer;
  color: #f1f1f1;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
section.main .content-wrapper nav.anime-nav ul li a:hover {
  color: #d5015b;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
section.main .content-wrapper nav.anime-nav ul li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
section.main .content-wrapper nav.anime-nav ul li:hover a,
section.main .content-wrapper nav.anime-nav ul li:hover a:hover {
  color: #f1f1f1;
}
section.main .content-wrapper nav.anime-nav ul li.active {
  background-color: rgba(0, 0, 0, 0.25);
}
section.main .content-wrapper nav.anime-nav ul li.active:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #d5015b;
}
section.main .content-wrapper .anime-content {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 40px;
  padding: 15px;
  min-height: 240px;
}
section.main .content-wrapper .anime-content .tab-content {
  display: none;
}
section.main .content-wrapper .anime-content .tab-content.active {
  display: flex;
}
section.main .content-wrapper .anime-content .anime-detail,
section.main .content-wrapper .anime-content .anime-relation,
section.main .content-wrapper .anime-content .anime-recommendation {
  margin-left: 235px;
}
section.main .content-wrapper .anime-content .anime-detail .anime-summary {
  padding: 0;
}
section.main .content-wrapper .anime-content .anime-detail .anime-synopsis {
  margin: 0 0 15px;
}
section.main .content-wrapper .anime-content .anime-detail .anime-info {
  font-size: 0.75rem;
}
section.main .content-wrapper .anime-content .anime-detail .anime-info p {
  margin-bottom: 0.25rem;
}
section.main .content-wrapper .anime-content .anime-detail .anime-info .anime-genre {
  border-top: 1px solid #222;
  padding-top: 1rem;
  margin-top: 0.75rem;
}
section.main .content-wrapper .anime-content .anime-detail .anime-info .anime-genre ul {
  margin: 0;
  padding: 0;
}
section.main .content-wrapper .anime-content .anime-detail .anime-info .anime-genre ul li {
  display: inline-block;
  list-style: none;
  font-size: 0.75rem;
  margin-bottom: 4px;
  border-radius: 2px;
  -webkit-transition: background-color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
section.main .content-wrapper .anime-content .anime-detail .anime-info .anime-genre ul li:hover {
  background-color: #d5015b;
  -webkit-transition: background-color 0.1s ease-in;
  -moz-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;
}
section.main .content-wrapper .anime-content .anime-detail .anime-info .anime-genre ul li a {
  position: relative;
  top: 0;
  display: block;
  color: #d5015b;
  background-color: #222;
  padding: 1px 6px;
  border-radius: 2px;
  border: 1px solid #181818;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
section.main .content-wrapper .anime-content .anime-detail .anime-info .anime-genre ul li a:hover {
  top: -2px;
  border: 1px solid #d5015b;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
section.main .content-wrapper .anime-content .anime-detail .anime-info .anime-genre ul li a:active {
  top: 0;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  transition: all 0s ease;
  color: #222;
  background-color: #d5015b;
  border: 1px solid #d5015b;
}
section.main .content-wrapper .anime-content .anime-relation,
section.main .content-wrapper .anime-content .anime-recommendation {
  font-size: 0.75rem;
  color: #ffffff;
}
section.main .content-wrapper .anime-content .anime-relation > div.col-12,
section.main .content-wrapper .anime-content .anime-recommendation > div.col-12,
section.main .content-wrapper .anime-content .anime-relation > div.col-6,
section.main .content-wrapper .anime-content .anime-recommendation > div.col-6 {
  padding: 0;
  margin-bottom: 15px;
}
section.main .content-wrapper .anime-content .anime-relation h4,
section.main .content-wrapper .anime-content .anime-recommendation h4 {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #292b2c;
  margin: 0 15px 15px 0;
}
section.main .content-wrapper .anime-content .anime-relation h4 span,
section.main .content-wrapper .anime-content .anime-recommendation h4 span {
  display: inline-block;
  border-bottom: 2px solid #d5015b;
  padding: 0.1rem 0;
  margin: 0 0 -1px;
}
section.main .content-wrapper .anime-content .anime-relation .media,
section.main .content-wrapper .anime-content .anime-recommendation .media {
  font-weight: 400;
  margin: 0 0 10px 0;
  padding: 0 15px 0 0;
}
section.main .content-wrapper .anime-content .anime-relation .media img.mr-3,
section.main .content-wrapper .anime-content .anime-recommendation .media img.mr-3 {
  width: 64px;
  height: 64px;
  margin-right: 0.5rem !important;
}
section.main .content-wrapper .anime-content .anime-relation h5,
section.main .content-wrapper .anime-content .anime-recommendation h5 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.main .content-wrapper .anime-content .anime-relation h5 a:hover,
section.main .content-wrapper .anime-content .anime-recommendation h5 a:hover {
  color: #d5015b;
  text-decoration: none;
}
section.main .content-wrapper .anime-content .anime-relation a,
section.main .content-wrapper .anime-content .anime-recommendation a {
  color: #ffffff;
}
section.main .content-wrapper .anime-content .anime-relation a:hover,
section.main .content-wrapper .anime-content .anime-recommendation a:hover {
  text-decoration: underline;
}
section.main .content-wrapper .latest-release,
section.main .content-wrapper .theatre,
section.main .content-wrapper > .form,
section.main .content-wrapper .page {
  position: relative;
  max-width: 1100px;
  min-height: 240px;
  margin: 25px auto 20px;
}
section.main .content-wrapper .latest-release .notification-release {
  margin-bottom: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
section.main .content-wrapper .latest-release h2 {
  margin-bottom: 15px;
  font-weight: 300;
}
section.main .content-wrapper .page-index h1 {
  font-size: 2rem;
  margin-bottom: 15px;
  font-weight: 300;
  text-transform: capitalize;
}
section.main .content-wrapper .page-index .advanced-filter {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                                                    not supported by any browser */
}
section.main .content-wrapper .page-index .advanced-filter .kakkoii-checkbox input[type=checkbox] {
  display: none;
}
section.main .content-wrapper .page-index .advanced-filter .kakkoii-checkbox input[type=checkbox]:checked + label {
  color: #d5015b;
  border-color: #d5015b;
}
section.main .content-wrapper .page-index .advanced-filter .kakkoii-checkbox label {
  border: 1px solid #333;
  font-size: 0.75rem;
  line-height: normal;
  padding: 3px 5px;
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  margin-bottom: 0.1rem;
}
section.main .content-wrapper .index-wrapper .spinner {
  margin: 150px auto;
}
section.main .content-wrapper .index-wrapper .loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
section.main .content-wrapper .index-wrapper .loader .spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  margin: auto;
}
section.main .content-wrapper .index-wrapper .index {
  margin: 0 0 30px;
  min-height: 240px;
}
section.main .content-wrapper .index-wrapper .index .scrollable-ul {
  max-width: 100%;
  padding-bottom: 15px;
  overflow-x: auto;
  overflow-y: hidden;
}
section.main .content-wrapper .index-wrapper .index .scrollable-ul ul {
  border: 0;
}
section.main .content-wrapper .index-wrapper .index .scrollable-ul ul .nav-item a {
  padding: 0.25rem 0.75rem;
  text-align: center;
}
section.main .content-wrapper .index-wrapper .index .scrollable-ul ul .nav-item a.active {
  background-color: #d5015b;
}
section.main .content-wrapper .index-wrapper .index .tab-content {
  padding: 15px 0;
}
section.main .content-wrapper .index-wrapper .index .tab-content .tab-pane {
  padding: 0;
  margin: 0;
}
section.main .content-wrapper .index-wrapper .index .tab-content .tab-pane li {
  list-style: none;
}
section.main .content-wrapper .index-wrapper .index ul {
  padding: 0;
  margin: 0;
}
section.main .content-wrapper .index-wrapper .index ul li {
  list-style: none;
}
section.main .content-wrapper .index-wrapper .index .col-6 {
  position: relative;
  padding: 0 5px;
  margin: 5px 0;
  overflow: hidden;
}
section.main .content-wrapper .index-wrapper .index .col-6 .poster {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.main .content-wrapper .index-wrapper .index .col-6 .poster:before {
  display: block;
  content: "";
  padding-top: 140%;
}
section.main .content-wrapper .index-wrapper .index .col-6 .poster img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  width: 100%;
  height: auto;
}
section.main .content-wrapper .index-wrapper .index .col-6:hover .detail {
  bottom: 0;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
section.main .content-wrapper .index-wrapper .index .col-6 .detail {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 10px 15px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
section.main .content-wrapper .index-wrapper .index .col-6 .detail .title {
  font-size: 0.875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.main .content-wrapper .index-wrapper .index .col-6 .detail .synopsis {
  font-size: 0.75rem;
}
section.main .content-wrapper .index-wrapper .index .col-6 .detail .stats {
  font-size: 0.75rem;
  opacity: 0.75;
}
section.main .content-wrapper .index-wrapper .index .col-6 .detail .stats span {
  margin-right: 15px;
}
section.main .content-wrapper .index-wrapper .index .col-6 h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  opacity: 0;
}
section.main .content-wrapper .index-wrapper .index .col-6 h2 a {
  display: block;
  width: 100%;
  height: 100%;
}
section.main .content-wrapper .theatre {
  max-width: 100%;
  margin: 25px auto 20px;
  overflow: hidden;
}
section.main .content-wrapper .theatre .player {
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
section.main .content-wrapper .theatre .player .embed-responsive {
  background-color: #000;
  z-index: 3;
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
section.main .content-wrapper .theatre .player .embed-responsive .embed-responsive-item {
  overflow: hidden;
}
section.main .content-wrapper .theatre .player .click-to-load {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #171717;
  cursor: pointer;
  z-index: 4;
}
section.main .content-wrapper .theatre .player .click-to-load .reload {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 120px;
  height: 120px;
  margin: auto;
}
section.main .content-wrapper .theatre .player .click-to-load i.fa-repeat {
  font-size: 5rem;
}
section.main .content-wrapper .theatre .player .prequel,
section.main .content-wrapper .theatre .player .sequel {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 480px;
  margin: auto;
  z-index: 1;
  background-color: #111;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                                                    not supported by any browser */
}
section.main .content-wrapper .theatre .player .prequel i.fa,
section.main .content-wrapper .theatre .player .sequel i.fa {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 80px;
  margin: auto;
  font-size: 5rem;
  opacity: 0;
  color: #fff;
  pointer-events: none;
}
section.main .content-wrapper .theatre .player .prequel i.fa.fa-chevron-left,
section.main .content-wrapper .theatre .player .sequel i.fa.fa-chevron-left {
  -webkit-transition: opacity 0.5s ease-out 0s, left 0s ease-out 0.5s, font-size 0s ease-out 0.5s;
  -moz-transition: opacity 0.5s ease-out 0s, left 0s ease-out 0.5s, font-size 0s ease-out 0.5s;
  transition: opacity 0.5s ease-out 0s, left 0s ease-out 0.5s, font-size 0s ease-out 0.5s;
}
section.main .content-wrapper .theatre .player .prequel i.fa.fa-chevron-right,
section.main .content-wrapper .theatre .player .sequel i.fa.fa-chevron-right {
  -webkit-transition: opacity 0.5s ease-out 0s, right 0s ease-out 0.5s, font-size 0s ease-out 0.5s;
  -moz-transition: opacity 0.5s ease-out 0s, right 0s ease-out 0.5s, font-size 0s ease-out 0.5s;
  transition: opacity 0.5s ease-out 0s, right 0s ease-out 0.5s, font-size 0s ease-out 0.5s;
}
section.main .content-wrapper .theatre .player .prequel a,
section.main .content-wrapper .theatre .player .sequel a {
  display: block;
  width: 100%;
  height: 100%;
}
section.main .content-wrapper .theatre .player .prequel img,
section.main .content-wrapper .theatre .player .sequel img {
  width: auto;
  height: 100%;
  pointer-events: none;
  opacity: 0.75;
  -webkit-filter: blur(10px);
  /* Safari 6.0 - 9.0 */
  filter: blur(10px);
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
section.main .content-wrapper .theatre .player .prequel:hover i.fa,
section.main .content-wrapper .theatre .player .sequel:hover i.fa {
  opacity: 0.75;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
section.main .content-wrapper .theatre .player .prequel:hover img,
section.main .content-wrapper .theatre .player .sequel:hover img {
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
section.main .content-wrapper .theatre .player .prequel {
  left: -240px;
}
section.main .content-wrapper .theatre .player .prequel i.fa {
  left: 240px;
}
section.main .content-wrapper .theatre .player .prequel:hover i.fa {
  left: 160px;
}
section.main .content-wrapper .theatre .player .sequel {
  right: -240px;
}
section.main .content-wrapper .theatre .player .sequel i.fa {
  right: 240px;
}
section.main .content-wrapper .theatre .player .sequel:hover i.fa {
  right: 160px;
}
section.main .content-wrapper .theatre .theatre-settings,
section.main .content-wrapper .theatre .theatre-info {
  max-width: 1100px;
  margin: 15px auto 0;
}
section.main .content-wrapper .theatre .theatre-settings {
  position: relative;
  background-color: #222;
  z-index: 3;
}
section.main .content-wrapper .theatre .theatre-settings .row {
  margin: 0;
}
section.main .content-wrapper .theatre .theatre-settings .col-6,
section.main .content-wrapper .theatre .theatre-settings .col-12 {
  padding: 0;
}
section.main .content-wrapper .theatre .theatre-settings .dropdown > .btn,
section.main .content-wrapper .theatre .theatre-settings .dropup > .btn {
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0.75rem 1rem;
}
section.main .content-wrapper .theatre .theatre-settings .dropdown > .btn:after,
section.main .content-wrapper .theatre .theatre-settings .dropup > .btn:after {
  position: absolute;
  right: 15px;
  top: 20px;
}
section.main .content-wrapper .theatre .theatre-settings .dropdown > .btn:before,
section.main .content-wrapper .theatre .theatre-settings .dropup > .btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 50%;
  background-color: #444;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
section.main .content-wrapper .theatre .theatre-settings .dropdown > .btn#downloadMenu:before,
section.main .content-wrapper .theatre .theatre-settings .dropup > .btn#downloadMenu:before {
  right: auto;
  left: 0;
}
section.main .content-wrapper .theatre .theatre-settings .dropdown > .btn.focus,
section.main .content-wrapper .theatre .theatre-settings .dropup > .btn.focus,
section.main .content-wrapper .theatre .theatre-settings .dropdown > .btn:focus,
section.main .content-wrapper .theatre .theatre-settings .dropup > .btn:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
section.main .content-wrapper .theatre .theatre-settings .dropdown .clusterize-scroll,
section.main .content-wrapper .theatre .theatre-settings .dropup .clusterize-scroll {
  max-height: 200px;
  overflow: auto;
}
section.main .content-wrapper .theatre .theatre-settings .dropdown button,
section.main .content-wrapper .theatre .theatre-settings .dropup button,
section.main .content-wrapper .theatre .theatre-settings .dropdown a,
section.main .content-wrapper .theatre .theatre-settings .dropup a {
  color: #eee;
  font-size: 0.875rem;
}
section.main .content-wrapper .theatre .theatre-settings .dropdown .dropdown-menu,
section.main .content-wrapper .theatre .theatre-settings .dropup .dropdown-menu {
  border-radius: 0;
  margin-bottom: 2px;
}
section.main .content-wrapper .theatre .theatre-settings .dropdown .dropdown-menu:after,
section.main .content-wrapper .theatre .theatre-settings .dropup .dropdown-menu:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  margin: auto;
  display: block;
  width: 5px;
  height: 5px;
  border: 5px solid #fff;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom: 0;
}
section.main .content-wrapper .theatre .theatre-settings .dropdown .dropdown-menu .dropdown-item,
section.main .content-wrapper .theatre .theatre-settings .dropup .dropdown-menu .dropdown-item {
  text-align: center;
  color: #333;
}
section.main .content-wrapper .theatre .theatre-settings .dropdown .dropdown-menu .dropdown-item:hover,
section.main .content-wrapper .theatre .theatre-settings .dropup .dropdown-menu .dropdown-item:hover {
  background-color: #d5015b;
  color: #eee;
}
section.main .content-wrapper .theatre .theatre-settings .dropdown .dropdown-menu .dropdown-item.active,
section.main .content-wrapper .theatre .theatre-settings .dropup .dropdown-menu .dropdown-item.active {
  background-color: #d5015b;
  color: #eee;
}
section.main .content-wrapper .theatre .theatre-settings .dropdown.show > .btn:after {
  border-top: 0;
  border-bottom: 0.3em solid #eee;
}
section.main .content-wrapper .theatre .theatre-settings .dropup.show > .btn:after {
  border-bottom: 0;
  border-top: 0.3em solid #eee;
}
section.main .content-wrapper .theatre .theatre-info {
  position: relative;
  font-size: 0.875rem;
  height: 90px;
  color: #999;
  line-height: 1.3rem;
  padding: 15px 0 15px 95px;
}
section.main .content-wrapper .theatre .theatre-info .anime-poster {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  float: left;
  width: 80px;
  height: 80px;
}
section.main .content-wrapper .theatre .theatre-info a {
  color: #999;
}
section.main .content-wrapper .theatre .theatre-info a:hover {
  text-decoration: underline;
}
section.main .content-wrapper .theatre .theatre-info h1 {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 1.3rem;
}
section.main .content-wrapper .theatre .theatre-info h1 a {
  color: #fff;
}
section.main .content-wrapper .theatre .theatre-info h1,
section.main .content-wrapper .theatre .theatre-info .anime-status,
section.main .content-wrapper .theatre .theatre-info .anime-season {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.main .content-wrapper .theatre .theatre-info .anime-status a {
  font-weight: 600;
}
section.main .content-wrapper .episode-bar {
  max-width: 1100px;
  background-color: #222;
  margin: 0 auto 10px;
}
section.main .content-wrapper .episode-bar .bar {
  text-align: right;
  font-size: 0.875rem;
  padding-top: 3px;
}
section.main .content-wrapper .episode-bar h2 {
  margin: 0;
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 27px;
  letter-spacing: 2px;
}
section.main .content-wrapper .anime-note {
  max-width: 1100px;
  margin: 0 auto 5px;
}
section.main .content-wrapper .anime-note .alert {
  padding: 0.5rem 0.75rem;
  border-radius: 0;
  font-size: 0.875rem;
  margin: 0;
}
section.main .content-wrapper .episode-list-wrapper {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
section.main .content-wrapper .episode-list-wrapper .spinner {
  margin: 150px auto;
}
section.main .content-wrapper .episode-list-wrapper .loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
section.main .content-wrapper .episode-list-wrapper .loader .spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  margin: auto;
}
section.main .content-wrapper .episode-list-wrapper .episode-list {
  position: relative;
  margin: 0 -5px 30px;
  min-height: 240px;
}
section.main .content-wrapper .episode-list-wrapper .episode-list.loading .episode-snapshot img {
  opacity: 0.25;
}
section.main .content-wrapper .episode-list-wrapper .episode-list .episode-wrap {
  position: relative;
  margin: 5px 0;
  padding: 0 5px;
}
section.main .content-wrapper .episode-list-wrapper .episode-list .episode-wrap .episode {
  position: relative;
  overflow: hidden;
  z-index: 9;
  background-color: #000;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                                                    not supported by any browser */
}
section.main .content-wrapper .episode-list-wrapper .episode-list .episode-wrap .episode:hover .episode-snapshot {
  /* &:after {
                                    .box-shadow(inset 0 0 0 3px @primary);
                                    .transition();
                                } */
}
section.main .content-wrapper .episode-list-wrapper .episode-list .episode-wrap .episode:hover .episode-snapshot .play-button {
  opacity: 0.75;
  top: 0;
  -webkit-filter: drop-shadow(0px 1px 0px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 1px 0px rgba(0, 0, 0, 0.25));
  -webkit-transition: opacity 0.5s ease-out, top 0.2s ease-out;
  -moz-transition: opacity 0.5s ease-out, top 0.2s ease-out;
  transition: opacity 0.5s ease-out, top 0.2s ease-out;
}
section.main .content-wrapper .episode-list-wrapper .episode-list .episode-wrap .episode:hover .episode-snapshot img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
section.main .content-wrapper .episode-list-wrapper .episode-list .episode-wrap .episode-snapshot {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  z-index: 1;
}
section.main .content-wrapper .episode-list-wrapper .episode-list .episode-wrap .episode-snapshot:before {
  content: '';
  display: block;
  padding-top: 56%;
}
section.main .content-wrapper .episode-list-wrapper .episode-list .episode-wrap .episode-snapshot img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
section.main .content-wrapper .episode-list-wrapper .episode-list .episode-wrap .episode-snapshot .episode-new,
section.main .content-wrapper .episode-list-wrapper .episode-list .episode-wrap .episode-snapshot .episode-filler,
section.main .content-wrapper .episode-list-wrapper .episode-list .episode-wrap .episode-snapshot .episode-disc {
  position: absolute;
  text-align: center;
  top: 5px;
  padding: 3px 5px 2px 7px;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 2px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  z-index: 10;
  pointer-events: none;
}
section.main .content-wrapper .episode-list-wrapper .episode-list .episode-wrap .episode-snapshot .episode-new {
  left: 0;
  color: #ffffff;
  background-color: #d5015b;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
section.main .content-wrapper .episode-list-wrapper .episode-list .episode-wrap .episode-snapshot .episode-filler {
  right: 5px;
  padding: 2px 3px 1px 5px;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 0.5rem;
  border-radius: 2px;
  animation: pulse-filler 5s ease-out infinite;
}
section.main .content-wrapper .episode-list-wrapper .episode-list .episode-wrap .episode-snapshot .episode-disc {
  left: 0;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
section.main .content-wrapper .episode-list-wrapper .episode-list .episode-wrap .episode-snapshot .episode-disc.BD {
  background-color: #0275d8;
}
section.main .content-wrapper .episode-list-wrapper .episode-list .episode-wrap .episode-snapshot .episode-disc.DVD {
  background-color: #f0ad4e;
}
@keyframes pulse-filler {
  50% {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
section.main .content-wrapper .episode-list-wrapper .episode-list .episode-wrap .episode-snapshot .play-button {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px calc(50% - 50px);
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-out, top 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out, top 0.2s ease-out;
  transition: opacity 0.2s ease-out, top 0.2s ease-out;
}
section.main .content-wrapper .episode-list-wrapper .episode-list .episode-wrap .episode-snapshot:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.75) 100%);
  -moz-box-shadow: inset 0 0 0 0 #d5015b;
  -webkit-box-shadow: inset 0 0 0 0 #d5015b;
  box-shadow: inset 0 0 0 0 #d5015b;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
section.main .content-wrapper .episode-list-wrapper .episode-list .episode-wrap .episode-label-wrap {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}
section.main .content-wrapper .episode-list-wrapper .episode-list .episode-wrap .episode-label {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
section.main .content-wrapper .episode-list-wrapper .episode-list .episode-wrap .episode-label .episode-title-wrap {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1 1 auto;
  padding: 14px 15px;
  font-size: 0.75rem;
  text-shadow: 0 1px 2px #000000, 0 1px 2px #000000;
  line-height: normal;
  align-self: flex-end;
}
section.main .content-wrapper .episode-list-wrapper .episode-list .episode-wrap .episode-label .episode-title-wrap .anime-title {
  font-size: 0.875rem;
}
section.main .content-wrapper .episode-list-wrapper .episode-list .episode-wrap .episode-label .episode-title-wrap .episode-duration {
  background: rgba(0, 0, 0, 0.65);
  padding: 2px 4px 1px;
  border-radius: 3px;
}
section.main .content-wrapper .episode-list-wrapper .episode-list .episode-wrap .episode-label .episode-number-wrap {
  flex: 0 0 auto;
  text-align: right;
  align-self: flex-end;
  padding: 10px 15px 10px 0;
}
section.main .content-wrapper .episode-list-wrapper .episode-list .episode-wrap .episode-label .episode-number-wrap .episode-number {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: normal;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
section.main .content-wrapper .episode-list-wrapper .episode-list .episode-wrap .episode-label a {
  color: #fff;
  pointer-events: auto;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.4px;
}
section.main .content-wrapper .episode-list-wrapper .episode-list .episode-wrap .episode-label a:hover {
  text-decoration: underline;
}
section.main .content-wrapper .episode-list-wrapper .episode-list .episode-wrap .episode-watch {
  padding: 10px;
}
section.main .content-wrapper .episode-list-wrapper .episode-list .episode-wrap .episode-watch a {
  display: block;
  text-align: center;
  border: 1px solid #d5015b;
  border-radius: 5px;
  background-color: rgba(213, 1, 91, 0);
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
section.main .content-wrapper .episode-list-wrapper .episode-list .episode-wrap .episode-watch a:hover {
  color: #222;
  background-color: #d5015b;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
section.main .content-wrapper .episode-list-wrapper .episode-list a.play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: -9999px;
  z-index: 9;
}
section.main .content-wrapper .episode-list-wrapper .episode-list .zoom-helper {
  width: 100%;
  height: auto;
  opacity: 0;
}
.alert.alert-top {
  background-color: #d5015b;
  color: #fff;
  border: 0;
  border-radius: 0;
  margin: 0;
}
.alert.alert-top button.close:hover {
  color: #fff;
  opacity: 1;
}
.alert .wrapper {
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  header.main-header {
    border: 0;
  }
  header.main-header nav {
    padding: 5px 15px;
  }
  header.main-header nav button.navbar-toggler {
    border: 0;
  }
  header.main-header nav .navbar-brand {
    padding: 5px 0;
  }
  header.main-header nav .drawer {
    position: fixed;
    padding: 15px;
    top: 0px;
    left: -100%;
    bottom: 0;
    border-top: 4px solid #d5015b;
    width: 270px;
    height: 100%;
    background-color: #000000;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
    z-index: 12;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
  header.main-header nav .drawer .logo {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  header.main-header nav .drawer ul.nav-menu {
    margin: 0;
    float: none;
  }
  header.main-header nav .drawer ul.nav-menu li {
    margin: 0;
    float: none;
  }
  header.main-header nav .drawer ul.nav-menu li a {
    display: block;
  }
  header.main-header nav .nav-search {
    float: none;
    padding: 5px 0;
  }
  header.main-header nav .nav-search:before {
    position: absolute;
  }
  header.main-header nav .nav-search .input-search {
    width: 100%;
  }
  header.main-header nav .drawer-toggler {
    display: block;
  }
  header.main-header .drawer-backdrop {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 8;
  }
  .header-wrapper {
    padding: 78px 0 0;
  }
  section.main {
    margin-top: 0;
  }
  section.main .anime-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  section.main .anime-cover img {
    width: 200%;
  }
  section.main header.anime-header {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    padding: 0;
  }
  section.main header.anime-header .title-wrapper {
    position: relative;
    bottom: auto;
  }
  section.main header.anime-header h1,
  section.main header.anime-header h2 {
    margin-left: 0;
    text-align: center;
    padding: 0 15px;
  }
  section.main header.anime-header h1 {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
  section.main header.anime-header h2 {
    font-size: 0.8rem;
  }
  section.main header.anime-header .poster-wrapper {
    position: relative;
    width: auto;
    margin-bottom: 25px;
  }
  section.main header.anime-header .poster-wrapper .anime-poster {
    position: relative;
    margin: 0 auto;
  }
  section.main header.anime-header .poster-wrapper .anime-poster img {
    max-width: 150px;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  }
  section.main .page-detail {
    margin-top: -53px;
  }
  section.main .page-detail .content-wrapper {
    margin-top: 25px;
  }
  section.main .content-wrapper {
    margin: 0;
  }
  section.main .content-wrapper nav.anime-nav ul {
    margin: 0;
  }
  section.main .content-wrapper .anime-content {
    padding: 0;
  }
  section.main .content-wrapper .anime-content .anime-detail,
  section.main .content-wrapper .anime-content .anime-relation,
  section.main .content-wrapper .anime-content .anime-recommendation {
    margin: 0;
  }
  section.main .content-wrapper .anime-content .anime-detail .anime-summary {
    padding: 0 0;
    margin: 0 15px;
  }
  section.main .content-wrapper .anime-content .anime-detail .anime-summary .anime-synopsis {
    padding: 15px 0 0;
  }
  section.main .content-wrapper .anime-content .anime-detail .anime-info {
    margin: 0 15px;
    padding: 15px 0 0;
    border-top: 1px solid #222;
  }
  section.main .content-wrapper .anime-content .anime-relation > div.col-12,
  section.main .content-wrapper .anime-content .anime-recommendation > div.col-12 {
    padding: 15px;
  }
  section.main .content-wrapper .anime-content .anime-relation > div.col-12 .media,
  section.main .content-wrapper .anime-content .anime-recommendation > div.col-12 .media {
    padding: 0;
  }
  section.main .content-wrapper .anime-content .anime-relation > div.col-12 h4,
  section.main .content-wrapper .anime-content .anime-recommendation > div.col-12 h4 {
    margin-right: 0;
  }
  section.main .content-wrapper .episode-bar {
    margin: 0 auto 5px;
  }
  section.main .content-wrapper .episode-list-wrapper .episode-list {
    margin: 0;
    padding: 0 5px;
  }
  section.main .content-wrapper .theatre .theatre-settings .dropdown > .btn#downloadMenu:before,
  section.main .content-wrapper .theatre .theatre-settings .dropup > .btn#downloadMenu:before {
    display: none;
  }
  section.main .content-wrapper .theatre .theatre-info {
    padding: 10px 10px 10px 100px;
  }
  section.main .content-wrapper .theatre .theatre-info .anime-poster {
    left: 10px;
  }
}
@media (max-width: 1099px) {
  section.main .content-wrapper .theatre .player .prequel,
  section.main .content-wrapper .theatre .player .sequel {
    display: none;
  }

  section.main .content-wrapper .episode-list-wrapper {
    padding: 0 5px;
  }
}
