@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700);
@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css);
.trending-searches a,
a,
a:focus,
a:hover {
    text-decoration: none
}

.movie-card:before,
.slick-dots li button:before {
    content: ''
}

.cast-card a:hover img,
.season-card a:hover .season-poster,
.similar-card a:hover {
    filter: grayscale(100%)
}

body {
    font-family: Montserrat, sans-serif
}

.navbar-default .navbar-nav>li>a,
.slider-item h1 {
    font-family: Raleway, sans-serif
}

.navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px
}

.navbar-brand img {
    height: 40px
}

a {
    outline: 0;
    transition-duration: .4s
}

.navbar {
    border-radius: 0;
    padding: 10px 0;
    margin-bottom: 0;
    background-color: transparent;
    border: 0
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: absolute
}

.navbar-form .form-control {
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .1);
    color: #333;
    background: #FFF;
    transition: color .2s, background .2s;
    font-size: 14px;
    font-weight: 600;
    width: 483px;
    border: 0;
    padding: 0 10px 0 36px
}

.navbar-form .form-control:focus {
    box-shadow: none;
    background-color: #FFF
}

.navbar-form .btn-default {
    position: absolute;
    background-color: transparent;
    color: #b1b3af;
    border: none;
    margin-left: -468px;
    font-size: 18px;
    padding: 6px 0
}

.navbar-form .btn-default:active,
.navbar-form .btn-default:focus {
    box-shadow: none;
    background-color: transparent;
    outline: 0
}

.navbar-form .btn-def {
    position: absolute;
    background-color: transparent;
    color: #84f514;
    border: none;
    margin-left: -468px;
    font-size: 18px;
    padding: 6px 15px
}

.navbar-form .btn-def:active,
.navbar-form .btn-def:focus {
    box-shadow: none;
    background-color: transparent;
    outline: 0
}

.navbar-default .navbar-nav>li>a {
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    transition-duration: .5s;
    letter-spacing: .6px
}

.navbar-default .navbar-nav>li>a:hover {
    color: #e50914
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #FFF;
    background-color: transparent
}

.navbar-dark {
    background-color: rgba(30, 39, 44, .92);
    border-bottom: #e50914 solid 4px
}

.item_slide .cover-content {
    background-color: rgba(0, 0, 0, .6)
}

.slider-item {
    height: 100vh;
    display: flex;
    justify-content: left;
    align-items: center;
    position: relative;
    color: #FFF;
    padding-top: 100px;
    padding-bottom: 100px
}

.slider-item h1 {
    font-size: 46px;
    font-weight: 700;
    text-transform: capitalize;
    color: #FFF;
    line-height: 60px;
    margin-top: 0
}

.slider-item h1 a {
    outline: 0;
    color: #FFF;
    padding: 0 15px
}

.genre_count {
    padding: 0 15px
}

.slider-item h1 a:hover {
    color: #e50914;
    padding: 0 15px
}

.slider-item p {
    font-size: 20px;
    max-height: 117px;
    overflow: hidden
}

.slider-item p.movie_vote {
    font-size: 20px;
    color: #FFF;
    margin: 0
}

.slider-item p.movie_vote i {
    color: #ffc000
}

.slider-item p.genre_count {
    color: #ffc000;
    font: 600 18px Raleway, sans-serif
}

.cast-crew a em,
.movie-card-footer p.genres em,
.slider-item p.genre_count em {
    font-style: normal
}

.slider-item p.genre_count span:nth-last-child(1) em {
    display: none
}

.basic-button {
    background-color: #e50914;
    border: none;
    padding: 10px 30px 10px 20px;
    border-radius: 30px;
    font-weight: 400;
    font-size: 20px;
    outline: 0;
    transition-duration: .5s;
    box-shadow: 0 0 20px #000
}

.basic-button:hover {
    background-color: #c20914
}

.trending-searches {
    padding-top: 50px
}

.trending-searches h6 {
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    color: #FFF;
    border-bottom: #eee solid 1px;
    padding-bottom: 10px
}

.trending-searches a {
    text-transform: lowercase;
    transition-duration: .5s;
    color: #cdd9e4;
    margin: 3px 10px
}

.trending-searches a:hover {
    color: #FFF
}

.section {
    padding: 40px 0
}

