/*
Theme Name: Top Channel
Author: Olsi Celaj & Kristi Gliozheni
Author URI: http://top-channel.tv
Version: 1.3
*/

@import url(https://fonts.googleapis.com/css?family=Roboto:200,300,400,500,700);
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,400i,700");
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500,700");

/*WP THings*/
.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

/*End of WP Things*/

.lighterBlue {
  color: #142a51;
}

/* Main Primary color */
.lightBlue {
  color: #4a6088;
}

.blueColor {
  color: #2a426d;
}

.darkBlue {
  color: #061737;
}

.darkerBlue {
  color: #020c1f;
}

.orange {
  color: #c00;
}

.orange a {
  color: #fff !important;
  background: #dec013;
  border-radius: 5px;
}

.orange a:hover,
.orange a:active,
.orange a:focus {
  background: #fff;
  color: #c00 !important;
}

.top-youtube-red {
  color: #c00;
}

.top-youtube-red a {
  color: #fff !important;
  background: #c00;
  border-radius: 5px;
}

.top-youtube-red a:hover,
.top-youtube-red a:active,
.top-youtube-red a:focus {
  background: #fff;
  color: #c00 !important;
}

.puno-top-channel {
  color: #c00;
}

.puno-top-channel a {
  color: #fff !important;
  border-radius: 5px;
  margin-left: 390px;
  background: #1e90ff;
}

.puno-top-channel a:hover,
.puno-top-channel a:active,
.puno-top-channel a:focus {
  background: #fff;
  color: #c00 !important;
}

/* As RGBa codes */

.rgba-primary-0 {
  color: rgba(20, 42, 81, 1);
}

/* Main Primary color */
.rgba-primary-1 {
  color: rgba(74, 96, 136, 1);
}

.rgba-primary-2 {
  color: rgba(42, 66, 109, 1);
}

.rgba-primary-3 {
  color: rgba(6, 23, 55, 1);
}

.rgba-primary-4 {
  color: rgba(2, 12, 31, 1);
}

* {
  font-family: Roboto, Helvetica, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

a:hover {
  text-decoration: none;
  color: #142a51;
}

a:active {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", Roboto, Helvetica, Arial, sans-serif;
}

html {
}

body {
}

div {
}

.grayBG {
  background-color: #eeeeee;
  background-color: rgba(20, 42, 81, 0.1);
}

.whiteBG {
  background-color: #ffffff;
}

.mt20 {
  margin-top: 16px;
}

.mb20 {
  margin-bottom: 16px;
}

.pt20 {
  padding-top: 16px !important;
}

.pb20 {
  padding-bottom: 16px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.noPadding {
  padding: 0px;
}

.boxStyle {
  display: block;
  padding: 16px;
  background: #f5f5f5;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 16px;
  text-transform: uppercase;
  line-height: 24px;
}

.boxStyle:hover,
.boxStyle:active,
.boxStyle:focus {
  background: #eeeeee;
  color: #142a51;
}

.boxStyle .boxDate {
  color: #767676;
}

.zodiacBox {
  background: #f5f5f5 url(assets/images/zodiac.png) center right no-repeat;
}

.zodiacBox:hover,
.zodiacBox:active,
.zodiacBox:focus {
  background: #eeeeee url(assets/images/zodiac.png) center right no-repeat;
}

.exchangeBox {
  background: #f5f5f5 url(assets/images/exchange.png) center right no-repeat;
}

.exchangeBox:hover,
.exchangeBox:active,
.exchangeBox:focus {
  background: #eeeeee url(assets/images/exchange.png) center right no-repeat;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  z-index: 999;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe.instagram-media {
  max-width: none !important;
}

.videoWrapper.fixedSmall {
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 0px;
  width: 250px;
  height: 140px;
}

.socialWrapper {
  position: relative;
  margin: 8px 0px;
  text-align: center;
  max-width: 100%;
}

.twitter-tweet {
  margin: 16px auto;
}

.sharing {
}

.sharing .shareIcon {
  font-size: 22px;
  padding: 0px 8px;
}

.sharing .shareIcon.facebook {
  color: #3b5998;
}

.sharing .shareIcon.whatsapp {
  color: #31a03d;
}

.sharing .shareIcon.twitter {
  color: #55acee;
}

.sharing .shareIcon.gplus {
  color: #dc4e41;
}

.sharing .shareIcon.mail {
  color: #168de2;
}

.sharing .shareIcon.print {
  color: #404040;
}

/*
body.single .siteWidthContainer { max-width: 1016px; }
body.single .siteContainer .topContainer .topInnerContainer { max-width: 1016px; }

body.archive .siteWidthContainer { max-width: 1016px; }
body.archive .siteContainer .topContainer .topInnerContainer { max-width: 1016px; }
*/

.siteWidthContainer {
  max-width: 1266px;
  margin: 0px auto;
}

.siteContainer {
  padding: 0px;
  min-height: 1000px;
  position: relative;
}

.siteContainer .topContainer {
  position: relative;
  width: 100%;
  height: 50px;
  top: 0px;
  background-color: #142a51;
}

.siteContainer .topContainer .topInnerContainer {
  position: relative;
  max-width: 1266px;
  margin: 0px auto;
  height: 100%;
  padding: 0px;
}

.siteContainer .topContainer .topInnerContainer .logoContainer {
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.siteContainer .topContainer .topInnerContainer .logoContainer a {
  display: block;
  padding: 10px 0px 0px 10px;
}

.siteContainer .topContainer .topInnerContainer .logoContainer img {
  max-height: 30px;
}

.siteContainer .bigMenu {
  position: absolute;
  top: 0px;
  left: 60px;
  height: 30px;
  display: inline-block;
  margin-top: 10px;
  float: left;
  overflow: hidden;
}

.siteContainer .bigMenu ul {
  list-style: none;
  display: inline-block;
  margin: 0px;
  padding: 0px;
}

.siteContainer .bigMenu ul li {
  list-style: none;
  display: inline-block;
  margin: 0px;
  padding: 0px;
}

.siteContainer .bigMenu a {
  color: #ffffff;
  line-height: 30px;
  font-family: Oswald, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  padding: 0px 8px;
}

.siteContainer .bigMenu a:active,
.siteContainer .bigMenu a:focus,
.siteContainer .bigMenu a:hover {
  color: #bfbfbf;
}

.siteContainer .bigMenu ul li.bigMenuItem-0 a {
  font-weight: 600;
}

/* .siteContainer .mainMenu .menuContainer { margin-top: 32px; } */

.siteContainer .mainMenu {
  display: none;
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 100;
  background-color: #eeeeee;
  background-color: rgba(20, 42, 81, 1);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 16px 16px 16px 16px;
  margin: 0px auto 0px auto;
  overflow: visible;
  overflow-x: hidden;
  z-index: 9999995;
}

.siteContainer ul.menuUL {
  margin-top: 0px;
}

.siteContainer .mainMenu ul.menuUL li {
  display: none;
}

.siteContainer .mainMenu ul#newsMenu2 {
  display: none;
}

.siteContainer .mainMenu ul.menuUL li:nth-child(1) {
  margin-bottom: 8px;
  display: block;
}

.siteContainer .mainMenu ul.menuUL li:nth-child(1) a {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  font-family: Oswald, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.siteContainer .mainMenu ul.menuUL li a .fa-chevron-up {
  color: #bfbfbf;
}

.siteContainer .mainMenu a.menuTitle {
  color: #ffffff;
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 16px;
}

.siteContainer .mainMenu .col {
  padding: 0px;
}

.siteContainer .mainMenu ul {
  list-style: none;
  padding: 0px;
  margin: 0px 0px 32px 0px;
}

.siteContainer .mainMenu ul li {
  list-style: none;
  padding: 0px;
  margin: 0px 0px 8px 0px;
}

.siteContainer .mainMenu ul li a {
  color: #bfbfbf;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.siteContainer .mainMenu ul li a:active,
.siteContainer .mainMenu ul li a:focus,
.siteContainer .mainMenu ul li a:hover {
  color: #ffffff;
}

.siteContainer .topContainer .menuButtonContainer {
  display: inline-block;
  float: right;
  padding-right: 10px;
  z-index: 999;
}

.siteContainer .topContainer .menuButtonContainer a {
  line-height: 50px;
  margin-left: 10px;
  opacity: 1;
}

.siteContainer .topContainer .menuButtonContainer a img {
  width: 25px;
}

.siteContainer .topContainer .menuButtonContainer a.topnewslive img {
  width: 40px;
}

.siteContainer .topContainer .menuButtonContainer a:hover {
  opacity: 0.6;
}

.siteContainer .searchBox {
  display: none;
  background-color: #eeeeee;
  background-color: rgba(20, 42, 81, 0.95);
  margin-top: 0px;
  width: 100%;
  height: 60px;
  padding: 10px;
  width: 100%;
  position: relative;
}

.siteContainer .searchBox input {
  width: 100%;
  height: 40px;
  padding: 10px;
}

.siteContainer .searchBox .startSearch {
  width: 40px;
  height: 40px;
  padding: 0px;
  margin: 0px;
  background: none;
  border: none;
  position: absolute;
  right: 10px;
  top: 10px;
}

.siteContainer .searchBox .startSearch i {
  font-size: 22px;
  color: #000;
  stroke: 2px #ffffff;
  -webkit-text-stroke: 2px #ffffff;
}

.siteContainer .contentWrapper {
  overflow: hidden;
}

.siteContainer .fullWidthImage {
  width: 100%;
}

.featuredNews {
  padding: 0px 8px 32px 8px;
}

.featuredNews .newsBox {
  margin-top: 16px;
  padding: 0px 8px;
}

.featuredNews .newsBox .articleLink {
  position: relative;
  width: 100%;
  float: left;
  color: #fff;
  overflow: hidden;
}

.featuredNews .newsBox .articleLink img {
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.featuredNews .newsBox .articleLink .titleContainer {
  font-size: 20px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0px;
  right: 0px;
  padding: 15% 16px 16px 16px;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorStr=#00000000, endColorStr=#DD000000);
  background-color: transparent;
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  background-position-y: -1px;
}

.featuredNews .newsBox.newsBox-2 .articleLink .titleContainer,
.featuredNews .newsBox.newsBox-3 .articleLink .titleContainer,
.featuredNews .newsBox.newsBox-4 .articleLink .titleContainer,
.featuredNews .newsBox.newsBox-5 .articleLink .titleContainer {
  position: relative;
  display: block;
  color: #000000;
  padding: 8px 0px;
  background: none;
  filter: none;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.featuredNews .newsBox.newsBox-2 .articleLink .titleContainer .filter,
.featuredNews .newsBox.newsBox-3 .articleLink .titleContainer .filter,
.featuredNews .newsBox.newsBox-4 .articleLink .titleContainer .filter,
.featuredNews .newsBox.newsBox-5 .articleLink .titleContainer .filter {
  display: none;
}

.featuredNews .newsBox .articleLink .titleContainer .filter {
  display: inline-block;
  padding: 2px 5px;
  background-color: #142a51;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
}

.featuredNews .newsBox .articleLink:hover {
}

.featuredNews .newsBox .articleLink:hover img {
  filter: brightness(110%);
}

.featuredNews .newsBoxTitle {
  padding: 0px 8px;
}

.featuredNews .newsBoxTitle a {
  color: #4a4a4a;
  font-size: 24px;
  font-weight: bold;
  border-left: 5px solid blue;
  line-height: 28px;
  padding-left: 10px;
}

.boxTitle {
  padding: 0px 8px 8px 8px;
}

.boxTitle .vline {
  display: inline-block;
  width: 5px;
  background-color: #142a51;
  height: 20px;
  margin-right: 5px;
}

.boxTitle a {
  font-size: 26px;
  line-height: 34px;
  font-weight: 500;
  color: #4a4a4a;
  text-decoration: none;
}

.boxTitle a:hover,
.threeGrid .boxTitle a:active,
.threeGrid .boxTitle a:focus {
  text-decoration: none;
  color: #000000;
}

.articles {
  padding: 0px 0px;
}

.articles .article {
  margin-bottom: 16px;
  border-bottom: 1px solid #d3d3d3;
  padding: 0px 8px;
}

.articles .article a {
}

.articles .article a.articleTitle {
  display: block;
  color: #212121;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  padding: 0px 0px 16px 0px;
}

.articles .article a.articleTitle:hover,
.threeGrid .articles .threeGrid .article a.articleTitle:active,
.threeGrid .articles .threeGrid .article a.articleTitle:focus {
  color: #000000;
}

.articles .article a img {
  -webkit-transition: 0.3s, filter;
  -moz-transition: 0.3s, filter;
  transition: 0.3s, filter;
  -webkit-transition: 0.3s -webkit-filter linear;
  opacity: 1;
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.5);
}

.articles .article a:hover img,
.articles .article a:active img,
.articles .article a:focus img {
  -webkit-filter: brightness(110%) contrast(100%);
  filter: brightness(110%) contrast(100%);
  opacity: 0.9;
}

.articles .article a.articleTitle .date {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #767676;
  line-height: 20px;
  margin-top: 8px;
}

.articles .article a.imageContainer {
  position: relative;
  display: block;
  margin-bottom: 16px;
}

.threeGrid {
  padding: 0px 8px;
}

.normalGrid {
  padding: 16px 8px;
}

.normalGrid .articles {
}

.normalGrid .articles .article {
  border: none;
  margin: 0px;
}

.normalGrid .articles .article a.imageContainer {
}

.normalGrid .articles .article a.imageContainer img {
}

.normalGrid .articles .article a.articleTitle {
}

.featuredGrid {
  padding: 0px 8px;
}

.featuredGrid .articles {
  padding: 0px 8px;
}

.featuredGrid .articles .article {
  padding: 0px;
}

.featuredGrid .articles .article.article-1 .articleTitle {
  color: #ffffff;
  font-size: 20px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0px;
  right: 0px;
  padding: 15% 15px 15px 15px;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorStr=#00000000, endColorStr=#DD000000);
  background-color: transparent;
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  background-position-y: -1px;
}

.featuredGrid .articles .article:hover .articleTitle,
.featuredGrid .articles .article:active .articleTitle,
.featuredGrid .articles .article:focus .articleTitle {
  background-color: #eeeeee;
}

.featureSidebar {
  padding: 0px 8px;
}

.featureSidebar .sideArticles {
  padding: 0px;
}

.featureSidebar .sideArticles .sideBorder {
  border: 1px solid #142a51;
  padding: 0px;
}

.featureSidebar .sideArticles .sideTitle {
  background-color: #142a51;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  padding: 8px 16px;
  line-height: 24px;
  text-transform: uppercase;
}

.featureSidebar .sideArticles .sideTitle a {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.featureSidebar .sideArticles .sideContainer {
}

.featureSidebar .sideArticles .sideContainer .sideArticle {
  position: relative;
  float: left;
  width: 100%;
  display: block;
  padding: 16px 16px;
}

.featureSidebar .sideArticles .sideContainer .sideArticle .date {
  width: 20%;
  text-align: left;
  float: left;
  font-size: 14px;
  font-weight: 500;
  color: #142a51;
  padding: 0px;
  line-height: 20px;
}

.featureSidebar .sideArticles .sideContainer .sideArticle .title {
  width: 80%;
  float: left;
  color: black;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.featureSidebar .sideArticles .sideContainer .sideArticle .title p {
  color: #666;
  font-size: 12px;
  line-height: 16px;
  padding-top: 8px;
}

.featureSidebar .sideArticles .sideContainer .sideArticle:hover .title {
  color: #142a51;
}

.featureSidebar .sideArticles .sideContainer .sideArticle:nth-child(odd) {
  background: #f2f2f2;
}

.featureSidebar .sideArticles .sideContainer .sideArticle:nth-child(even) {
  background: #ffffff;
}

.mostRead {
  padding: 0px;
}

.mostRead .mrTitle {
  background-color: #142a51;
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  padding: 8px 16px;
  line-height: 24px;
  text-transform: uppercase;
}

.mostRead .mrTitle a {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

.mostRead .mrStories {
}

.mostRead .mrStories .story {
  display: block;
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 0px;
  padding: 8px 8px;
  border-bottom: 1px solid #cccccc;
}

.mostRead .mrStories .story:last-child {
  border-bottom: none;
}

.galleryGrid {
  padding: 0px 8px;
}

.galleryGrid .boxTitle {
  padding-left: 8px;
}

.galleryGrid .pressGalleryContainer {
  padding: 0px 8px;
}

.galleryGrid .pressGalleryContainer .title {
  background-color: #fff;
  padding: 16px 16px;
}

.galleryGrid .pressGalleryContainer .title:hover,
.galleryGrid .pressGalleryContainer .title:active,
.galleryGrid .pressGalleryContainer .title:focus {
  background-color: #eeeeee;
}

.galleryGrid .galleryContainer {
  padding: 0px;
}

.galleryGrid .galleryContainer .gallery {
  padding: 0px 8px;
  margin-bottom: 16px;
}

.galleryGrid .galleryContainer .gallery .galleryInner {
  background-color: #ffffff;
}

.galleryGrid .galleryContainer .gallery .galleryInner:hover,
.galleryGrid .galleryContainer .gallery .galleryInner:active,
.galleryGrid .galleryContainer .gallery .galleryInner:focus {
  background-color: #eeeeee;
}

.galleryGrid .title {
  display: block;
  color: #212121;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 12px 48px 12px;
}

.galleryGrid img.image {
}

.galleryGrid .date {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #767676;
  line-height: 20px;
  margin-top: 8px;
  padding-left: 12px;
  padding-bottom: 12px;
}

.galleryGrid .date {
  position: absolute;
  bottom: 0px;
  left: 8px;
}

.mediaIcon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #142a51;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
}

.mediaIcon .i {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
}

.videoFeature {
  padding: 0px 16px;
}

.videoFeature .videoInner {
  padding: 0px;
}

.videoFeature .videoWrapper {
  position: relative;
  display: none;
}

/*.videoFeature .videoWrapper iframe { display: none; }*/

.videoFeature .videoContainer {
  padding: 0px 0px;
  margin: 0px 0px 0px 0px;
  position: relative;
}

.videoFeature .videoContainer .featuredVideoLink {
  padding: 0px 0px;
  display: block;
}

.videoFeature .videoContainer .featuredVideoLink .videoTitle {
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #ffffff;
  display: block;
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0px;
  right: 0px;
  padding: 30% 15px 15px 15px;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorStr=#00000000, endColorStr=#DD000000);
  background-color: transparent;
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  background-position-y: -1px;
}

.videoFeature .videoContainer .featuredVideoLink .mediaIcon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  top: 0px;
  left: 0px;
}

.videoFeature .videoContainer .featuredVideoLink .mediaIcon i {
  line-height: 50px;
  font-size: 40px;
}

.videoFeature .otherVideos {
  padding: 0px 0px;
  margin: 0px 0px;
  background: #f5f5f5;
  overflow: hidden;
}

.videoFeature .otherVideos .cvContainer {
  overflow: hidden;
  overflow-y: scroll;
}

.videoFeature .otherVideos .cvContainer::-webkit-scrollbar {
  display: none !important;
}

.videoFeature .otherVideos .cvContainer .inner::-webkit-scrollbar {
  display: none !important;
}

.videoFeature .otherVideos .cvContainer *::-webkit-scrollbar {
  display: none !important;
}

.videoFeature .otherVideos .otherVideo {
  display: block;
  padding: 8px 8px 8px 8px;
  margin-bottom: 0px;
  opacity: 1;
}

.videoFeature .otherVideos .otherVideo:hover,
.videoFeature .otherVideos .otherVideo:active,
.videoFeature .otherVideos .otherVideo:focus {
  background-color: #eeeeee;
}

.videoFeature .otherVideos .otherVideo .thumb {
  position: relative;
  padding: 0px;
}

.videoFeature .otherVideos .otherVideo .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  padding: 0px 0px 0px 8px;
}

.videoFeature .otherVideos .otherVideo .title .date {
  font-weight: 500;
  padding-top: 0px;
  color: #777777;
  font-size: 12px;
}

.videoFeature .otherVideos .categories {
  display: none;
}

.videoFeature .otherVideos .categories a {
  display: block;
  padding: 8px 16px;
  color: #000;
  font-weight: 400;
}

.videoFeature .otherVideos .categories a:hover,
.videoFeature .otherVideos .categories a:active,
.videoFeature .otherVideos .categories a:focus {
  background: #eeeeee;
}

.videoFeature .otherVideos .otherVideosHead {
  display: block;
  background: #c9c9c9;
}

.videoFeature .otherVideos .otherVideosHead a {
  padding: 8px 16px;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
}

.videoFeature .otherVideos .otherVideosHead a:hover,
.videoFeature .otherVideos .otherVideosHead a:focus,
.videoFeature .otherVideos .otherVideosHead a:active,
.videoFeature .otherVideos .otherVideosHead a.selected {
  background: #eeeeee;
  text-decoration: none;
}

.videoFeature .otherVideos .otherVideosHead a i {
  opacity: 0.3;
}

.videoFeature .boxTitle {
  padding: 0px 0px 8px 0px;
}

.playingTitle {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
  padding: 0px 0px 8px 0px;
  margin: 0px 16px 16px 16px;
  display: block;
  border-bottom: 1px solid #212121;
}

.playingTitle:hover,
.playingTitle:active,
.playingTitle:focus {
  color: #eeeeee;
}

footer {
  color: #fff;
  margin: 0px 0px 0px 0px;
}

footer .footerMenuContainer {
  background: #142a51;
  padding: 32px 0px 16px 0px;
}

footer .footerMenuContainer ul {
  padding: 0px;
  margin: 0px 0px 32px 0px;
  list-style: none;
}

footer .footerMenuContainer ul li {
  padding: 0px;
  margin: 0px 0px 8px 0px;
  display: block;
}

footer .footerMenuContainer ul li a {
  color: #bfbfbf;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

footer .footerMenuContainer ul li a:active,
footer .footerMenuContainer ul li a:focus,
footer .footerMenuContainer ul li a:hover {
  text-decoration: none;
  color: #fff;
}

footer .footerMenuContainer ul li:nth-child(1) {
  margin-bottom: 20px;
}

footer .footerMenuContainer ul li:nth-child(1) a {
  font-weight: 500;
  font-size: 22px;
  color: #ffffff;
}

footer .footerCopyrightContainer {
  background: #061737;
  padding: 16px 0px;
}

footer .footerCopyrightContainer p {
  padding: 16px 16px;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  margin: 0px;
}

/* Article Styling */
.single article {
  padding: 0px;
}

.single article .inner {
  padding: 0px 8px;
  max-width: 730px;
  margin: 0 auto;
}

.single article .categories {
  padding-top: 16px;
}

.single article .filter {
  display: inline-block;
  padding: 2px 5px;
  background-color: #142a51;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
}

.single article .filter:active,
.single article .filter:focus,
.single article .filter:hover {
  background: #404040;
}

.single article .caption {
  background: #142a51;
  padding: 8px;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.single article .title {
  /*border-bottom: 1px solid #dbdbdb;*/
  margin: 0px 0px 0px 0px;
  padding: 16px 0px 16px 0px;
}

.single article .title h1 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
}

.single article .title .date {
  padding: 16px 0px 0px 0px;
}

.single article .title .date i {
  padding-right: 0px;
}

.single article .articleSharing {
  padding: 16px 0px 0px 0px;
  text-align: right;
}

.single article .articleSharing.full {
  padding: 32px 0px;
  text-align: center;
}

.single article .articleImage {
  margin: 0px 0px 0px 0px;
}

.single article .articleContent p {
  color: #404040;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin: 16px 0px 8px 0px;
}

.single article .articleContent .firstP p {
  font-weight: 500;
}

.single article .articleContent a {
  font-size: 18px;
  font-weight: 500;
}

.single article p.last {
  /* border-bottom: 1px solid #d3d3d3; */
  padding-bottom: 16px;
}

aside {
  padding: 8px;
}

aside .articles {
  padding: 16px;
  background-color: #eeeeee;
  background-color: rgba(20, 42, 81, 0.1);
}

aside .articles .article {
  border-bottom: none;
  padding: 0px;
}

aside .articles .article .articleTitle {
  padding-bottom: 0px;
  font-size: 16px;
}

aside .articles .article .articleTitle .date {
  margin-top: 4px;
}

aside .articles .article a.imageContainer {
  margin-bottom: 8px;
}

aside .articles .boxTitle {
  padding: 0px 0px 8px 0px;
}

aside .box {
  padding: 12px 0px;
  background-color: #eeeeee;
  background-color: rgba(20, 42, 81, 0.1);
  text-align: center;
}

.archive {
}

.archive .inner.titleInner {
  padding: 0px 16px;
}

.archive section {
  padding: 0px 0px;
}

.archive section .threeGrid {
  padding: 0px 8px;
}

.archive section .threeGrid .articles {
}

.archive section .threeGrid .articles.mainStories {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d3d3d3;
}

.archive section .threeGrid .articles .article {
  border-bottom: none;
}

.archive section .threeGrid .articles .article.sub .imageContainer {
  padding: 0px;
}

.archive section .threeGrid .articles .article .articleTitle {
  padding: 0px;
  font-family: "Roboto Condensed", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.archive section .threeGrid .articles .article.sub .imageContainer {
  padding-top: 5px;
}

.archive section .threeGrid .articles .article.sub .imageContainer .mediaIcon {
  top: 5px;
}

.archive section .threeGrid .articles .article.sub .articleTitle {
  padding: 0px 8px;
}

.archive section .threeGrid .articles .article.sub .articleTitle .date {
  margin-top: 0px;
}

.pagination {
  display: block;
  margin: 16px 0px;
  padding: 0px;
  border: none;
  text-align: center;
}

.pagination .screen-reader-text {
  display: none;
}

.pagination .nav-links {
}

.pagination .nav-links .page-numbers {
  display: inline-block;
  border: 1px solid #404040;
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  margin: 0px;
  padding: 5px 5px;
}

.pagination .nav-links .page-numbers:hover,
.pagination .nav-links .page-numbers:focus,
.pagination .nav-links .page-numbers:active {
  color: #ffffff;
  background: #404040;
}

.pagination .page-numbers.current {
  background: #404040;
  color: #ffffff;
}

.pagination .page-numbers.dots {
  border: none;
}

.pagination .page-numbers.dots:hover,
.pagination .page-numbers.dots:focus,
.pagination .page-numbers.dots:active {
  background: none;
  color: #404040;
}

.pagination .nav-links .page-numbers.next {
  padding: 5px 8px;
}

.pagination .nav-links .page-numbers.prev {
  padding: 5px 8px;
}

.smallGalleryBox {
  display: block;
  background: #fafafa;
  border: 1px solid #e1e1e1;
}

.smallGalleryBox:hover,
.smallGalleryBox:active,
.smallGalleryBox:focus {
  background: #e1e1e1;
}

.smallGalleryBox .imageContainer {
  padding: 0px;
}

.smallGalleryBox .gtitle {
  padding: 16px;
  color: #000000;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}

.pTitle {
  font-weight: 500;
  color: #000000;
  font-family: Oswald, Helvetica, Arial, sans-serif;
  font-size: 26px;
  margin-bottom: 16px;
}

.single .articleContent .gallery {
  display: none;
}

@media (min-width: 768px) {
  /* Small devices (tablets, 768px and up) */

  .siteContainer .mainMenu ul#newsMenu2 {
    display: block;
  }

  .siteContainer .mainMenu ul.menuUL li {
    display: block;
  }

  .single article .inner {
    padding: 0px 16px;
  }

  aside {
    padding: 0px 16px;
  }

  aside .rightCol {
    padding: 0px 16px;
  }

  .featuredNews .newsBox.newsBox-2 .articleLink .titleContainer,
  .featuredNews .newsBox.newsBox-3 .articleLink .titleContainer,
  .featuredNews .newsBox.newsBox-4 .articleLink .titleContainer,
  .featuredNews .newsBox.newsBox-5 .articleLink .titleContainer {
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    position: absolute;
    width: 100%;
    bottom: -1px;
    left: 0px;
    right: 0px;
    padding: 15% 16px 16px 16px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorStr=#00000000, endColorStr=#DD000000);
    background-color: transparent;
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    background-position-y: -1px;
  }

  .featuredNews .newsBox.newsBox-2 .articleLink .titleContainer .filter,
  .featuredNews .newsBox.newsBox-3 .articleLink .titleContainer .filter,
  .featuredNews .newsBox.newsBox-4 .articleLink .titleContainer .filter,
  .featuredNews .newsBox.newsBox-5 .articleLink .titleContainer .filter {
    display: inline-block;
  }

  .featuredNews .newsBox.newsBox-2 .articleLink .titleContainer .filter {
    margin-top: 5px;
  }

  .threeGrid {
  }

  .threeGrid .boxTitle {
  }

  .threeGrid .boxTitle .vline {
  }

  .threeGrid .boxTitle a {
  }

  .threeGrid .boxTitle a:hover,
  .threeGrid .boxTitle a:active,
  .threeGrid .boxTitle a:focus {
  }

  .threeGrid .articles {
  }

  .threeGrid .articles .article {
    border-bottom: none;
    margin-bottom: 0px;
    padding: 0px 8px;
  }

  .threeGrid .articles .article a {
  }

  .threeGrid .articles .article a.articleTitle {
    font-size: 18px;
    line-height: 22px;
  }

  .threeGrid .articles .article a.articleTitle:hover,
  .threeGrid .articles .threeGrid .article a.articleTitle:active,
  .threeGrid .articles .threeGrid .article a.articleTitle:focus {
  }

  .threeGrid .articles .article a img {
  }

  .threeGrid .articles .article a:hover img,
  .threeGrid .articles .article a:active img,
  .threeGrid .articles .article a:focus img {
  }

  .threeGrid .articles .article a.imageContainer {
  }

  /*
	.threeGrid .articles .article.article-1 { padding-right: 10.5px; }
	.threeGrid .articles .article.article-2 { padding-left: 5.5px; padding-right: 5.5px; }
	.threeGrid .articles .article.article-3 { padding-left: 10.5px; }
	.threeGrid .articles .article.article-4 { padding-right: 10.5px; }
	.threeGrid .articles .article.article-5 { padding-left: 5.5px; padding-right: 5.5px; }
	.threeGrid .articles .article.article-6 { padding-left: 10.5px; }
*/

  .featuredGrid .articles .article {
    border-bottom: none;
  }

  .featuredGrid .articles .article .imageContainer {
    margin-bottom: 0px;
  }

  .featuredGrid .articles .article .articleTitle,
  .featuredGrid .articles .article.article-1 .articleTitle {
    color: #000000;
    position: relative;
    background: none;
    background-color: #ffffff;
    filter: none;
    padding: 12px 12px 32px 12px;
  }

  .featuredGrid .articles .article.article-2 {
    padding-right: 10.5px;
  }

  .featuredGrid .articles .article.article-3 {
    padding-left: 5.5px;
    padding-right: 5.5px;
  }

  .featuredGrid .articles .article.article-4 {
    padding-left: 10.5px;
  }

  .featuredGrid .articles .article.article-5 {
    padding-right: 10.5px;
  }

  .featuredGrid .articles .article.article-6 {
    padding-left: 5.5px;
    padding-right: 5.5px;
  }

  .featuredGrid .articles .article.article-7 {
    padding-left: 10.5px;
  }

  .featuredGrid .articles .article .articleTitle .date {
    position: absolute;
    bottom: 8px;
    left: 12px;
  }

  .featureSidebar {
    padding: 0px;
  }

  .featureSidebar .sideArticles {
    padding: 0px 8px;
  }

  .mostRead {
    padding: 0px 8px;
  }

  .mostRead .mrTitle {
    margin-top: 0px;
  }

  .galleryGrid .title {
    padding: 12px 12px 48px 12px;
  }

  /*.galleryGrid .date { position: absolute; bottom: 0px; left: 12px; }*/

  /*     .videoFeature .otherVideos .otherVideo .title { font-size: 16px; line-height: 20px; } */

  .archive section .threeGrid .articles.mainStories .article {
    margin-bottom: 16px;
  }
}

@media (min-width: 992px) {
  /* Medium devices (desktops, 992px and up) */

  .single article .articleImage {
    padding: 0px 16px 0px 16px;
  }

  .single article .caption {
    margin: 0px 16px;
  }

  /* 	aside { padding: 60px 16px 0px 0px; }  */
  aside .rightCol {
    padding: 0px 0px;
  }

  .single .videoInner {
    padding: 0px 16px 0px 0px;
  }
}

@media (min-width: 1200px) {
  /* Large devices (large desktops, 1200px and up) */

  .featuredNews {
  }

  .featuredNews .newsBox.newsBox-4 {
    margin-top: 9px !important;
  }

  .featuredNews .newsBox.newsBox-5 {
    margin-top: 9px !important;
  }

  .featuredNews .newsBox.newsBox-2,
  .featuredNews .newsBox.newsBox-3,
  .featuredNews .newsBox.newsBox-4,
  .featuredNews .newsBox.newsBox-5 {
    max-height: 169px;
  }

  .articles .article a.articleTitle {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
  }

  .featureSidebar {
    padding: 0px 8px;
  }

  .featureSidebar .sideArticles {
    padding: 0px;
  }

  .mostRead {
    padding: 0px;
    margin-top: 16px;
  }

  .mostRead .mrStories {
    max-height: 350px;
    overflow: hidden;
    overflow-y: scroll;
  }

  .mostRead::-webkit-scrollbar {
    display: none !important;
  }

  .mostRead .inner::-webkit-scrollbar {
    display: none !important;
  }

  .mostRead *::-webkit-scrollbar {
    display: none !important;
  }

  /* 	.videoFeature { padding-left: 48px; padding-right: 48px; } */
  .videoFeature .videoInner {
    padding: 0px 8px;
  }

  .normalGrid .articles .article.promobox {
    padding-top: 12px;
  }

  .siteContainer .topContainer .mainMenu {
    display: inline-block;
    float: left;
  }

  .siteContainer .topContainer .mainMenu .menuContainer {
    display: block;
    padding: 0px;
    margin: 0px;
  }

  .siteContainer .topContainer .mainMenu .menuContainer ul.mainMenuUL {
    list-style: none;
    padding: 0px;
    margin: 0px;
  }

  .siteContainer .topContainer .mainMenu .menuContainer ul.mainMenuUL li {
    list-style: none;
    float: left;
    display: inline-block;
    line-height: 50px;
    padding: 15px 0px 0px 0px;
    margin: 0px 10px 0px 0px;
  }

  .siteContainer .topContainer .mainMenu .menuContainer ul.mainMenuUL li a {
    font-weight: 300;
    color: #cccccc;
    line-height: 20px;
    display: block;
    padding: 0px 10px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-right: 1px solid #ccc;
  }

  .siteContainer
    .topContainer
    .mainMenu
    .menuContainer
    ul.mainMenuUL
    li:last-child
    a {
    border-right: none;
  }

  .siteContainer
    .topContainer
    .mainMenu
    .menuContainer
    ul.mainMenuUL
    li.current-menu-item {
  }

  .siteContainer
    .topContainer
    .mainMenu
    .menuContainer
    ul.mainMenuUL
    li.current-menu-item
    a:hover {
    color: #ffffff;
  }

  /*

    .siteContainer .topContainer .menuButtonContainer { display: inline-block; float: right; padding-right: 10px; }
    .siteContainer .topContainer .menuButtonContainer a {  line-height: 50px; margin-left: 20px; }
    .siteContainer .topContainer .menuButtonContainer a i { line-height: 50px; color: #CCCCCC; font-size: 25px; -webkit-text-stroke: 1px #142a51; stroke: 1px #142a51; }*/
}

.adBox {
  margin: 16px auto;
}

.noBorder {
  border: none !important;
}

.PDS_Poll {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  overflow-y: scroll;
}

.PDS_Poll .pds-box {
  border: none !important;
  border-radius: 0px !important;
  width: 100% !important;
}

/* .PDS_Poll .pds-box .pds-box-outer { padding: 16px !important; } */
.PDS_Poll .pds-box .pds-box-outer .pds-links .pds-pd-link {
  display: none !important;
}

.PDS_Poll .pds-box .pds-box-outer .pds-answer {
  padding: 0px !important;
  border: 0px !important;
}

.PDS_Poll .pds-box .pds-box-outer .pds-answer-group {
  padding: 0px 0px 0px 0px !important;
}

.PDS_Poll .pds-box .pds-box-outer .pds-answer-group .pds-answer-input {
  width: auto !important;
}

.PDS_Poll
  .pds-box
  .pds-box-outer
  .pds-answer-group
  .pds-answer-input
  .pds-radiobutton {
  margin: 0px !important;
}

.PDS_Poll .pds-box .pds-box-outer .pds-answer-group .pds-input-label {
  width: auto !important;
  padding-left: 8px !important;
}

.PDS_Poll .pds-box a {
  display: inline !important;
  font: normal normal bold 20px/24px Arial;
}

.home .PDS_Poll .pds-box,
.custom-homex .PDS_Poll .pds-box {
  margin: 0px !important;
}

.home .PDS_Poll .pds-box .pds-question-top,
.custom-homex .PDS_Poll .pds-box .pds-question-top {
  margin: 0px !important;
  font-size: 14px !important;
  line-height: 16px !important;
  margin-bottom: 10px !important;
}

.home .PDS_Poll .pds-feedback-group,
.custom-homex .PDS_Poll .pds-feedback-group {
  padding: 0px !important;
}

.home .PDS_Poll .pds-box a,
.custom-homex .PDS_Poll .pds-box a {
  font-size: 16px !important;
  line-height: 20px;
  font-weight: bold !important;
}

.home .PDS_Poll .pds-links-back {
}

.home .PDS_Poll .pds-links-back a,
.custom-homex .PDS_Poll .pds-links-back a {
  font-size: 12px;
  font-weight: normal;
  float: right !important;
  padding: 0px !important;
}

.home .PDS_Poll .pds-links-back a.pds-return-poll,
.custom-homex .PDS_Poll .pds-links-back a.pds-return-poll {
  font-size: 12px !important;
}

.home .PDS_Poll .pds-view-results,
.custom-homex .PDS_Poll .pds-view-results {
  float: right !important;
  font-weight: bold !important;
  font-size: 12px !important;
}

.articleContent .wp-caption {
  width: initial;
  max-width: 100%;
  height: auto;
}

.articleContent .wp-caption .wp-caption-text {
  background: #fafafa;
  color: #000 !important;
  font-size: 14px !important;
  line-height: 18px !important;
  margin: 0px !important;
  padding: 8px;
  text-align: left;
}

.articleContent img {
  width: initial;
  max-width: 100%;
  height: auto;
}

.page p {
  margin-bottom: 32px;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}

.page strong {
  font-weight: 400;
}

.page h1 {
  margin-bottom: 32px;
}

.pageMenuContainer {
}

.pageMenuContainer ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.pageMenuContainer ul li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: block;
}

.pageMenuContainer ul li a {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  font-family: Oswald, Helvetica, Arial, sans-serif;
  color: #000000;
  padding: 8px;
  display: block;
}

.pageMenuContainer ul li a:hover {
  background: #ccc;
}

.breakingNews {
  display: none;
  background: #cc0000;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
}

.breakingNews .newsContainer {
  padding: 8px;
  position: relative;
}

.breakingNews .newsContainer .title {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  font-family: Oswald, Helvetica, Arial, sans-serif;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.breakingNews .newsContainer a {
  color: #fff;
  text-decoration: none;
  font-weight: inherit;
}

.breakingNews .siteWidthContainer .newsContainer .closeBN {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 8px;
  text-align: center;
}

.breakingNews .siteWidthContainer .newsContainer .closeBN i {
  font-size: 16px;
  color: #fff;
}

.breakingNews .closeBN:hover,
.breakingNews .closeBN:active,
.breakingNews .closeBN:focus {
  color: #ccc;
  text-decoration: none;
}

.socialMediaBox {
  background-color: #eeeeee;
  background-color: rgba(20, 42, 81, 0.1);
  padding: 16px 16px 0px 16px;
}

.socialMediaBox a {
  color: #142a52;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: Oswald, Helvetica, Arial, sans-serif;
}

.socialMediaBox a:hover,
.socialMediaBox a:active,
.socialMediaBox a:focus {
  color: #d0021b;
}

.socialMediaBox a i {
  padding: 4px;
  font-size: 24px;
}

.socialMediaBox a i.fa-facebook-official {
  font-size: 22px;
  padding-left: 10px;
}

.mainDate {
  font-family: Oswald, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase;
}

.newsMediaBox {
  margin-bottom: 32px;
}

.newsMediaBox .title {
  text-align: left;
  font-size: 26px;
  line-height: 34px;
  font-weight: 500;
  color: #4a4a4a;
  text-decoration: none;
  padding: 16px 0px 8px 4px !important;
}

.newsMediaBox a {
  background: #eee;
  padding: 16px;
  text-align: center;
  color: white;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 400;
  border: 4px solid #ffffff;
}

.newsMediaBox a:hover,
.newsMediaBox a:active,
.newsMediaBox a:focus {
  opacity: 0.8;
}

.newsMediaBox a i {
  clear: both;
  display: block;
  font-size: 40px;
  padding-bottom: 8px;
}

.newsMediaBox a.fb {
  background: #3b5998;
}

.newsMediaBox a.ig {
  background: #497293;
}

.newsMediaBox a.tw {
  background: #55acee;
}

.newsMediaBox a.yt {
  background: #fc0d1b;
}

/* Zodiac */
.titleInner.z {
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  text-align: center;
  font-family: Oswald, Helvetica, Arial, sans-serif;
}

.titleInner.z h1 {
  text-transform: uppercase;
  font-size: 22px;
}

.titleInner.z .zodiacDate {
  font-size: 18px;
  color: #ccc;
  font-weight: 400;
  display: block;
}

.zodiacSigns {
  padding: 16px 0px;
}

.zodiacSigns .zodiacSign {
  display: inline-block;
  text-align: center;
  margin-bottom: 16px;
  padding: 16px;
  color: #000;
  font-family: Oswald, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.zodiacSigns .zodiacSign img {
  margin-bottom: 16px;
}

.zodiacSigns .zodiacSign:hover {
  color: #777;
}

.zodiacSigns .zodiacSign:hover img {
  -webkit-filter: hue-rotate(90deg);
  filter: hue-rotate(180deg);
}

.selectedZodiacSign {
  border-bottom: 1px solid #ddd;
  padding: 16px 16px;
  background-color: rgba(238, 238, 238, 0.2);
}

.selectedZodiacSign img {
}

.selectedZodiacSign h1 {
  text-transform: uppercase;
  font-size: 26px;
  padding: 0px 0px 16px 0px;
  margin: 0px;
}

.selectedZodiacSign p {
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
}

.selectedZodiacSign .sharing {
  max-width: 300px;
}

.za .articleSharing {
  max-width: 300px !important;
  width: auto !important;
  margin: 16px auto;
}

.za .articleSharing .sharing {
  margin: 0 auto;
}

.selectedZodiacSign .zsImage {
  max-width: 120px;
  float: left;
  margin-right: 16px;
}

@media (min-width: 768px) {
  .titleInner.z {
    text-align: left;
  }

  .titleInner.z h1 {
    font-size: 28px;
  }

  .titleInner.z .zodiacDate {
    font-size: 24px;
    display: inline-block;
    float: right;
  }

  .zodiacSigns .zodiacSign img {
    padding: 0px 16px;
  }
}

@media (min-width: 1200px) {
  .zodiacSigns .zodiacSign img {
    padding: 0px 32px;
  }
}

/* End of Zodiac */

.engHomeLink {
  float: left;
  padding-top: 6px;
}

@media (min-width: 992px) {
  .engHomeLink {
    float: none;
    padding-top: 0px;
  }
}

/* Ads */

.tchAdBlock {
  padding: 0px 0px;
  text-align: center;
}

.tchAdBlock . siteWidthContainer {
  text-align: center;
}

.tchAdBlock .innerAdBlock {
  margin-top: 16px;
  margin-bottom: 16px;
}

.fullW .tchAdBlock .innerAdBlock {
}

.single aside.storySidebar .tchAdBlock {
  padding: 8px;
  margin-top: 16px;
}

.page .PDS_Poll {
  border: 1px solid rgba(20, 42, 81, 0.1);
}

.page .PDS_Poll .pds-question-top {
  font-family: Oswald, sans-serif;
  font-size: 26px !important;
  line-height: 36px !important;
  font-weight: 400 !important;
}

.PDS_Poll .pds-links-back .pds-pd-link {
  display: none !important;
}

.mobileLatestNewsBox {
  padding: 0px 16px;
  margin-top: 16px;
}

.mobileLatestNewsBox h1 {
  margin: 0px;
}

.mobileLatestNewsBox .mrStories .story {
  padding: 8px 0px !important;
}

.lna {
  font-size: 18px;
}

.tefundit {
}

.tefundit .articles {
}

.tefundit .articles .article {
  display: block;
  border-bottom: 1px solid #eeeeee !important;
  border-color: rgba(20, 42, 81, 0.7);
  padding: 8px 8px 0px 8px;
  margin-bottom: 8px;
}

.tefundit .articles .article .articleLink {
  color: #000000;
  font-weight: 600;
  display: block;
  padding: 8px 0px;
}

.tefundit .articles .article .articleLink p {
  font-weight: 300 !important;
  font-size: 16px;
  margin: 8px 0px;
}

.tefundit .articles .article .articleLink .date {
  display: inline-block;
  background: #142a51;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  padding: 2px 4px;
  margin-right: 8px;
  text-align: center;
}

.tefundit .articles .article:hover,
.tefundit .articles .article:active,
.tefundit .articles .article:focus {
  background: #eeeeee;
  background: rgba(20, 42, 81, 0.1);
}

.tefundit .artDate {
  background: #142a51;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  margin: 8px 0px;
  padding: 8px;
}

@media (min-width: 992px) {
}

.empOpTitle {
  margin-bottom: 10px;
}

.empOpTitle a.ttl {
  display: block;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  background-color: #eeeeee;
  background-color: rgba(20, 42, 81, 0.1);
}

.empOpTitle a.ttl:hover,
.empOpTitle a.ttl:active,
.empOpTitle a.ttl:focus {
  color: #ffffff;
  background-color: #cccccc;
  background-color: rgba(20, 42, 81, 0.5);
}

.empOpTitle .empContent {
  display: none;
  padding: 10px;
  border: 1px solid #eeeeee;
  border-color: rgba(20, 42, 81, 0.1);
}

.homeVacancies {
  padding: 20px 10px;
  color: #000;
}

.homeVacancies a {
  color: #555555;
  font-weight: 400;
}

.homeVacancies a:hover,
.homeVacancies a:active,
.homeVacancies a:focus {
  color: #000;
}

.homeVacancies a.hvTitle {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #142a51;
  text-transform: uppercase;
}

.pageSb {
  margin-bottom: 20px;
}

.featuredImageContainer {
  position: relative;
}

.featuredImageContainer .centeredVideoIcon {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  border-radius: 25px;
  text-align: center;
  padding-left: 5px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.featuredImageContainer .centeredVideoIcon:hover,
.featuredImageContainer .centeredVideoIcon:active,
.featuredImageContainer .centeredVideoIcon:focus {
  background: #000;
}

.featuredImageContainer .videoLinkInFeature {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.relatedPost {
  display: block;
  background: #eee;
  background: rgba(20, 42, 81, 0.1);
  padding: 10px;
  margin: 0px 0px;
  color: #333 !important;
  font-size: 16px !important;
  font-weight: bold !important;
}

.relatedPost:hover,
.relatedPost:focus,
.relatedPost:active {
  background: rgba(20, 42, 81, 0.2);
}

.homeNewsSlider {
  display: none;
}

.homeNewsSlider.slick-initialized {
  display: block;
}

.sarr {
  width: 30px;
  height: 30px;
  background: transparent;
  color: black;
  text-align: center;
  font-weight: normal;
  position: absolute;
  bottom: 2px;
  right: 5px;
  z-index: 99999;
  font-size: 22px;
  color: white;
  cursor: pointer;
}

.sarr i {
  font-size: 22px;
  color: white;
}

.sarr:hover i {
  color: #999;
}

.sarr.slick-prev {
  right: 40px;
}

.sarr.slick-next {
  right: 10px;
}

.dotz {
  border: none;
  margin: 10px;
  padding: 0px 0px 0px 10px;
  text-align: left;
  z-index: 99991;
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
}

.dotz li {
  display: inline;
}

.dotz li.slick-active button {
  background: white;
}

.dotz li button {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  padding: 2px;
  margin: 0px 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 10px;
  border: 2px solid white;
}

.homeNewsSlider.newsBox .articleLink .titleContainer {
  padding-bottom: 36px;
}

.homepage-refresher {
  background: #fff url(assets/images/loader.gif) center right no-repeat;
  background-size: 20px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  box-shadow: 1px 1px 10px -4px rgba(179, 179, 179, 1);
  padding: 4px 30px 4px 8px;
  border-right: 10px solid white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
}

.tch-pagination {
  margin: 32px 0;
  display: flex;
  justify-content: center;
}

.tch-pagination .pgn {
}

.tch-pagination .pgn a {
  color: #061737;
  font-size: 48px;
  text-decoration: none;
  background: rgba(20, 42, 81, 0.1);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tch-pagination .pgn a:hover {
  background: rgba(20, 42, 81, 0.3);
  text-decoration: none;
}

.tch-pagination .alignleft {
}

.tch-pagination .alignright svg {
  transform: rotate(180deg);
}

.vContainer .tch-pagination .pgn a {
  background-color: rgba(255, 255, 255, 0.5);
}

.vContainer .tch-pagination .pgn a:hover {
  background-color: rgba(255, 255, 255, 1);
}

/* BBVIP STYLES */
.bbvWrapper {
  background: #020430
    url(https://bigbrothervip.top-channel.tv/wp-content/themes/bb/assets/images/blur.jpg)
    no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 16px;
}

@media (min-width: 1270px) {
  .bbvWrapper .siteWidthContainer {
    max-width: 1250px;
  }
}

.bbvWrapper .bbvContent {
  display: flex;
  flex-direction: column;
}

.bbvWrapper a {
  color: #fff;
}

.bbvWrapper a:hover {
  color: #3261e0;
}

.bbvWrapper .showInline {
  display: flex;
  flex-direction: column;
}

.bbvWrapper .more {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 16px !important;
}

.bbvWrapper .more .moreLink {
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 8px 16px;
  border-radius: 10px;
  display: flex;
  flex-grow: 1;
  width: 100%;
  text-align: center;
  justify-content: center;
}

@media (min-width: 600px) {
  .bbvWrapper .more {
    flex-direction: row !important;
  }

  .bbvWrapper .more .moreLink {
    display: inline-flex;
    flex-grow: 0;
    flex-shrink: 0;
    width: auto;
    text-align: center;
    justify-content: center;
  }
}

.bbvWrapper .more .moreLink:hover {
  background: #3261e0;
}

.bbvWrapper .centered {
  justify-content: center;
  display: flex;
}

.bbvWrapper .bbTitle {
  display: flex;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 16px;
  padding: 4px 0;
}

.bbvWrapper .siteWidthContainer {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.bbvWrapper .bbvNews {
  margin-bottom: 16px;
}

.bbvWrapper .inner {
  display: flex;
  flex-direction: row;
  gap: 16px;
  overflow: hidden;
  overflow-x: scroll;
  flex-wrap: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.bbvWrapper .inner::-webkit-scrollbar {
  display: none;
}

.bbvWrapper .inner .story {
  display: flex;
  flex-direction: column;
  width: 70%;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
}

@media (min-width: 768px) {
  .bbvWrapper .inner .story {
    width: 30%;
  }
}

@media (min-width: 1270px) {
  .bbvWrapper .inner .story {
    width: 25%;
    width: calc(25% - 12px);
  }
}

.bbvWrapper .inner .story img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  overflow: hidden;
}

.bbvWrapper .inner .story h4 {
  color: #fff;
  font-weight: bold;
}

.bbvWrapper .inner .story a:hover h4 {
  color: #fff;
  opacity: 0.8;
}

.bbvWrapper .inner .story .play-icon {
  position: absolute;
  top: 8px;
  left: 8px;
  opacity: 1;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 20px solid #fff;
  border-bottom: 10px solid transparent;
}

@media (min-width: 1270px) {
  .bbvWrapper .inner .story a {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
  }

  .bbvWrapper .inner .story a img {
    aspect-ratio: 1;
    width: 100px;
    object-fit: cover;
    flex-grow: 0;
    flex-shrink: 0;
  }
}
/* END OF BBVIP STYLES */

/* Movie Promo Styles */
.topLevelPromo {
  width: 100%;
  margin: 0 auto;
  background-color: #eeeeee;
  background-color: rgba(20, 42, 81, 0.1);
  display: flex;
  flex-direction: column;
}

.topLevelPromo a {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 16px;
}

.page-template-page-tch-home .topLevelPromo a {
  @media (min-width: 1200px) {
    margin-top: -32px;
  }
}

.topLevelPromo img {
  width: 100%;
  max-width: 1250px;
  height: auto;
}

.topLevelPromo img.rounded {
  border-radius: 10px;
}

.onlyMobile {
  display: flex !important;
}

@media (min-width: 501px) {
  .flex-desk {
    display: flex;
    flex-direction: column;
  }
}

.btnclass {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  font-size: 16px !important;
  font-weight: bold;
  padding: 8px !important;
  text-decoration: none;
  display: flex;
  flex: 1 1 auto;
  margin: -8px 16px 16px 16px;
  border-radius: 16px;
  width: auto !important;
}

.btnclass:hover {
  color: #fff;
  background-color: #142a51 !important;
}

.onlyDesktop {
  display: none !important;
}

@media (min-width: 501px) {
  .onlyDesktop {
    display: flex !important;
  }

  .onlyMobile {
    display: none !important;
  }
}
/* End of Movie Promo Styles */

/* Footer Ad */
.footer-ad {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 90px;
  justify-content: center;
  align-items: flex-end;
}

.footer-ad a {
  display: flex;
}

.footer-ad a img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: auto;
}

.footer-ad a .mob {
  display: flex;
}

.footer-ad a .tab {
  display: none;
}

.footer-ad a .desk {
  display: none;
}

@media (min-width: 768px) {
  .footer-ad a .mob {
    display: none;
  }

  .footer-ad a .tab {
    display: flex;
  }
}

@media (min-width: 970px) {
  .footer-ad a .tab {
    display: none;
  }

  .footer-ad a .desk {
    display: flex;
  }
}
/* End of Footer Ad */

/* LIVE EVENT */

.live-event {
  background: rgba(20, 42, 81, 0.1);
  display: flex;
  flex-direction: column;
  width: 100%;
}

.live-event .inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  flex: 1 1 auto;
  padding: 16px;
}

.live-event .inner iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  margin-top: 16px;
  margin-bottom: 16px;
}

.live-event .inner h2,
.live-event .inner h3 {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

/* END LIVE EVENT */
