@font-face{
    font-family: Greta;
    src:url('fonts/GretaTextArabicLight.woff2') format("woff"),url('fonts/GretaTextArabicLight.ttf') format("ttf");
    font-weight:400;
    font-style:normal;
    font-display: swap;
}
@font-face{
    font-family: Greta;
    src:url('fonts/GretaTextArabicMedium.woff2') format("woff"),url('fonts/GretaTextArabicMedium.ttf') format("ttf");
    font-weight:400;
    font-style:normal;
    font-display: swap;
}
@font-face{
    font-family: Greta;
    src:url('fonts/GretaTextArabicBold.woff2') format("woff"),url('fonts/GretaTextArabicBold.ttf') format("ttf");
    font-weight:700;
    font-style:normal;
    font-display: swap;
}
@font-face{
    font-family: Greta;
    src:url('fonts/GretaTextArabicRegular.woff2') format("woff"),url('fonts/GretaTextArabicRegular.ttf') format("ttf");
    font-weight:400;
    font-style:normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica Neue W23 for SKY Bd";
    src: url("//db.onlinewebfonts.com/t/2c458bc98aac2311643f30a231a7ea30.eot");
    src: url("//db.onlinewebfonts.com/t/2c458bc98aac2311643f30a231a7ea30.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/2c458bc98aac2311643f30a231a7ea30.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/2c458bc98aac2311643f30a231a7ea30.woff") format("woff"), url("//db.onlinewebfonts.com/t/2c458bc98aac2311643f30a231a7ea30.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/2c458bc98aac2311643f30a231a7ea30.svg#Helvetica Neue W23 for SKY Bd") format("svg");
    font-display: swap;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,p,div,a,span,strong,button,input,textarea{
    letter-spacing:0!important;
    font-kerning:none;
    -webkit-font-kerning:none;
    mso-font-kerning:none
}

body {
    direction: rtl;
    text-align: right;
    font-family: Greta,Arial,sans-serif;
    position: relative;
    /*text-align: justify; !* BJ Note *!*/
    margin-bottom: 40px;
}

a {
    color: #000;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: #121213;
}

* {
    transition: background-color 0.5s;
}

iframe[title="sovrn-sync-beacon-portal"] {
    left: auto !important;
    right: -99px;
}

/*******************************************
*   General
********************************************/

.padding-fix {
    padding-top: 131px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1300px;
}

.spacing-8 .container {
    padding-right: 8px;
    padding-left: 8px;
}

.spacing-8 .row {
    margin-right: -8px;
    margin-left: -8px;
}

.spacing-8 [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
}

.more-dots {
    background-image: url("images/more.svg");
    background-size: 26px 7px;
    width: 26px;
    height: 7px;
    display: inline-block;
    margin-right: 5px;
}

.post-meta-container {
    position: absolute;
    left: 10px;
    right: 10px;
    font: 400 14px/16px Greta;
    height: 23px;
    transition: all 0.3s;
}

.hide-date-views .post-meta-container {
    display: none !important;
}

.title-inside-image .post-meta-container,
.bj-vertical-post .post-meta-container {
    opacity: 1; /* BJ NOTE: was 0 */
}

.title-inside-image:hover .post-meta-container,
.videos-slider-section .bj-vertical-post .post-meta-container,
.bj-vertical-post:hover .post-meta-container {
    opacity: 1;
}



.date-time {
    float: right;
}

.views-count {
    float: left;
}

.article-content .views-count {
    float: right;
    color: #444;
    font-size: 20px;
}

.article-content .views-count span {
    font-size: 20px;
}

/* BJ NOTE: All was added */
.views-count span {
    font-size: 16px;
}

.post-meta-container .clock {
    background-image: url("images/clock.svg");
    background-size: 12px;
    height: 12px;
    width: 12px;
    margin-left: 5px;
    display: block;
    float: right;
    /*margin-top: 2px;*/
}

.post-meta-container .flame {
    width: 10px;
    height: 16px;
    background-image: url("images/bonfire.svg");
    background-size: 10px 16px;
    margin-right: 5px;
    display: block;
    float: left;
}

.text-green {
    color: #1c9e00;
}

.text-orange {
    color: #FD4600;
}

.text-red {
    color: #da0000;
}

.bj-section {
    padding: 10px 0; /* BJ NOTE: was "padding: 30px 0" */
    background-color: rgba(93, 93, 93, 0.06);
}

.bj-section:nth-of-type(2n+1) {
    background-color: #fff;
}

.bj-section-title {
    font: Bold 40px/60px Greta;
    color: #707070;
    margin: 10px 24px 24px 0;
    position: relative;
}

.bj-section-title:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 14px;
    background-color: #FD4600;
    top: 50%;
    transform: translateY(-50%);
    right: -24px;
}

.bj-section-title a {
    color: #707070;
}

.bj-section-title .more-dots {
    padding: 7px;
    background-repeat: no-repeat;
}

.bj-category-badge {
    position: absolute;
    background-color: rgba(253, 70, 0, 0.80);
    padding: 5px 10px;
    color: #fff;
    top: 10px;
    right: 10px;
    font: 400 15px/18px Greta;
    border-radius: 3px;
    z-index: 1;
}

.height-100p {
    height: 100%;
}

.padding-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.margin--15 {
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.loading.lds-spinner {
    display: none;
}

.lds-spinner {
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
    margin: 20px auto;
}

.lds-spinner.dark {
    background-color: #000;
}

.lds-spinner div {
    transform-origin: 32px 32px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 29px;
    width: 5px;
    height: 14px;
    border-radius: 20%;
    background-color: #000;
}

.lds-spinner.dark div:after {
    background-color: #fff;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}



/*******************************************
*   Dark Theme
********************************************/

.bj-dark a {
    color: #fff;
}

.bj-dark a:hover {
    color: #f8f8f8;
}

.bj-dark .bj-section {
    margin-top: -1px;
}

.bj-dark .bj-section,
.bj-dark .send-videos,
.bj-dark .main-slider-bottom,
.bj-dark .article-meta-wrapper {
    background-color: #121213 !important;
}

.bj-dark .live-coverage h3:before,
.bj-dark .category,
.bj-dark .page,
.bj-dark .bj-section:nth-of-type(2n+1),
.bj-dark .main-section-top,
.bj-dark .article-content-wrapper,
.bj-dark .related-articles:before {
    background-color: #000000 !important;
}

.bj-dark #main-slider .slick-dots li button {
    background-color: #fff;
}

.bj-dark #main-slider .slick-dots li.slick-active button:before {
    background-color: #333;
}

