@charset "UTF-8";
@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://fonts.googleapis.com/css?family=Nunito&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");
body {
  font-family: "Montserrat", sans-serif;
}

.navbar-brand {
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-brand img {
  height: 40px;
}

a {
  text-decoration: none;
  outline: none;
  transition-duration: 0.4s;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}

.navbar {
  border-radius: 0;
  padding: 10px 0;
  margin-bottom: 0;
  background-color: transparent;
  border: 0;
}

.navbar-fixed-top, .navbar-fixed-bottom {
  position: absolute;
}

.navbar-form .form-control {
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  color: #333;
  background: #FFF;
  transition: color 0.2s, background 0.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 {
  background-color: transparent;
  color: #b1b3af;
  border: none;
  margin-left: -477px;
  font-size: 18px;
  padding: 6px 0;
}
.navbar-form .btn-default:active, .navbar-form .btn-default:focus {
  box-shadow: none;
  background-color: transparent;
  outline: none;
}

.navbar-default .navbar-nav > li > a {
  color: #041D57;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  transition-duration: 0.5s;
  letter-spacing: 0.6px;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #000;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #FFF;
  background-color: transparent;
}

.navbar-dark {
  background-color: rgba(30, 39, 44, 0.92);
  border-bottom: #18bfc3 solid 4px;
}

.item_slide .cover-content {
  background-color: rgba(0, 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;
  font-family: "Raleway", sans-serif;
  text-transform: capitalize;
  color: #FFF;
  line-height: 60px;
  margin-top: 0;
}
.slider-item h1 a {
  outline: none;
  color: #FFF;
}
.slider-item h1 a:hover {
  color: #18bfc3;
}
.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;
}
.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: #18bfc3;
  border: none;
  padding: 10px 50px 10px 50px !important;
  border-radius: 30px;
  font-weight: 600;
  font-size: 12px;
  outline: none;
  color: #FFF !important;
  transition-duration: 0.5s;
}
.basic-button:hover {
  background-color: #0f9fa2 !important;
}

.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-decoration: none;
  text-transform: lowercase;
  transition-duration: 0.5s;
  color: #cdd9e4;
  margin: 3px 10px;
}
.trending-searches a:hover {
  color: #FFF;
}

.section {
  padding: 40px 0;
}

.section-title {
  border-bottom: #18bfc3 solid 1px;
  margin-bottom: 15px;
  padding-bottom: 7px;
}
.section-title h1 {
  color: #333333;
  text-transform: uppercase;
  font-size: 22px;
  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: 0.8s;
}
.movie-card .card-overlay a {
  font-size: 50px;
  color: #FFF;
  margin: 0 10px;
}
.movie-card .card-overlay a:hover {
  font-size: 48px;
  color: #333333;
}

.movie-card-footer {
  font-family: "Montserrat", sans-serif;
}
.movie-card-footer p.rating {
  color: #333333;
  margin: 15px 0 5px 0;
  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: #333333;
  font-size: 18px;
  font-weight: 700;
}
.movie-card-footer h2 a:hover {
  color: #18bfc3;
}
.movie-card-footer p.genres {
  margin: 5px 0;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
}
.movie-card-footer p.genres em {
  font-style: normal;
}
.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: #FFF solid 3px;
  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: 80%;
  margin: 0 auto;
  height: 100%;
}
#trailer-modal .modal-content {
  width: 100%;
  height: 80%;
  border-radius: 0;
}

.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: 0.3s;
  outline: none;
  padding: 0;
}
.slick-dots li button:hover {
  background-color: #18bfc3;
}
.slick-dots li button:before {
  content: "";
}
.slick-dots li.slick-active button {
  background-color: #18bfc3;
}

.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: none;
}

