#bcAudio {
  width: 100%;
  max-width: 480px;
  height: 40px;
  border-radius: 2px;
  margin: 10px auto;
}
.rcstorylisting #bcAudio{
	margin-bottom: 0;
}
#bcAudio.video-js.vjs-mouse .vjs-big-play-button {
  opacity: .8;
  width: 0;
  height: 0;
  margin-left: -5%;
  color: #fff;
}
#bcAudio.video-js.vjs-mouse .vjs-big-play-button:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 30px;
    left: 4px;
    border: 0px solid #00b9f1;
    border-width: 15px 2px 23px 38px;
    border-radius: 20px;
}

#bcAudio .vjs-control-bar {
  transform: none;
  background-color: transparent;
}

#bcAudio.video-js.vjs-mouse .vjs-big-play-button {
  background: none;
}
#bcAudio .vjs-dock-text {
  display: none;
}
#bcAudio.video-js .vjs-play-progress {
  background-color: #0d92b3 !important;
  height: 15px;
}

#bcAudio.video-js .vjs-play-control, #bcAudio .vjs-volume-panel.vjs-control.vjs-volume-panel-horizontal, #bcAudio.video-js .vjs-time-control, #bcAudio.video-js .vjs-current-time, #bcAudio.video-js .vjs-big-play-button {
  color: #fff;
}
#bcAudio.video-js .vjs-volume-level{
  background:#fff !important;
}
#bcAudio.video-js .vjs-fullscreen-control, #bcAudio.video-js .vjs-picture-in-picture-control{
  display : none !important;
}
#bcAudio.video-js .vjs-progress-control{
  height: 1.5em !important;
  top: -1.5em  !important;
}
#bcAudio.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-control-bar,
#bcAudio.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-control-bar,
#bcAudio.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-control-bar,
#bcAudio.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar,
#bcAudio.video-js.vjs-has-started.vjs-paused.vjs-ad-playing.vjs-user-inactive .vjs-control-bar,
#bcAudio.video-js.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar{
  transform: none !important;
  -webkit-transform: none  !important;
  -ms-transform: none  !important;
  opacity: 1;
}

#bcAudio.vjs-control-bar.vjs-control-bar.vjs-control-bar.vjs-control-bar.vjs-control-bar.vjs-control-bar.vjs-control-bar.vjs-control-bar {
  transform: none  !important;
  -webkit-transform: none !important;
  -ms-transform: none  !important;
}
#bcAudio .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{
	opacity : 1 !important;
}
.vjs-current-time.vjs-time-control.vjs-control,.vjs-time-control.vjs-time-divider,.vjs-duration.vjs-time-control.vjs-control {
	display: block !important;
}
.rcstorylisting #bcVideo{
	padding-top: 56.25%;
	width: 100%;
}
.rcstorylisting .rprtr-item-video-wrp > div{
	position: relative; display: block; max-width: 640px;
}
/*............ reporter Article Starts ............ */
.rprtr-float-left {
  float: left; }

.reporters-dispn {
  font-family: Roboto; }

.reporters-img {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: #ddd;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff; }
  .reporters-img img {
    max-width: 100%; }

.reporter-ap-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.reporters-dispn {
  padding-left: 10px; }

.reporters-location {
  color: #666;
  font-size: 12px;
  margin-top: 4px; }
  .reporters-location i {
    padding-right: 4px; }

.reporters-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1; }

.reporter-social-a {
  width: 35px;
  height: 35px;
  background: #e5e5e5;
  color: #333;
  display: block;
  text-align: center;
  line-height: 35px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
  .reporter-social-a .fab {
    color: #666666;
    background: none;
    vertical-align: middle; }

.reporter-social-a:hover .fab {
  color: #fff; }

.rprtr-fb:hover {
  background: #3b5998; }

.rprtr-twitter:hover {
  background: #4099ff; }

.rprtr-whatsapp:hover {
  background: #25d366; }

/*............ reporter Starts ............ */
.reporter-article-wrp {
  padding: 80px 10px;
  background-color: #333;
  background-image: url(rcapplibs/img/reporters-bg.jpg);
  position: relative;
  margin-bottom: 20px;
  overflow: hidden; }
  .reporter-article-wrp .story-headline {
    color: #FFFFFF;
    -moz-text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    -webkit-text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); }
  .reporter-article-wrp .web-special-label {
    position: inherit;
    display: table;
    margin: 0 auto; }
  .reporter-article-wrp .story-author-date {
    color: #fff;
    -moz-text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
    -webkit-text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6); }

.reporter-article-title-wrp {
  position: relative;
  z-index: 2;
  text-align: center; }

.reportes-cover-img {
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  -moz-filter: blur(5px);
  -webkit-filter: blur(5px);
  filter: blur(5px); }

.reportes-cover-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.7);
  z-index: 1; }

.reporter-content-iconwrp {
  text-align: center;
  display: table;
  margin: 15px auto 0; }
  .reporter-content-iconwrp .report-cnt-icon {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    color: #fff;
    font-size: 14px; }

.reporter-social-li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 2px; }