.bj-dark .article-content .views-count,
.bj-dark .page-content,
.bj-dark .article-meta-wrapper .article-writer,
.bj-dark .three-columns .bj-section-title,
.bj-dark .tabs-section .nav-link,
.bj-dark .bj-horizontal-post,
.bj-dark .bj-posts .bj-post-text,
.bj-dark .main-slider-bottom .slider-caption,
.bj-dark .main-slider-bottom .post-meta-container,
.bj-dark .coverage-list .post-title,
.bj-dark .live-coverage h3,
.bj-dark .article-meta-wrapper .article-title,
.bj-dark .article-meta-wrapper .post-meta-container,
.bj-dark .article-content-wrapper,
.bj-dark .article-content {
    color: #fff;
}

.bj-dark .coverage-list .bj-tag {
    color: #707070;
}

.bj-dark .coverage-list {
    border-right-color: #707070;
}

.bj-dark .first-vertical,
.bj-dark .one-two-three {
    background-image: none;
}

/*******************************************
*   Header
********************************************/

header {
    background-color: #121213;
    transition: all 0.3s;
}

.header-top {
    /*padding: 25px 0 10px;*/
    padding: 10px 0 10px;
}

.fixed-top .header-top {
    display: none;
}

.bj-hamburger {
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    padding: 0;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.fixed-hamburger {
    padding: 0 15px;
    display: none;
}

.fixed-top .fixed-hamburger {
    display: table-cell;
}

.bj-hamburger-box {
    width: 22px;
    height: 30px;
    position: relative;
    display: block;
}

.fixed-hamburger .bj-hamburger-box {
    height: 16px;
    top: 4px;
}

.bj-hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
    width: 14px !important;
}

.bj-hamburger-inner,
.bj-hamburger-inner::before,
.bj-hamburger-inner::after {
    width: 22px;
    height: 2px;
    position: absolute;
    border-radius: 4px;
    background-color: #fff;
    transition: all .3s ease;
}

.bj-hamburger-inner::before,
.bj-hamburger-inner::after {
    content: "";
    display: block;
}

.bj-hamburger-inner::before {
    top: -8px;
}

.bj-hamburger-inner::after {
    bottom: -10px;
}

.bj-hamburger--collapse-r .bj-hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.bj-hamburger--collapse-r .bj-hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.bj-hamburger--collapse-r .bj-hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.bj-hamburger--collapse-r.is-active .bj-hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.bj-hamburger--collapse-r.is-active .bj-hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.bj-hamburger--collapse-r.is-active .bj-hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.logo img {
    display: block;
    height: 30px;
    width: auto;
    margin: 5px auto;
    max-width: 100%;
}

.fixed-logo {
    display: none;
    height: 20px;
    margin-left: 30px;
}

.fixed-top .fixed-logo {
    display: inline;
}

.header-search-wrapper {
    text-align: left;
}

.mobile-header-search img {
    height: 24px;
    margin-left: 15px;
    margin-top: 9px;
}

.header-search input {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(253, 70, 0, 0.1);
    border-radius: 20px;
    margin: 5px 0;
    padding: 0 40px 0 10px;
    width: 124px; /* Was 160*/
    height: 35px;
    transition: all 0.3s;
    font: 600 14px/30px Greta;
    color: #606061;
}

.header-search input:focus {
    width: 200px;
}

.header-search {
    margin: 0;
    position: relative;
}

.header-search::before {
    position: absolute;
    height: 18px;
    width: 18px;
    background-image: url("images/search.svg");
    top: 0;
    content: '';
    right: 10px;
}

.notifications-container {
    width: 160px;
    display: inline-block;
    text-align: right;
}

.bj-notifications,
.desktop-nav {
    padding: 10px 0 15px;
}

.fixed-top .bj-notifications {
    padding-bottom: 5px;
}

.desktop-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #fff;
    font-size: 0;
}

.desktop-nav ul li {
    display: inline;
}

.desktop-nav li a {
    color: #fff;
    display: inline-block;
    font: 600 18px/20px Greta;
    padding: 0 25px;
    border-right: 1px solid #707070;
    height: 20px;
}

.fixed-top .desktop-nav li a {
    border: none;
    padding: 0 15px;
}

.home-icon {
    height: 20px;
    width: auto;
}

.desktop-nav li:nth-child(1) a,
.desktop-nav li:nth-child(2) a {
    border: none;
    padding: 0;
}

.desktop-nav li:nth-child(3) a {
    padding-right: 0;
    border: none;
}

.fixed-top .desktop-nav li:nth-child(3) a {
    padding-right: 15px;
}

.desktop-nav li a:hover {
    text-decoration: none;
}

.bj-notifications {
    display: inline-block;
    font-size: 0;
    position: relative;
    cursor: pointer;
    margin-right: 5px;
}

.bj-notifications .notifications-count {
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #121213;
    opacity: 1;
    font: Bold 12px/14px Greta;
    color: #FD4600;
    border-radius: 50%;
    top: 11px;
    right: -6px;
    text-align: center;
}

.bj-notifications img {
    height: 26px;
    width: auto;
}

.switch-light-dark {
    font: 600 12px/30px Greta;
    color: #FFFFFF;
    display: inline-block;
    padding-top: 7px;
    float: left;
    cursor: pointer;
}

.menu-head .switch-light-dark {
    display: none;
}

.switch-light-dark img {
    margin-left: 5px;
}

.switch-light-dark > div {
    transition: all 0.3s;
}

.scroll-menu {
    background-color: #121213;
    color: #fff;
    padding: 5px 0;
    overflow: hidden;
    border-bottom: 3px solid #555;
}

.scroll-menu-items {
    white-space: nowrap;
    overflow-x: scroll;
    color: #fff;
}

.scroll-menu-items a {
    color: #fff;
    display: inline-block;
    padding: 0 10px;
}

.top-ticker {
    height: 40px;
    background-color: #2b2b2b;
    color: #fff;
    padding: 5px 0;
    overflow: hidden;
}

.most-popular {
    font: Bold 16px/30px Greta;
    border-left: 1px solid #707070;
}

.most-popular img {
    padding-right: 5px;
    margin-left: 30px;
}

.ticker-item {
    display: inline-block;
}

.bj-tag {
    display: inline-block;
    border: 1px solid rgba(253, 70, 0, 0.50);
    border-radius: 3px;
    font: Bold 16px/30px Greta;
    padding: 0 5px;
}