.section-title {
    border-bottom: #e50914 solid 1px;
    margin-bottom: 15px
}

.section-title h1 {
    color: #333;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0
}

.section-title h1 span {
    font-size: 20px;
    font-weight: 600
}

.content-box {
    margin: 15px 0;
    min-height: 225px
}

.movie-card {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 4px
}

.movie-card.small {
    height: auto
}

.movie-card .card-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    border-radius: 4px;
    opacity: 0;
    transition-duration: .8s
}

.movie-card .card-overlay a {
    font-size: 50px;
    color: #FFF;
    margin: 0 10px
}

.movie-card .card-overlay a:hover {
    font-size: 48px;
    color: #333
}

.movie-card:before {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: -100px;
    width: 0;
    height: 100%;
    transition: .5s;
    transform: skewX(25deg);
    opacity: .9;
    background-image: linear-gradient(to bottom, #ffc161, #e27132)
}

.movie-card:hover:before {
    width: 200%
}

.movie-card:hover .card-overlay {
    opacity: 1
}

.movie-card-footer {
    font-family: Montserrat, sans-serif
}

.movie-card-footer p.rating {
    color: #333;
    margin: 15px 0 5px;
    font-size: 14px;
    font-weight: 500
}

.movie-card-footer p.rating i {
    color: #ffc000
}

.movie-card-footer h2 {
    margin: 5px 0;
    line-height: 22px
}

.movie-card-footer h2 a {
    display: inline-block;
    color: #333;
    font-size: 18px;
    font-weight: 700
}

.movie-card-footer h2 a:hover {
    color: #e50914
}

.movie-card-footer p.genres {
    margin: 5px 0;
    color: #333;
    font-size: 14px;
    font-weight: 400
}

.movie-card-footer p.genres span:nth-last-child(1) em {
    display: none
}

.trailer-info {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
    margin-top: 45px
}

.trailer-info span {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 3px solid #FFF;
    color: #FFF;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding-top: 6px;
    margin-right: 10px
}

.trailer-modal .modal-lg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    margin: 0 auto;
    height: auto;
    padding: 25px 0px;
}

.trailer-modal .modal-content {
    width: 100%;
    height: 80%;
    border-radius: 0;
    color: #ffffff;
    background-color: #000000;
}

.modal-content p {
    color: #ffffff;
    padding: 0px 15px;
}

.modal-content h3 {
    color: #ffffff;
    padding: 0px 15px;
}

.modal-content h4 {
    color: #9497ac;
    padding: 0px 15px;
}

.slick-dots {
    z-index: 1000;
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center
}

.slick-dots li {
    width: auto;
    height: auto;
    margin: 0
}

.slick-dots li button {
    display: inline-block;
    width: 25px;
    height: 4px;
    background-color: #FFF;
    margin: 0 5px;
    border-radius: 3px;
    transition-duration: .3s;
    outline: 0;
    padding: 0
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background-color: #e50914
}

.trending .slick-slide {
    margin: 0 15px
}

.trending .slick-list {
    margin: 0 -15px
}

.gallery .slick-slide {
    margin: 0 15px
}

.gallery .slick-list {
    margin: 0 -15px
}

.slick-slide {
    outline: 0
}

.section-content .slick-prev {
    top: -35px;
    left: calc(100% - 65px);
    color: #e50914
}

.section-content .slick-prev:before {
    color: #e50914;
    opacity: 1;
    line-height: 0;
    font-size: 30px;
    transition: .3s
}

.section-content .slick-prev:hover:before {
    color: #333
}

.section-content .slick-next {
    top: -35px;
    right: 0
}

.section-content .slick-next:before {
    color: #e50914;
    opacity: 1;
    line-height: 0;
    font-size: 30px;
    transition: .3s
}

.similar-card a,
.similar-card a img,
.similar-card a:hover img {
    transition: all linear .3s
}

.section-content .slick-next:hover:before {
    color: #333
}

footer {
    padding-top: 20px;
    background-color: #333;
    color: #FFF
}

footer h3 {
    font-size: 17px;
    font-family: Raleway, sans-serif;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px
}

ul.social-links {
    margin: 0;
    padding: 0
}

ul.social-links li {
    display: inline-block
}

ul.social-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #FFF;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    margin: 5px
}

