*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.clearfix:after, .clearfix:before {
  display: table;
  content: ""
}

.clearfix:after {
  clear: both
}

:root {
  --bg-footer: #161616;
  --bg-body: #161616;
  --bg-light: #f3f3f3;
  --nav-bg-color: rgba(0, 0, 0, 0.9);
  --nav-c: #e1e2e2;
  --danger-c: #a90019;
  --done-c: #626262;
  --link-c: #fe4b59;
  --font: "Source Sans Pro", Arial, sans-serif;
  --transition: all 0.35s ease-in-out;
  --radius: 4px;
  --anima-fast: all 0.25s ease-out;
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
  --shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12)
}

html {
  overflow-x: hidden;
  padding-left: 0
}

body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0
}

body p {
  font-size: 16px
}

#mylist_button_holder, .btn, .check-link, .effect-sadie, .episode-item img, .hero-home h1, .hero-home h5, .input_black, .nav-tabs > li > a, .navbar-nav > li > a, .profile_manage, .profile_manage_done, .profile_switcher, .profile_switcher_edit, .profile_switcher_edit i, .profile_switcher_img, .progress-indicartor, .rowTitle, .swiper-button-next, .swiper-button-prev, .swiper-pagination, .title-hover, .username, .web-nav .dropdown-menu > li > a, body .progress-bar, body a, img.swiper-lazy, input.search {
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition)
}

body form input, body form textarea {
  border-radius: 5px;
  border: solid 1px #767676
}

.brand {
  position: relative;
  z-index: 9
}

.brand a:hover {
  filter: grayscale(1)
}

body .deep-shadow {
  -webkit-box-shadow: 0 10px 13px -6px rgba(0, 0, 0, .2), 0 20px 31px 3px rgba(0, 0, 0, .14), 0 8px 38px 7px rgba(0, 0, 0, .12);
  -moz-box-shadow: 0 10px 13px -6px rgba(0, 0, 0, .2), 0 20px 31px 3px rgba(0, 0, 0, .14), 0 8px 38px 7px rgba(0, 0, 0, .12);
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, .2), 0 20px 31px 3px rgba(0, 0, 0, .14), 0 8px 38px 7px rgba(0, 0, 0, .12)
}

.genre-link {
  position: relative;
  outline: 0
}
a.link {
  color: var(--link-c);
}
.movie-spec {
  font-size: 16px;
}
.genre-link .rowTitle {
  text-decoration: none;
  display: inline-block
}
.movie-spec strong{
  min-width: 100px;
}
.rowTitle .row-header-title {
  display: table-cell;
  vertical-align: bottom;
  line-height: 1.25vw;
  font-size: 1.4vw
}

.genre-link .rowTitle .aro-row-header {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  left: -8px;
  bottom: 2px
}

.white-text, a.rowTitle:focus, a.rowTitle:hover {
  color: #fff
}

.float-left {
  float: left
}

.float-right {
  float: right
}

.action-links {
  position: relative;
  display: block;
  padding-bottom: 10px;
  padding-top: 0;
  top: -10px
}

.action-links a:hover {
  color: var(--danger-c)
}

.genre-link .see-all-link {
  display: inline-block;
  font-size: .9vw;
  margin-right: 4px;
  max-width: 0;
  line-height: .8vw;
  -webkit-transition: max-width 1s, opacity 1s, -webkit-transform 750ms;
  transition: max-width 1s, opacity 1s, -webkit-transform 750ms;
  -o-transition: max-width 1s, opacity 1s, -o-transform 750ms;
  -moz-transition: max-width 1s, opacity 1s, transform 750ms, -moz-transform 750ms;
  transition: max-width 1s, opacity 1s, transform 750ms;
  transition: max-width 1s, opacity 1s, transform 750ms, -webkit-transform 750ms, -moz-transform 750ms, -o-transform 750ms;
  white-space: nowrap;
  vertical-align: bottom;
  cursor: pointer;
  opacity: 0
}