.bj-time {
    font: 400 14px Greta;
    color: #FD4600;
    padding: 0 5px;
}

.mobile-tags {
    white-space: nowrap;
    overflow-x: scroll;
    font-size: 0;
}

.mobile-tags .bj-tag {
    color: #fff;
    border: none;
    margin-left: 10px;
    background-color: #555;
    padding: 0 10px;
    font-weight: 500;
}

/*******************************************
*   Send Videos Section
********************************************/

.send-videos {
    height: 120px;
    background-color: #fafafa;
    padding: 15px 0;
}

.send-videos-wrapper {
    position: relative;
    height: 109px;
}

.send-videos-button {
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 90px;
    border: 2px solid #fff;
    background-color: #FD4600;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font: 600 16px/20px Greta;
    text-align: center;
    transition: all 0.3s;
}

.send-videos-button:hover {
    box-shadow: 0 0 10px #FD4600;
}

.send-videos-button span:nth-of-type(1) {
    font-size: 30px;
}

.send-videos-button span:nth-of-type(2) {
    display: inline-block;
    margin-top: -7px;
}

.send-videos-button a {
    color: #fff;
    display: block;
}

.slick-send-videos {
    direction: rtl;
    margin: 0 210px 0 105px;
}

.slick-send-videos .slick-list {
    padding: 10px 0;
    margin-top: -10px;
    border-radius: 90px;
}

.slick-send-videos .image-wrap {
    opacity: 0;
    margin: 0;
}

.slick-send-videos figcaption {
    display: none;
}

.slick-send-videos .slick-list .image-wrap {
    opacity: 1;
}

.image-wrap img {
    margin: auto;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.slick-send-videos .slick-prev,
.slick-send-videos .slick-next {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin-top: -3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background-size: 100%;
    transition: background-image 0.3s ease-in-out;
    outline: 0;
}

.slick-send-videos .slick-next {
    right: auto;
    left: -105px;
}

.slick-send-videos .slick-prev {
    right: -105px;
    left: auto;
}

.slick-next:before,
.slick-prev:before {
    position: absolute;
    content: "" !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.slick-next:after,
.slick-prev:after {
    position: absolute;
    content: "";
    top: 38px;
    background-color: transparent;
    border-top: 2px solid #FD4600;
    height: 16px;
    width: 16px;
}

.slick-prev:after {
    border-right: 2px solid #FD4600;
    transform: rotate(45deg);
    left: 33px;
}

.slick-next:after {
    border-left: 2px solid #FD4600;
    transform: rotate(-45deg);
    right: 33px;
}

/*******************************************
*   Main Section Top
********************************************/

.main-section-top {
    padding: 10px 0;
}

.main-slider-top {
    margin-bottom: 10px;
}

.title-inside-image .figure,
.main-slider-top .figure {
    position: relative;
    margin: 0;
}

.title-inside-image .figure-img {
    /*border-radius: 5px;*/
    margin: 0;
}

.main-slider-top .figure-img {
    /*border-radius: 10px 10px 0 0;*/
    margin: 0;
}

.title-inside-image .figure-caption,
.main-slider-top .figure-caption {
    margin: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    font: Bold 22px/35px Greta;
    letter-spacing: 0;
    color: #FFFFFF;
    padding: 58px 20px 10px;
    /*text-align: justify;*/
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(18,18,19,1) 100%);
    max-height: 148px;
    overflow: hidden;
}

.title-inside-image .figure-caption h2,
.main-slider-top .figure-caption h2 {
    font: Bold 22px/35px Greta;
    height: 70px;
    overflow: hidden;
    margin: 0;
}

.small-title {
    margin-bottom: 10px;
}

.title-inside-image.small-title .figure-caption h2 {
    font: 600 18px/28px Greta;
    height: 54px;
}


.title-inside-image .figure-caption {
    /*border-radius: 5px;*/
}

.title-inside-image .figure-caption .post-meta-container,
.main-slider-top .figure-caption .post-meta-container {
    top: 40px;
    left: 20px;
    right: 20px;
    background: none;
    padding: 0;
}

.title-inside-image a,
.main-slider-top a {
    color: #fff;
    transition: all 0.3s;
}

.title-inside-image:hover a,
.main-slider-top:hover a {
    text-shadow: 0 1px 2px #444;
}

.main-slider-bottom {
    height: 120px;
    background-color: #F5F5F5;
    /*border-radius: 0 0 5px 5px;*/
    position: relative;
    overflow: hidden;
}

.main-slider-bottom img {
    /*border-radius: 5px;*/
    max-height: 120px;
    margin-left: 10px;
    float: right;
}

.main-slider-bottom .slider-caption {
    height: 120px;
    padding: 33px 10px 5px;
    position: relative;
    /*text-align: justify;*/
    font: 600 18px/40px Greta;
}

.main-slider-bottom .post-meta-container {
    right: 225px;
    top: 10px;
}

#main-slider .slick-dots {
    z-index: 1;
}

#main-slider .slick-dots button:before {
    content: '';
}

#main-slider .slick-dots li {
    height: 11px;
    width: 11px;
}

#main-slider .slick-dots li.slick-active:not(:first-child) {
    margin-right: 24px;
}

#main-slider .slick-dots li button {
    height: 11px;
    width: 11px;
    border-radius: 50%;
    background-color: #606061;
}

#main-slider .slick-dots li.slick-active button {
    background-color: #fff;
}

#main-slider .slick-dots li.slick-active button:before {
    position: absolute;
    content: '';
    width: 29px;
    height: 11px;
    background-color: #606061;
    left: 0;
    opacity: 1;
    z-index: -1;
    border-radius: 11px;
}

/*.live-coverage {*/
    /*margin-right: 30px;*/
/*}*/

.live-coverage h3 {
    color: #000;
    font: Bold 20px/34px Greta;
    margin-right: 28px;
    position: relative;
    margin-bottom: 30px;
}

.live-coverage h3:before {
    position: absolute;
    content: '';
    background-image: url('images/clock.svg');
    height: 30px;
    width: 18px;
    background-size: 18px;
    right: -28px;
    top: 4px;
    background-color: #fff;
    background-repeat: no-repeat;
    transition: all 1s;
}

.live-coverage.anim h3:before {
    width: 170px;
}

.coverage-list {
    border-right: 1px dashed #000;
    list-style: none;
    padding-right: 5px;
}

.coverage-list li {
    margin-bottom: 10px;
}