.reporter-details-story {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px; }

.reporter-left {
  float: left; }

.reporter-share-wrp {
  float: right; }

.reporter-story-body p {
  line-height: 26px;
  font-size: 21px;
  color: #333;
  font-family: PanchariUni; }

.reporter-media-block {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
  background-color: #FFFFFF;
  overflow: hidden;
  max-width: 700px;
  margin: 0 auto;
  width: 100%; }

.reporter-media-wrp {
  margin-top: 15px; }
  .reporter-media-wrp .reporters-media-ul {
    padding: 0;
    padding-left: 0px;
    margin: 0;
    list-style: none; }
    .reporter-media-wrp .reporters-media-ul .reporter-media-li {
      list-style: none;
      padding: 0 50px 0 60px;
      width: 100%;
      margin-bottom: 10px !important;
      margin-top: 10px !important;
      position: relative;
      float: left; }
      @media only screen and (max-width: 640px) {
        .reporter-media-wrp .reporters-media-ul .reporter-media-li {
          padding: 0px;
          margin-bottom: 5px !important;
          margin-top: 5px !important; } }

.reporter-figcaption {
  padding: 15px;
  font-size: 20px;
  line-height: 26px;
  color: #333;
  word-wrap: break-word; }

.reporter-media-number {
  position: absolute;
  left: 0;
  top: 15px;
  font-family: Roboto; }
  @media only screen and (max-width: 640px) {
    .reporter-media-number {
      position: inherit;
      top: inherit; } }

