.movies {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: mulitple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 0px -10px 20px -10px;
}
.movies:after {
  clear: both;
  display: block;
  content: " ";
}
.movies .item {
  width: 33.33333333%;
  padding: 0px 10px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .movies .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .movies .item {
    width: 100%;
  }
}
.movies .item.item-title .description {
  width: 100%;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.movies .item.item-title .description .movie-description {
  height: auto;
}
.movies .item.item-title .description .movie-description .title-small {
  font-size: 22px;
  color: #FFF;
  margin: 0px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .movies .item.item-title .description .movie-description .title-small {
    font-size: 19px;
  }
}
.movies .item.item-title .description .movie-description .title-small a {
  color: inherit;
}
.movies .item.image-center > div,
.movies .item.item-title > div {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.movies .item.image-center > div .image,
.movies .item.item-title > div .image {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  height: auto;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.movies .item > div {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  padding: 20px 20px 20px 180px;
  min-height: 215px;
  background: #FFF;
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.15), 0px 0px 40px rgba(56, 59, 65, 0.2) inset;
}
.movies .item > div .image {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 180px;
}
.movies .item > div .image .more-triangle {
  position: absolute;
  right: 10px;
  bottom: 20px;
}
.movies .item > div .image .more-triangle:before {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 0 19px 32px;
  border-color: transparent transparent transparent #1c4287;
  display: block;
}
.movies .item > div .description {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  min-height: 160px;
}
.movies .item > div .description.has-category {
  padding: 40px 0px;
}
.movies .item > div .description .category {
  color: #1c4287;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 34px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.movies .item > div .description .movie-description {
  height: 95px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.movies .item > div .description .movie-description .title-small {
  font-size: 18px;
  color: #1c4287;
  margin: 0px;
}
.movies .item > div .description .movie-description .title-small a {
  text-decoration: none !important;
  color: inherit;
  word-break: break-word;
}
.movies .item > div .description .movie-subtitle {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #1c4287;
}
.movie-single {
  margin: 0px -10px;
}
.movie-single::after {
  clear: both;
  display: block;
  content: " ";
}
.movie-single .movie-single-left {
  width: 66.66666667%;
  float: left;
  padding: 0px 10px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
@media (max-width: 991px) {
  .movie-single .movie-single-left {
    width: 100%;
    float: none;
  }
}
.movie-single .movie-single-right {
  width: 33.33333333%;
  float: right;
  padding: 0px 10px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
@media (max-width: 991px) {
  .movie-single .movie-single-right {
    width: 100%;
    float: none;
  }
}
.movie-single .movie-banner {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  height: 380px;
  margin-bottom: 20px;
  width: 100%;
  background: #FFF;
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.15), 0px 0px 40px rgba(56, 59, 65, 0.2) inset;
  cursor: pointer;
}
@media (max-width: 767px) {
  .movie-single .movie-banner {
    display: block;
    height: auto;
  }
}
.movie-single .movie-banner:after {
  position: absolute;
  right: 5px;
  bottom: 5px;
  background: url('/view/img/dots_movies.png') no-repeat right bottom;
  background-size: 100% 100% !important;
  width: 149px;
  height: 180px;
  content: " ";
}
.movie-single .movie-banner .image {
  width: 50%;
  padding: 0px 20px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .movie-single .movie-banner .image {
    display: block !important;
    width: 100%;
    padding: 0px;
  }
}
.movie-single .movie-banner .image.image-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.movie-single .movie-banner .image img {
  max-width: 100%;
  display: block;
  margin: 0px auto;
}
.movie-single .movie-banner .image .more-triangle {
  position: absolute;
  right: 15px;
  bottom: 35px;
  display: block;
}
@media (max-width: 767px) {
  .movie-single .movie-banner .image .more-triangle {
    display: none;
  }
}
.movie-single .movie-banner .image .more-triangle:before {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 0 19px 32px;
  border-color: transparent transparent transparent #1c4287;
  display: block;
}
.movie-single .movie-banner .description {
  width: 50%;
  padding: 40px 40px 80px 0px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
}
@media (max-width: 767px) {
  .movie-single .movie-banner .description {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 30px;
    width: 100%;
  }
}
.movie-single .movie-banner .description .category {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 600;
  color: #1c4287;
  text-transform: uppercase;
  margin: 0px 0px 30px 0px;
}
.movie-single .movie-banner .description .movie-description {
  font-size: 31px;
  font-weight: 400;
  line-height: 1.1;
  color: #1c4287;
  word-break: break-word;
}
@media (max-width: 767px) {
  .movie-single .movie-banner .description .movie-description {
    font-size: 25px;
  }
}
.movie-single .movie-banner .description .more-triangle-mobile {
  display: table;
  margin: 20px 0px 0px 0px;
}
@media (min-width: 768px) {
  .movie-single .movie-banner .description .more-triangle-mobile {
    display: none;
  }
}
.movie-single .movie-banner .description .more-triangle-mobile:before {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 0 19px 32px;
  border-color: transparent transparent transparent #1c4287;
  display: block;
}
.movie-single .movie-banner .description .movie-subtitle {
  font-size: 20px;
  font-weight: 400;
  color: #1c4287;
  position: absolute;
  left: 0px;
  bottom: 40px;
  right: 40px;
}
@media (max-width: 767px) {
  .movie-single .movie-banner .description .movie-subtitle {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 20px;
  }
}
.movie-single .video-player {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #1c4287;
  margin-bottom: 20px;
}
.movie-single .video-player video {
  width: 100%;
  display: block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.movie-single .movie-banner-color {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  height: 180px;
  width: 100%;
  background: #1c4287;
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.15), 0px 0px 40px rgba(56, 59, 65, 0.2) inset;
  padding: 20px 20px 20px 180px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .movie-single .movie-banner-color {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
@media (max-width: 420px) {
  .movie-single .movie-banner-color {
    padding: 10px 10px 10px 140px;
  }
}
.movie-single .movie-banner-color:after {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 147px;
  height: 47px;
  background: url('/view/img/dots_movies_static.png') no-repeat;
  background-size: 100% 100% !important;
  content: " ";
}
.movie-single .movie-banner-color .image {
  width: 180px;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (max-width: 420px) {
  .movie-single .movie-banner-color .image {
    width: 140px;
  }
}
.movie-single .movie-banner-color .description {
  width: 100%;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  .movie-single .movie-banner-color .description {
    display: block;
  }
}
.movie-single .movie-banner-color .description .title {
  font-size: 22px;
  color: #FFF;
  margin: 0px;
  font-weight: 600;
  text-transform: uppercase;
  width: 250px;
}
@media (max-width: 767px) {
  .movie-single .movie-banner-color .description .title {
    width: 100%;
    font-size: 19px;
  }
}
.movie-single .movie-banner-color .description a {
  text-decoration: none;
}
.movie-single .movie-banner-color .description .title-static {
  margin-left: 30px;
  font-size: 31px;
  color: #FFF;
  text-transform: uppercase;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .movie-single .movie-banner-color .description .title-static {
    width: 100%;
    font-size: 19px;
    margin: 15px 0px 0px 0px;
  }
}
.movie-single .random-movies .item {
  margin-bottom: 20px;
}
.movie-single .random-movies .item.image-center > div,
.movie-single .random-movies .item.item-title > div {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.movie-single .random-movies .item.image-center > div .image,
.movie-single .random-movies .item.item-title > div .image {
  position: absolute;
  left: 10px;
  top: 0px;
  bottom: 0px;
  height: auto;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (max-width: 420px) {
  .movie-single .random-movies .item.image-center > div .image,
  .movie-single .random-movies .item.item-title > div .image {
    left: 0px;
  }
}
.movie-single .random-movies .item > div {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 20px 20px 20px 180px;
  min-height: 180px;
  background: #FFF;
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.15), 0px 0px 40px rgba(56, 59, 65, 0.2) inset;
}
@media (max-width: 420px) {
  .movie-single .random-movies .item > div {
    padding: 10px 10px 10px 140px;
  }
}
.movie-single .random-movies .item > div .image {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 160px;
}
@media (max-width: 420px) {
  .movie-single .random-movies .item > div .image {
    width: 130px;
  }
}
.movie-single .random-movies .item > div .image .more-triangle {
  position: absolute;
  right: 0px;
  bottom: 20px;
}
.movie-single .random-movies .item > div .image .more-triangle:before {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0px 14px 26px;
  border-color: transparent transparent transparent #1c4287;
  display: block;
}
.movie-single .random-movies .item > div .description {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
}
.movie-single .random-movies .item > div .description.has-category {
  padding: 40px 0px;
}
.movie-single .random-movies .item > div .description .category {
  color: #1c4287;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 34px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.movie-single .random-movies .item > div .description .movie-description {
  height: 60px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.movie-single .random-movies .item > div .description .movie-description .title-small {
  font-size: 18px;
  color: #1c4287;
  margin: 0px;
}
.movie-single .random-movies .item > div .description .movie-description .title-small a {
  color: inherit;
}
.movie-single .random-movies .item > div .description .movie-subtitle {
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #1c4287;
  line-height: 1.2;
}