.genre-link a.rowTitle:focus .aro-row-header .see-all-link, .genre-link a.rowTitle:hover .aro-row-header .see-all-link {
  max-width: 200px;
  -webkit-transform: translate(1vw, 0);
  -moz-transform: translate(1vw, 0);
  -ms-transform: translate(1vw, 0);
  -o-transform: translate(1vw, 0);
  transform: translate(1vw, 0);
  opacity: 1
}

.rowTitle .fa-chevron-right {
  display: none;
  -webkit-transition: -webkit-transform 750ms;
  transition: -webkit-transform 750ms;
  -o-transition: -o-transform 750ms;
  -moz-transition: transform 750ms, -moz-transform 750ms;
  transition: transform 750ms;
  transition: transform 750ms, -webkit-transform 750ms, -moz-transform 750ms, -o-transform 750ms;
  font-size: .9vw;
  vertical-align: bottom
}

.genre-link a.rowTitle:focus .aro-row-header .fa-chevron-right, .genre-link a.rowTitle:hover .aro-row-header .fa-chevron-right {
  -webkit-transform: translate(1vw, 0);
  -moz-transform: translate(1vw, 0);
  -ms-transform: translate(1vw, 0);
  -o-transform: translate(1vw, 0);
  transform: translate(1vw, 0);
  display: inline-block;
  font-size: .65vw;
  line-height: .8vw;
  vertical-align: bottom;
  margin-bottom: -2px
}

.category-headline, .filters {
  margin-left: auto;
  margin-right: auto;
  text-align: left
}

.filters .col-lg-2 {
  width: 20%
}

h5.genre-header {
  text-transform: capitalize;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto
}

.genre-header .count {
  color: var(--danger-c);
  padding: 0 2px
}

.col-md-4.middle {
  float: none;
  display: table-cell;
  vertical-align: middle
}

.grid {
  position: relative;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center
}

.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0 2px 5px;
  width: 420px;
  max-height: 360px;
  background: 0 0;
  text-align: center;
  cursor: pointer;
  padding: 0;
  z-index: 9
}

.grid figure img {
  position: relative;
  min-height: 100%;
  max-width: 100%
}

.grid figure figcaption {
  padding: 0 0 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.grid figure figcaption::after, .grid figure figcaption::before {
  pointer-events: none
}

.grid figure figcaption, .grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.grid.category {
  padding-top: 1em
}

.grid.category .effect-sadie {
  min-height: 236px
}

.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300
}

.grid figure h2 span {
  font-weight: 800
}

.grid figure h2, .grid figure p {
  margin: 0
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%
}

a.check-link {
  font-size: 18px;
  position: relative;
  top: -10px;
  padding: 15px;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, .75)
}

a.check-link:focus, a.check-link:hover {
  text-decoration: none;
  color: var(--danger-c)
}

.nav-tabs > li > a {
  border-bottom: solid 5px #0000
}

.nav-tabs > li:hover > a {
  color: #fff
}

.nav-tabs > li.active > a {
  border-bottom: solid 5px var(--danger-c)
}

figure.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0, rgba(72, 76, 97, .8) 75%);
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0, rgba(72, 76, 97, .8) 75%);
  content: "";
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0)
}

figure.effect-sadie h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #484c61;
  -webkit-transition: -webkit-transform .35s, color .35s;
  transition: transform .35s, color .35s;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

figure.effect-sadie figcaption::before, figure.effect-sadie p {
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s
}

figure.effect-sadie p {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0)
}

figure.effect-sadie:hover h2 {
  color: #fff;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0)
}

figure.effect-sadie:hover figcaption::before, figure.effect-sadie:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-container {
  width: 100%;
  height: auto;
  padding: 10px 0 0
}

@media (min-width: 1202px) and (max-width: 1599px) {
  body .swiper-container {
    max-width: calc(97vw - 12px)
  }
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}

body .swiper-lazy-preloader {
  width: 28px;
  height: 28px;
  margin-left: -14px;
  margin-top: -14px;
  z-index: -1
}