ul.social-links li a:hover {
    background-color: #e50914;
    border-color: #e50914;
    color: #FFF
}

.about-sec p {
    font-size: 13px
}

.explore-db ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.explore-db ul li {
    display: block
}

.explore-db ul li a {
    display: block;
    margin: 7px 0;
    font-size: 13px;
    color: #FFF
}

.item-content ul.rating-list,
.item-overlay {
    display: flex;
    align-items: center;
    width: 100%
}

.explore-db ul li a:hover {
    color: #e50914
}

.copyright {
    margin-top: 30px;
    background-color: #e50914;
    padding: 15px 5px;
    text-align: center;
    color: #FFF;
    font-family: Montserrat, sans-serif;
    font-size: 14px
}

.highlighted-section {
    background-color: #f0f0f0
}

.item_detail {
    height: calc(100vh - 74px)
}

.item-overlay {
    justify-content: center;
    height: 100%;
    background: rgba(30, 39, 44, .92)
}

.item-overlay .movie-poster img {
    border-radius: 4px
}

.item-content {
    padding: 0 30px;
    color: #FFF
}

.item-content p {
    max-height: 143px;
    overflow: hidden
}

.item-content h2 {
    font-family: Raleway, sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin-top: 0
}

.item-content ul.rating-list {
    border-top: #eee solid 1px;
    padding-top: 15px
}

.item-content ul.rating-list li {
    display: inline-block
}

.item-content ul.rating-list li.rating-star {
    margin-right: 10px;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    border: 4px solid #ffc000;
    color: #ffc000;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .4)
}

.item-content ul.rating-list li a {
    margin: 0 10px;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 4px solid #FFF;
    color: #FFF;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center
}

.item-content ul.rating-list li a.active,
.item-content ul.rating-list li a:hover {
    background-color: #e50914;
    color: #FFF;
    border-color: #e50914
}

.item-content ul.rating-list li.trailer {
    margin-left: auto
}

.item-content ul.rating-list li .basic-button {
    border-radius: 3px;
    box-shadow: none;
    margin-left: auto
}

.item-content p.genres span {
    display: inline-block;
    margin: 0 2px;
    font-size: 14px
}

.item-content p.genres span:nth-last-of-type(1) em {
    display: none
}

.item-content p.genres .tv-stat {
    padding-right: 15px;
    margin-right: 15px;
    border-right: #FFF solid 1px
}

.cast-crew span {
    color: #ffc000;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    margin-right: 8px;
    width: 100px;
    text-align: left
}

.cast-crew a,
.cast-crew small {
    color: #FFF
}

.cast-crew a em {
    margin-right: 10px
}

.cast-crew a:nth-last-of-type(1) em {
    display: none
}

.cast-crew a:hover {
    color: #e50914
}

.cast-crew a:hover em {
    color: #FFF
}

.item-right-sidebar {
    overflow: hidden;
    border-left: #ddd solid 1px
}

.item-right-sidebar ul li {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    color: #333
}

.item-right-sidebar ul li i {
    font-size: 20px;
    padding-right: 5px
}

.item-right-sidebar ul li span {
    margin-left: auto;
    font-weight: 500
}

.item-right-sidebar h1,
.movie-main h1 {
    font-weight: 700
}

.item-right-sidebar .separator {
    display: block;
    width: 100%;
    margin: 10px 0;
    height: 1px;
    background-color: #cfcfcf
}

.sidebar-gen {
    padding: 0 15px;
    color: #333
}

.sidebar-gen .genres span {
    display: inline-block;
    margin: 5px;
    font-size: 14px;
    padding: 2px 8px;
    border-radius: 3px;
    background-color: #FFF;
    text-align: center;
    border: 1px solid #ddd
}

.movie-main hr {
    border-color: #e50914
}

.movie-main h1 {
    border-bottom: #ddd solid 1px;
    color: #333;
    line-height: 48px;
    font-size: 26px
}

.movie-main h1 i {
    color: #e50914
}

.movie-main .playlist {
    margin: 30px 0;
    position: relative
}

.movie-main .playlist .movie-trailer {
    padding: 0 35px;
    height: 350px
}

.movie-main .playlist .slick-prev {
    position: absolute;
    width: 30px;
    height: 100%;
    display: flex;
    left: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    background-color: #e50914;
    color: #FFF
}

