/* normal */
/* font-family: 'Roboto', sans-serif; */
/* font-family: 'Poppins', sans-serif; */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html,
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #8c806e;
  font-weight: 400;
}

input,
select,
textarea {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #8c806e;
  font-weight: 400;
}

body {
  background: #fff;
}

img {
  border: 0px;
  display: block;
}

a,
input {
  outline: none;
}

ul,
ol {
  list-style: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #0a1e3a;
}

h1,
.h1 {
  font-size: 28px;
  line-height: 32px;
}

h2,
.h2 {
  font-size: 24px;
  line-height: 28px;
}

h3,
.h3 {
  font-size: 16px;
  line-height: 20px;
}

h4,
.h4 {
  font-size: 14px;
  line-height: 20px;
}

a:hover {
  text-decoration: none;
}

.container {
  max-width: 1130px;
}

.row-less10 {
  margin-right: -10px;
  margin-left: -10px;
}

.row-less10 > * {
  padding-right: 10px;
  padding-left: 10px;
}

.anchor {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #1c71b8;
  text-decoration: underline;
}

.primarybtn {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0a1e3a;
  background: #f6bc41;
  border-radius: 3px;
  padding: 6px 15px;
  text-align: center;
}

.primarybtn.medium {
  padding: 10px 15px;
}

.primarybtn i {
  position: relative;
  margin-top: -3px;
  display: inline-block;
  margin-right: 5px;
}

.shecdule {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 3px 0px;
  width: 62px;
  background: #031023;
  border-radius: 2px;
}

.shecdule i {
  display: inline-block;
  width: 14px;
  height: 14px;
  color: #f6bc41;
}

.radiobtn {
  display: none;
}

.radiobtn + label {
  background: #ffffff;
  border: 1px solid #d2d6db;
  box-sizing: border-box;
  border-radius: 3px;
  align-self: center;
  margin-bottom: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  padding: 9px 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #0a1e3a;
}

.radiobtn + label i {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: solid 2px #778393;
  background: #fff;
  border-radius: 100%;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  margin-right: 10px;
  cursor: pointer;
}

.radiobtn:checked + label {
  color: #1c71b8;
}

.radiobtn:checked + label i {
  border: solid 2px #1c71b8;
}

.radiobtn:checked + label i:after {
  content: "";
  background: #1c71b8;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}

.tag {
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  display: inline-block;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
  background: #ed5c2a;
  border-radius: 15px;
  padding: 3px 9px 1px;
}

.tag.orangetag {
  background: #ed5c2a;
}

.tag.bluetag {
  background: linear-gradient(180deg, #6092d8 0%, #6092d8 0.01%, #2b5896 100%);
}

.tag.yellowtag {
  background: #f6bc41;
}

.border-top2 {
  border-top: solid 2px #f6bc41;
}

.hr.border-top2 {
  margin-top: 58px;
}

/* template  */
#template {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100%;
}

#template.extrapadd {
  padding-top: 152px;
}

/* layout */
#layout {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

/* header */
#header-part {
  position: relative;
  z-index: 9999;
  background: #0a1e3a;
}

#headerfixed {
  background: #0a1e3a;
  position: relative;
  transition: all 0.3s ease-out;
}

#header-part #headerfixed.sticky {
  width: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}

/* headerTop-section */
.headerTop-section {
  padding: 13px 0px 13px;
}

.headerTop-section ul {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

.headerTop-section ul li {
  position: relative;
  margin-right: 17px;
}

.headerTop-section ul li:after {
  content: "|";
  position: absolute;
  top: -2px;
  right: -10px;
}

.headerTop-section ul li:last-child:after {
  display: none;
}

.headerTop-section ul li a {
  display: block;
  font-size: 13px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.66);
}

/* headerMiddle-section */
.headerMiddle-section {
  padding: 6px 0px 22px;
  position: relative;
}

.headerMiddle-section .col.logo {
  max-width: 210px;
}

.headerMiddle-section .col.searchpanel {
  position: absolute;
  max-width: 650px;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
  margin-left: 26px;
}

.headerMiddle-section .col.sociallinks {
  max-width: 170px;
}

.sociallinks ul {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sociallinks ul li {
  margin-left: 24px;
}

.sociallinks ul li a {
  display: block;
}

.sociallinks ul li a i {
  display: block;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.66);
}

.searchbx {
  position: relative;
  border-radius: 3.6px;
  background: #fff;
}

.searchbx input {
  width: 100%;
  height: 46px;
  border: 0;
  background: transparent;
  color: #0a1e3a;
  padding: 5px 13px;
}

.searchbx input::placeholder {
  opacity: 0.66;
}

.searchbx button {
  width: 46px;
  height: 46px;
  border: 0px;
  position: absolute;
  right: 0px;
  background: transparent url(../images/search-icon.svg) no-repeat center;
}

/* headerMainNav-bar */
.headerMainNav-bar {
  background: #031023;
}

.mainNav ul {
  display: flex;
  align-items: center;
  margin: 0px;
}

.mainNav ul li {
  margin-right: 22px;
}

.mainNav ul li a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  color: #fff;
  padding: 10px 1px;
  display: block;
  position: relative;
}

.mainNav ul li.option2 a {
  color: #f6bc41;
}

.mainNav ul li a:hover:after,
.mainNav ul li.active a:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  content: "";
  background: #f6bc41;
}

.headerMainNav-bar .mainNav {
  max-width: 64%;
  width: 100%;
}

.headerMainNav-bar .extraLinks {
  display: flex;
  justify-content: flex-end;
  max-width: 34%;
  width: 100%;
}

.extraLinks a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}

.extraLinks a.myprofile-btn {
  margin-right: 15px;
}

.myreview-btn {
  display: inline-block;
  color: #f6bc41;
  padding: 10px 15px;
}

.myreview-btn i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  position: relative;
  margin-bottom: -2px;
}

.myreview-btn:hover {
  color: #f6bc41;
}

.mylist-btn {
  display: inline-block;
  color: #f6bc41;
  padding: 10px 10px;
}

.mylist-btn i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  position: relative;
  font-size: 17px;
}

.mylist-btn:hover {
  color: #f6bc41;
}

.myprofile-btn {
  display: inline-block;
  color: #fff;
  padding: 10px 15px;
  position: relative;
}

.myprofile-btn:after {
  position: absolute;
  top: 11px;
  right: 0px;
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
}

.myprofile-btn i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  overflow: hidden;
  border-radius: 100%;
  position: relative;
  margin-top: -3px;
  margin-right: 5px;
}

.myprofile-btn i img {
  width: 100%;
  height: 100%;
  display: block;
}

.myprofile-btn:hover {
  color: #fff;
}