.section-content .slick-prev {
  top: -35px;
  left: calc(100% - 65px);
  color: #18bfc3;
}
.section-content .slick-prev:before {
  color: #18bfc3;
  opacity: 1;
  line-height: 0;
  font-size: 30px;
  transition: 0.3s;
}
.section-content .slick-prev:hover:before {
  color: #333333;
}
.section-content .slick-next {
  top: -35px;
  right: 0;
}
.section-content .slick-next:before {
  color: #18bfc3;
  opacity: 1;
  line-height: 0;
  font-size: 30px;
  transition: 0.3s;
}
.section-content .slick-next:hover:before {
  color: #333333;
}

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: #FFF solid 1px;
  text-align: center;
  font-size: 16px;
  color: #FFF;
  margin: 5px;
}
ul.social-links li a:hover {
  background-color: #18bfc3;
  border-color: #18bfc3;
  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;
}
.explore-db ul li a:hover {
  color: #18bfc3;
}

.copyright {
  margin-top: 30px;
  background-color: #18bfc3;
  padding: 15px 5px;
  text-align: center;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.highlighted-section {
  background-color: #f0f0f0;
}

/*-----------------------
Item detail
-------------------------*/
.item_detail {
  height: calc(100vh - 74px);
}

.item-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: rgba(30, 39, 44, 0.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;
  display: flex;
  align-items: center;
  width: 100%;
}
.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: #ffc000 solid 4px;
  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, 0.4);
}
.item-content ul.rating-list li a {
  margin: 0 10px;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: #FFF solid 4px;
  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:hover {
  background-color: #18bfc3;
  color: #FFF;
  border-color: #18bfc3;
}
.item-content ul.rating-list li a.active {
  background-color: #18bfc3;
  color: #FFF;
  border-color: #18bfc3;
}
.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 small {
  color: #FFF;
}
.cast-crew a {
  color: #FFF;
}
.cast-crew a em {
  font-style: normal;
  margin-right: 10px;
}
.cast-crew a:nth-last-of-type(1) em {
  display: none;
}
.cast-crew a:hover {
  color: #18bfc3;
}
.cast-crew a:hover em {
  color: #FFF;
}

.item-right-sidebar {
  overflow: hidden;
  border-left: #dddddd 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: #333333;
}
.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 .separator {
  display: block;
  width: 100%;
  margin: 10px 0;
  height: 1px;
  background-color: #cfcfcf;
}
.item-right-sidebar h1 {
  font-weight: 700;
}

.sidebar-gen {
  padding: 0 15px;
  color: #333333;
}
.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: #dddddd solid 1px;
}

.movie-main hr {
  border-color: #18bfc3;
}
.movie-main h1 {
  border-bottom: #ddd solid 1px;
  color: #333333;
  font-weight: 700;
  line-height: 48px;
  font-size: 26px;
}
.movie-main h1 i {
  color: #18bfc3;
}
.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: #18bfc3;
  color: #FFF;
}
.movie-main .playlist .slick-prev:before {
  opacity: 1;
  content: "";
  font: normal normal normal 24px/1 "Material Design Icons";
}
.movie-main .playlist .slick-prev:hover {
  background-color: #333333;
}
.movie-main .playlist .slick-next {
  width: 30px;
  height: 100%;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #18bfc3;
  color: #FFF;
}
.movie-main .playlist .slick-next:before {
  opacity: 1;
  content: "";
  font: normal normal normal 24px/1 "Material Design Icons";
}
.movie-main .playlist .slick-next:hover {
  background-color: #333333;
}
.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: #18bfc3;
  color: #FFF;
  font-size: 35px;
  outline: none;
}
.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: #333333;
}

.similar-list {
  margin: 50px 0;
}

.similar-card {
  margin: 15px 0;
}
.similar-card a {
  display: block;
  overflow: hidden;
  border-radius: 4px;
  transition: all linear 0.3s;
}
.similar-card a img {
  transition: all linear 0.3s;
}
.similar-card a:hover {
  filter: grayscale(100%);
}
.similar-card a:hover img {
  transform: scale(1.1, 1.1);
  transition: all linear 0.3s;
}