body .swiper-lazy-preloader-red {
  --swiper-preloader-color: var(--danger-c)
}

body .swiper-container {
  overflow: hidden
}

body .swiper-wrapper.grid img.swiper-lazy {
  opacity: 0
}

body .swiper-wrapper.grid img.swiper-lazy.swiper-lazy-loaded {
  opacity: 1
}

body .swiper-pagination {
  text-align: right;
  top: 30px;
  z-index: 0
}

body .swiper-pagination-bullet {
  border-radius: 0;
  height: 2px;
  width: 20px;
  border: solid 1px var(--danger-c);
  outline: transparent;
  margin: 0 2px !important
}

body .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1
}

body .swiper-container-horizontal > .swiper-pagination-bullets, body .swiper-pagination-custom, body .swiper-pagination-fraction {
  top: -12px;
  bottom: auto;
  text-align: right;
  z-index: 20;
  left: auto;
  right: 0
}

body .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: var(--danger-c);
  margin: 0 2px
}

body .swiper-container .swiper-button-prev {
  left: 4px
}

body .swiper-container .swiper-button-next {
  right: 4px
}

body .swiper-container .swiper-button-next, body .swiper-container .swiper-button-prev, body .swiper-container .swiper-container-rtl .swiper-button-next, body .swiper-container .swiper-container-rtl .swiper-button-prev {
  opacity: 0;
  color: #f91d1d;
  background-color: #000000eb;
  width: 40px;
  height: 60px;
  border-radius: 2px;
  top: calc(50% + 20px)
}

body .swiper-container .swiper-wrapper:hover ~ .swiper-button-next, body .swiper-container .swiper-wrapper:hover ~ .swiper-button-prev, body .swiper-container .swiper-wrapper:hover ~ .swiper-container-rtl .swiper-button-next, body .swiper-container .swiper-wrapper:hover ~ .swiper-container-rtl .swiper-button-prev {
  opacity: 1
}

body .swiper-container .swiper-button-next:hover, body .swiper-container .swiper-button-prev:hover {
  color: #000;
  background-color: var(--danger-c);
  opacity: 1 !important
}

body .swiper-container .swiper-button-next.swiper-button-disabled, body .swiper-container .swiper-button-prev.swiper-button-disabled {
  display: none
}

.profile_brand {
  width: 100%;
  text-align: center
}

.profile_brand img {
  height: 60px;
  padding: 0 1em
}

.user-profile {
  height: 100vh
}

.user-profile h1 {
  font-size: 45px;
  margin-bottom: 2rem;
  font-weight: 300
}

.edit-profile, .switch-profile, .user-profile {
  background: radial-gradient(ellipse at center, #393939 10%, #202020 100%);
  background-attachment: fixed
}

.edit-profile .card {
  display: block;
  padding: 1em;
  background-color: #58585878;
  width: auto;
  border-radius: var(--radius);
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
  -moz-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
}

.edit-profile #filename {
  background: #474747
}

.users-list {
  position: relative;
  left: 50%;
  top: 10%;
  transform: translate(-50%, 0);
  text-align: center;
  min-height: 610px;
  max-width: 990px;
  display: inline-block
}

a.profile_switcher .profile_switcher_edit, a.profile_switcher .username {
  color: #fff;
  opacity: .5
}

a.profile_switcher:hover img {
  border: 6px solid #fff;
  opacity: 1
}

a.profile_switcher:hover .profile_switcher_edit, a.profile_switcher:hover .username {
  opacity: 1
}

.users {
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
  -moz-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
  background-color: rgba(0, 0, 0, .35);
  width: auto;
  margin: 2em auto;
  border-radius: var(--radius);
  padding: 0 1.4em;
  max-width: max-content
}

.users .user-block {
  display: inline-block;
  min-width: 200px;
  align-items: center;
  padding: 2em 0 1.2em;
  float: inherit;
  margin: 0
}

.user-block .action-btn {
  margin-bottom: .6em
}