.movie-main .playlist .slick-prev:before {
    opacity: 1;
    content: "\F141";
    font: normal normal normal 24px/1 "Material Design Icons"
}

.movie-main .playlist .slick-prev:hover {
    background-color: #333
}

.movie-main .playlist .slick-next {
    width: 30px;
    height: 100%;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e50914;
    color: #FFF
}

.movie-main .playlist .slick-next:before {
    opacity: 1;
    content: "\F142";
    font: normal normal normal 24px/1 "Material Design Icons"
}

#reviews .login-comment,
.error-content h1,
.page-header h2,
.search-results ul li a h2 small {
    font-family: Raleway, sans-serif
}

.movie-main .playlist .slick-next:hover {
    background-color: #333
}

.movie-main .playlist .owl-nav {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

.movie-main .playlist .owl-nav button {
    width: 30px;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e50914;
    color: #FFF;
    font-size: 35px;
    outline: 0
}

.cast-card a,
.similar-card a {
    display: block;
    overflow: hidden
}

.movie-main .playlist .owl-nav button.owl-prev {
    float: left
}

.movie-main .playlist .owl-nav button.owl-next {
    float: right
}

.movie-main .playlist .owl-nav button:hover {
    background-color: #333
}

.cast-card a:hover .card-bt,
.cr-section .cr-header {
    background-color: #e50914
}

.similar-list {
    margin: 50px 0
}

.cast-card,
.similar-card {
    margin: 15px 0
}

.similar-card a {
    border-radius: 4px
}

.similar-card a:hover img {
    transform: scale(1.1, 1.1)
}

.cast-card a .img-container {
    width: 100%;
    overflow: hidden
}

.cast-card a img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    transition-duration: .4s
}

.cast-card a .card-bt {
    border: 1px solid #cdcdcd;
    border-top: 0;
    padding: 5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    transition-duration: .4s
}

.cast-card a .card-bt p {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin: 0;
    text-align: center
}

.cast-card a .card-bt p.text-muted {
    font-size: 12px;
    font-weight: 400
}

.cast-card a:hover .card-bt p,
.cast-card a:hover .card-bt p.text-muted {
    color: #FFF
}

.cast-card.discover-cast a .img-container {
    height: auto
}

.cast-card.discover-cast p.text-muted {
    max-height: 20px;
    overflow: hidden
}

.cast-card.discover-cast p.text-muted span:nth-last-of-type(1) em {
    display: none
}

.slide-item a img {
    border-radius: 4px
}

.video-playlist {
    margin: 50px 0
}

.movie-extras hr {
    border-color: #e50914
}

.movie-extras h1 {
    border-bottom: #ddd solid 1px;
    color: #333;
    font-weight: 700;
    line-height: 48px;
    font-size: 36px
}

.movie-extras h1 i {
    color: #e50914
}

.cr-section .cr-header {
    color: #FFF;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.cr-section .cr-header ul {
    margin: 0
}

.cr-section .cr-header li {
    display: inline-block
}

.cr-section .cr-header li a {
    padding: 15px 10px;
    display: inline-block;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 0
}

.cr-section .cr-header li a:hover {
    background-color: #333;
    color: #FFF
}

.cr-section .cr-header li:nth-of-type(1) a {
    border-top-left-radius: 4px
}

.cr-section .cr-header li.active a {
    background-color: #333
}

.cr-section .tab-content {
    border: 1px solid #ddd;
    padding: 15px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

#reviews {
    padding: 0 40px
}

#reviews .review-list li {
    margin: 20px 0;
    padding: 40px 0;
    border-bottom: #ddd solid 1px
}

#reviews .review-list li:nth-last-of-type(1) {
    border-bottom: 0
}

#reviews .review-list li .author-det {
    display: flex;
    align-items: center;
    justify-content: right
}

#reviews .review-list li .author-det h4 {
    margin-right: auto;
    margin-top: 0;
    display: flex;
    align-items: center
}

#reviews .review-list li .author-det h4 img {
    height: 50px;
    width: 50px;
    border-radius: 100px;
    margin-right: 10px
}

#reviews .review-list li .author-det .update-review a {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #FFF;
    background-color: #e50914;
    border-radius: 3px;
    text-align: center;
    padding-top: 3px
}