/* headerSubNav-bar */
.headerSubNav-bar {
  background: #f0f2f3;
}

.headerSubNav-bar ul {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

.headerSubNav-bar ul li {
  margin-right: 24px;
}

.headerSubNav-bar ul li a {
  display: block;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #0a1e3a;
  padding: 6px 0px;
}

.headerSubNav-bar ul li:last-child {
  margin-right: 0px;
}

.headerSubNav-bar.breadcrumb-bar ul li {
  position: relative;
}

.headerSubNav-bar.breadcrumb-bar ul li:after {
  position: absolute;
  top: 0px;
  right: -15px;
  color: #778393;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  line-height: 32px;
}

.headerSubNav-bar.breadcrumb-bar ul li:last-child:after {
  display: none;
}

.headerSubNav-bar.breadcrumb-bar ul li:last-child a {
  pointer-events: none;
}

/* mtoggle */
.mtoggle {
  display: none;
  cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-3px, 6px);
  transform: rotate(-45deg) translate(-3px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-3px, -8px);
  transform: rotate(45deg) translate(-3px, -8px);
}

.mobileprofile {
  display: none;
  align-items: center;
  justify-content: space-between;
  max-width: 90px;
  width: 100%;
}

.mobileprofile .myprofile-btn:after {
  display: none;
}

.mobileprofile .searchmobilebtn {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.mobileprofile .searchmobilebtn i {
  display: block;
}

/* content */
#content-part {
  width: 100%;
}

/* leaderboard-bar */
.mainpanel-bar.leaderboard-bar {
  padding: 21px 0px;
}

/* large-leaderboard */
.large-leaderboard {
  max-width: 728px;
  width: 100%;
}

.large-leaderboard img {
  width: 100%;
}

/* #center-part */
#center-part {
  margin-bottom: 42px;
}

#center-part .column-left {
  -ms-flex: 0 0 71.5%;
  flex: 0 0 71.5%;
  max-width: 71.5%;
}

#center-part .column-right {
  -ms-flex: 0 0 28.5%;
  flex: 0 0 28.5%;
  max-width: 28.5%;
}

.mainpanel-bar.panel1 {
  margin-bottom: 24px;
}

.mainpanel-bar.panel2 .hr {
  background: #dadde1;
  margin-top: 3px;
  margin-bottom: 3px;
  height: 1px;
}

.mainpanel-bar.panel3 {
  padding: 21px 0px;
}

/* demand-panel */
.demand-panel {
  background: #f0f1f3;
  padding: 8px 8px;
  margin-bottom: 24px;
}

.demandbx {
  display: flex;
  padding: 11.5px 0px;
  border-bottom: solid 1px rgba(10, 30, 58, 0.16);
}

.demandbx figure {
  max-width: 64px;
  width: 100%;
}

.demandbx figure img {
  display: block;
}

.demandbx .desc {
  padding-left: 10px;
  max-width: 100%;
  width: 100%;
}

.demandbx .desc .tp {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.demandbx .desc .tp .title {
  min-height: 76px;
}

.demandbx .desc .tp .title .brands {
  margin-top: 4px;
}

.demandbx .desc .tp .title h4 {
  line-height: 16px;
  padding: 5px 0px;
  margin: 0px;
  margin-right: 2px;
}

.demandbx .desc .tp .rating {
  max-width: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 7px 0px;
}

.demandbx .desc .tp .rating i {
  display: inline-block;
  width: 40px;
  height: 32px;
  color: #f6bc41;
  font-size: 24px;
  text-align: center;
}

.demandbx .desc .tp .rating span {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #0a1e3a;
}

.demandbx .desc .tp .rating span em {
  display: block;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  color: #556274;
  font-style: normal;
}

.demandbx .desc .btm p {
  display: block;
  color: #556274;
  margin: 0px;
  line-height: 16px;
}

.demand-panel .viewmorebx {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  padding: 10px 0px 0px;
  text-decoration: underline;
}

.demand-panel .viewmorebx:hover {
  text-decoration: none;
}

.demandbx.type2 .desc .tp .title {
  min-height: 60px;
}

.demandbx.type2 .primarybtn {
  margin-top: 7px;
  min-width: 106px;
}

.small-leaderboard {
  margin: 25px 0px 20px;
}

.small-leaderboard img {
  width: 100%;
}

/* top-title-bar */
.top-title-bar {
  padding: 16px 0px;
}

.top-title-bar h1 {
  margin: 0;
}

.top-title-bar ul {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}

.top-title-bar ul li {
  margin-left: 25px;
}

.top-title-bar ul li a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #1c71b8;
  text-decoration: underline;
}

/* latestnewsbx */
.left-mainSection .section-left {
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}