.users.users-edit .username {
  display: block;
  width: 100%;
  text-align: left;
  padding-left: .6em
}

body span.profile_switcher_edit {
  position: absolute;
  top: 118px;
  left: auto;
  right: -5px;
  color: #fff;
  opacity: .5
}

.users .username {
  position: relative;
  top: 15px
}

body .btn.btn-xlg {
  font-size: 32px;
  border-radius: 2px;
  padding: .4em 1.6em
}

.btn-xlg .fa:before {
  padding-right: 6px;
  top: 2px;
  position: relative
}

body .btn-danger {
  background-color: var(--danger-c);
  border-color: var(--danger-c);
  color: #fff;
  border-radius: var(--radius)
}

body .btn.btn-danger:hover {
  background-color: #900;
  border-color: #900
}

body .btn-default {
  border: solid 1px #5f5f5f
}

body .btn-default.btn-done {
  background-color: var(--done-c);
  border-color: #818181
}

body .btn-default.btn-done:hover {
  background-color: #818181;
  border-color: #818181
}

.btn.btnic.btn-lg {
  padding: 8px 12px 8px 13px
}

.btn.btn-rm {
  margin-right: 6px
}

.btn.btnic.btn-lg .fa {
  font-size: 26px
}

body .btn.btn-lg {
  padding: 9px 1em;
  font-size: 20px;
  letter-spacing: 1px
}

.btn-play {
  transition: var(--anima-fast)
}

body .nav_transparent {
  background: var(--nav-bg-color);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12)
}

img.btn-play {
  width: 42px;
  height: 42px
}

p.info-message {
  text-transform: lowercase;
  font-style: italic;
  font-weight: 300;
  margin: 0 auto 1.4em;
  color: #b2b2b2;
  display: block;
  border: solid 1px #767676;
  padding: .8em 1.2em 1em;
  border-radius: 5px;
  background-color: #434343;
  width: max-content;
  max-width: calc(100% - 2em)
}

p.info-message:first-letter {
  text-transform: uppercase
}

body figure figcaption {
  padding: 0 0 3.1rem
}

body figure.effect-sadie p {
  position: relative;
  height: 100%;
  min-height: 144px;
  z-index: 4
}

figure.effect-sadie .title-hover {
  position: absolute;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  text-align: center;
  text-shadow: 0 0 5px #000;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.6rem;
  padding: 0 5px;
  line-height: normal;
  top: calc(100% + 20px);
  opacity: 0
}

figure.effect-sadie:hover .title-hover {
  top: calc(100% - 48px);
  opacity: 1
}

body figure.effect-sadie .btn-play {
  position: absolute;
  min-height: 42px;
  left: 50%;
  transform: translateX(-50%);
  top: -40%;
  opacity: 0
}

body .swiper-container figure.effect-sadie:hover .btn-play {
  top: calc(50% - 20px);
  opacity: 1;
  z-index: 33
}

body .category figure.effect-sadie:hover .btn-play {
  top: calc(50% - 12px);
  opacity: 1;
  z-index: 33
}

body figure.effect-sadie figcaption::before {
  background: -webkit-linear-gradient(top, #5c5c5c00 0, #000000a3 70%) !important;
  background: linear-gradient(to bottom, #5c5c5c00 0, #000000a3 70%) !important
}

.progress-indicartor, body .progress-bar {
  position: absolute
}

body .progress-bar {
  background-color: rgba(0, 0, 0, .9) !important;
  padding: 6px 5px 0;
  height: 27px;
  bottom: -27px;
  z-index: 2
}

.progress-indicartor {
  bottom: -3px;
  z-index: 3
}

body figure.effect-sadie:hover .progress-bar {
  background-color: rgba(0, 0, 0, .7) !important;
  bottom: 0
}

figure.effect-sadie:hover .progress-indicartor {
  bottom: 22px
}

body #navbar-main .nav.navbar-nav > li > a.nav-user {
  border: none;
  padding: 2px 8px
}

body ul.dropdown-menu.profiles a {
  text-decoration: none
}

body #navbar-main .nav.navbar-nav > li > a {
  border: solid 2px var(--nav-c)
}