#reviews .review-list li .author-det .update-review a i {
    font-size: 25px
}

#reviews .review-list li .author-det .update-review a:hover {
    background-color: #333
}

#reviews .review-list li p {
    word-break: break-all
}

#reviews .login-comment {
    text-align: center;
    border: 1px solid #e50914;
    border-radius: 4px;
    padding: 15px;
    color: #333;
    font-size: 16px;
    font-weight: 600
}

#reviews .login-comment a {
    color: #e50914
}

#reviews .add-review {
    margin-right: 20px
}

#reviews .add-review h2 {
    font-weight: 700;
    font-size: 22px
}

#reviews .add-review textarea {
    resize: none;
    height: 120px;
    border: 1px solid #ddd;
    border-radius: 2px
}

.season-card a,
.season-card a .season-poster {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

#reviews .add-review button {
    color: #FFF;
    box-shadow: none;
    margin: 15px 0;
    float: right
}

.sidebar-ad {
    padding: 0 15px;
    display: block !important;
}

.season-card a {
    display: inline-block
}

.season-card a .season-poster {
    max-height: 200px;
    overflow: hidden
}

.season-card a .season-poster img {
    transition: all linear .3s
}

.season-card a p {
    text-align: center;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0
}

.season-card a:hover .season-poster img {
    transform: scale(1.1, 1.1);
    transition: all linear .3s
}

.season-card a:hover p {
    color: #e50914
}

.item_detail.season {
    height: auto;
    padding: 15px 0;
    background-color: rgba(30, 39, 44, .92)
}

.item_detail.season img {
    max-height: 200px;
    border-radius: 4px
}

.item_detail.season .item-content {
    padding: 0
}

.item_detail.season .person-poster img {
    max-height: 100%;
    max-width: 100%
}

.episode-card {
    margin: 15px 0;
    box-shadow: 0 0 20px #aaa;
    padding: 10px
}

.episode-card img {
    max-width: 200px;
    border-radius: 4px
}

.episode-card h2 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 0
}

.episode-card h2 span {
    color: #696969;
    margin-right: 15px;
    display: inline-block
}

.episode-card p {
    max-height: 83px;
    overflow: hidden
}

.form-container {
    position: relative
}

.form-container .loader {
    position: absolute;
    max-height: 30px;
    right: 3px;
    top: 2px;
    display: none
}

.error-content {
    text-align: center;
    padding: 30px 0
}

.error-content h1 {
    font-size: 210px;
    font-weight: 900;
    margin-top: 0;
    color: #666
}

.error-content p {
    color: #333;
    font-size: 22px
}

.error-content a {
    display: inline-block;
    margin: 15px 0;
    background-color: #e50914;
    color: #FFF;
    padding: 12px 20px;
    border-radius: 4px
}

.error-content a:hover {
    background-color: #333
}

.search-results {
    background-color: #FFF;
    position: absolute;
    z-index: 100;
    left: 0;
    width: 100%;
    top: calc(100% + 1px);
    box-shadow: 0 0 5px #e0e0e0;
    border-radius: 4px;
    border-top: #e50914 solid 4px;
    display: none
}

.search-results ul li,
.search-results.active {
    display: block
}

.search-results ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.search-results ul li a {
    border-bottom: #eee solid 1px;
    padding: 10px;
    display: block;
    color: #333
}

.episode-card.m-card h6 span:nth-last-of-type(1) em,
.search-results ul li a p em:nth-last-of-type(1) {
    display: none
}

.search-results ul li a img {
    max-height: 80px;
    border-radius: 4px
}

.search-results ul li a h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 700
}

.search-results ul li a h2 small {
    font-size: 14px;
    font-weight: 400;
    color: #5B5B5B
}

.search-results ul li a p {
    margin-top: 10px;
    font-size: 12px;
    height: 35px;
    overflow: hidden
}

.search-results ul li a:hover {
    background-color: #eee
}

.search-results ul li:nth-last-of-type(1) a {
    border-bottom: 0
}

.page-header {
    height: auto;
    padding: 30px 0;
    background-color: rgba(30, 39, 44, .92);
    margin: 0;
    color: #FFF
}

.page-header h2 {
    margin: 0;
    font-size: 26px;
    font-weight: 700
}

.page-header h2 em {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal
}