.cast-card {
  margin: 15px 0;
}
.cast-card a {
  display: block;
  overflow: hidden;
}
.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: 0.4s;
}
.cast-card a .card-bt {
  border: #cdcdcd solid 1px;
  border-top: 0;
  padding: 5px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  transition-duration: 0.4s;
}
.cast-card a .card-bt p {
  font-size: 13px;
  font-weight: 600;
  color: #333333;
  margin: 0;
  text-align: center;
}
.cast-card a .card-bt p.text-muted {
  font-size: 12px;
  font-weight: 400;
}
.cast-card a:hover img {
  filter: grayscale(100%);
}
.cast-card a:hover .card-bt {
  background-color: #18bfc3;
}
.cast-card a:hover .card-bt p {
  color: #FFF;
}
.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: #18bfc3;
}
.movie-extras h1 {
  border-bottom: #ddd solid 1px;
  color: #333333;
  font-weight: 700;
  line-height: 48px;
  font-size: 36px;
}
.movie-extras h1 i {
  color: #e50914;
}

.cr-section .cr-header {
  background-color: #18bfc3;
  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: #333333;
  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: #333333;
}
.cr-section .tab-content {
  border: #dddddd solid 1px;
  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: #dddddd 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: #18bfc3;
  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: #333333;
}
#reviews .review-list li p {
  word-break: break-all;
}
#reviews .login-comment {
  text-align: center;
  border: #18bfc3 solid 1px;
  border-radius: 4px;
  padding: 15px;
  font-family: "Raleway", sans-serif;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}
#reviews .login-comment a {
  color: #18bfc3;
}
#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: #dddddd solid 1px;
  border-radius: 2px;
}
#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;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.season-card a .season-poster {
  max-height: 200px;
  overflow: hidden;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.season-card a .season-poster img {
  transition: all linear 0.3s;
}
.season-card a p {
  text-align: center;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0;
}
.season-card a:hover .season-poster {
  filter: grayscale(100%);
}
.season-card a:hover .season-poster img {
  transform: scale(1.1, 1.1);
  transition: all linear 0.3s;
}
.season-card a:hover p {
  color: #18bfc3;
}

.item_detail.season {
  height: auto;
  padding: 15px 0;
  background-color: rgba(30, 39, 44, 0.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 #aaaaaa;
  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;
  font-family: "Raleway", sans-serif;
}
.error-content p {
  color: #333333;
  font-size: 22px;
}
.error-content a {
  display: inline-block;
  margin: 15px 0;
  background-color: #18bfc3;
  color: #FFF;
  padding: 12px 20px;
  border-radius: 4px;
}
.error-content a:hover {
  background-color: #333333;
}

.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: #18bfc3 solid 4px;
  display: none;
}
.search-results.active {
  display: block;
}
.search-results ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-results ul li {
  display: block;
}
.search-results ul li a {
  border-bottom: #eee solid 1px;
  padding: 10px;
  display: block;
  color: #333333;
}
.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-family: "Raleway", sans-serif;
  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 p em:nth-last-of-type(1) {
  display: none;
}
.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, 0.92);
  margin: 0;
  color: #FFF;
}
.page-header h2 {
  margin: 0;
  font-family: "Raleway", sans-serif;
  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;
}
.episode-card.m-card h2 span {
  margin: 10px 0 0 0;
}
.episode-card.m-card h2 a {
  color: #333333;
}
.episode-card.m-card h2 a:hover {
  color: #18bfc3;
}
.episode-card.m-card h6 span:nth-last-of-type(1) em {
  display: none;
}
.episode-card .more-detail {
  display: block;
  color: #18bfc3;
  font-size: 14px;
  font-weight: 600;
}
.episode-card .more-detail:hover {
  color: #333333;
}

.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;
  height: 35px;
  border-top: #18bfc3 solid 1px;
  border-bottom: #18bfc3 solid 1px;
  border-right: #18bfc3 solid 1px;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
}
.pagination ul li a:hover {
  background-color: #18bfc3;
  color: #FFF;
}
.pagination ul li a.text-muted {
  background-color: #444444 !important;
  cursor: default;
}
.pagination ul li.active a {
  background-color: #18bfc3;
  color: #FFF;
}
.pagination ul li.text-muted {
  font-size: 20px;
  letter-spacing: 2px;
  padding: 0 5px;
  height: 35px;
  border-top: #18bfc3 solid 1px;
  border-bottom: #18bfc3 solid 1px;
  border-right: #18bfc3 solid 1px;
  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: #333333;
  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: #333333;
  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: #18bfc3;
  margin: 7px 0;
  width: 35px;
}
.navbar-default .navbar-toggle.collapsed .icon-bar {
  background-color: #FFF;
}
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #18bfc3;
}