.coverage-list time {
    color: #FD4600;
    font: 400 14px/24px Greta;
    position: relative;
}

.coverage-list time:before {
    position: absolute;
    content: '';
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #FD4600;
    right: -8px;
    top: 6px;
}

.coverage-list li:last-of-type time:before {
    height: 10px;
    width: 10px;
    right: -11px;
    display: none;
}

.coverage-list .bj-tag {
    font: 400 12px/22px Greta;
    color: #000;
}

.coverage-list .post-title {
    font: 400 18px/30px Greta;
    /*height: 60px;*/ /* BJ Note: Commented */
    overflow: hidden;
    text-align: justify;
}

.coverage-list .post-title.important {
    font-weight: bold;
    color: #FD4600;
}

.news-coverage-link {
    color: #ed0000;
}

/*******************************************
*   Bintjbeil Sections
********************************************/

.bj-vertical-post {
    margin-bottom: 15px;
}

.bj-horizontal-post {
    margin-bottom: 15px;
}

.bj-horizontal-post.title-only {
    margin-bottom: 40px;
    margin-right: 14px;
}

.bj-post-image {
    position: relative;
    /*margin-bottom: 10px;*/
}

.bj-posts .bj-post-image {
    transition: all 0.3s;
}

.bj-posts .bj-post-image img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.50);
    /*border-radius: 5px;*/
}

.bj-posts .bj-post-image:hover {
    transform: scale(1.02);
}

.videos-slider-section .bj-post-image img {
    border-radius: 5px;
}

.videos-slider-section .bj-posts .bj-post-image:hover {
    transform: none;
}

.bj-post-image .post-meta-container {
    color: #fff;
    top: inherit;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 70px 10px 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(18,18,19,1) 100%);
    box-sizing: content-box;
    /*border-radius: 0 0 5px 5px;*/
}

/*.bj-vertical-post .post-meta-container {*/
    /*transition: all 0.3s;*/
    /*display: none;*/
/*}*/

/*.bj-vertical-post:hover .post-meta-container {*/
    /*transition: all 0.3s;*/
    /*display: none;*/
/*}*/

.bj-post-image .text-right {
    padding-left: 5px;
}

.bj-post-image .text-left {
    padding-right: 5px;
}

.bj-posts .bj-post-text {
    font: 600 22px/35px Greta;
    color: #333;
    /*margin-bottom: 5px;*/
    height: 70px;
    overflow: hidden;
    padding: 5px;
}

.two-in-one-row .bj-posts .bj-post-text {
    font: 600 24px/34px Greta;
    height: 68px;
}

.bj-vertical-image {
    height: calc(100% - 85px);
}

.bj-vertical-image a > .bj-post-image {
    background-size: auto 100%;
    /*border-radius: 5px;*/
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.50);
    transition: background-position 1s,
    color .2s linear;
    transition-delay: 0.0s, 0.15s;
}

.bj-vertical-image a > .bj-post-image:hover {
    background-position: 100%;
    transform: none;
}

.three-in-one-row-ad .section-ad {
    margin-top: -40px;
}

.two-in-one-row .bj-vertical-post {
    /*padding: 0 5px;*//*Restore Space*/
}

.section-read-more a { /* Zein Note: Added */
    border: 3px solid #000;
    padding: 5px;
    min-width: 230px;
    display: inline-block;
    font: 600 22px/28px Greta;
    margin-top: 10px;
    background-color: #000;
    color: #fff;
}

.bj-horizontal-post img {
    max-width: 160px;
    margin-left: 10px;
}

.bj-horizontal-post .bj-post-image {
    float: right;
}

.bj-horizontal-post:after {
    display: table;
    content: '';
    clear: both;
}

.post-meta-container.horizontal,
.bj-horizontal-post .post-meta-container {
    font: 300 14px/16px Greta;
    position: static;
    margin-bottom: 10px;
}

.bj-horizontal-post .bj-category-badge {
    font: 400 12px/18px Greta;
    top: 5px;
    right: 5px;
}

.bj-horizontal-post .post-caption {
    font: 600 18px/28px Greta;
    height: 90px;
    overflow: hidden;
    position: relative;
}

.six-in-two-rows .bj-horizontal-post {
    margin-bottom: 45px;
}

.three-columns .bj-section-title {
    font: Bold 20px/34px Greta;
    color: #000;
    display: inline-block;
}

.three-columns .bj-section-title .more-dots {
    padding: 5px 0;
}

.three-columns .bj-vertical-post,
.three-columns .bj-horizontal-post {
    /*padding: 0 10px;*//*Restore Space*/
}

.three-columns .bj-posts .bj-post-text {
    font: 600 22px/35px Greta;
    height: 70px;
    margin-bottom: 24px;
}

.three-columns .bj-horizontal-post .post-caption {
    font: 600 18px/28px Greta;
}

.videos-slider-section {
    background-color: #121213 !important;
    color: #fff;
    /*overflow-x: hidden;*/
    overflow: hidden;
    position: relative;
}

.videos-slider-section .row,
.videos-slider-section .col-12,
.videos-slider-section .slick-slider {
    position: static;
}

.videos-slider-section .slick-slide {
    background-color: #121213;
}

.videos-slider-section .bj-section-title {
    color: #DBDBDB;
}

.videos-slider-section .bj-posts .bj-post-text {
    color: #fff;
}

.videos-slider-section .bj-vertical-post {
    padding: 0 4px;
}

.videos-slider .post-meta-container {
    color: #fff;
}

.videos-slider .slick-list {
    overflow: visible;
    position: relative;
}

.videos-slider .slick-list:before {
    position: absolute;
    content: '';
    top: -20px;
    bottom: -20px;
    width: 5000px;
    right: -5000px;
    background: #121213;
    z-index: 999;
}

.videos-slider .slick-next {
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    transform: none;
    width: 80px;
    outline: 0;
}

.videos-slider .slick-next:before,
.videos-slider .slick-prev:before {
    border-radius: 0;
    background: transparent linear-gradient(270deg, #00000000 0%, #000000 70%);
    box-shadow: 5px 0 9 rgba(0, 0, 0, 0.20);
    background-color: inherit !important;
}

.videos-slider .bj-post-image:before {
    position: absolute;
    content: '';
    width: 36px;
    height: 52px;
    background-image: url(images/play.svg);
    background-size: 36px 52px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.icon-on-top .videos-slider .bj-post-image:hover:before,
.icon-on-top .videos-slider .bj-post-image:before {
    top: 5px;
    left: 5px;
    transform: none;
}

.videos-slider .bj-post-image:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 1;
}

.videos-slider .bj-post-image:hover:before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slick-next:after {
    transform: rotate(-45deg) translateY(-50%);
    top: 50%;
}

#characters-slider .slick-slide {
    padding: 10px 0;
}