body #navbar-main .nav.navbar-nav > li > a:focus, body #navbar-main .nav.navbar-nav > li > a:hover {
  background-color: var(--danger-c)
}

body #navbar-main .navbar-nav > li > a {
  font-weight: 400;
  color: var(--nav-c)
}

body .navbar-nav.navbar-right > li > a:hover {
  background-color: #424242
}

.navbar-right .nav-user > img {
  box-shadow: 0 0 10px -2px #fff
}

.navbar.navbar-default .dropdown-menu > li > a:hover {
  background-color: var(--danger-c);
  text-decoration: none
}

.profile_manage_done, button[type=submit] {
  border-radius: var(--radius);
  margin-left: 5px
}

.navbar-right button[type=submit] {
  border: solid 2px var(--nav-c);
  padding: 5px 15px
}

button[type=submit]:hover {
  background-color: var(--danger-c)
}

body #navbar-main .nav ul.dropdown-menu {
  background-color: var(--nav-bg-color);
  top: calc(100% + 17px);
  -webkit-box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12) !important;
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12) !important;
  border: 0
}

body .row.p-0 {
  margin: 0 -30px
}

body h3.movie-title {
  font-size: 28px;
  font-weight: 100
}

body .main-bg {
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

body .video_cover:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 24px;
  bottom: -24px;
  background-color: #191919
}

body .video_cover:after {
  opacity: .15;
  filter: blur(10px)
}

body .hero-bg {
  background-position: top center;
  margin-bottom: 40px
}

.hero-bg h1 {
  display: none
}

body #footer {
  border-top: 1px solid #333;
  max-width: 1110px;
  margin-top: 3em;
  margin-left: auto;
  margin-right: auto
}

.custom-pr .container footer .copyright {
  padding-right: 2em !important
}

footer .list-unstyled {
  margin-bottom: 0
}

footer .list-unstyled li {
  margin-bottom: 0
}

footer .row > div {
  padding: .6em 1.4em
}

div.hero-home {
  position: relative
}

div.hero-home h1 {
  position: absolute;
  top: 1em;
  right: .5em;
  text-shadow: 0 0 15px rgba(0, 0, 0, .5);
  color: #fff
}

div.hero-home h5 {
  display: none
}

div.hero-home .btn_opaque {
  background-color: var(--bg-body);
  border-color: var(--bg-body)
}

div.hero-home .btn_opaque:hover {
  background-color: rgba(0, 0, 0, .5);
  border-color: #fff7f8
}

div.hero-home .btn.btn-danger {
  position: absolute;
  top: 68rem;
  left: -1em
}

div.hero-home #mylist_button_holder {
  position: absolute;
  top: 67rem;
  left: 17rem
}

#movie_div .plyr {
  -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12);
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12)
}

.login-block {
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
  border-radius: var(--radius);
  max-width: 420px;
  margin: auto
}

body .navbar-brand img {
  height: 50px !important;
  margin: -15px 20px 0 15px !important
}

.navbar-header .navbar-nav {
  position: relative;
  top: 5px
}

body #about {
  text-align: justify
}

.episode-item br {
  display: none
}

#footer footer .col-lg-8 {
  padding-left: 0 !important
}

footer .copyright {
  text-align: right;
  padding-right: 0 !important
}

.episode-item h5 {
  position: absolute;
  right: 10px;
  bottom: -5px;
  text-shadow: 0 0 5px #000;
  font-size: 15px
}

.episode-item:hover img {
  filter: brightness(.4)
}

.navbar .user-email {
  display: none
}

footer {
  margin: 1.2em auto 1em
}

.form-control.search {
  position: relative;
  background: #0000;
  border: solid 2px var(--nav-c);
  padding: 0 10px;
  height: 34px;
  width: 108px
}