.episode-card.m-card p {
    height: auto;
    max-height: 183px
}

.pagination ul li a,
.pagination ul li.text-muted {
    height: 35px;
    border-top: #e50914 solid 1px;
    border-bottom: #e50914 solid 1px;
    border-right: #e50914 solid 1px
}

.episode-card.m-card h2 span {
    margin: 10px 0 0
}

.episode-card.m-card h2 a {
    color: #333
}

.episode-card.m-card h2 a:hover {
    color: #e50914
}

.episode-card .more-detail {
    display: block;
    color: #e50914;
    font-size: 14px;
    font-weight: 600
}

.episode-card .more-detail:hover {
    color: #333
}

.pagination {
    display: block;
    margin: 0
}

.pagination ul {
    display: inline-block;
    margin: 0
}

.pagination ul li {
    display: inline-block;
    float: left
}

.pagination ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 35px;
    padding: 0 4px;
    color: #333;
    font-size: 16px;
    font-weight: 700
}

.pagination ul li a:hover {
    background-color: #e50914;
    color: #FFF
}

.pagination ul li a.text-muted {
    background-color: #444!important;
    cursor: default
}

.pagination ul li.active a {
    background-color: #e50914;
    color: #FFF
}

.pagination ul li.text-muted {
    font-size: 20px;
    letter-spacing: 2px;
    padding: 0 5px;
    line-height: 25px
}

.pagination ul li:nth-last-of-type(1) a {
    border: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #333;
    color: #FFF
}

.pagination ul li:nth-last-of-type(1) a i {
    color: #FFF
}

.pagination ul li:nth-of-type(1) a {
    border: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #333;
    color: #FFF
}

.pagination ul li:nth-of-type(1) a i {
    color: #FFF
}

.ad-code {
    text-align: center
}

.ad-code img {
    display: inline-block;
    max-width: 100%
}

.navbar-default .navbar-toggle {
    background-color: transparent;
    border: none;
    padding: 0
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #e50914;
    margin: 7px 0;
    width: 35px
}

.navbar-default .navbar-toggle.collapsed .icon-bar {
    background-color: #FFF
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent
}

.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #e50914
}

.row.flex {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap
}

.accounts {
    margin: 30px 0
}

.accounts .login,
.accounts .register {
    padding: 0 15px;
    width: 60%;
    margin: 0 auto
}

.accounts h1 {
    font-weight: 700
}

.accounts .form-control {
    border-radius: 2px;
    height: 40px;
    box-shadow: none;
    font-weight: 600;
    font-size: 14px
}

.accounts .form-control:focus {
    border-color: #003f90;
    box-shadow: none
}

.accounts .form-control.is-invalid {
    border-color: #C20914
}

.accounts textarea {
    resize: none;
    height: 80px!important
}

.accounts input[type=checkbox] {
    height: auto
}

.accounts .checkbox {
    margin: 0
}

.accounts .checkbox label {
    font-weight: 600;
    font-size: 14px
}

.accounts .forget-pass-link {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    color: #00aced
}

.accounts .basic-button {
    margin-top: 15px;
    outline: 0;
    color: #FFF;
    box-shadow: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 2px
}

.accounts .basic-button:hover {
    background-color: #333
}

.error-list {
    background-color: #e50914;
    padding: 0 10px;
    border-radius: 2px
}

.error-list ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.error-list li {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 15px 0;
    font-size: 14px;
    color: #FFF
}

.error-list li i {
    font-size: 10px;
    padding-right: 10px
}

.error-list.success {
    background-color: #2f9f6e
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #e50914;
    background-color: transparent
}

.user-dp {
    border-top: #e50914 solid 3px;
    border-radius: 4px!important
}

.user-dp li a {
    padding: 5px 10px;
    font-weight: 600;
    font-size: 14px;
    color: #333
}

.user-dp li a:hover {
    background-color: #e50914;
    color: #FFF
}

.setting-sidebar {
    margin: 40px 0;
    border: 1px solid #eee;
    box-shadow: 0 0 20px #eee
}

.setting-sidebar .avatar {
    text-align: center;
    padding: 15px
}

.setting-sidebar .avatar img {
    max-height: 200px;
    border-radius: 4px;
    display: inline-block
}