#characters-slider .slick-track {
    margin-right: -1px;
}

#characters-slider .character-post {
    padding: 2px;
}

.character-post h3 {
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font: Bold 20px/30px Greta;
    margin: 0;
    padding-top: 50%;
    padding-bottom: 20px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(18,18,19,1) 100%);
    /*border-radius: 0 0 5px 5px;*/
}

.tabs-section .nav-tabs {
    border: 0;
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
}

.tabs-section .nav-tabs .nav-link {
    border: 0;
}

.tabs-section .nav-link {
    font: 600 18px/18px Greta;
    color: #000000;
}

.nav-link {
    padding: 0 1.5rem;
}

.nav-tabs .nav-item:nth-child(2) {
    border-left: 1px solid #121213;
    border-right: 1px solid #121213;
}

.tabs-section .nav-tabs .nav-item.show .nav-link,
.tabs-section .nav-tabs .nav-link.active {
    background-color: transparent;
    font: Bold 18px/18px Greta;
    color: #FD4600;
}

.bj-post-image .post-rank {
    color: #fff;
    font: 900 30px/30px Greta;
    position: absolute;
    right: 5px;
    bottom: 0;
    text-shadow: 0 0 1px #000;
}

.bj-vote-section {
    background-color: #333 !important;
    color: #fff;
    padding: 10px 0;
}

.bj-vote-img {
    margin: -10px 0;
}

.bj-vote-section .bj-section-title {
    display: inline-block;
    font: Bold 40px/56px Greta;
    color: #fff;
    margin-bottom: 0;
}

.vote-slogan {
    font: 400 12px/30px Greta;
    color: #FFFFFF;
}

.vote-question {
    font: 600 20px/30px Greta;
    color: #FFFFFF;
    margin-top: 20px;
}

.vote-answers {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.vote-answer-wrapper {
    margin-bottom: 10px;
    text-align: left;
}

.vote-answer {
    border-radius: 7px;
    background-color: #606061;
    padding: 7px;
    display: inline-block;
    color: #fff;
    font: Bold 20px/22px Greta;
    cursor: pointer;
}

.vote-answer span {
    display: inline-block;
}

.vote-answer .value {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #000;
    font-weight: 500;
}

.vote-answer .text {
    float: right;
}

.vote-answer.checked {
    background-color: #121213;
    border: 1px solid #EF3E42;
}

.vote-answer.checked .text {
    color: #EF3E42;
}

.deaths-section {
    background-color: #121213 !important;
    color: #fff;
}

.deaths-section .bj-section-title {
    color: #fff;
}

.deaths-section .bj-posts .bj-post-text {
    color: #fff;
    font: 600 18px/28px Greta;
    height: 56px;
}

.deaths-section .bj-post-image .post-meta-container {
    position: static;
    padding: 5px 0;
    height: auto;
}

.publish-death-wrapper {
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    height: calc(100% + 40px);
    margin: -10px 0; /* BJ NOTE: was "-20px 0;", related to spaces between sections */
    overflow: hidden;
    position: relative;
}

.publish-death-wrapper:before {
    position: absolute;
    content: '';
    height: 64px;
    width: 64px;
    background-color: #000;
    transform: rotate(45deg);
    top: -30px;
    left: -30px;
}

.publish-death h2 {
    border-bottom: 1px dashed #333333;
    text-align: center;
    padding-bottom: 40px;
    margin: 40px;
    font: 400 30px/30px Greta;
}

.publish-death p {
    font: 400 22px/40px Greta;
    text-align: center;
}


.news-coverage-mobile-ad {
    margin-top: 10px;
}

.article-above-title-mobile-ad {
    margin-bottom: 10px;
}

.article-above-desc-mobile-ad {
    margin-bottom: 10px;
}

.article-above-article-desktop-ad {
    margin-bottom: 10px;
}

.article-beside-desc-ad,
.article-beside-desc-desktop-ad {
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 300px;
}

.article-under-image-desktop-ad {
    margin-top: 10px;
}










footer {
    background-color: #000;
    padding-top: 20px;
    color: #fff;
}

.hide-footer footer {
    display: none;
}

.designed-by {
    text-align: center;
    padding-bottom: 24px;
    font: Bold 10px/11px Philosopher;
    border-bottom: 1px solid #121213;
}

.designed-by a {
    color: #fff;
}

.designed-by img {
    height: 20px;
}

.footer-body {
    margin-top: 40px;
}

.footer-logo {
    width: 106px;
    /*height: 41px;*/
}

.footer-content {
    margin: 40px 0;
}

.footer-description {
    font: 400 16px/30px Greta;
}

.footer-content .menu-items h2 {
    margin-bottom: 15px;
}

.footer-content .menu-items a {
    font: 600 20px/35px Greta;
    color: #fff;
}

.menu-social {
    color: #fff;
}

.menu-social .text,
.footer-social .text {
    font: Bold 30px/50px Greta;
}

.social-icons {
    list-style: none;
    padding: 0;
}

.social-icon a {
    padding-top: 100%;
    width: 100%;
    position: relative;
    background-color: #333;
    border-radius: 5px;
    color: #000;
    font-size: 60px;
    display: block;
}

.social-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.social-icon a:hover {
    color: #fff;
    transition: all 0.3s;
}

.social-icon.facebook a, /* BJ Note: Added */
.social-icon.facebook a:hover {
    background-color: #004EAA;
}

.social-icon.twitter a, /* BJ Note: Added */
.social-icon.twitter a:hover {
    background-color: #2CAAE1;
}

.social-icon.instagram a, /* BJ Note: Added */
.social-icon.instagram a:hover {
    background: transparent linear-gradient(225deg, #FF6B3E 0%, #B500AE 100%) 0 0 no-repeat padding-box;
}

.social-icon.youtube a, /* BJ Note: Added */
.social-icon.youtube a:hover {
    background-color: #E00000;
}

.social-icon.telegram a, /* BJ Note: Added */
.social-icon.telegram a:hover {
    background-color: #269DD7;
}

.social-icon.whatsapp a, /* BJ Note: Added */
.social-icon.whatsapp a:hover {
    background-color: #00D171;
}

.menu-bottom,
.footer-bottom {
    border-top: 1px solid #333;
    font: 400 14px/30px Greta;
    padding: 10px 0;
    text-align: right;
}

.menu-bottom img,
.footer-bottom img {
    height: 24px;
}

.footer-bottom a {
    color: #fff;
}

/*******************************************
*   Article
********************************************/

.article-meta-wrapper {
    background-color: #F6F6F6 !important;
    padding-top: 40px;
}

.article-meta-wrapper .article-title {
    font: 600 24px/38px Greta;
    color: #000;
    margin-bottom: 20px;
}

.font-button {
    background-color: #FD4600;
    height: 35px;
    width: 35px;
    display: inline-block;
    color: #fff !important;
    text-align: center;
    line-height: 35px;
    font-size: 17px;
    cursor: pointer;
    margin-bottom: 15px;
}

.font-button::selection {
    background-color: transparent;
}

.font-button.minus {
    font-size: 14px;
}

.article-meta-wrapper .bj-post-image {
    margin-bottom: 15px;
}

.bj-image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 5px;
    text-align: center;
}

.watermark {
    margin-top: -15px;
    text-align: left;
    color: #ccc;
    text-shadow: 0 0 0 #000;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    z-index: 999;
}

.article-meta-wrapper .article-image {
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/ /* BJ NOTE: Removed */
    /*border-radius: 5px;*/
}

.article-meta-wrapper .article-writer {
    font: 400 16px/26px "Helvetica Neue W23 for SKY Bd";
}

.blurred-bg {
    filter: blur(8px);
    -webkit-filter: blur(8px);
    /*filter: grayscale(100%);*/
    /*-webkit-filter: grayscale(100%);*/
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blurred-bg img {
    visibility: hidden;
}

.blurred-bg + .article-image {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}



.article-meta-wrapper .article-writer img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    float: right;
    margin-left: 10px;
    margin-right: 3px;
}

.article-meta-wrapper .article-writer .writer-description {
    font: 400 12px/30px "Helvetica Neue W23 for SKY Bd";
    color: #AFAFAF;
}

.article-source {
    /*font: 400 19px/30px Greta;*/
    font-family: "Helvetica Neue W23 for SKY Bd";
    color: #0e90d2;
}

.article-content-wrapper {
    background-color: #fff !important;
}

.article-meta-wrapper .post-meta-container { /* BJ NOTE: was ".article-meta-wrapper .post-meta-container" */
    position: relative;
    left: 0;
    right: 0;
    margin-bottom: 10px; /* BJ NOTE: added */
    font-size: 18px;
    margin-top: 20px;
}

.article-meta-wrapper .post-meta-container .date-time {
    margin-right: 5px;
}

.article-meta-wrapper .post-meta-container .views-count span {
    font-size: 18px;
}

.above-content-ad {
    margin-bottom: 10px;
}

.article-gallery {
    margin-bottom: 10px;
}

.article-gallery-item {
    margin-bottom: 10px;
}

.gallery-item-inner {
    display: inline-block;
    position: relative;
}

.gallery-item-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px;
    font: 400 16px/22px Greta;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
}