.form-control.search:focus {
  width: 300px;
  box-shadow: none;
  border-color: var(--danger-c)
}

.regulations {
  padding-top: 2em
}

.regulations h2, .regulations h3, .regulations h4 {
  color: #515050;
  font-weight: 500;
  line-height: 1.1
}

.regulations h2 {
  font-size: 34px
}

.card {
  background-color: #f3f3f3;
  padding: 30px;
  box-shadow: var(--shadow);
  border-radius: var(--radius)
}

.forgot-page .card, .signin-page .card {
  max-width: 420px;
  margin: auto
}

body .signin-page {
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(100vh - 68px);
  min-height: 670px
}

@media (min-width: 1815px) {
  .category-headline, .grid.category, h5.genre-header {
    width: 1696px
  }

  .filters {
    width: 1720px
  }
}

@media (min-width: 1392px) and (max-width: 1814px) {
  .category-headline, .grid.category, h5.genre-header {
    width: 1272px
  }

  .filters {
    width: 1300px
  }
}

@media screen and (min-width: 968px) and (max-width: 1291px) {
  body .hero-bg {
    max-height: 540px
  }

  body div.hero-home .btn.btn-danger {
    transform: translate(-30rem, 6rem)
  }

  body div.hero-home #mylist_button_holder {
    transform: translate(-10rem, 4.9rem)
  }

  .category-headline, .grid.category, h5.genre-header {
    width: 848px
  }
}

@media (max-width: 979px) {
  body .user-profile {
    height: 100%;
    padding-bottom: 2em;
    padding-top: 1em
  }

  body .users-list {
    display: block;
    top: 3%
  }

  .users {
    width: 100%;
    max-width: calc(100% - 3em)
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .genre-link .swiper-container {
    min-height: 228px;
    max-height: 228px
  }
}

@media (max-width: 767px) {
  body .forgot-page, body .signin-page {
    height: 100%;
    min-height: unset;
    padding-bottom: 2em
  }

  body .forgot-page .card, body .signin-form .card {
    z-index: 1;
    position: relative;
    padding: .2em 1.4em 1.2em !important
  }

  body .row.signin-form {
    margin: 0 .6em
  }

  .forgot-page .col-lg-offset-4 {
    margin: 0 1.6em
  }

  body .genre-link .rowTitle .aro-row-header {
    left: 4px;
    bottom: -7px
  }

  .genre-link a.rowTitle:focus .aro-row-header .fa-chevron-right, .genre-link a.rowTitle:hover .aro-row-header .fa-chevron-right {
    position: relative;
    top: -15px;
    font-size: 12px !important
  }

  .navbar ul.nav.navbar-nav.web-nav {
    width: calc(100% - 1.4em);
    margin-left: auto;
    margin-right: auto
  }

  .web-nav > li.dropdown {
    margin-bottom: 2px
  }

  .navbar div#navbar-main {
    top: 10px;
    position: relative;
    background-color: #191919;
    border: none
  }

  .navbar form.navbar-form.navbar-right {
    width: 100%;
    padding-left: 1.7em
  }

  .navbar-nav .open .dropdown-menu.profiles > li > a {
    padding: 5px 12px 5px
  }

  form .form-control.search {
    width: calc(100% - 200px);
    float: left
  }

  .navbar .form-control.search:focus {
    width: calc(100% - 200px)
  }

  form button[type=submit] {
    position: relative;
    top: -5px
  }

  .navbar ul.nav.navbar-nav.navbar-right {
    float: right;
    margin-right: .8em;
    margin-top: .8em
  }

  body .landing-block {
    height: 100% !important
  }

  body .navbar-brand {
    padding: 18px 15px 10px 0
  }

  body .genre-link .rowTitle .row-header-title {
    line-height: 1.2;
    font-size: 20px
  }

  body .landing-block .brand {
    margin-top: 3em
  }

  body .brand {
    left: 50%;
    margin-top: .1em;
    transform: translateX(-50%);
    z-index: 0
  }

  .brand img {
    width: 168px !important
  }

  .mobile_responsive.hero-home {
    width: 100%
  }

  .mobile_responsive.hero-home a.btn.btn-danger.btn-xlg {
    transform: none;
    font-size: 24px;
    position: relative;
    bottom: auto;
    top: 86%;
    display: inline-block;
    left: auto;
    right: auto
  }

  .hero-home span#mylist_button_holder a.btn.btn-xlg.btn_opaque {
    font-size: 24px
  }

  .mobile_responsive.hero-home span#mylist_button_holder {
    display: inline-block;
    left: auto;
    right: auto;
    position: relative;
    transform: none;
    bottom: auto;
    top: 86%
  }

  body div.hidden-lg.hidden-sm.hidden-md {
    padding: 30px 0 40px !important;
    line-height: normal
  }

  body .users {
    width: auto;
    max-width: calc(100% - 3em)
  }

  .users-list p.info-message {
    max-width: calc(100% - 3em)
  }

  .users-list .users .user-block {
    min-width: auto
  }

  #price > .row, .tab-content .col-md-7, .tab-content .tab-pane {
    padding-top: 10px !important;
    text-align: center;
    margin-top: 0 !important
  }

  #price > .row .col-md-4, #price > .row .col-md-8 {
    text-align: center !important
  }

  footer .col-lg-7, footer .pull-right {
    display: block;
    width: 100%;
    text-align: center;
    height: 40px
  }

  footer .list-unstyled {
    display: flex;
    justify-content: center
  }

  footer .list-unstyled li {
    margin-right: 1em
  }

  footer .list-unstyled li a {
    font-size: 16px
  }
}