.row.flex {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.accounts {
  margin: 30px 0;
}
.accounts h1 {
  font-weight: 700;
}
.accounts .login {
  width: 60%;
  margin: 0 auto;
  padding: 0 15px;
}
.accounts .register {
  padding: 0 15px;
  width: 60%;
  margin: 0 auto;
}
.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: none;
  color: #FFF;
  box-shadow: none;
  font-size: 14px;
  font-weight: 600;
  border-radius: 2px;
}
.accounts .basic-button:hover {
  background-color: #333333;
}

.error-list {
  background-color: #18bfc3;
  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: #18bfc3;
  background-color: transparent;
}

.user-dp {
  border-top: #18bfc3 solid 3px;
  border-radius: 4px !important;
}
.user-dp li a {
  padding: 5px 10px;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}
.user-dp li a:hover {
  background-color: #18bfc3;
  color: #FFF;
}

.setting-sidebar {
  margin: 40px 0;
  border: #eee solid 1px;
  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 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: #333333;
}
.setting-sidebar ul li a:hover {
  background-color: #18bfc3;
  color: #FFF;
}
.setting-sidebar ul li.active a {
  background-color: #18bfc3;
  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: #333333;
  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: #333333;
  font-size: 22px;
}

.contact-sidebar {
  margin: 100px 0;
  box-shadow: 0 0 20px #eee;
  padding: 15px;
}
.contact-sidebar .social-links li a {
  border-color: #18bfc3;
  color: #18bfc3;
}

/*---------------------------------------
media queries
----------------------------------------*/
@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;
  }
}
@media (max-width: 992px) {
  .episode-card img {
    max-width: 180px;
  }

  .slider-item h1 {
    font-size: 22px;
  }

  .slider-item p {
    font-size: 14px;
    max-height: 64px;
  }

  .slider-item p.genre_count {
    font-size: 14px;
  }

  .movie-card-footer h2 a {
    font-size: 14px;
  }

  .section-title h1 {
    font-size: 22px;
  }

  .navbar-collapse {
    background-color: rgba(30, 39, 44, 0.92);
    max-height: 100% !important;
  }

  .navbar-form .form-control {
    width: 100%;
    padding: 0 7px;
  }

  .navbar-form .btn-default {
    display: none;
  }

  .navbar-form {
    border-top: 0;
    box-shadow: none;
    margin-top: 0;
  }

  .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }

  .navbar-collapse.collapse {
    display: none !important;
    border-top: #e7e7e7 solid 1px;
    padding: 0;
  }

  .navbar-collapse.collapsing {
    border-top: #e7e7e7 solid 1px;
    padding: 0;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .navbar-toggle {
    display: block !important;
  }

  .navbar-header {
    float: none !important;
  }

  .navbar-left {
    float: none !important;
    padding: 10px 15px;
  }

  .navbar-form .form-group {
    display: block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form {
    border-bottom: #e7e7e7 solid 1px;
  }

  .navbar-right {
    float: none !important;
    margin-right: 0;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    font-size: 14px;
  }

  .item-content h2 {
    font-size: 24px;
  }

  .item-overlay {
    height: auto;
    padding: 15px 0;
  }

  .item_detail {
    height: auto;
  }

  .movie-main .playlist .movie-trailer {
    height: 200px;
  }

  .item-right-sidebar h1 {
    font-size: 24px;
  }

  .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: #18bfc3;
  }
}
@media (max-width: 768px) {
  .section {
    padding: 0 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 {
    padding: 0 15px;
  }

  .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: #18bfc3 !important;
  }
}

/*# sourceMappingURL=app.css.map */