.article-content {
    /*min-height: 60vh;*/
    font: 500 18px/29px Greta;
    color: #000000;
    /*text-align: justify;*/
}

.article-content iframe[src*="facebook"] {
    display: none;
}

.fancybox-content {
    max-width: 900px;
    background-color: transparent;
}

.fancybox-slide--iframe .fancybox-content {
    background-color: transparent;
}

.article-content .alert {
    font-weight: normal;
    padding: 10px;
}

.article-content .alert .alert-heading {
    font-weight: bold;
    font-size: 18px;
}

.article-content .alert hr {
    margin: 5px 0;
}

.article-content .alert p {
    margin-bottom: 0;
    font-size: 14px;
}

.gsc-control-cse * {
    font-family: Greta, san-serif !important;
}

.first-vertical,
.one-two-three {
    background-image: url('images/world.png');
    background-size: 100%;
}

.article-area {
    overflow: hidden;
}

.article-area .six-in-two-rows {
    background: transparent linear-gradient(180deg, #121213 0%, #121213 100%) 0 0 no-repeat padding-box;
    color: #fff;
}

.article-area .six-in-two-rows a {
    color: #fff;
}

.side-ads a {
    display: block;
}

.side-ads img {
    margin: 10px 0;
}

.bj-section.related-articles {
    padding: 0;
    background-color: #F6F6F6;
    position: relative;
    margin-bottom: 15px;
}

.related-articles:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 5000px;
    right: -5000px;
    background-color: #F6F6F6;
}

/*.related-articles .post-meta-container {*/
    /*position: absolute;*/
/*}*/

.related-articles .bj-section-title {
    font: Bold 22px/34px Greta;
}

/*.article-content-wrapper,*/
/*.inside-article,*/
footer {
    z-index: 999;
    position: relative;
}

.article-keywords ul {
    padding: 0;
    list-style: none;
}

.article-keywords li {
    display: inline;
}

.article-keywords a {
    color: #fff;
    font: 400 14px/20px Greta; /* BJ NOTE: was "400 12px/20px Greta" */
    background-color: #707070;
    border-radius: 3px;
    margin-left: 5px;
    padding: 3px 6px;
    display: inline-block;
}


/*******************************************
* Votes Section
********************************************/

.votes-container {
    background-color: #000;
    color: #fff;
}

.votes-head {
    text-align: center;
    padding: 20px 0;
}

.votes-head h1 {
    font: Bold 50px/60px Greta;
}

.votes-head .vote-slogan {
    color: #707070;
}

.votes-container .vote-question {
    align-items: center;
    display: flex;
    height: 100%;
    margin: 0;
}

.votes-container .bj-vote-section:nth-of-type(2n+2) {
    background-color: #000 !important;
    padding: 20px 0;
}

/*******************************************
* Death Section
********************************************/

.category {
    padding-top: 20px;
}

.visit-archive {
    margin-top: 20px;
}

.visit-archive a {
    color: #9D9D9D;
}

.visit-archive img {
    height: 20px;
}

.deaths-container .publish-death-wrapper {
    margin: 0;
    height: auto;
    background-color: #121213;
    color: #fff;
}

.category .bj-section-title {
    font: Bold 50px/60px Greta;
}

.third-category-section {
    padding-top: 40px;
}