@media (max-width: 480px) {
  body .g-recaptcha {
    transform: scale(.95);
    transform-origin: 0 0
  }

  .users .profile_switcher_img {
    height: auto;
    width: 100%;
    max-width: 280px
  }

  .nav-tabs .tab-label {
    display: none
  }

  .tab-content .col-md-4.middle {
    display: block;
    padding: 0 3em
  }
}

@media screen and (min-width: 767px) and (max-width: 967px) {
  .mobile_responsive.hero-home {
    height: 450px
  }

  body div.hero-home .btn.btn-danger {
    transform: translate(-28rem, 14rem)
  }

  body div.hero-home #mylist_button_holder {
    transform: translate(-8rem, 12.9rem)
  }
}

@media (max-width: 967px) {
  .grid.category, h5.genre-header {
    width: 422px
  }
}

@media screen and (max-width: 1320px) {
  body div.hero-home h5 {
    max-width: 100% !important;
    left: 50%;
    width: calc(100% - 6rem);
    transform: translateX(-50%);
    top: 55rem
  }

  body .hero-home .btn.btn-danger {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-23rem, 6rem)
  }

  body .hero-home #mylist_button_holder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-3rem, 5rem)
  }

  body div.hero-home h1 {
    right: auto;
    left: 50%;
    transform: translateX(-50%)
  }
}

@media (min-width: 1200px) {
  body .container {
    width: 1140px
  }

  body div#footer .container {
    margin-left: 0
  }

  body div#footer .container .row {
    margin-right: 0
  }

  div#footer .container .row > div {
    padding: .6em 1.4em .6em 0
  }
}

@media screen and (max-width: 992px) {
  body .filters .col-md-6.col-lg-2 {
    width: 100%;
    padding: 0
  }

  body .filters .col-md-6 button {
    margin-left: 0
  }

  body > .row {
    margin: 10px 20px !important
  }
}

@media (max-width: 766px) {
  body .content .swiper-pagination {
    text-align: center
  }

  .mobile_responsive.hero-home {
    height: 360px
  }

  body .content .swiper-pagination-bullet {
    height: 3px;
    width: 10px;
    background-color: var(--danger-c);
    border-color: #0000
  }
}