.left-mainSection .section-right {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

.latestnewsbx {
  background: #f0f2f3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.latestnewsbx .img {
  max-width: 44.5%;
  width: 100%;
}

.latestnewsbx .desc {
  max-width: 55.5%;
  width: 100%;
  padding: 18px 20px 5px 14px;
}

.latestnewsbx .desc h4 {
  margin-bottom: 0px;
}

.latestnewsbx .desc p {
  line-height: 20px;
  color: #0a1e3a;
}

.latestnewsbx .desc p a {
  color: #0a1e3a;
  text-decoration: underline;
  font-weight: 700;
}

.latestnewsbx .desc ul {
  display: flex;
  margin-bottom: 0px;
}

.latestnewsbx .desc ul li {
  font-size: 14px;
  line-height: 20px;
  color: rgba(10, 30, 58, 0.66);
  margin-right: 10px;
}

.latestnewsbx .desc ul li a {
  font-size: 14px;
  line-height: 20px;
  color: rgba(10, 30, 58, 0.66);
}

.latestnewsbx .desc ul li:last-child {
  margin-right: 0px;
}

.latestnewsbx .desc ul li a i {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  color: #778393;
  position: relative;
  top: 2px;
}

.latestnewsbx .desc .tags {
  display: flex;
  align-items: flex-start;
  margin-bottom: 6px;
}

.latestnewsbx .desc .tags .tag {
  margin-right: 6px;
}

/* small */
.latestnewsbx.small .img {
  max-width: 30%;
  width: 100%;
  min-height: 110px;
}

.latestnewsbx.small .desc {
  max-width: 70%;
  width: 100%;
  padding: 4px 10px 5px 14px;
}

.latestnewsbx.small .context {
  min-height: 83px;
}

/* small fulllayout */
.latestnewsbx.small.fulllayout .img {
  max-width: 100%;
  width: 100%;
  min-height: 120px;
}

.latestnewsbx.small.fulllayout .desc {
  max-width: 100%;
  width: 100%;
  padding: 10px 10px 5px 10px;
}

.latestnewsbx.small.fulllayout .context {
  min-height: 87px;
}

/* small noimg */
.latestnewsbx.small.noimg .desc {
  max-width: 100%;
  width: 100%;
  padding: 5px 10px 5px 10px;
}

.latestnewsbx.small.noimg .desc .context {
  min-height: 1px;
}

/* trendingActors-bar */
.trendingActors-bar {
  position: relative;
  padding: 16px 16px;
  margin-top: 10px;
  background: #f6bc41;
  box-shadow: inset 0px 2px 0px #0a1e3a;
}

.trendingActors-bar h2.h1 {
  margin-bottom: 22px;
}

.trendingActors-bar .anchor {
  position: absolute;
  top: 28px;
  right: 18px;
}

.trendingActors-bar .anchor span {
  display: none;
}

.actorSlider,
.actorSlider2 {
  overflow: hidden;
}

.actorSlider .actorbx {
  width: 100%;
  overflow: hidden;
  margin-right: 1.5%;
}

.actorSlider .actorbx:last-child {
  margin-right: 0px;
}

.actorSlider2 .actorbx {
  width: 100%;
  overflow: hidden;
  margin-right: 1.5%;
}

.actorSlider2 .actorbx:last-child {
  margin-right: 0px;
}

.actorbx {
  background: #fff;
}

.actorbx .img {
  position: relative;
  width: 100%;
  max-height: 140px;
  overflow: hidden;
}

.actorbx .img img {
  width: 100%;
}

.actorbx .img span {
  padding: 10px 5px 10px 10px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

.actorbx .desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 20px 5px 8px;
}

.actorbx .desc .movieplus {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: rgba(10, 30, 58, 0.66);
}

.actorbx .desc .movieplus i {
  margin-right: 2px;
  display: inline-block;
  width: 16px;
  height: 20px;
  vertical-align: middle;
  position: relative;
  top: 2px;
  color: #778393;
}

.actorbx .desc .rating {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #556274;
}

.actorbx .desc .rating i {
  margin-right: 2px;
  display: inline-block;
  width: 16px;
  height: 20px;
  vertical-align: middle;
  position: relative;
  color: #f6bc41;
  top: 1px;
}

.actorSlider .owl-nav,
.actorSlider .owl-dots {
  display: none;
}

.actorSlider .owl-item {
  float: left;
}

.actorSlider .actorbx {
  max-width: 100%;
}

.actorSlider2 .owl-nav,
.actorSlider2 .owl-dots {
  display: none;
}

.actorSlider2 .owl-item {
  float: left;
  padding-bottom: 17px;
}

.actorSlider2 .actorbx {
  max-width: 100%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}

/* section-left2 */
.section-left2 {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.section-right2 {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

.latest-commentSection {
  margin-bottom: 22px;
}

.latest-commentSection .title {
  padding: 8px 0px;
}

.latest-commentSection .title h2 {
  margin-bottom: 10px;
}

.commentSection {
  padding-bottom: 4px;
  margin-bottom: 4px;
  box-shadow: 0px 1px 0px rgba(10, 30, 58, 0.16);
}

.commentSection.last {
  box-shadow: inherit;
}

.commentSection h4 {
  color: rgba(10, 30, 58, 0.66);
  margin-bottom: 4px;
}

.commentSection .inner {
  display: flex;
  justify-content: space-between;
}

.commentSection .img {
  width: 24px;
  margin-right: 14px;
}

.commentSection .img i {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  overflow: hidden;
}

.commentSection .img i img {
  width: 100%;
}

.commentSection .desc {
  width: calc(100% - 38px);
}

.commentSection .desc .titleS {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.commentSection .desc .titleS h4 {
  color: #0a1e3a;
  letter-spacing: -1.3px;
  margin-bottom: 0px;
}

.commentSection .desc p {
  font-size: 14px;
  line-height: 20px;
  color: #0a1e3a;
  margin-bottom: 0px;
}

.latest-commentSection.latest-ratingSection .commentSection h4 {
  color: #f6bc41;
}

.latest-commentSection.latest-ratingSection .commentSection .desc .titleS h4 {
  color: #0a1e3a;
}

.latest-commentSection.latest-descSection .commentSection h4 {
  color: #031023;
}

.ratingstars {
  display: flex;
  align-items: center;
}

.ratingstars i {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 4px;
  color: #f6bc41;
  font-size: 17px;
}

.ratingstars i.fa-star.gray {
  color: #778393;
}

/* movie-trailerSection */
.movie-trailerSection .title h2 {
  padding: 8px 12px;
  margin-bottom: 8px;
}

.cover-trailerSection {
  position: relative;
  margin-bottom: 20px;
}

.cover-trailerSection figure {
  width: 100%;
  display: block;
  max-height: 259px;
  overflow: hidden;
  margin: 0;
}

.cover-trailerSection figure img {
  width: 100%;
}

.cover-trailerSection .desc {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 10px 13px;
}

.cover-trailerSection .desc h2 {
  color: #ffffff;
}

.cover-trailerSection .playbtn {
  position: absolute;
  bottom: 16px;
  right: 18px;
  border-radius: 100%;
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #f6bc41;
  font-size: 40px;
}

/* trailerSection */
.trailerSection {
  background: #f0f2f3;
  margin-bottom: 20px;
}

.trailerSection figure {
  width: 100%;
  display: block;
  max-height: 124px;
  overflow: hidden;
  margin: 0;
  position: relative;
}

.trailerSection figure img {
  width: 100%;
}

.trailerSection figure .tag {
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 14px;
  background: #6092d8;
}

.trailerSection .desc {
  padding: 9px 10px 6px;
}

.trailerSection .desc h3 {
  min-height: 38px;
  line-height: 19px;
}

.movie-trailerSection .primarybtn {
  padding: 10px 15px;
}

.mainPanel-Section .primarybtn.medium {
  min-width: 188px;
  margin-bottom: 16px;
}

/* article-page */
#center-part .column-left.set2 {
  -ms-flex: 0 0 57%;
  flex: 0 0 57%;
  max-width: 57%;
}

.largecover-panel img {
  width: 100%;
}

.listTags-bar {
  padding-top: 18px;
  padding-bottom: 8px;
}

.listTags-bar .tag {
  margin-right: 8px;
}

.megaTitle-bar h1 {
  font-size: 40px;
  line-height: 44px;
  padding: 10px 0px;
  margin: 0;
}

.demand-panel.set2,
.demand-panel.set3 {
  padding-left: 0px;
  padding-right: 0px;
}

.demand-panel.set2 {
  background: #fff;
}

.demandbx.set2 .desc .tp .title {
  min-height: 46px;
}

.demandbx.set3 .desc .tp .title {
  min-height: 46px;
}

.demandbx.set3 .desc .btm {
  display: flex;
  justify-content: space-between;
}

.demandbx.set3 .desc .btm p {
  font-size: 12px;
}

.demandbx.set3 .desc .btm em {
  font-style: normal;
  font-size: 12px;
  color: #556274;
  line-height: 16px;
}

.demandbx.set3 .desc .tp .title h4 {
  margin-bottom: 14px;
  margin-right: 0;
  padding-right: 10px;
}

.trailerSection.set1 {
  background: #fff;
  border-bottom: solid 1px rgba(10, 30, 58, 0.16);
  padding-bottom: 15px;
  margin-bottom: 12px;
}

.trailerSection.set1 figure {
  max-height: 172px;
}

.trailerSection.set1 .desc {
  padding-left: 0px;
  padding-right: 0px;
}

.trailerSection.set1 .desc h4 {
  margin-bottom: 0px;
}

.trailerSection.set1 .desc .upldBy {
  color: #778393;
}

/* blog-bar */
.blog-bar {
  padding: 15px 0px 8px;
}

.blog-bar h3 {
  margin-bottom: 12px;
}

.blog-bar p {
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #031023;
  margin-bottom: 12px;
}

.blog-bar p a {
  text-decoration: underline;
  color: #1c71b8;
}

/* relatedArticle-panel */
.relatedArticle-panel {
  padding: 7px 18px 20px;
}

.relatedArticle-panel .ttl {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: rgba(10, 30, 58, 0.66);
  margin-bottom: 14px;
}

.relatedArticle-panel ul li {
  padding-left: 18px;
  margin-bottom: 20px;
  position: relative;
}

.relatedArticle-panel ul li:after {
  position: absolute;
  top: 6px;
  left: 3px;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 100%;
  background: #004fbd;
}

.relatedArticle-panel ul li a {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: #004fbd;
}

.relatedArticle-panel ul li p {
  display: flex;
  justify-content: space-between;
}

.relatedArticle-panel ul li p span {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  color: rgba(10, 30, 58, 0.66);
}

.relatedArticle-panel ul li:last-child {
  margin-bottom: 0px;
}

/* poll-bar */
.poll-bar {
  background: #f0f2f3;
  box-shadow: 0px -2px 0px #f6bc41;
  padding: 10px 17px 26px;
  margin-bottom: 22px;
}

.poll-bar span.subttl {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #778393;
  display: block;
  text-align: center;
  margin-bottom: 18px;
}

.poll-bar ul {
  max-width: 460px;
  margin: 0 auto;
  width: 100%;
}

/* articleVedio-bar */
.articleVedio-bar {
  background: rgba(31, 32, 36, 0.04);
  padding: 5px 28px 10px;
  margin-bottom: 18px;
}

.articleVedio-bar .subttl {
  display: block;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: rgba(31, 32, 36, 0.68);
  margin-bottom: 2px;
}

.articleVedio-bar figure {
  margin: 0px;
}

.articleVedio-bar figure img {
  width: 100%;
}

/* commentSection-bar */
.commentSection-bar {
  padding: 7px 0px;
  margin-bottom: 24px;
}

.commentSection-bar h2 {
  margin-bottom: 18px;
}

.commentSection-bar .inner {
  background: #f0f2f3;
}

.updateNewComment {
  padding: 0px 12px;
  background: #f0f2f3;
  box-shadow: inset 0px -1px 0px rgba(22, 41, 68, 0.16);
}

.updateNewComment .profile-p {
  padding: 12px 0px 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.updateNewComment .profile-p .lft {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.updateNewComment .profile-p .lft i {
  display: inline-block;
  width: 34px;
  height: 34px;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 6px;
}

.updateNewComment .profile-p .lft h4 {
  padding: 0px;
  margin: 0;
}

.updateNewComment .rated {
  display: flex;
  padding: 6px 0px;
}

.updateNewComment .rated div {
  width: 12px;
  height: 8px;
  border: 0.5px solid #f0f2f3;
}

.updateNewComment .blnk {
  background: #d2d6db;
}

.updateNewComment .fill {
  background: #a2d154;
  border: 0.5px solid #f0f2f3;
}

.updateNewComment .profile-p .desc ul {
  display: flex;
  margin: 0;
  align-items: center;
}

.updateNewComment .profile-p .desc ul li {
  font-size: 12px;
  line-height: 20px;
  color: #556274;
  position: relative;
  margin-right: 18px;
}

.updateNewComment .profile-p .desc ul li:after {
  content: "";
  position: absolute;
  top: 2px;
  right: -8px;
  width: 1px;
  height: 16px;
  background: #d2d6db;
}

.updateNewComment .typehere {
  padding: 4px 0px 13px;
  text-align: center;
}

.updateNewComment .typehere textarea {
  width: 100%;
  height: 96px;
  resize: none;
  background: #ffffff;
  border: 1px solid #778393;
  border-radius: 2px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15px;
  color: #778393;
  padding: 10px 13px;
  margin-bottom: 8px;
}

.updateNewComment .typehere textarea::placeholder {
  color: #778393;
}

.updateNewComment .typehere textarea:focus {
  outline: 0px;
}

.updateNewComment .typehere .primarybtn {
  padding: 10px 15px;
  font-size: 14px;
  padding: 8px 12px;
}

.updateNewComment .sorting {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: solid 1px rgba(22, 41, 68, 0.16);
  border-bottom: solid 1px rgba(22, 41, 68, 0.16);
  padding: 13px 15px;
  margin-left: -12px;
  margin-right: -12px;
}

.updateNewComment .sorting span {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15px;
  color: #323232;
  margin-right: 25px;
}

.updateNewComment .sorting span a {
  text-decoration: underline;
  color: #1c71b8;
  display: inline-block;
  padding-right: 15px;
  position: relative;
}

.updateNewComment .sorting span a:after {
  content: "\f0d7";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 12px;
  right: 4px;
}

.updateNewComment .likes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.updateNewComment.previousComment {
  padding: 0px 12px 7px;
}

.updateNewComment.previousComment .typehere {
  padding: 15px 0px 13px;
  text-align: left;
}

.updateNewComment.previousComment .typehere p {
  font-size: 14px;
  line-height: 20px;
  color: #031023;
}

.updateNewComment.previousComment .rght span {
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  color: rgba(10, 30, 58, 0.66);
}

.previousComment .likes .lft {
  display: flex;
}

.previousComment .likes .lft a {
  color: #556274;
  margin-right: 20px;
}

.previousComment .likes .lft a i {
  display: inline-block;
  margin-right: 8px;
}

.previousComment .likes .lft .rply {
  color: #1c71b8;
}

.previousComment .likes .rght a {
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  color: #556274;
}

.viewmore {
  border-top: solid 1px #d2d6db;
  text-align: center;
  padding: 10px 0px 6px;
  margin-left: -12px;
  margin-right: -12px;
}

.leftSidefxd {
  position: absolute;
  right: 100%;
  max-width: 140px;
  width: 100%;
  margin-right: 12px;
}

.leftSidefxd span {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: rgba(10, 30, 58, 0.66);
  padding-bottom: 21px;
}

.leftSidefxd ul {
  border-top: solid 1px #f6bc41;
  border-bottom: solid 1px #f6bc41;
}

.leftSidefxd ul li {
  border-bottom: solid 1px rgba(10, 30, 58, 0.16);
}

.leftSidefxd ul li:last-child {
  border-bottom: 0px;
}

.leftSidefxd ul li a {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #0a1e3a;
  padding: 20px 0px;
  width: 100%;
}

.leftSidefxd ul li a i {
  color: #778393;
  font-size: 22px;
  margin-right: 6px;
  width: 26px;
  text-align: center;
  line-height: 22px;
}

.leftSidefxd ul li a em {
  display: none;
  font-style: normal;
}

.small-leaderboard.set2 {
  padding: 0px 30px 25px;
  background: #f0f2f3;
}

.small-leaderboard.set2 span {
  display: block;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: rgba(31, 32, 36, 0.68);
}

/* product page */
.banner-bar {
  text-align: center;
  min-height: 300px;
  background-position: center;
  background-size: cover;
}

.banner-bar img {
  max-width: 100%;
  display: inline-block;
}

.detailsBlock {
  padding: 11.5px 0px 6px;
  border-bottom: solid 2px #f6bc41;
  margin-top: -104px;
}

.detailsBlock .desc {
  padding-left: 20px;
  max-width: 100%;
  width: 100%;
  padding-top: 38px;
}

.detailsBlock .desc .tp .rating {
  max-width: 114px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0;
  margin-top: -7px;
}

.detailsBlock .desc .tp .rating i {
  display: inline-block;
  width: 40px;
  height: 32px;
  color: #f6bc41;
  font-size: 34px;
  text-align: center;
  margin-right: 7px;
}

.detailsBlock .listTags-bar {
  padding-top: 23px;
  padding-bottom: 8px;
}

.detailsBlock .desc .tp .title {
  padding-top: 5px;
}

.detailsBlock .desc .tp .rating span {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 27px;
  line-height: 35px;
  color: #0a1e3a;
}

.detailsBlock .desc .tp .rating span em {
  display: block;
  font-weight: 700;
  font-size: 17px;
  line-height: 12px;
  color: #556274;
  font-style: normal;
}

.mainTab ul {
  display: flex;
  align-items: center;
  margin: 0px;
}

.mainTab ul li {
  margin-right: 19px;
}

.mainTab ul li a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  color: #fff;
  padding: 10px 1px;
  display: block;
  position: relative;
}

.mainTab ul li a:hover:after,
.mainTab ul li.active a:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  content: "";
  background: #f6bc41;
}

.btm.details {
  padding: 17px 0 0 0;
}

.demandbx .desc .details p {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #778393;
  line-height: 20px;
  margin-bottom: 0;
}

.watch-movie {
  padding: 36px 0 4px 3px;
}

.watch-movie ul li {
  display: inline-block;
  margin-right: 25px;
}

.watch-movie ul li:first-child span {
  text-decoration: underline;
  color: #1c71b8;
}

.watch-movie ul li:last-child span {
  text-decoration: underline;
  color: #556274;
}

.watch-movie ul li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.leftSidefxd.fullWidth {
  position: static;
  max-width: 100%;
}

.leftSidefxd.fullWidth ul {
  border-top: solid 1px #cbd0d5;
  border-bottom: 0;
}

.leftSidefxd.fullWidth ul li {
  border-bottom: 0;
  display: inline-block;
  padding-right: 23px;
}

.leftSidefxd.fullWidth ul li a {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #0a1e3a;
  padding: 18px 0px;
  width: 100%;
}

.leftSidefxd.fullWidth ul li a:after {
  content: "";
  height: 35px;
  width: 1px;
  border-right: 1px solid rgba(10, 30, 58, 0.16);
  position: absolute;
  right: -14px;
}

.leftSidefxd.fullWidth ul li:last-child a:after {
  display: none;
}

.custom-gutter {
  margin-top: 21px;
}

.featuredActors {
  padding: 0;
  background: transparent;
  box-shadow: none;
  margin-bottom: 4px;
}

.featuredActors h2.h1 {
  margin-bottom: 17px;
  font-size: 24px;
  line-height: 28px;
  color: #0a1e3a;
}

.actorSlider2 .actorbx .desc {
  padding: 8px 8px 5px 10px;
  min-height: 47px;
  align-items: flex-start;
}

.actorSlider2 .actorbx .desc p {
  color: #0a1e3a;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}

.featuredActors .anchor {
  position: absolute;
  top: 4px;
  right: 0;
  color: #1c71b8;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
}

.blog-bar.long-desc {
  padding: 8px 0px 5px;
  margin-top: 20px;
  border-top: 2px solid #f6bc41;
}

.blog-bar.long-desc h2 {
  margin-bottom: 19px;
}

.blog-bar.long-desc a {
  color: #000;
}

.row.custom-strech2 {
  margin: 0 -6px;
}

.custom-gutter2 {
  padding: 0 6px;
}

.custom-gap2 {
  padding: 6px 0 20px;
}

.blogListing figure {
  margin: 0;
}

.blogListing h4 {
  font-size: 14px;
  line-height: 16px;
  color: #031023;
  margin-bottom: 4px;
}

.blogListing .desc {
  padding: 8px 5px;
}

span.uploadedBy {
  color: #778393;
}

.uploadArea {
  background: #f0f2f3;
  mix-blend-mode: normal;
  border: 2.53333px dashed #778393;
  box-sizing: border-box;
  border-radius: 3.8px;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

h4.uploadTitle {
  color: #778393;
}

.tabHeader {
  background: #d2d6db;
}

.tabHeader .mainTab ul li a {
  color: #0a1e3a;
  font-size: 13px;
  line-height: 20px;
  padding: 6px 0px;
  letter-spacing: 0.2px;
  font-family: Roboto;
}

.tabHeader .mainTab ul li a:hover:after,
.tabHeader .mainTab ul li.active a:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  content: "";
  background: #0a1e3a;
}

.tabHeader {
  padding-left: 12px;
}

.tabHeader .mainTab ul li {
  margin-right: 23px;
}

.updateNewComment.reviewComments .profile-p .lft h4 {
  padding: 0px;
  margin: 0;
  line-height: 24px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}

.updateNewComment.reviewComments .profile-p {
  padding: 7px 0px 0px;
}

.updateNewComment.reviewComments .profile-p .lft i {
  margin-right: 8px;
  margin-top: 6px;
}

.reviewComments .ratingstars {
  display: flex;
  align-items: center;
  margin: 12px 0 1px;
}

.reviewComments .poll-bar {
  background: transparent;
  box-shadow: none;
  padding: 0;
  margin-bottom: 0;
  margin-top: 55px;
  position: absolute;
  right: 23px;
}

.reviewComments .poll-bar ul li {
  display: inline-block;
  margin-left: 11px;
}

.reviewComments .radiobtn:checked + label {
  color: #0a1e3a;
}

.reviewComments .radiobtn + label {
  background: transparent;
  border: 0;
  box-sizing: border-box;
  border-radius: 0;
  align-self: center;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #0a1e3a;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
}

.reviewComments .radiobtn + label i {
  margin-right: 7px;
}

.reviewComments .radiobtn:checked + label i {
  border: solid 2px #0a1e3a;
}

.reviewComments .radiobtn:checked + label i:after {
  background: #0a1e3a;
}

.updateNewComment.reviewComments .typehere .primarybtn {
  font-size: 14px;
  padding: 8px 11px;
  font-family: Roboto;
}

.updateNewComment.reviewComments .sorting {
  padding: 15px 15px 12px;
  margin-left: -11px;
  margin-right: -11px;
}

.reviewComments.previousComment .ratingstars {
  margin: 10px -2px 0px;
}

.updateNewComment.reviewComments .likes {
  padding: 19px 4px 3px;
}

.reviewComments.previousComment .likes .lft a i {
  margin-right: 4px;
  font-size: 17px;
}

.updateNewComment.reviewComments:last-child .likes {
  padding: 19px 4px 9px;
}

.reviewComments a.primarybtn.medium img {
  display: inline;
  vertical-align: middle;
}

.hr.border-top2.custom-gap {
  margin: 10px 0 -2px;
}

.typeOne .demandbx .desc .tp .title h4 {
}

.typeOne .demandbx .desc {
  padding-left: 8px;
  overflow: hidden;
  position: relative;
}

.typeOne .primarybtn {
  padding: 6px 24px;
}

.typeOne .demandbx:not(:first-of-type) {
  display: flex;
  padding: 0 0px 11.5px;
  border-bottom: solid 1px rgba(10, 30, 58, 0.16);
}

.typeOne .btm {
  position: absolute;
  left: 7px;
  bottom: 0;
}

.typeOne .demandbx:last-child {
  padding: 0 0px 19px;
}

.typeOne .demandbx:last-child .btm {
  bottom: -8px;
}

.typeOne .demandbx:last-child .desc {
  overflow: visible;
}

.custom-gutter4 {
  margin-top: 27px;
}

.uploadArea i.fas.fa-plus {
  width: 25px;
  height: 25px;
  background: #556274;
  text-align: center;
  line-height: 25px;
  border-radius: 30px;
  color: #fff;
}

.typeTwo .demandbx .desc .btm p {
  display: block;
  color: #556274;
  margin: 0px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  margin-top: -3px;
}

.border-top2.typeTwo {
  margin-bottom: 14px;
}

.typeTwo .demandbx {
  padding: 11.5px 7px;
}

.sideBtn .primarybtn.medium {
  padding: 10px 24px;
}

.sideBtn.desktopHide {
  display: none;
}

/**Acter Page **/
.watch-movie.clipBoard {
  padding: 57px 0 4px 3px;
}

.blog-bar.long-desc.typeEditor {
  padding: 9px 0px 0px;
  margin-top: 1px;
  border-top: 0px solid #f6bc41;
}

.blog-bar.typeEditor p {
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #031023;
  margin-bottom: 20px;
}

.blog-bar .custom-gap2 {
  padding: 0px 0 20px;
  margin-top: -3px;
}

.blog-bar .blogListing .desc {
  padding: 8px 5px;
  border-bottom: 1px solid rgba(22, 41, 68, 0.16);
}

.showAll .primarybtn.medium {
  padding: 10px 24px;
}

.showAll {
  margin-bottom: 14px;
}

.custom-gutter .commentSection-bar {
  margin-bottom: 0;
}

.long-desc.actotListingWrap {
  margin-top: 13px;
}

ul.actotListing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

ul.actotListing li {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  padding-bottom: 0;
  margin-bottom: 13px;
}

.linksExternal {
  position: absolute;
  top: 13px;
  right: 0;
  text-decoration: underline;
  display: inline-block;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #1c71b8 !important;
}

/* footer part */
#footer-part {
  width: 100%;
}

.footerTop-bar {
  background: #0a1e3a;
}

.footerTop-bar .panel {
  padding-top: 52px;
  padding-bottom: 28px;
}

.links {
  margin: 0px;
}

.links li {
  margin-bottom: 11px;
}

.links li a {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

.newsletterpanel {
  text-align: center;
  padding-top: 28px;
}

.newsletterpanel p {
  font-weight: 300;
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 9px;
}

.newsletterpanel .in {
  max-width: 460px;
  margin: 0 auto;
}

.newsletterpanel input {
  width: 100%;
  padding: 5px 15px;
  border: 0.9px solid #ffffff;
  box-sizing: border-box;
  border-radius: 3.6px;
  height: 46px;
  font-family: Roboto;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  background: transparent;
}

.newsletterpanel input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footerTop-bar .footer-sociallinks {
  padding-left: 35px;
}

.footer-sociallinks li {
  margin-bottom: 14px;
}

.footer-sociallinks li a {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #727d89;
  padding: 5px 0px;
}

.footer-sociallinks li a i {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.66);
  position: relative;
  margin-top: -5px;
}

/* footerBottom-bar */
.footerBottom-bar {
  background: #031023;
  padding: 15px 0px 2px;
}

.footerBottom-bar ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footerBottom-bar ul li {
  margin: 0px 30px;
}

.footerBottom-bar ul li a {
  display: block;
}

.mobileleaderboard-bar {
  display: none;
  padding: 0px 20px 12px;
  background: #031023;
}

.demand-panel.desktopHide,
.small-leaderboard.desktopHide {
  display: none;
}

.m-panel .latestnewsbx {
  margin-bottom: 20px;
}

.mainpanel-bar.m-panel.desktopHide {
  display: none;
}

.sociallinks.desktopHide {
  display: none;
}

.mobileSlidelatestnewsbx .owl-stage-outer {
  overflow: hidden;
}

.mobileSlidelatestnewsbx .owl-item {
  float: left;
}

.mobileSlidelatestnewsbx .owl-nav,
.mobileSlidelatestnewsbx .owl-dots {
  display: none;
}

.mobileViewOnly {
  display: none;
}

.largecover-panel.desktopHide,
.small-leaderboard.set2.desktopHide {
  display: none;
}

.column-right.desktopHide {
  display: none;
}

/* Smaller than standard 1280px (devices and browsers) */
@media only screen and (max-width: 1199px) {
  .detailsBlock img {
    max-width: 100%;
  }

  .blog-bar.long-desc img {
    max-width: 100%;
  }

  .blogListing img {
    max-width: 100%;
  }

  ul.actotListing {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0 -15px;
  }

  ul.actotListing li {
    margin: 4px 15px;
    width: calc(23% - 17px);
  }
}

/* Smaller than standard 1041px (devices and browsers) */
@media only screen and (max-width: 1059px) {
  .mainNav ul li {
    margin-right: 14px;
  }

  .leftSidefxd {
    margin-right: 0px;
  }

  .headerMainNav-bar .extraLinks {
    max-width: 36%;
  }

  .myreview-btn {
    padding: 10px 9px;
  }
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1041px) {
  .headerSubNav-bar ul li {
    margin-right: 20px;
  }
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1031px) {
  .actorbx .desc {
    padding: 5px 10px 5px 8px;
  }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (max-width: 1023px) {
  .headerSubNav-bar ul li {
    margin-right: 15px;
  }

  #center-part .column-right {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  #center-part .column-left {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }

  .headerMiddle-section .col.searchpanel {
    max-width: 580px;
  }

  .actorbx .desc .movieplus i {
    margin-right: 0px;
    width: 14px;
  }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 991px) {
  .headerTop-section,
  .headerMiddle-section .col.searchpanel,
  .headerMiddle-section .col.sociallinks {
    display: none;
  }

  .mtoggle {
    display: inline-block;
    margin-left: 15px;
  }

  .headerMiddle-section .col.logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .mobileprofile {
    display: flex;
    max-width: 100px;
  }

  .headerMiddle-section {
    padding: 20px 0px 20px;
  }

  .headerMainNav-bar .extraLinks,
  .headerSubNav-bar {
    display: none;
  }

  .headerMainNav-bar {
    display: none;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .mainNav ul {
    display: block;
  }

  .mainNav ul li {
    margin-right: 0;
  }

  .mainNav ul li a:hover:after,
  .mainNav ul li.active a:after {
    display: none;
  }

  .headerMainNav-bar .row {
    display: block;
  }

  .sociallinks.desktopHide {
    margin-top: 15px;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: solid 2px rgba(255, 255, 255, 0.66);
    border-bottom: solid 2px rgba(255, 255, 255, 0.66);
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }

  .sociallinks.desktopHide ul {
    align-items: center;
    justify-content: center;
  }

  .sociallinks ul li {
    margin: 0px 12px;
  }

  #center-part .column-left,
  #center-part .column-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .small-leaderboard {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .sideBtn.mobileHide,
  .leaderboard-bar.mobileHide {
    display: none;
  }

  .sideBtn.desktopHide {
    display: block;
  }

  .mobileleaderboard-bar {
    display: block;
  }

  .footerTop-bar .footer-sociallinks {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0px;
  }

  .footer-sociallinks li {
    margin: 0px 10px;
  }

  #template.extrapadd {
    padding-top: 80px;
  }

  .top-title-bar.mobileHide,
  .mainpanel-bar.panel1.mobileHide,
  .mainpanel-bar.panel2.mobileHide,
  .mainpanel-bar.panel3.mobileHide,
  .demand-panel.mobileHide,
  .small-leaderboard.mobileHide,
  .demand-panel.mobileHide {
    display: none;
  }

  .trendingActors-bar {
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .small-leaderboard.desktopHide {
    display: block;
  }

  .demand-panel .viewmorebx {
    justify-content: center;
  }

  .section-left2,
  .section-right2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .demand-panel.desktopHide {
    display: block;
  }

  .mainpanel-bar.m-panel.desktopHide {
    display: block;
  }

  .latestnewsbx .img,
  .latestnewsbx .desc {
    max-width: 100%;
  }

  .latestnewsbx .img {
    height: 260px;
  }

  .mobileSlidelatestnewsbx .latestnewsbx.small.fulllayout .img {
    height: 180px;
  }

  .overflowhide:after {
    position: absolute;
    top: 0px;
    right: 100%;
    width: 15px;
    height: 100%;
    background: #fff;
    content: "";
    margin-right: -10px;
  }

  .mobileViewOnly {
    display: block;
  }

  .headerSubNav-bar.breadcrumb-bar {
    display: block;
  }

  #center-part .column-left.set2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .column-right.desktopHide,
  .largecover-panel.desktopHide,
  .small-leaderboard.set2.desktopHide {
    display: block;
  }

  .largecover-panel.mobileHide {
    display: none;
  }

  .largecover-panel.fullDisplay {
    margin-right: -15px;
    margin-left: -15px;
  }

  .leftSidefxd {
    margin-right: 0px;
    position: relative;
    right: inherit;
    width: 100%;
    max-width: 100%;
  }

  .leftSidefxd ul {
    border-top: solid 1px #f6bc41;
    border-bottom: solid 1px #f6bc41;
    display: flex;
  }

  .leftSidefxd ul li {
    border: 0px;
    position: relative;
    margin-right: 20px;
  }

  .leftSidefxd ul li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -14px;
    width: 1px;
    height: 36px;
    transform: translate(0%, -50%);
    background: rgba(10, 30, 58, 0.16);
  }

  .leftSidefxd ul li:nth-child(2) {
    display: none;
  }

  .leftSidefxd ul li:last-child:after {
    display: none;
  }

  .leftSidefxd ul li a em {
    display: inline-block;
  }

  .trailerSection.set1 figure {
    max-height: 210px;
  }

  .megaTitle-bar h1 {
    font-size: 34px;
    line-height: 38px;
  }

  .headerSubNav-bar.breadcrumb-bar ul li:after {
    right: -10px;
  }

  .actotListing .owl-item {
    float: left;
  }

	ul.actotListing {
	margin: 0 -15px;
}

  .actotListing .owl-dots,
  .actotListing .owl-nav {
    display: none;
  }


  ul.actotListing li {
    margin: 4px 15px;
    width: calc(23% - 15px);
  }
  .actotListing .owl-item li{
	margin: 0;
	margin-bottom: 13px;
    width: calc(100% - 0px); 
  }
}

@media only screen and (max-width: 784px) {

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 767px) {

  .latestnewsbx.small.fulllayout .img {
    min-height: inherit;
    max-height: 200px;
  }

  .top-title-bar ul {
    margin-top: 15px;
    justify-content: flex-start;
  }

  .top-title-bar ul li:first-child {
    margin-left: 0px;
  }

  .footerBottom-bar ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footerBottom-bar ul li {
    margin: 0px 20px;
  }

  .trendingActors-bar .anchor {
    position: inherit;
    top: inherit;
    right: inherit;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    display: block;
    text-align: center;
  }

  .trendingActors-bar .anchor span {
    display: inline-block;
    text-decoration: underline;
  }

  .actorSlider,
  .actorSlider2 {
    position: relative;
    max-width: calc(100% - 30px);
    overflow: initial;
  }

  .trendingActors-bar {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
  }

  .m-panel .latestnewsbx.fullDisplay,
  .demand-panel.fullDisplay,
  .movie-trailerSection.fullDisplay,
  .latest-commentSection.fullDisplay {
    margin-left: -15px;
    margin-right: -15px;
  }

  .latest-commentSection.fullDisplay {
    padding-left: 15px;
    padding-right: 15px;
  }

  .demand-panel.desktopHide {
    padding: 8px 15px;
  }

  .mobileSlidelatestnewsbx {
    width: calc(100% - 50px);
  }

  .overflowhide2:after {
    position: absolute;
    top: 2px;
    right: 100%;
    width: 15px;
    height: 100%;
    background: #f6bc41;
    content: "";
    margin-right: -10px;
  }

  .left-mainSection .section-left,
  .left-mainSection .section-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .mobileSlidelatestnewsbx .owl-stage-outer {
    overflow: initial;
  }

  .mainpanel-bar.panel1 .latestnewsbx {
    margin-bottom: 15px;
  }

  .latestnewsbx.fullDisplay {
    margin-left: -15px;
    margin-right: -15px;
  }

  .megaTitle-bar h1 {
    font-size: 30px;
    line-height: 34px;
  }

  .commentSection-bar.fullDisplay {
    margin-left: -15px;
    margin-right: -15px;
  }

  .commentSection-bar.fullDisplay h2 {
    padding: 0px 12px;
  }

  .headerSubNav-bar.breadcrumb-bar ul li:last-child a {
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 105px;
  }

  .detailsBlock .figure img {
    max-width: 89px;
  }

  .detailsBlock {
    margin-top: -26px;
    position: relative;
    display: block;
  }

  .banner-bar {
    min-height: 180px;
    background-position: center;
    background-size: cover;
  }

  .mainTab {
    position: absolute;
    top: -44px;
    left: 0;
  }

  .detailsBlock .desc {
    padding-left: 0;
    padding-top: 0px;
  }

  .watch-movie.clipBoard,
  .watch-movie {
    padding: 24px 0 12px 1px;
  }

  .watch-movie ul li {
    margin-right: 15px;
  }

  .tag {
    font-size: 7.5px;
    line-height: 10px;
    padding: 3px 7px 1px;
  }

  .detailsBlock .listTags-bar {
    padding-bottom: 0;
  }

  .listTags-bar .tag {
    margin-right: 4px;
  }

  .detailsBlock .desc .tp .title {
    padding-top: 0;
  }

  .detailsBlock h1 {
    font-size: 24px;
    line-height: 28px;
  }

  .detailsBlock .desc .tp .rating {
    max-width: 72px;
    padding: 0;
    margin-top: 0;
  }

  .detailsBlock .desc .tp .rating i {
    font-size: 24px;
    margin-right: 0px;
  }

  .detailsBlock .desc .tp .rating span {
    font-size: 18px;
    line-height: 23px;
  }

  .detailsBlock .desc .tp .rating span em {
    font-size: 11px;
    line-height: 12px;
  }

  .detailsBlock > .figure {
    display: inline-block;
    float: left;
    margin-right: 8px;
  }

  .demandbx .desc .tp {
    margin-bottom: 35px;
  }

  .overflowhide2.featuredActors:after {
    display: none;
  }

  .trendingActors-bar.featuredActors {
    margin-left: 0;
    margin-right: -15px;
    overflow: hidden;
    padding-top: 9px;
  }

  .leftSidefxd.fullWidth ul li:nth-child(2) {
    display: inline-block;
  }

  .leftSidefxd.fullWidth ul li {
    padding-right: 12px;
    margin-right: 6px;
  }

  .leftSidefxd.fullWidth ul li:after,
  .leftSidefxd.fullWidth ul li a em {
    display: none;
  }

  .leftSidefxd.fullWidth ul li a:after {
    right: 0px;
  }

  .trendingActors-bar .anchor {
    display: none;
  }

  .blog-bar.long-desc img {
    width: 100%;
  }

  .blogListing img {
    max-width: 100%;
  }

  .custom-gutter2 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 39.333333%;
    max-width: 39.333333%;
  }

  .row.custom-strech2 {
    margin: 0 -6px;
    flex-wrap: nowrap;
  }

  .tabHeader .mainTab {
    position: static;
  }

  .typeOne .demandbx:last-child .btm {
    bottom: 0px;
  }

  .hr.border-top2.custom-gap {
    margin: 10px 0 -2px;
    display: none;
  }

  .demand-panel.typeTwo.desktopHide {
    padding: 8px 0;
  }

  .btm.details {
    width: 100%;
    clear: both;
  }

  .uploadArea {
    min-height: 80px;
  }

  .blog-bar .blogListing .desc {
    border-bottom: 0;
  }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 539px) {
  .footerBottom-bar {
    padding: 25px 0px 10px;
  }

  .footerBottom-bar ul li {
    margin: 0px 35px;
  }

  .footerBottom-bar ul li {
    margin-bottom: 50px;
  }

  .footerBottom-bar ul li:nth-child(3),
  .footerBottom-bar ul li:nth-child(4) {
    margin-bottom: 0px;
  }

  .megaTitle-bar h1 {
    font-size: 28px;
    line-height: 32px;
  }
}


.kortefilmlabel {
	font-size: 10px;background-color: #e8e8e8;padding: 2px 5px;display: inline-block;
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .latestnewsbx .img {
    height: 210px;
  }

  .latestnewsbx.small.fulllayout .img {
    min-height: inherit;
    max-height: 130px;
  }

  .footer-sociallinks li {
    margin: 0px 6px;
  }

  .trailerSection .desc h3 {
    min-height: 58px;
  }

  .headerMiddle-section .col.logo {
    max-width: 160px;
  }

  .headerMiddle-section .col.logo img {
    max-width: 100%;
  }

  .mobileprofile {
    max-width: 90px;
  }

  .mobileSlidelatestnewsbx {
    width: calc(100% - 130px);
  }

  .demandbx .desc .tp {
    margin-bottom: 20px;
  }
}

li.article-share {
  display: inline-block !important;
}