.most-read-horizontal .bj-post-image .post-rank {
    font: 700 60px/60px Greta;
    color: #707070;
    right: -15px;
    top: -23px;
    text-shadow: none;
    z-index: 99;
}



/*******************************************
* Full Menu
********************************************/

.desktop-full-menu {
    top: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9999999;
    /*right: -100%;*/
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    background: transparent linear-gradient(119deg, #333333 0%, #121213 100%) 0 0 no-repeat padding-box;
}

.desktop-full-menu.opened {
    /*right: 0;*/
    visibility: visible;
    opacity: 1;
}

.desktop-full-menu .menu-head {
    padding: 25px 0 45px;
}

.close-desktop-menu {
    color: #fff;
    position: absolute;
    top: 0;
    cursor: pointer;
    font-family: arial;
    font-size: 20px;
    right: 10px;
    z-index: 99999;
}

.desktop-full-menu .logo {
    position: relative;
    top: -200%;
    transition: all 0.9s;
}

.desktop-full-menu.opened .logo {
    top: 0;
}

.desktop-full-menu .menu-bar {
    position: relative;
    left: -100%;
    transition: all 0.6s;
}

.desktop-full-menu.opened .menu-bar {
    left: 0;
}

.desktop-full-menu .menu-bar {
    background-color: #000;
    color: #fff;
}

.desktop-full-menu .header-search-wrapper {
    text-align: right;
}

.desktop-full-menu .header-search input {
    width: 300px;
}

.desktop-full-menu .bj-notifications {
    padding: 0;
    margin-top: 8px;
}

.desktop-full-menu .menu-items {
    padding: 40px 0;
    position: relative;
    transition: all 0.6s;
    right: -100%;
}

.desktop-full-menu.opened .menu-items {
    right: 0;
}

.desktop-full-menu .menu-items li {
    margin-bottom: 15px;
    list-style: none;
}

.desktop-full-menu .menu-items a {
    font: 600 26px/30px Greta;
    color: #fff;
}

.menu-social .social-icon a {
    color: #fff;
}

.menu-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    border: none;
    padding: 0;
}

.menu-bottom-content {
    padding: 10px 0;
    border-top: 1px solid #fff;
}

.menu-bottom a {
    color: #fff;
}

#sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
}

.breaking-news-wrapper {
    background-color: red; /*#de2e2e;*/
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
     display: none;
}

.breaking-news-wrapper.trending {
    background-color: #FDC300;
}

.trending .breaking-title span {
    color: #fff;
    background-color: #000;
}

.breaking-news-container {
    position: relative;
}

.breaking-news-container .close-breaking {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    position: absolute;
    text-align: center;
    top: 5px;
    z-index: 99;
    left: 15px;
    font-family: sans-serif;
}

.trending .breaking-news-container .close-breaking {
    left: auto;
    right: 15px;
}

.breaking-title {
    font-size: 26px;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}

.trending .breaking-news-container .breaking-title {
    text-align: left;
}

.breaking-title span {
    background-color: #fff;
    color: red; /*#de2e2e;*/
    display: inline-block;
    padding: 0 10px;
}

.breaking-body {
    color: #fff;
    padding: 10px 10px 10px 0;
    font: 400 30px/44px Greta;
}

.trending .breaking-body {
    color: #000;
}

.breaking-body img {
    float: right;
    margin-left: 10px;
}

.breaking-body .read-more {
    display: inline-block;
    background-color: #333;
    color: #fff;
    margin-right: 10px;
    padding: 0 5px;
    font-size: 16px;
    line-height: 24px;
    /*float: right;*/
    margin-top: 5px;
}

.breaking-body p {
    margin-bottom: 0;
    font-weight: bold;
}

.breaking-body small {
    font-size: 70%;
    line-height: 1.5em;
    display: block;
    color: #333;
}

.slider-fade {
    display: none;
}

.slider-fade.slick-initialized {
    display: block;
}

.inside-article-video-ad {
    width: 50%;
    text-align: center;
    margin: 10px auto;
}

.adpopup-content-html {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.adpopup-content-html iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.adpopup-content-image img {
    max-width: 100%;
}

#scroller {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    line-height: 52px;
    cursor: pointer;
    font-size: 22px;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,0.7);
    border-radius: 3px;
    transition: all .6s ease;
    z-index: 99999999;
}

/*
Media Queires
*/

@media (max-width: 1200px) {

    .desktop-nav li a {
        padding: 0 15px;
        font: 600 16px/18px Greta;
    }

    .live-coverage h3 {
        margin-bottom: 10px;
    }

    .main-slider-bottom {
        height: 100px;
    }

    .main-slider-bottom .slider-caption {
        height: 100px;
        font: 600 18px/32px Greta;
    }

    .main-slider-bottom img {
        max-height: 100px;
    }

    .coverage-list time:before {
        top: 6px;
    }

    .coverage-list li:last-of-type time:before {
        top: 3px;
    }

    .main-slider-bottom .post-meta-container {
        right: 185px;
    }

}

@media (max-width: 992px) {

    #scroller {
        bottom: 60px;
    }

    .fixed-top .header-top {
        display: block;
        padding-top: 10px;
    }

    #sticky-footer {
        bottom: 48px;
    }
}