@media (min-width: 768px) {
  body ul.nav.navbar-nav {
    position: relative;
    top: 10px
  }

  body ul.nav.navbar-nav.navbar-right {
    position: relative;
    top: 10px;
    right: 1rem
  }

  body .nav.navbar-nav li.dropdown {
    margin-right: 10px
  }

  body form.navbar-form.navbar-right {
    position: relative;
    top: 4px
  }

  body .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: var(--radius)
  }

  body .navbar-nav.navbar-right > li > a {
    border-color: transparent
  }
}

@media screen and (max-width: 765px) {
  body div.hero-home .btn.btn-danger {
    transform: translate(-27rem, 9rem)
  }

  body div.hero-home #mylist_button_holder {
    transform: translate(-7rem, 8rem)
  }

  .mobile_responsive {
    margin-top: 75px;
    padding-top: 5px;
    text-align: center;
    padding-bottom: 30px;
    min-height: 28vh
  }

  div.hero-home h1 {
    top: 0;
    font-size: 34px;
    font-weight: 600
  }

  body div.hero-home h5 {
    top: auto;
    bottom: 0;
    font-size: 18px;
    background-color: #000000a6
  }

  body .swiper-container .swiper-button-next, body .swiper-container .swiper-button-prev, body .swiper-container .swiper-container-rtl .swiper-button-next, body .swiper-container .swiper-container-rtl .swiper-button-prev {
    opacity: 1 !important
  }

  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0
  }

  .genre-link .swiper-container {
    padding: 10px 0 0
  }

  .genre-link .rowHeader {
    position: relative;
    top: -10px
  }

  .genre-link .see-all-link {
    font-size: 16px !important;
    position: relative;
    top: -7px;
    line-height: 1.2
  }

  .swiper-container {
    min-height: 260px
  }

  body .swiper-container-horizontal > .swiper-pagination-bullets, body .swiper-pagination-custom, body .swiper-pagination-fraction {
    top: -12px;
    bottom: auto;
    text-align: center;
    left: auto;
    right: auto
  }

  .mobile_responsive_text_bold {
    font-weight: 700;
    font-size: 40px
  }

  .mobile_responsive_sort_description {
    line-height: 25px;
    font-weight: 500;
    padding: 5px
  }
}

@media screen and (min-width: 766px) {
  .mobile_responsive {
    margin-left: 70px;
    padding-top: 200px;
    height: 780px
  }

  .mobile_responsive_text_bold {
    font-weight: 900;
    font-weight: 700;
    font-size: 80px !important
  }

  .mobile_responsive_sort_description {
    line-height: 30px;
    font-weight: 500;
    padding-bottom: 10px;
    padding-top: 10px
  }
}

@media screen and (max-width: 600px) {
  .grid.category {
    width: 100%
  }

  .grid.category .effect-sadie {
    min-height: unset;
    height: auto;
    width: 100%
  }

  .grid.category figure img {
    max-width: 100%;
    margin-bottom: 5px
  }
}

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #2c3e50;
  background-image: none
}

.custom-select::-ms-expand {
  display: none
}

.select {
  position: relative;
  display: flex;
  width: 20em;
  height: 3em;
  line-height: 3;
  background: #2c3e50;
  overflow: hidden;
  border-radius: var(--radius)
}

.custom-select {
  flex: 1;
  padding: 0 .5em;
  color: #fff;
  cursor: pointer
}

.select::after {
  content: "\25BC";
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #34495e;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease
}

#myTabContent .grid figure {
  max-width: 366px
}

#myTabContent .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #1f1f1f
}

.select:hover::after {
  color: #e50914
}

.icon-eye::before {
  content: "\e000"
}

.icon-paper-clip::before {
  content: "\e001"
}

.icon-heart::before {
  content: "\e024"
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.animated.repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat)
}

.animated.repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2)
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay)
}

.animated.faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2)
}

.animated.fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-duration: calc(var(--animate-duration) * .8);
  animation-duration: calc(var(--animate-duration) * .8)
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2)
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3)
}

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important
  }

  .animate__animated[class*=Out] {
    opacity: 0
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

.animate__fadeInDown {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}