.setting-sidebar ul {
    margin: 30px 0 0;
    padding: 0
}

.setting-sidebar ul li {
    display: block
}

.setting-sidebar ul li a {
    display: block;
    padding: 10px;
    border-bottom: #eee solid 1px;
    font-size: 14px;
    font-weight: 600;
    color: #333
}

.setting-sidebar ul li a:hover,
.setting-sidebar ul li.active a {
    background-color: #e50914;
    color: #FFF
}

.setting-sidebar ul li:nth-last-of-type(1) a {
    border: none
}

.setting-sidebar p {
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: right;
    width: 100%;
    border-bottom: #eee solid 1px
}

.setting-sidebar p:nth-last-of-type(1) {
    border: none
}

.setting-sidebar p strong {
    margin-right: auto
}

.profile-detail {
    margin: 40px 0
}

.favourite-title {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin: 7px 0;
    text-align: center
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: right;
    width: 100%
}

.modal-header p {
    margin-right: auto;
    margin-bottom: 0;
    font-weight: 600;
    color: #333;
    font-size: 22px
}

.contact-sidebar {
    margin: 100px 0;
    box-shadow: 0 0 20px #eee;
    padding: 15px
}

.contact-sidebar .social-links li a {
    border-color: #e50914;
    color: #e50914
}

@media (max-width:1200px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
        text-transform: capitalize;
        padding: 15px 12px
    }
    .navbar-form .form-control {
        width: 342px
    }
    .navbar-form .btn-default {
        margin-left: -335px
    }
    .navbar-form .btn-def {
        margin-left: -335px
    }
}