@media (max-width: 768px) {

    .article-beside-desc-ad img,
    .article-beside-desc-desktop-ad img {
        max-width: 180px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .inside-article-video-ad {
        width: 80%;
    }

    .footer-content {
        margin: 60px 0;
    }

    .footer-body {
        margin-top: 60px;
    }

    .footer-social {
        margin-bottom: 40px;
    }

    .footer-description {
        padding: 10px 20px;
    }

    .bj-section.deaths-section .bj-posts {
        margin-bottom: 40px;
    }

    .post-meta-container.horizontal {
        margin-bottom: 0;
    }

    .three-columns .bj-posts .bj-post-text,
    .two-in-one-row .bj-posts .bj-post-text,
    .bj-posts .bj-post-text {
        font: 600 18px/28px Greta;
        height: auto;
    }

    .title-inside-image .figure-caption h2,
    .main-slider-top .figure-caption h2 {
        font: 600 18px/28px Greta;
        height: 54px;
    }

    .bj-horizontal-post.title-only {
        margin-bottom: 10px;
    }

    .three-in-one-row-ad .section-ad {
        margin-top: auto;
    }

    .bj-horizontal-post.title-only {
        margin-right: 0;
    }

    .title-inside-image {
        margin-bottom: 10px;
    }

    .most-popular {
        display: inline-block;
        padding-left: 10px;
    }

    .most-popular img {
        padding-right: 0;
        margin-left: 5px;
    }

    .container {
        padding-right: 5px;
        padding-left: 5px;
    }

    .row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-right: 5px;
        padding-left: 5px;
    }

    .bj-dark .desktop-full-menu .menu-head,
    .desktop-full-menu .menu-head {
        background-color: #121213;
        padding: 20px 0 10px;
    }

    .menu-head .switch-light-dark {
        display: block;
        position: absolute;
        top: 0;
        left: 10px;
        padding-top: 0;
    }

    .desktop-full-menu .menu-bar {
        background-color: transparent;
    }

    .desktop-full-menu .header-search-wrapper {
        display: block;
    }

    .desktop-full-menu .header-search input {
        width: 100%;
    }

    .desktop-full-menu .menu-content {
        margin-right: 50px;
        height: calc(100vh - 100px);
        overflow-y: scroll;
    }

    .desktop-full-menu .menu-items {
        padding-top: 20px;
    }

    .desktop-full-menu .menu-items .col-md-3:last-of-type {
        padding-bottom: 140px;
    }

    .desktop-full-menu .notifications-container,
    .desktop-full-menu .menu-social .text,
    .desktop-full-menu .menu-bottom {
        display: none;
    }

    .desktop-full-menu .menu-social {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .send-videos-wrapper {
        height: 94px;
    }

    .slick-send-videos {
        margin: 0 85px 0 0;
    }

    .send-videos {
        height: 105px;
    }

    .image-wrap img {
        width: 75px;
        height: 75px;
    }

    .send-videos-button {
        height: 75px;
        width: 75px;
        font: 600 14px/16px Greta;
    }

    .slick-send-videos .slick-prev,
    .slick-send-videos .slick-next {
        display: none !important;
    }

    .live-coverage {
        margin-right: 0;
        padding: 0 5px;
    }

    .tabs-section .nav-tabs {
        position: static;
        top: inherit;
        left: inherit;
        transform: none;
        margin-bottom: 40px;
        padding: 0;
    }

    .tabs-section .nav-tabs .nav-item {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        text-align: center;
    }

    .three-in-one-row-ad .section-ad {
        text-align: center;
    }

    .three-columns .bj-posts .bj-post-text {
        height: auto;
        max-height: 62px;
    }

    .bj-vote-img {
        margin: 0;
    }

    .votes-container .bj-vote-img {
        display: none;
    }

    .vote-question {
        text-align: center;
        margin-bottom: 20px !important;
        justify-content: center;
    }

    .vote-answer-wrapper {
        text-align: right;
    }

    .vote-answer .text {
        float: left;
    }

    .vote-answer .value {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
        padding-left: 10px;
        margin-left: 10px;
        border-left: 1px solid #000;
    }


    .deaths-section {
        background-color: #000 !important;
    }

    .publish-death-wrapper {
        border-left: none;
        border-right: none;
        background-color: #121213;
    }

    .footer-body {
        text-align: center;
    }

    .footer-logo {
        width: 155px;
        /*height: 60px;*/
    }

    .social-icon a {
        color: #fff;
        font-size: 40px;
    }

    .social-icon.facebook a {
        background-color: #004EAA;
    }

    .social-icon.twitter a {
        background-color: #2CAAE1;
    }

    .social-icon.instagram a {
        background: transparent linear-gradient(225deg, #FF6B3E 0%, #B500AE 100%) 0 0 no-repeat padding-box;
    }

    .social-icon.youtube a {
        background-color: #E00000;
    }

    .social-icon.telegram a {
        background-color: #269DD7;
    }

    .social-icon.whatsapp a {
        background-color: #00D171;
    }

    .footer-bottom {
        font: 400 11px/30px Greta;
    }

    .footer-bottom img {
        height: 12px;
    }



}

@media (max-width: 576px) {

    .breaking-title {
        font-size: 16px;
    }

    .section-read-more a { /* Zein Note: Added */
        min-width: 160px;
        display: inline-block;
        font: 600 18px/22px Greta;
    }

    .breaking-body .has-more p {
        font-size: 20px;
        line-height: 30px;
        /*max-height: 60px;
        overflow: hidden;*/
    }

    .breaking-body img {
        width: 96px;
        height: 54px;
        margin-bottom: 5px;
    }

    .three-columns .bj-section-title {
        font: Bold 40px/60px Greta;
    }

    .bj-horizontal-post .bj-category-badge {
        top: auto;
        bottom: 5px;
    }

    .article-meta-wrapper .bj-category-badge {
        top: 10px;
        bottom: auto;
    }

    .bj-category-badge {
        top: auto;
        bottom: 10px;
    }

    .main-slider-top .bj-category-badge {
        bottom: auto;
        top: 10px;
    }

    .breaking-body {
        font: 400 18px/24px Greta;
    }

    .most-popular {
        font: Bold 14px/30px Greta;
    }

    header,
    main section {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    #characters-slider .slick-slide {
        transform: translateX(50%);
    }

    /*.header-search-wrapper {*/
    /*    display: none;*/
    /*}*/

    /*.header-search input:focus,*/
    /*.header-search input {*/
    /*    width: 100%;*/
    /*    padding: 0 5px;*/
    /*}*/

    .header-search-wrapper {
        display: none;
    }

    .social-icon a {
        font-size: 26px;
    }

    .category .bj-section-title {
        font: Bold 22px/32px Greta;
    }

    /*.logo img {*/
    /*    height: 35px;*/
    /*}*/

    /*.bj-posts .bj-post-image img {*/
        /*max-width: 100px;*/
    /*}*/
    
    .first-vertical .col-md-3:not(:first-child) .bj-post-image {
        display: none;
    }
    
    .three-columns .bj-horizontal-post .bj-post-image {
        display: none;
    }
    
    .three-columns .bj-horizontal-post .post-caption {
        height: auto;
        overflow: initial;
    }

}

ins.adsbygoogle {
  display: block !important;
  min-height: 280px;
  min-width: 336px;
  margin: 20px auto;
  clear: both;
  overflow: visible !important;
  z-index: 1;
}

/* Adjust for mobile responsiveness */
@media (max-width: 768px)  {
  ins.adsbygoogle {
    min-height: 250px;
    min-width: 300px;
  }
}

/* Add to your CSS */
.article-above-article-desktop-ad,
.article-above-title-mobile-ad,
.article-above-desc-mobile-ad,
.side-ads {
  position: relative;
  z-index: 10;
}