.reporter-media-current {
  font-size: 24px;
  font-weight: 600;
  font-family: roboto;
  color: #333; }
  @media only screen and (max-width: 640px) {
    .reporter-media-current {
      font-size: 16px; } }

.reporter-media-total {
  font-size: 16px;
  color: #888;
  font-weight: 600; }

.reporter-figure-image {
  width: 100%;
  position: relative;
  min-height: 200px;
  /* padding-top: 58.5%;*/
  background: #eee; }
  .reporter-figure-image .rprtr-item-img-a {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    text-align: center;
    width: 100%; }
  .reporter-figure-image img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto; }

.reporter-video-block {
  position: relative;
  /* padding-top: 56.25%;*/
  background: #eee; }
  @media only screen and (max-width: 640px) {
    .reporter-video-block .vjs-dock-text {
      opacity: 0; }
    .reporter-video-block .vjs-big-play-button {
      margin-left: -.5em;
      margin-top: -.5em;
      width: 1em;
      height: 1em;
      line-height: 1em; } }

.reporter-twocolumns-left {
  margin-bottom: 15px; }

.pp-caption {
  font-family: EGGIndulekhaUni;
  font-size: 21px;
  padding-right: 5px;
  color: #000; }

/*............ reporter Ends ............ */
/*............ reporter Article Ends ............ */

/*............ reporter Article Starts ............ */
.rprtr-float-left {
  float: left; }

.reporters-dispn {
  font-family: Roboto; }

.reporters-img {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: #ddd;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff; }
  .reporters-img img {
    max-width: 100%; }

.reporter-ap-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.reporters-dispn {
  padding-left: 10px; }

.reporters-location {
  color: #666;
  font-size: 12px;
  margin-top: 4px; }
  .reporters-location i {
    padding-right: 4px; }

.reporters-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1; }

.reporter-social-a {
  width: 35px;
  height: 35px;
  background: #e5e5e5;
  color: #333;
  display: block;
  text-align: center;
  line-height: 35px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
  .reporter-social-a .fab {
    color: #666666;
    background: none;
    vertical-align: middle; }

.reporter-social-a:hover .fab {
  color: #fff; }

.rprtr-fb:hover {
  background: #3b5998; }

.rprtr-twitter:hover {
  background: #4099ff; }

.rprtr-whatsapp:hover {
  background: #25d366; }

.reprt-item-time, .reporter-component-title, .rprtr-item-sharebtn, .rprtr-catgry-title, .report-item-icon {
  font-family: Roboto; }

.reporter-component-wrp {
  width: 100%;
  float: left;
  margin: 10px 0px 15px; }

.reporter-component-list-wrp-in {
  max-height: 1000px;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  padding: 0 3px; }

.reporter-component-title-wrp {
  background-image: url(rcapplibs/img/reporters-title-bg.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  border-bottom: 2px solid #ec1c24;
  margin-bottom: 10px;
  width: 100%; }

.reporter-component-title {
  display: table;
  margin: auto;
  background: #ec1c24;
  color: #fff;
  padding: 10px 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  min-width: 30%;
  text-align: center; }

.rprtr-component-item-wrp {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
  background-color: #FFFFFF;
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
  margin-top: 20px;
  border: 1px solid #e5e5e5; }

.rprtr-component-item-wrp:after, .rprtr-component-item-wrp:before {
  content: "";
  position: absolute;
  background-color: rgba(68, 74, 156, 0.3);
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px; }

.rprtr-component-item-wrp:after {
  height: 10px;
  width: 90%;
  top: -11px; }

.rprtr-component-item-wrp:before {
  height: 18px;
  width: 80%;
  top: -19px; }

.rprtr-item-img-wrp {
  width: 100%;
  position: relative;
  padding-top: 52.15%;
  background: #eee;
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  overflow: hidden;
  -moz-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.2); }

.reporter-component-wrp .reporter-item-list-iconwrp {
  margin-bottom: 10px; }

.rprtr-item-img-wrp .rprtr-item-img-a {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0px;
  text-align: center;
  width: 100%;
  isplay: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.rprtr-item-img-wrp .rprtr-main-img {
  max-width: 100%;
  max-height: 100%; }

.reporter-component-wrp ul {
  margin: 0;
  padding: 0;
  list-style: none !important; }
  .reporter-component-wrp ul li {
    line-height: 100%;
    list-style: none;
    margin: 0; }

.reporter-component-wrp .reporter-social-a {
  text-decoration: none; }

.reporter-component-list-ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .reporter-component-list-ul .rprtr-component-li {
    width: 100%;
    margin: 10px auto; }

.reporter-component-wrp .rprtr-item-link {
  text-decoration: none; }
.reporter-component-wrp .rprtr-list-item-headline {
  font-family: EGGIndulekhaUni;
  color: #333994;
  display: block;
  font-size: 22px;
  line-height: 1; }
.reporter-component-wrp .rprtt-item-dispn-p {
  font-family: PanchariUni;
  color: #555;
  margin: 4px 0px 0px;
  font-size: 18px;
  line-height: 1;
  max-height: 56px;
  overflow: hidden; }
.reporter-component-wrp .report-item-icon {
  display: inline-block;
  vertical-align: middle;
  padding-right: 8px;
  color: #999;
  font-size: 13px;
  margin: 0;
  line-height: 100%; }

.reprt-item-time {
  display: block;
  font-size: 11px;
  color: #999;
  margin-top: 10px; }

.rprtr-item-dispn-top, .rprtr-dispn-footer {
  width: 100%;
  padding: 15px; }

.rprtr-dispn-footer {
  background-color: #e5e5e5; }

.rprtr-dispn-footer-in {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.rprtr-item-sharebtn {
  display: block;
  font-size: 14px;
  color: #333994;
  padding: 8px 0px 8px 8px;
  cursor: pointer; }

.rprtr-item-ftr-left {
  max-width: 75%; }

.rprtr-component-text-only .rprtr-list-item-headline {
  margin-top: 0px; }

.reporter-component-wrp .rprtr-share-li {
  margin-bottom: 5px;
  margin-top: 0px;
  list-style: none;
  width: 100%; }

.rprtr-item-ftr-right {
  position: relative; }

.rprtr-item-video-wrp {
  position: relative;
  /*padding-top: 56.25%;*/
  background: #eee;
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  overflow: hidden; }
  .rprtr-item-video-wrp .vjs-dock-text {
    opacity: 0; }
  .rprtr-item-video-wrp .vjs-big-play-button {
    margin-left: -.5em;
    margin-top: -.5em;
    width: 1em;
    height: 1em;
    line-height: 1em; }

.rprtr-item-audioplayerwrp {
  width: 100%;
  overflow: hidden; }
  .rprtr-item-audioplayerwrp img {
    display: block; }

.reporter-component-wrp .rprtr-catgry-title {
  margin-bottom: 10px;
  font-size: 13px;
  color: #999; }
  .reporter-component-wrp .rprtr-catgry-title i {
    padding-right: 4px; }

/*........ Reporter Share ...............*/
.rprtr-share-pop:after, .rprtr-share-pop:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 15px solid #fff;
  bottom: -13px;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  z-index: 1; }

.rprtr-share-pop:after {
  border-top: 14px solid #e5e5e5;
  bottom: -14px;
  z-index: 0; }

.rprtr-share-pop {
  background: #fff;
  position: absolute;
  bottom: 50px;
  padding: 5px;
  right: 0px;
  z-index: 3;
  border: 1px solid #e5e5e5;
  -moz-box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 4px 4px 2px 2px;
  -webkit-border-radius: 4px 4px 2px 2px;
  border-radius: 4px 4px 2px 2px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.rprtr-share-pop.shareActive {
  opacity: 1;
  -webkit-animation: scale-up-bottom 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-bottom 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

@-webkit-keyframes scale-up-bottom {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%; } }
@keyframes scale-up-bottom {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%; } }
/*........ Reporter Share  ends...............*/
/*............ reporter Article Ends ............ */