@media (max-width:992px) {
    .navbar-header,
    .navbar-left,
    .navbar-right {
        float: none!important
    }
    .episode-card img {
        max-width: 180px
    }
    .slider-item h1 {
        font-size: 22px
    }
    .movie-card-footer h2 a,
    .slider-item p,
    .slider-item p.genre_count {
        font-size: 14px;
        padding: 0 15px
    }
    .slider-item p {
        max-height: 64px
    }
    .section-title h1 {
        font-size: 22px
    }
    .navbar-collapse {
        background-color: rgba(30, 39, 44, .92);
        /* background-color: rgba(32, 44, 30, 0.92);*/
        max-height: 100%!important
    }
    .navbar-form .form-control {
        width: 100%;
        padding: 0 7px
    }
    .navbar-form .btn-default {
        display: none
    }
    .navbar-form .btn-def {
        display: none
    }
    .navbar-form {
        border-top: 0;
        box-shadow: none;
        margin-top: 0;
        border-bottom: #e7e7e7 solid 1px
    }
    .navbar-collapse.collapse,
    .navbar-collapse.collapsing {
        border-top: #e7e7e7 solid 1px;
        padding: 0
    }
    .container-fluid>.navbar-collapse {
        margin-right: -15px;
        margin-left: -15px
    }
    .navbar-collapse.collapse {
        display: none!important
    }
    .navbar-collapse.collapse.in,
    .navbar-toggle {
        display: block!important
    }
    .navbar-left {
        padding: 10px 15px
    }
    .navbar-form .form-group {
        display: block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-right {
        margin-right: 0
    }
    .navbar-nav>li {
        float: none
    }
    .navbar-default .navbar-nav>li>a {
        text-transform: uppercase;
        font-size: 14px
    }
    .item-content h2,
    .item-right-sidebar h1 {
        font-size: 24px
    }
    .item-overlay {
        height: auto;
        padding: 15px 0
    }
    .item_detail {
        height: auto
    }
    .movie-main .playlist .movie-trailer {
        height: 200px
    }
    .item-right-sidebar ul li {
        font-size: 14px
    }
    .dropdown-menu.user-dp {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: none;
        border-radius: 0!important
    }
    .dropdown-menu.user-dp li a {
        padding: 5px 5px 5px 30px;
        color: #FFF
    }
    .dropdown-menu.user-dp li a:hover {
        background-color: transparent;
        color: #e50914
    }
}

@media (max-width:768px) {
    .section {
        padding: 0
    }
    .content-box {
        min-height: 145px
    }
    .movie-main h1 {
        text-align: center
    }
    .movie-main h1 .pull-right {
        width: 100%;
        text-align: center
    }
    .movie-main h1 .pull-right .pagination {
        display: inline-block;
        margin: 10px 0
    }
    .item-content h2+p {
        display: none
    }
    .movie-main .playlist .movie-trailer {
        height: 320px
    }
    .navbar-collapse.collapse,
    .navbar-collapse.collapsing {
        padding: 0 15px
    }
    .dropdown-menu.user-dp {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: none;
        border-radius: 0!important
    }
    .dropdown-menu.user-dp li a {
        padding: 5px 5px 5px 30px!important;
        color: #FFF!important
    }
    .dropdown-menu.user-dp li a:hover {
        background-color: transparent;
        color: #e50914!important
    }
}

.critic_tab_review .pad_btm2 {
    margin-bottom: 40px;
}

.critic_tab_review .pad_btm2:nth-last-of-type(1) {
    margin-bottom: 0;
}

.critic_tab_review .head_wrap {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}

.critic_tab_review .score_wrap {
    float: left;
    background-color: #6c3;
    color: #FFF;
    border-radius: 4px;
    height: 49px;
    width: 49px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding-top: 7px;
    margin-right: 15px;
}

.critic_tab_review a {
    color: #333;
}

.critic_tab_review .author {
    float: left;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
}

.critic_tab_review .date {
    font-size: 12px;
}


/* para lo chips */

.md-chip {
    display: inline-block;
    background: #605ca8;
    padding: 0 12px;
    border-radius: 32px;
    font-size: 10px;
}

.md-chip.md-chip-hover:hover {
    background: rgb(255, 255, 255);
}

.md-chip-clickable {
    cursor: pointer;
}

.md-chip,
.md-chip-icon {
    height: 20px;
    line-height: 20px;
}

.md-chip-icon {
    display: block;
    float: left;
    background: #009587;
    width: 32px;
    border-radius: 50%;
    text-align: center;
    color: white;
    margin: 0 8px 0 -12px;
}

.md-chip-remove {
    display: inline-block;
    background: #aaa;
    border: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    padding: 0;
    margin: 0 -4px 0 4px;
    cursor: pointer;
    font: inherit;
    line-height: 20px;
}

.md-chip-remove:after {
    color: #e0e0e0;
    content: "x";
}

.md-chip-remove:hover {
    background: #999;
}

.md-chip-remove:active {
    background: #777;
}

.md-chips {
    padding: 0px 15px;
}

.md-chips b {
    color: #f8f8f8;
}

.md-chips .md-chip {
    margin: 0 5px 3px 0;
}

.md-chip-raised {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}


/* para el*/

#result {
    position: absolute;
    width: 100%;
    max-width: 900px;
    cursor: pointer;
    overflow-y: auto;
    max-height: 400px;
    box-sizing: border-box;
    z-index: 1001;
}

.ListResult {
    position: absolute;
    width: 100%;
    max-width: 900px;
    cursor: pointer;
    overflow-y: auto;
    height: auto;
    max-height: 400px;
    box-sizing: border-box;
    z-index: 1001;
}

.ListResult li {
    padding: 10px 10px 10px 70px;
    border-bottom: 1px solid #f3f3f3;
    min-height: 100px;
    position: relative
}

.ListResult>li:last-child {
    border-bottom: 0
}

.ListResult>li figure,
.ListResult>li figure img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
}

.ListResult>li figure {
    position: absolute;
    width: 50px;
    height: 80px;
    left: 10px;
    top: 10px;
    overflow: hidden
}

.ListResult>li span {
    position: static;
    opacity: 1
}

.ListResult>li span {
    position: static;
    opacity: 1
}

.ListResult .title {
    display: block;
    width: 200px;
    height: 20px;
    text-overflow: ellipsis;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    max-width: 190px
}

.swal2-shown {
    font-size: 15px;
}


/*para el titulo*/

.movie-card .titu {
    background: rgb(255 5 5 / 40%);
    color: #fff;
    text-shadow: 1px 0 #000;
    position: absolute;
    bottom: 0;
    right: 4;
    padding: 3px 8px;
    line-height: 18px;
    font-size: 10px;
    font-weight: 200;
}

.movie-card .titu:before {
    color: rgb(255, 5, 5);
    content: "";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right: 5px;
    font-size: 100%;
}

.movie-card:hover>.titu {
    margin-bottom: 0
}