/**CSS Reset**/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: top;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
html,
body {
    width: 100%;
    height: 100%;
}
ol,
ul,
li {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
    display: inline-block;
    outline: none;
}
/**CSS Reset**/

/**Main-Structure**/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* arabic */

@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 700;
    src: local('Cairo Bold'), local('Cairo-Bold'), url(https://fonts.gstatic.com/s/cairo/v5/SLXLc1nY6Hkvalqaa46O59Zea3ZlqSo.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}
/* latin-ext */

@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 700;
    src: local('Cairo Bold'), local('Cairo-Bold'), url(https://fonts.gstatic.com/s/cairo/v5/SLXLc1nY6Hkvalqaa46F59Zea3ZlqSo.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */

@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 700;
    src: local('Cairo Bold'), local('Cairo-Bold'), url(https://fonts.gstatic.com/s/cairo/v5/SLXLc1nY6Hkvalqaa46L59Zea3Zl.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: Arabiya;
    src: url("../fonts/BoutrosArabiyaB.eot");
    src: url('../fonts/BoutrosArabiyaB.eot?') format('eot'), url("../fonts/BoutrosArabiyaB.woff") format("woff"), url("../fonts/BoutrosArabiyaB.ttf") format("truetype");
}
@font-face {
    font-family: 'Noto Naskh Arabic';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/NotoNaskhArabic-Bold.eot);
    src: url(../fonts/NotoNaskhArabic-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/NotoNaskhArabic-Bold.woff2) format('woff2'), url(../fonts/NotoNaskhArabic-Bold.woff) format('woff'), url(../fonts/NotoNaskhArabic-Bold.ttf) format('truetype');
}
body {
    text-align: right;
    font-family: 'Cairo', sans-serif;
    font-size: 95%;
    line-height: 150%;
}
/*******Areas************/

.area-100 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.area-75 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 960px;
    flex: 0 0 960px;
}
.area-50 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 600px;
    flex: 0 0 600px;
}
.area-25 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.noscroll {
    overflow: hidden;
}
/*******Areas************/

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
    display: none;
    top: 76px;
    right: 0;
}
.overlay.show {
    opacity: 0.5;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    display: block;
}
.main-content {
    direction: rtl;
    width: 1340px;
    margin: 0 auto;
    padding: 0 10px;
}
.main-content,
.top-info .hashtags,
.main-header .weather,
.news-articles ul,
.area-50 .news ul,
.gallery ul,
.news.programs ul,
.tabs-menu,
.opinions ul,
.writers,
.top-writers,
.alfa-filter,
.author-story,
.ad-samples,
.services .flags,
.vod-program,
.section-timeline .area-75 .box.news ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}
.top-info .lang {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
}
.top-info .hashtags,
.main-header .weather {
    -ms-flex-positive: 10;
    -webkit-box-flex: 10;
    flex-grow: 10;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.top-info .hashtags a {
    margin-left: 30px;
}
.top-info .hashtags {
    margin-left: 50px;
}
.top-info .date-time,
.top-info .lang,
section {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.main-header .weather {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left;
}
/*General-rule for box news header h2*/

section>h2,
div>h2 {
    width: 100%;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 140%;
    line-height: 125%;
}
.news-articles {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.aa-vidoes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.aswaq-articles div {
    float: right;
}
footer .main-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
footer .main-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.news-articles ul,
.gallery ul,
.news.programs ul,
.opinions ul,
.writers,
.top-writers,
.alfa-filter,
.author-story,
.ad-samples,
.services .flags,
.vod-program {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.aa-live,
.teaser-tools ul .share {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Pages & Components */

.ad25,
.news,
.news-mod02,
.latest-news,
.news-articles,
.gallery,
.top-content {
    overflow: hidden;
}
header {
    margin-bottom: 15px;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
    position: relative;
}
.live-streaming,
.weather {
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.top-info {
    font-size: 13px;
    padding: 7px 0;
}
.top-info .lang a.lang-en {
    font-family: Arial;
    line-height: 170%;
}
.main-header {
    height: 150px;
    padding-top: 31px;
}
.logo {
    width: 164px;
    height: 70px;
    font-size: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s ease transform;
    transition: .5s ease transform;
}
.logo a {
    width: 100%;
    height: 100%;
}
header .live-streaming span {
    display: inline-block;
    margin-top: -11px;
    padding: 17px 65px 0 20px;
    line-height: 350%;
}
.main-header .weather {
    margin-left: 20px;
}
.mobile-menu,
.mobile-search {
    display: none;
}
header nav {
    padding: 10px 0;
    line-height: 15px;
}
nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
}
nav li {
    padding: 0 14px;
    height: 19px;
    margin-top: 12px;
    font-weight: bold;
    font-size: 14px;
}
nav li:first-child,
.main-content .submenu li:first-child {
    padding-right: 0;
    border: none;
}
nav li:last-child {
    width: 40px;
    height: 40px;
    border: none;
    padding: 0;
    margin: 0;
    z-index: 4;
}
/**Inside Sections Page***/

.main-content>ul {
    position: relative;
}
.main-content .menu-icon a {
    width: 25px;
    height: 18px;
    background: url('../gfx/submenu.png') center no-repeat;
    margin-top: -2px;
}
.alhadath-nav,
.alarabiya-nav {
    margin: 0;
    -ms-flex-item-align: center;
    align-self: center;
    border-width: 0 1px 0 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    font-size: 0;
}
.alhadath-nav {
    height: 21px;
}
.alhadath-nav a {
    width: 45px;
    height: 21px;
}
.alarabiya-nav {
    height: 25px;
}
.alarabiya-nav a {
    width: 59px;
    height: 25px;
}
.fm-nav {
    margin: 0 auto 0 0;
    -ms-flex-item-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-self: center;
    border-width: 0;
    height: 30px;
}
.fm-nav a {
    width: 85px;
    height: 30px;
    font-size: 0;
}
.alhadath-nav.switch .hd {
    margin-top: -21px;
}
.alhadath-nav .hd2 {
    width: 85px;
}
.main-content .menu-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: inline-block;
    margin: 0;
    border-right: none;
    -ms-flex-item-align: center;
    align-self: center;
    opacity: 1;
    z-index: 4;
}
.submenu .menu-icon {
    margin: 0 auto 0 0;
}
.main-content .menu-icon.active a {
    background-image: url('../gfx/submenu-active.png');
}
.main-content .submenu {
    overflow: hidden;
}
.submenu .arrow {
    display: none;
}
.main-content .submenu ul {
    position: absolute;
    top: 60px;
    right: 0;
    height: 40px;
    width: 100%;
    background: #e6e6e7;
}
/**Search Overlay***/

.main-content {
    position: relative;
}
.search-overlay {
    direction: rtl;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 14;
    display: none;
}
.search-overlay .close {
    display: block;
    width: 50px;
    height: 50px;
    margin-top: 20px;
    background: url(../gfx/search-reset.png) center no-repeat;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    right: 10%;
    top: 0;
}
.search-overlay.show {
    display: block;
}
.search-overlay .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
.search-overlay .container form {
    -ms-flex-item-align: center;
    align-self: center;
    direction: rtl;
    text-align: right;
    width: 90%;
    padding-top: 2%;
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
}
.search-overlay .search-input {
    width: 100%;
    font-size: 2em;
    line-height: 1.8em;
    padding: 0 10px;
    border: 0;
    font-weight: 300;
    outline: 0;
    background: 0 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.search-input::-webkit-input-placeholder,
.search-input::-webkit-input-placeholder {
    color: #757575;
}
.search-input::-webkit-input-placeholder,
.search-input::placeholder {
    color: #757575;
}
.search-input:-ms-input-placeholder,
.search-input:-ms-input-placeholder {
    color: #757575;
}
.search-input:-ms-input-placeholder,
.search-input::placeholder {
    color: #757575;
}
.search-input::-moz-placeholder,
.search-input::placeholder {
    color: #757575;
}
.search-overlay input {
    color: #757575;
}
.search-icon {
    display: block;
    width: 50px;
    height: 50px;
    padding: 2px;
    border: none;
    margin: 21px -50px 0 0;
    outline: none;
    font-size: 0;
}
.search-input:not(:valid)~.search-icon {
    display: none;
}
.search-icon svg {
    fill: #757577;
}
.search-input {
    margin: 0 auto;
}
/**Search Overlay***/

/**Sticky Nav***/

nav .logo {
    display: none;
    background-size: cover;
    background-image: url(../gfx/sprites-default.png);
    background-repeat: no-repeat;
    background-position: 0 -308px;
    height: 60px;
}
.sticky nav {
    height: 60px;
}
.sticky nav.moveR {
    opacity: .95;
    position: fixed;
    top: -200px;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: top .6s, opacity .6s;
    transition: top .6s, opacity .6s;
    z-index: 10000000;
}
.sticky nav.moveR.moveD {
    top: 0;
}
.section-page .sticky nav.moveR.moveD {
    top: -60px;
}
.sticky nav.moveR .logo {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transform-origin: 171px 95px;
    transform-origin: 171px 95px;
    display: block;
    background-position: 93px -184px;
    width: 170px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
}
.sticky nav.moveR ul {
    height: 40px;
}
nav.moveR .submenu ul {
    padding: 0;
    margin-right: 0;
    height: 40px;
}
.main-content>ul.fixed {
    position: fixed;
    top: 3px;
}
.section-page.margintop .global-wrapper {
    margin-top: 137px;
}
.margintop .global-wrapper {
    margin-top: 76px;
}
/**Sticky Nav***/

section {
    clear: both;
    overflow: hidden;
    width: 100%;
    padding-bottom: 15px;
}
.news li {
    position: relative;
    width: 340px;
    height: 216px;
    float: right;
    margin-right: 20px;
    margin-bottom: 17px;
    overflow: hidden;
}
.fix-for-slider {
    clear: both;
    padding-top: 15px;
    overflow: hidden;
}
.news li:first-child,
.area-50 .news li:first-child {
    width: 600px;
    height: 450px;
    float: right;
    margin: 0;
    overflow: hidden;
}
.news-mod02 li:first-child {
    width: 296px;
    height: 450px;
    float: right;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.news-mod02 li:first-child img {
    width: 100%;
    height: 100%;
    margin: 0;
}
.news li picture {
    width: 100%;
}
.news-mod02 li {
    float: right;
    margin: 0 20px 10px 0;
    overflow: hidden;
    width: 284px;
}
.news-mod02 li .video-icon {
    left: 3px !important;
    top: 3px !important;
}
.news li:last-child,
.area-100 .news li:nth-child(2n+4),
.news-mod02 li:last-child {
    margin-bottom: 0;
}
.news-mod02 li .ttl {
    margin-top: 7px;
    display: inline-block;
    height: 45px;
    overflow: hidden;
}
.news-mod02 li:first-child .ttl {
    margin: 0;
    height: auto;
}
.news-mod02 li img {
    width: 100%;
    height: 169px;
}
.news img,
.news-mod02 img {
    overflow: hidden;
}
.area-50 .news li {
    float: none;
    width: 294px;
    height: 165px;
    margin: 10px 0 0 0;
}
.area-50 .news ul,
.section-timeline .area-75 .box.news ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.area-50 .news .ttl {
    bottom: 5%;
}
a.cover,
.bem-gradient {
    width: 100%;
    height: 101%;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
}
span.cover {
    width: 100%;
    position: relative;
    display: inline-block;
}
.top-content .cover {
    width: 127px;
    float: right;
}
.news li img,
.news-mod02 img {
    width: 100%;
    height: 100%;
}
.news li:first-child .ttl,
.news .section-ttl,
.news-mod02 li:first-child .ttl,
.news-mod02 .section-ttl {
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    padding: 0 15px;
    line-height: 160%;
}
.news .ttl,
.news.programs li:first-child .ttl,
.area-25 .news li:first-child .ttl {
    bottom: 5%;
    font-size: 17px;
    position: absolute;
    padding: 0 15px;
    line-height: 170%;
    font-weight: bold;
}
.news li:first-child .ttl,
.news-mod02 li:first-child .ttl {
    bottom: 3%;
}
.news .section-ttl,
.area-25 .news li:first-child .section-ttl,
.news-mod02 li:first-child .section-ttl {
    bottom: 20px;
    z-index: 1;
    right: 15px;
    line-height: 150%;
    padding-right: 10px;
    font-size: 14px;
}
.news li:first-child .section-ttl,
.news-mod02 li:first-child .section-ttl {
    font-size: 22px;
}
.news .caption {
    position: absolute;
    font-size: 12px;
    display: inline-block;
    bottom: 20px;
    left: 20px;
    padding: 10px;
}
.news .video-icon {
    top: 0;
}
.latest-news {
    width: 100%;
}
.latest-news h2 {
    margin-bottom: 0;
}
.latest-news h2 a,
.top-content h2 a {
    width: 50%;
    padding: 10px 0;
    margin-top: -1px;
}
.latest-news li {
    overflow: hidden;
    padding: 0;
    height: 76px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.latest-news li span {
    display: inline-block;
}
.latest-news li:first-child {
    padding-top: 0;
}
.latest-news .time {
    width: 50px;
    float: right;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding-left: 10px;
    margin-left: 7px;
}
.latest-news.with-thumbs .time {
    margin-left: 0;
}
.latest-news a,
.latest-news span {
    display: block;
}
.latest-news .time .region {
    font-size: 12px;
    width: 100%;
    font-weight: normal;
}
.latest-news .ttl {
    overflow: hidden;
    line-height: 150%;
    display: inline;
}
.latest-news.with-thumbs .ttl {
    max-height: 45px;
}
h2 {
    padding-right: 10px;
}
.news-articles li {
    overflow: hidden;
    margin-bottom: 35px;
    padding-bottom: 24px;
}
.area-50 .news-articles li,
.area-50 .news.programs li {
    width: 49%;
}
.area-25 .news-articles li,
.area-25 .news.programs li {
    width: 100%;
}
.area-75 .news-articles li,
.news.programs li {
    width: 32.4%;
}
.area-100 .news-articles li,
.area-100 .news.programs li {
    width: 24.1%;
}
.news-articles li img,
.gallery li img {
    width: 100%;
}
.area-25 .news-articles li {
    margin-bottom: 0;
}
.news-articles li .ttl,
.gallery li .ttl,
.topic a .ttl {
    margin: 7px 0 0 0;
    display: inline-block;
    height: 45px;
    overflow: hidden;
}
.area-25 .news-articles li .ttl {
    height: auto;
}
.news-articles .section-ttl,
.topic .section-ttl {
    font-weight: bold;
    font-size: 100%;
    padding-right: 7px;
    line-height: 120%;
    margin-top: 10px;
}
.news-articles ul,
.gallery ul,
.area-75 .opinions ul,
.area-50 .opinions ul,
.area-100 .opinions ul {
    padding: 12px;
}
.video-icon,
.photo-icon,
.news-mod02 li:first-child .video-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}
.top-content .video-icon {
    width: 25px;
    height: 25px;
}
.gallery ul li {
    padding-bottom: 15px;
}
.gallery ul li:last-child {
    padding-bottom: 0;
}
.area-50 .gallery ul li {
    width: 47.3%;
}
.area-75 .gallery ul li {
    width: 31.1%;
}
.area-100 .gallery ul li {
    width: 23.2%;
}
.ad25 {
    text-align: center;
}
.ad25 .wrapper {
    padding: 20px;
    text-align: center;
}
.ad25 h2 {
    padding: 0;
    border: 0;
}
.top-content {
    width: 100%;
}
.top-content li {
    padding-bottom: 11px;
    margin-bottom: 15px;
}
.top-content li:last-child {
    margin-bottom: 0;
}
.top-content li img {
    width: 100%;
    float: right;
    margin-left: 15px;
}
.top-content .ttl,
.top-content .caption {
    display: inline-block;
    width: 198px;
    float: left;
    text-align: right;
    overflow: hidden;
}
.top-content .ttl {
    max-height: 45px;
    overflow: visible;
}
.top-content .caption {
    padding-top: 10px;
    text-align: left;
}
.caption,
article .disclaimer,
.article-card .date-time,
.loader,
form .error,
form .valid {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
}
.dark,
.full-blk {
    padding-top: 20px;
    margin-bottom: 20px;
}
.full-blk {
    padding-top: 40px;
    padding-bottom: 0;
}
.dark .news-articles ul {
    padding: 12px 0 0 0;
    margin: 0;
}
.dark .news-articles li {
    padding-bottom: 0px;
    margin-bottom: 25px;
}
.dark .news-articles li .ttl {
    height: auto;
}
.dark .news-articles {
    margin-bottom: 0;
}
.custome-video-home li .ttl {
    height: 21px;
}
.external {
    margin-top: 32px;
}
.news.programs li {
    height: 216px;
    margin-right: 0;
    margin-bottom: 15px;
    float: none;
}
.news.programs .ttl,
.news.programs li:first-child .ttl {
    bottom: 5%;
}
.area-50 .news.programs li {
    margin: 0 0 12px 0;
}
.news.programs li img {
    width: 100%;
    height: auto;
}
.latest-news h2,
.top-content h2 {
    padding-right: 0;
}
.opinions li {
    clear: both;
    overflow: hidden;
    padding: 13px 0;
}
.opinions li:first-child {
    padding-top: 0;
}
.opinions .pic {
    float: right;
    width: 81px;
    overflow: hidden;
}
.opinions .pic img {
    width: 100%;
}
.opinions .ttl,
.opinions .author {
    width: 72%;
    float: left;
}
.opinions .ttl {
    font-weight: bold;
    margin: 10px 0 5px 0;
}
footer {
    font-family: 'Cairo', sans-serif;
    padding: 50px 0 25px 0;
}
.footer-separator {
    clear: both;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
}
footer .logo {
    height: 50px;
    font-size: 0;
    float: right;
    padding-left: 25px;
    width: 145px;
}
footer .copyrights {
    float: left;
    font-size: 11px;
    padding: 22px 22px 0px 353px;
}
footer ul {
    padding: 0 50px;
}
footer li a {
    font-size: 13px;
    padding: 2px 0;
}
footer li:first-child {
    font-size: 15px;
    padding-bottom: 10px;
    font-weight: bold;
}
.btn-search {
    width: 37px;
    height: 40px;
    border: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    padding: 0;
    margin: 0;
}
form.global-search {
    display: none;
    padding: 20px 0;
}
input.fld {
    padding: 10px 0;
    background: none;
    outline: none;
    width: 100%;
    font-size: 26px;
}
button {
    display: none;
}
input::-webkit-input-placeholder {
    font-family: 'Cairo', sans-serif;
}
/** Start Slider **/

.Nwoslider {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.slider {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: 0.25s;
    transition: 0.25s;
    position: relative;
    max-width: 1320px;
    width: 100%;
    height: 260px;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -o-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slider>.item {
    max-width: 100%;
    list-style: none;
    left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
#slider img {
    height: 200px;
}
.slider .time {
    height: 60px;
    padding: 18px 10px;
    font-size: 22px;
    font-family: Tahoma;
    direction: ltr;
}
.slider .time .start,
.controls #prev {
    float: right;
}
.slider .time .end,
.controls #next {
    float: left;
}
.slider .time,
.slider .label {
    display: block;
}
.slider .time em {
    text-decoration: none;
    font-size: 17px;
    line-height: 110%;
    padding: 0 7px;
    opacity: 0.6;
}
.controls {
    position: absolute;
    top: 122px;
    width: 100%;
    height: 0;
}
.controls button {
    display: inline-block;
    width: 34px;
    height: 68px;
    cursor: pointer;
    outline: none;
}
.controls button:disabled {
    opacity: 0.5;
    cursor: default;
}
.slider .item {
    position: relative;
}
.slider .item .label {
    position: absolute;
    left: 1px;
    bottom: 1px;
    padding: 10px 10px 10px 20px;
}
.slider .item .label .ttl {
    display: block;
    text-align: right;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 3px;
}
.slider .item .label .caption {
    display: block;
    text-align: right;
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
}
.Nwoslider.dateSlider {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 40px;
}
.dateSlider .slider {
    width: 908px;
    height: 55px;
}
.dateSlider .slider .item {
    width: 164px;
    height: 54px;
    text-align: center;
    line-height: 55px;
    border-radius: 15px;
    margin-left: 24px;
}
.dateSlider .controls {
    top: -9px;
}
.dateSlider .controls #prev {
    background: url('../gfx/slider-r.png') center no-repeat;
    background-position: 16px;
}
.dateSlider .controls #next {
    background: url('../gfx/slider-l.png') center no-repeat;
    background-position: 0px;
}
/** End Slider **/

.breaking-news {
    overflow: hidden;
    position: fixed;
    bottom: -200px;
    width: 100%;
    z-index: 9999;
    clear: both;
    font-size: 25px;
    -webkit-transition: bottom .6s ease;
    transition: bottom .6s ease;
}
.breaking-news.show {
    bottom: 0;
}
.breaking-news .main-content {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
}
.breaking-news .lbl {
    padding: 0 20px 5px 20px;
    font-weight: bold;
    font-size: 30px;
    line-height: 150%;
    margin-left: 15px;
}
.breaking-news p {
    line-height: 190%;
    height: 50px;
    overflow: hidden;
    padding: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.breaking-news .main-content {
    padding: 10px 0;
}
.box {
    margin-bottom: 25px;
    width: 100%;
}
footer .social {
    font-family: Arabiya;
    font-size: 31px;
    position: absolute;
    left: 0;
    top: 7px;
    width: 27%;
}
footer .social .lbl {
    display: none;
}
footer .social ul {
    padding: 0;
    width: auto !important;
    border: none;
    padding: 0 20px 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
footer .social li {
    width: 42px;
    height: 42px;
    padding: 0;
}
.social li a {
    width: 100%;
    height: 100%;
}
.dark section {
    padding-bottom: 0;
}
.breadcrumbs {
    padding-bottom: 20px;
}
.breadcrumbs,
.breadcrumbs a {
    font-weight: bold;
    font-size: 13px;
}
.breadcrumbs a::after {
    content: ">";
    font-size: 14px;
    font-family: Arial;
    padding: 0 10px;
}
.breadcrumbs a:last-child::after {
    content: "";
}
.article-hdr {
    padding-bottom: 20px;
}
.article-hdr h1,
.article-hdr h3 {
    font-size: 34px;
    padding-bottom: 8px;
    line-height: 150%;
}
.article-hdr h2 {
    font-size: 25px;
    padding-bottom: 20px;
    padding-right: 0;
    margin-bottom: 0;
    line-height: 150%;
    border: none;
}
.article-hdr time {
    font-size: 13px;
    padding-right: 27px;
    display: block;
}
.article-hdr .author {
    font-size: 15px;
    padding-top: 7px;
}
.article-teaser {
    position: relative;
    min-height: 539px;
}
.article-teaser .video-icon {
    top: 0;
    left: 0;
}
article .article-teaser,
article .article-teaser img {
    width: 100%;
    height: auto;
}
.teaser-tools {
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 14px;
    width: 100%;
    height: 40px;
}
.teaser-tools .short-url {
    padding: 8px;
    float: right;
}
.teaser-tools .short-url input {
    outline: none;
    resize: none;
    text-align: center;
    margin-right: 10px;
    padding: 0 5px;
    border-radius: 0;
}
.teaser-tools ul {
    float: left;
}
.teaser-tools ul li {
    float: left;
}
.teaser-tools ul li a {
    width: 100%;
    height: 100%;
    min-width: 45px;
    min-height: 43px;
    font-size: 0;
    cursor: pointer;
}
.teaser-tools ul .share {
    padding: 10px 45px 10px 10px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}
article {
    margin-bottom: 40px;
}
article p {
    font-family: 'Noto Naskh Arabic', serif;
    font-size: 22px;
    line-height: 170%;
    padding: 8px 0;
    text-align: justify;
}
.article-hdr,
.teaser-tools,
blockquote,
article h2,
article h5 {
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
}
article.bigger p {
    font-size: 26px;
}
blockquote {
    margin: 10px 0;
    padding: 5px 0;
    font-size: 29px;
    line-height: 160%;
    text-align: center;
}
blockquote::before {
    content: "“";
    float: right;
    line-height: 100%;
    font-size: 50px;
}
blockquote::after {
    content: "“";
    float: left;
    line-height: 0;
    font-size: 50px;
}
blockquote p {
    text-align: left;
    padding: 10px 0 0 40px;
    font-size: 18px;
}
blockquote p::before {
    content: " - ";
}
.topic {
    width: 35%;
    float: right;
    margin: 10px 0 10px 20px;
    padding: 10px 20px 20px 20px;
}
article .box {
    margin: 20px 0;
    padding: 20px;
    overflow: hidden;
}
.topic img,
.infograph img {
    width: 100%;
}
.topic h2 {
    padding: 0;
}
.topic h2 a,
.topic h2 span {
    margin-bottom: -1px;
    padding-bottom: 7px;
    display: inline-block
}
.tooltip {
    cursor: help;
    float: left;
    position: relative;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    line-height: 140%;
}
.tooltip .tooltip-txt {
    bottom: 100%;
    left: 0;
    display: block;
    margin-bottom: 15px;
    opacity: 0;
    padding: 10px;
    pointer-events: none;
    position: absolute;
    width: 300px;
    font-size: 85%;
    line-height: 180%;
    font-weight: normal;
    text-align: right;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
}
.tooltip .tooltip-txt:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}
.tooltip .tooltip-txt:after {
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}
.tooltip:hover .tooltip-txt {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
article h2,
article h5 {
    font-size: 25px;
    line-height: 150%;
    border-right: none;
    padding: 10px 0 0 0;
}
article .box h2 {
    padding-top: 0;
}
article .topic h2 {
    margin-bottom: 10px;
}
.topic.lft {
    float: left;
    margin-right: 20px;
    margin-left: 0;
}
.box h2 span {
    float: left;
}
.table-wrapper {
    padding-bottom: 15px;
    font-weight: bold;
    clear: both;
}
.table-wrapper h2 {
    font-size: 21px;
}
.table-wrapper table {
    width: 100%;
}
.table-wrapper table td,
.table-wrapper table th {
    padding: 10px 10px;
    text-align: center;
}
.table-wrapper table thead th {
    padding: 15px 10px;
}
.table-wrapper table .ttl {
    text-align: right;
    font-weight: bold;
}
.table-wrapper table td {
    font-weight: normal;
    line-height: 210%;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
.notice {
    padding: 10px 0;
}
article .box.tags {
    font-weight: bold;
}
article .box.tags a {
    padding-left: 10px;
    line-height: 200%;
}
.ordered li {
    list-style-type: decimal;
    list-style-position: inside;
    padding: 5px 0;
    font-size: 100%;
}
.ordered li ol li,
.unordered li ul li {
    margin-right: 30px;
}
.unordered li {
    padding: 0 15px 0 0;
    margin: 15px 0;
    clear: both;
}
article .ordered li,
article .unordered li {
    font-weight: bold;
}
.tabs-menu li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 2px
}
.tabs-menu li:last-child {
    margin: 0;
}
.tabs-menu li a {
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    display: block;
}
.tabs-menu li:hover a {
    -webkit-transition: color .7s;
    transition: color .7s;
}
.tabs-menu .current a {
    padding-top: 8px;
}
.tab-content {
    display: none;
    padding: 10px;
}
.area-25 .tab-content {
    padding: 20px 0 0 0;
}
.tabs .tab .tab-content:first-child {
    display: block;
}
.tabs .news-articles ul {
    padding: 0;
    margin: 0;
}
.tabs .news-articles li {
    padding: 0;
    margin: 10px 0 0 0;
}
.main-article {
    padding-bottom: 20px;
    margin-bottom: 10px;
    overflow: hidden;
}
.main-article a {
    display: block;
}
.main-article img {
    width: 623px;
    float: right;
}
.main-article .ttl,
.main-article .txt {
    width: 300px;
    float: left;
    line-height: 150%;
    display: block;
}
.main-article .ttl {
    font-size: 21px;
    margin: 10px 0 15px 0;
    font-weight: bold;
}
.main-article .txt {
    font-size: 17px;
}
.coverage {
    font-weight: bold;
}
.coverage.mod01 {
    width: 100%;
}
.coverage.mod02 {
    height: 296px;
    width: 100%;
}
.coverage.mod01 .txt {
    width: 30%;
    display: inline-block;
    margin: 330px 0 15px 0;
    float: right;
}
.coverage.mod02 .item01 {
    width: 300px;
    margin: 85px 222px 0 0;
    padding-top: 110px;
    float: right;
}
.coverage.mod02 .item02 {
    width: 180px;
    margin: 85px 258px 0 0;
    padding-top: 110px;
    float: right;
}
.coverage .caption {
    padding: 5px 10px;
    width: auto;
    clear: both;
    float: right;
    position: relative;
}
.takeover_outer {
    width: 100%;
    height: 100%;
    left: 0;
    top: 262px;
    z-index: 0;
    background-position: center 0;
    background-repeat: no-repeat;
    position: absolute;
}
.section-page .takeover_outer {
    top: 325px;
}
.takeover_outer.fixed {
    position: fixed;
}
.takeover_outer a {
    height: 100%;
    width: 100%;
}
a.sponsor {
    width: 100%;
    height: 100%;
}
.author-overview img {
    width: 18%;
    float: right;
}
.author-overview h1,
.author-overview p,
.author-overview h2 {
    width: 80%;
    float: left;
    line-height: 180%;
}
.author-overview h1,
.author-overview h2 {
    font-size: 130%;
    font-weight: bold;
    padding-bottom: 10px;
    border: none;
    padding: 0;
}
.section-opinions article {
    padding: 20px 20px 50px 20px;
    position: relative;
}
article .bookmark {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 15px 15px 37px;
}
.section-opinions article .teaser-tools {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
}
.area-50 .opinions li,
.area-75 .opinions li,
.area-100 .opinions li {
    clear: none;
    padding-top: 0;
    padding-bottom: 15px;
}
.area-50 .opinions li {
    width: 47%;
}
.area-75 .opinions li {
    width: 30%;
}
.area-100 .opinions li {
    width: 21%;
}
.area-25 .opinions li {
    width: 100%;
}
.area-50 .opinions li .pic,
.area-75 .opinions li .pic,
.area-100 .opinions li .pic,
.author-story .story-writer img {
    width: 67px;
}
article .disclaimer {
    padding: 20px;
    font-style: italic;
    margin: 15px 0;
    font-size: 12px;
}
.top-writers li .pic,
.top-writers li img {
    border-radius: 0;
    width: 100%;
}
.top-writers li {
    width: 18%;
    margin-bottom: 20px;
}
.area-50 .top-writers li {
    width: 30%;
}
.area-25 .top-writers li {
    width: 90%;
}
.area-100 .writers li,
.area-75 .writers li {
    width: 14%;
}
.area-50 .writers li {
    width: 30%;
}
.writers li {
    margin-bottom: 15px;
}
.writers li .pic img {
    width: 100%;
}
.writers .author,
.top-writers .author,
.writers .ttl,
.top-writers .ttl {
    padding: 5px 10px;
    text-align: center;
}
.writers .ttl {
    padding-top: 0;
    font-size: 80%;
    line-height: 140%;
}
.writers .author,
.top-writers .author {
    font-weight: bold;
}
.author-overview {
    overflow: hidden;
}
.writers {
    margin: 20px 0 30px 0;
}
.writers li,
.top-writers li {
    text-align: center;
}
.alfa-filter {
    margin: 40px 0;
}
.alfa-filter li {
    width: 3%;
    font-weight: bold;
    cursor: pointer;
    font-size: 110%;
    font-family: Arial;
    line-height: 170%;
    margin-bottom: 5px;
    text-align: center;
}
.area-50 .alfa-filter li {
    width: 7%;
}
.area-25 .alfa-filter li {
    width: 13%;
}
.alfa-filter li.disabled {
    cursor: default;
}
.article-card {
    padding: 20px;
    clear: both;
    line-height: 170%;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}
.article-card .ttl {
    font-size: 120%;
    font-weight: bold;
    padding-bottom: 10px;
    height: 35px;
    line-height: 170%;
}
.article-card .ttl,
.article-card p,
.article-card .date-time {
    width: 80%;
    float: left;
    display: block;
    overflow: hidden;
}
.section-opinions .article-card .ttl,
.section-opinions .article-card p,
.section-opinions .article-card .date-time {
    width: 100%;
    float: none;
    height: auto;
}
.article-card .date-time {
    padding-top: 15px;
}
.article-card .date-time .time {
    padding: 5px 10px;
    font-family: Arial;
    font-size: 100%;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 10px;
}
.article-card img {
    width: 18%;
    float: right;
}
.loader {
    font-size: 13px;
    clear: both;
    text-align: center;
    width: 100%;
    padding: 10px 0 20px 0;
    margin-bottom: 30px;
}
.author-story {
    clear: both;
    overflow: hidden;
    margin-bottom: 30px;
}
.author-story .pic {
    width: 55%;
    overflow: hidden;
}
.author-story .story-content {
    width: 45%;
    overflow: hidden;
    padding: 20px;
}
.author-story .pic img {
    width: 100%;
}
.author-story .story-content .ttl {
    font-size: 120%;
    line-height: 150%;
    font-weight: bold;
    padding-bottom: 15px;
}
.story-writer {
    margin-top: 20px;
}
.author-story .story-writer span {
    font-weight: bold;
    padding: 50px 10px 0;
    display: inline-block;
}
.area-50 .author-story .pic,
.area-50 .author-story .story-content,
.area-25 .author-story .pic,
.area-25 .author-story .story-content {
    width: 100%;
}
.area-25 .author-story .story-content {
    padding: 10px;
    ;
}
.area-25 .author-story .story-writer img {
    width: 60px;
    height: 60px;
}
nav .main-content {
    overflow: visible;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.box.services {
    padding-bottom: 20px;
    overflow: hidden;
    clear: both;
}
.box.services h2,
.contact-form h2 {
    font-size: 150%;
}
.box.services .unordered li {
    margin: 20px 0;
}
.box.services p {
    padding: 10px 0;
}
.box h6 {
    font-size: 110%;
    font-weight: bold;
    padding: 10px 0;
}
.ad-samples {
    margin-bottom: 40px;
}
.ad-samples img {
    width: 47%;
    height: 100%;
}
.ad-samples.full img {
    width: 100%;
}
.rss {
    padding: 5px 35px;
}
.services .flags {
    padding-bottom: 40px;
}
.services .flags img {
    width: 80px;
    height: 50px;
    margin-bottom: 10px;
}
.area-50 .services .flags img {
    width: 55px;
    height: 34px;
}
.area-25 .services .flags img {
    width: 49px;
    height: 31px;
}
h6.flag {
    line-height: 240%;
    padding-top: 60px;
}
h6.flag img {
    width: 60px;
    height: 37px;
    margin-left: 15px;
}
td img {
    margin-left: 10px;
}
/** Forms **/

form .row {
    clear: both;
    padding: 10px 0;
    overflow: hidden;
}
form .row .lbl {
    width: 15%;
    float: right;
    line-height: 230%;
}
form .row .fld {
    width: 85%;
    float: left;
}
.contact-form input[type=text],
.contact-form input[type=password],
.contact-form textarea {
    width: 100%;
}
input[type=text],
input[type=password],
select,
textarea,
.btn {
    padding: 7px;
    resize: none;
    font-family: 'Cairo', sans-serif;
}
.btn {
    font-size: 130%;
    font-weight: bold;
    padding: 10px 40px;
    cursor: pointer;
}
.contact-form .btn {
    float: left;
}
.captcha {
    float: right;
}
.area-25 form .row .lbl,
.area-25 form .row .fld,
.area-25 .btn,
form .error,
form .valid {
    width: 100%;
    float: none;
    display: block;
}
.area-25 form .row .fld,
.area-25 .btn {
    margin-top: 15px;
}
.area-75 .vod-slider {
    width: 100%;
    height: auto;
    margin: 0 0 25px 0;
}
.area-25 .news li,
.vod-slider.news li {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
}
.vod-slider.news li {
    margin: 0;
}
.vod-slider.news li .ttl,
.vod-slider.news li .section-ttl {
    display: none;
}
.vod-slider.news .caption.trailer {
    font-family: 'Cairo', sans-serif;
    font-size: 100%;
    right: 20px;
    left: auto;
}
.area-25 .news li:last-child {
    margin-bottom: 0;
}
.area-25 .news li {
    height: 198px;
}
.vod-program .cover {
    width: 52%;
    height: 459px;
    overflow: hidden;
    position: relative;
}
.vod-program .cover img {
    width: 100%;
    height: auto;
    position: absolute;
    top: -22px;
    right: 0;
}
.vod-program .video-preview {
    width: 46%;
}
.vod-program .video-preview .ttl {
    font-size: 195%;
    font-weight: bold;
    word-spacing: -5px;
    padding-bottom: 10px;
    line-height: 150%;
}
.vod-program .video-preview p {
    font-size: 120%;
    line-height: 173%;
    height: 125px;
    overflow: hidden;
    margin: 10px 0 20px 0;
}
.vod-program .video-preview .presenter {
    display: none;
}
.vod-program .video-preview .date-time {
    padding: 2px 0;
    font-size: 90%;
    display: none;
}
.vod-program .video-preview .date-time .timing {
    display: block;
    float: left;
    font-family: Arial;
    font-weight: bold;
}
.article-teaser .caption {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    width: 100%;
}
article p a {
    display: inline;
    text-decoration: underline;
}
.artcl-snippet {
    float: left;
    margin-right: 15px;
}
.artcl-snippet iframe {
    max-width: 100%;
}
.aa-live {
    width: 330px;
    height: 126px;
    padding: 10px;
    position: fixed;
    bottom: 285px;
    left: 0;
    z-index: 999;
}
.aa-live h2 a {
    display: inline;
}
.aa-live .prog-img,
.aa-live .prog-img img {
    width: 124px;
    height: 69px;
    float: right;
}
.aa-live .watch,
.aa-live .listen {
    width: 170px;
    float: left;
    padding-right: 30px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
}
.aa-live .close-btn {
    float: left;
    font-family: Arial;
    font-weight: normal;
    font-size: 18px;
    cursor: pointer;
    width: 25px;
    text-align: center;
}
.aa-live.hide-live h2,
.aa-live.hide-live a {
    display: none;
}
.hide-live {
    width: 40px;
    overflow: hidden;
    cursor: pointer;
    padding: 0;
}
.aa-live .live-open {
    display: none;
}
.aa-live.hide-live .live-open {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.live-popup {
    max-width: 900px;
    padding: 50px 75px;
    margin: 0 auto;
}
.live-streaming {
    min-width: auto;
}
.live-popup h2 {
    line-height: 150%;
    font-size: 24px;
    padding-right: 40px;
}
.player-wrapper {
    width: 100%;
    overflow: hidden;
}
.player-wrapper {
    margin-bottom: 15px;
}
.live-popup .live-info {
    clear: both;
    overflow: hidden;
    line-height: 250%;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.live-popup .live-info span {
    display: block;
    float: right;
    font-size: 25px;
    font-weight: bold;
    padding: 5px 10px;
}
.live-popup .live-info .time {
    float: left;
    font-size: 18px;
    font-family: Arial;
    font-weight: normal;
    padding: 5px 0 0 0;
}
.live-popup .live-info .now {
    font-size: 20px;
}
.live-popup .services .devices {
    width: 50%;
    float: right;
    padding-left: 15px;
}
.live-popup .services .channels {
    width: 50%;
    float: left;
    padding-right: 15px;
}
.live-popup .services h3 {
    font-weight: bold;
    padding-bottom: 30px;
}
.live-popup .services a {
    float: right;
    margin-left: 30px;
}
.live-popup .services .channels a {
    margin-left: 15px;
}
.live-popup .services a:last-child {
    margin-left: 0;
}
.live-popup .services .channels a:last-child {
    margin-left: 0;
}
.area-100 .news-articles ul,
.area-100 .gallery ul,
.area-100 .news.programs ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.area-100 .news-articles ul li,
.area-100 .gallery ul li,
.area-100 .news.programs ul li {
    margin-left: 14px;
}
.area-100 .news-articles ul li:nth-child(4n+0),
.area-100 .gallery ul li:nth-child(4n+0),
.area-100 .news.programs ul li:nth-child(4n+0) {
    margin-left: 0px;
}
article .teaser-tools .share {
    position: relative;
}
article .teaser-tools .share ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 123px;
    height: 40px;
    display: none;
}
article .teaser-tools .share ul li {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 1px;
}
article .teaser-tools .share ul .whatsapp,
article .teaser-tools .share ul .telegram {
    display: none;
}
article .teaser-tools .share.show-icons {
    width: 123px;
}
article .teaser-tools .share.show-icons ul.share-list {
    display: block;
}
a.loadmore {
    clear: both;
    display: block;
    margin: 20px 0;
    text-align: center;
    padding: 15px;
    font-weight: bold;
}
.en {
    direction: ltr;
    font-family: Arial;
}
.en h6 {
    font-size: 150%;
    line-height: 180%;
}
.en h6 img,
.en table img {
    float: right;
}
.en table {
    direction: rtl;
}
.en table td {
    direction: ltr;
}
.en table tr th:first-child,
.en table tr td:first-child {
    text-align: right;
}
.en table tr td:first-child span {
    line-height: 225%;
    display: inline-block;
    margin-top: 13px;
    font-size: 120%;
    font-weight: bold;
}
.scroller .navigator {
    width: 72px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
}
.scroller .navigator button {
    width: 35px;
    height: 100%;
    display: block;
    float: left;
    cursor: pointer;
    margin-right: 1px;
    border: none;
    padding: 0;
    outline: none;
}
.scroller .navigator i {
    border-style: solid;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 5px;
}
i.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin: 8px 0 0 0;
}
i.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: -3px 0px 0 0;
}
.scroller {
    position: relative;
    overflow: hidden;
}
#ver-carousel {
    position: absolute;
    visibility: visible;
}
#carouselWrapper {
    position: relative;
    overflow: hidden;
}
.scroller-4 {
    height: 549px;
}
.scroller-6 {
    height: 823px;
}
.scroller-7 {
    height: 949px;
}
.scroller-8 {
    height: 1082px;
}
.scroller-10 {
    height: 1349px;
}
article .box.infograph .caption {
    display: block;
    padding-top: 10px;
    font-family: 'Cairo', sans-serif;
    font-size: 15px;
}
.leaderboard,
.leaderboard * {
    text-align: center;
    margin: 0 auto;
}
.ftr-disclaimer {
    display: none;
}
.latest-news.with-thumbs .time,
.latest-news.with-thumbs a:hover .time,
.latest-news.with-thumbs .time span.region {
    width: 68%;
    float: left;
    font-size: 11px;
    font-weight: normal;
    line-height: 160%;
    text-align: right;
}
.latest-news.with-thumbs .video-icon {
    width: 25px;
    height: 25px;
    top: 0;
    right: 0;
}
.area-25 .latest-news.with-thumbs .time span {
    padding: 0 7px;
    float: right;
    display: block;
    width: auto;
}
.latest-news.with-thumbs .time span.region {
    padding-right: 0;
}
.latest-news.with-thumbs li span {
    display: inline;
}
.latest-news.with-thumbs .ttl {
    width: 68%;
    float: left;
    padding: 0;
    margin: 0 0 7px 0;
    font-size: 95%;
    height: 37px;
    max-height: 37px;
    line-height: 130%;
}
.latest-news.with-thumbs img {
    width: 27%;
    float: right;
}
.latest-news.with-thumbs li {
    margin: 20px 20px 0 20px;
    padding: 0 0 19px 0;
    height: auto;
    max-height: 100px;
    clear: both;
    overflow: hidden;
    position: relative;
}
.latest-news.with-thumbs h2 {
    margin-bottom: 20px;
}
.latest-news.with-thumbs h2 a {
    padding: 20px 20px 0 0;
}
.section-opinions .article-hdr {
    padding-top: 0;
}
.true-50 .area-50 {
    -ms-flex: 0 0 650px;
    -webkit-box-flex: 0;
    flex: 0 0 650px;
}
.main-slider-section .box {
    margin-bottom: 0;
}
/************ Navigate Articles ************/

.navigate {
    overflow: hidden;
    position: fixed;
    top: 50vh;
    left: 0;
    -webkit-transition: width .3s;
    transition: width .3s;
    width: 30px;
    z-index: 9999;
    cursor: pointer;
    direction: ltr;
}
.navigate .link {
    display: block;
    height: 128px;
}
.navigate .link .wrapper {
    display: block;
    margin-left: 30px;
    float: right;
    width: 355px;
    height: 100%;
    position: absolute;
    direction: rtl;
}
.navigate .link:before {
    position: absolute;
    left: 10px;
    top: 58px;
    border-style: solid;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    content: "";
}
.navigate .head {
    display: inline-block;
    font-size: 134%;
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
    padding: 10px 10px 0 10px;
}
.navigate .item {
    display: block;
    padding: 10px;
}
.navigate img {
    float: right;
    width: 100px;
}
.navigate .ttl {
    overflow: hidden;
    padding-right: 10px;
    font-size: 100%;
    display: block;
}
.navigate .txt {
    display: block;
    overflow: hidden;
    height: 44px;
}
.navigate .time {
    display: block;
    clear: both;
    font-family: Arial;
    font-size: 12px;
    padding-top: 8px;
}
.navigate .time b {
    font-weight: normal;
    padding: 3px 5px;
}
.navigate:hover {
    width: 385px;
}
.navigate.navigate-prev {
    left: auto;
    right: 0;
    height: 128px;
}
.navigate.navigate-prev .link .wrapper {
    float: left;
    right: 0;
    margin-right: 30px;
    margin-left: 0;
}
.navigate.navigate-prev .link:before {
    left: auto;
    right: 10px;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
}
.sticky-related {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    display: none;
}
.sticky-related h2 {
    float: right;
    padding: 10px 15px;
    width: auto;
    border: none;
    font-size: 120%;
}
.sticky-related ul {
    clear: both;
    padding: 0;
}
.sticky-related .area-100 .news-articles ul li {
    padding-bottom: 0;
    margin-bottom: 0;
}
.sticky-related .box {
    margin-bottom: 0;
}
.more-btn {
    position: absolute;
    width: 100%;
    bottom: 18px;
}
.more-btn span {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-family: Arabiya;
    font-size: 21px;
}
.news-articles {
    position: relative;
}
.tabs-g-wrapper h2 {
    padding-right: 0;
    line-height: 63px;
    font-size: 20px;
}
.box.infograph {
    padding: 10px 10px 0 10px;
    margin-bottom: 0;
}
article .box.infograph {
    padding: 20px;
    margin-bottom: 20px;
}
.box.gallery.custome-video-home li {
    font-size: 78%;
}
/**updates new menu*/

.submenu ul {
    display: none;
}
.section-page .submenu.current-section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.overflowfix {
    overflow: visible !important;
}
.section-page nav {
    height: 124px;
    background: url('../gfx/menu-bg.jpg') center top repeat-x;
}
.main-submenu {
    border: none;
    padding-left: 0;
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
    font-size: 17px;
}
.main-content .main-submenu+li {
    padding-right: 10px;
    border-right: none !important;
}
.main-submenu span {
    display: inline-block;
    margin: 2px 20px 0 0;
}
.main-submenu svg {
    fill: #262931;
}
.submenu li:first-child+li {
    border: none;
    padding-right: 0;
}
.submenu li a {
    color: #262931;
}
.submenu .menu-icon {
    border-right: none !important;
    border-left: 1px solid #b7b6b6 !important;
}
.submenu .search {
    border: none !important;
}
.mega-menu {
    background: #e3e3e3;
    height: auto;
    padding-bottom: 40px;
    position: absolute;
    top: 246px;
    left: 0;
    right: 0;
    z-index: 13;
    display: none;
}
.mega-menu.show {
    display: block;
}
.mega-menu .main-content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mega-menu .main-menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    margin-left: 70px;
    padding: 23px 0;
}
.mega-menu .main-menu:nth-child(1n+7) {
    background-image: url('../gfx/mega-menu-spr.jpg');
    background-repeat: no-repeat;
    background-position: top;
}
.mega-menu .main-menu:nth-child(6n+0) {
    margin-left: 0;
}
.mega-menu li {
    line-height: 29px;
}
.mega-menu a {
    color: #333;
}
.menu-lead {
    margin-bottom: 15px;
}
.menu-lead a {
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
    color: #6a0b67;
    font-size: 1.1em;
}
.sticky nav.moveR+.mega-menu {
    position: fixed;
    top: 60px;
}
.sticky nav.moveR .submenu .logo {
    position: absolute;
    right: -167px;
    margin: 0;
}
.submenu .menu-icon,
.submenu .search {
    display: none;
}
.sticky nav.moveR .submenu .menu-icon,
.sticky nav.moveR .submenu .search {
    display: inline-block;
}
/**sport section**/

.takeover-outer {
    z-index: -1;
}
/***secound level nav*****/

.section-page .current-section .submenu.level2 ul,
.section-page .current-section .submenu.level2 .arrow {
    display: none;
}
.main-content .submenu.level2.show ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    z-index: 9;
}
/** Video JS Overrides **/

.main-content .video-js .vjs-control-bar {
    height: 4.0em;
}
.main-content .video-js .vjs-control:before {
    font-size: 2.5em;
}
.main-content .vjs-volume-bar.vjs-slider-horizontal {
    margin-top: 19px;
}
.main-content .vjs-remaining-time-display {
    font-size: 1.3em;
    line-height: 335%;
}
.video-js ul {
    font-family: Arial !important;
}
.vjs-resolution-button {
    line-height: 320% !important;
}
.video-js {
    outline: none;
}
article .video-js {
    width: 100%;
}
/***sticky video*****/

#main-video {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.videoWithPoster {
    position: absolute !important;
}
#main-video.video-sticky {
    position: fixed !important;
    top: 64px;
    right: auto;
    max-width: 400px;
    max-height: 225px;
    width: 400px;
    height: 225px;
    -webkit-transform: translateX(-245%);
    transform: translateX(-245%);
}
#main-video.video-sticky .video-youyube-container {
    max-width: 400px;
    max-height: 225px;
}
/*** Responsive Youtube video iFrame ***/

.LimelightEmbeddedPlayer {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.LimelightEmbeddedPlayer iframe {
    width: 100%;
    height: 100%;
}
.aa-live {
    display: none;
}
/***Google Search*****/

form .gsc-search-box {
    font-size: 13px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 4px;
    margin-left: 0;
    width: 100%;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 12px;
    width: 100% !important;
    height: 3.25em !important;
    margin: 0 !important;
    border-style: solid;
    border-width: 0 0 2px 0;
    border-color: #7e247c;
    border-radius: 7px;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    background: none !important;
    text-indent: 0 !important;
    padding-bottom: 10px !important;
    font-size: 1.3em;
}
.gsc-search-box-tools .gsc-search-box .gsc-input:focus,
.gsc-search-box-tools .gsc-search-box .gsc-input .gsc-input-box-focus {
    outline: none;
    border: none;
}
table.gsc-search-box td.gsc-input {
    padding-right: 24px;
}
table.gsc-search-box td {
    vertical-align: middle;
}
table.gsc-search-box td.gsc-input {
    padding: 0px;
    border: none;
    margin: -0.0625em 0px 0px;
    height: 3.25em !important;
    ;
    outline: none;
    background: #fff;
    text-indent: 48px;
}
.gsc-input-box {
    border: 1px solid #D9D9D9;
    background: #fff;
}
.gsc-input-box {
    border: none !important;
}
.gs-fileFormat,
.gsc-url-top {
    display: none !important;
}
.gsc-control-cse .gs-snippet {
    font-size: 15px !important;
    line-height: 1.6em !important;
}
.gs-web-image-box img.gs-image {
    margin-top: 0.0625rem;
    width: 8.75rem !important;
    height: 5.25rem !important;
    max-width: none !important;
    max-height: none !important;
}
.gs-web-image-box {
    width: 9.375rem !important;
}
.gsc-table-cell-snippet-close {
    vertical-align: middle !important;
}
.gsc-tabsArea {
    border-bottom: 0 !important;
}
.gs-webResult.gs-result a.gs-title:link b,
.gs-webResult.gs-result a.gs-title:link {
    color: #6e2968 !important;
    text-decoration: none !important;
    font-family: 'Cairo', sans-serif !important;
}
.gsc-webResult .gsc-result {
    padding: 1em !important;
    margin: 1em !important;
}
#___gcse_0,
.gsc-table-cell-snippet-close,
.gsc-tabHeader,
.gsc-results .gsc-cursor-box,
.gsc-search-box-tools .gsc-search-box .gsc-input,
.gsc-above-wrapper-area-container,
.gs-no-results-result {
    font-family: 'Cairo', sans-serif !important;
}
#search-form>div {
    overflow-y: auto;
    height: auto;
    width: 100%;
}
.gsc-tabHeader {
    width: 100px;
}
.gsc-control-cse .gs-result .gs-title {
    font-size: 17px !important;
    margin-bottom: 10px !important;
}
result:hover,
.gsc-webResult.gsc-result:hover {
    border-left: none !important;
    border-bottom: 1px solid #ebebeb !important;
}
.gsc-tabHeader.gsc-tabhActive {
    background-color: #6e2968 !important;
    border-color: #6e2968 !important;
    border-radius: 10px;
}
.gsc-results .gsc-cursor-box {
    text-align: center;
    font-size: 17px;
}
.gsc-input .gsc-input-box {
    width: 100% !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input .gsc-input-box-focus {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 1px solid #dadada;
    border-right: none;
}
.gsc-input .gsc-input-box-focus {
    border: none!important;
}
.gsc-search-box .gsc-input>input:focus,
.gsc-input-box-focus,
.gsc-input-box-hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.gsc-results-wrapper-nooverlay.gsc-results-wrapper-visible {
    margin: 0 auto !important;
}
input.gsc-input::-webkit-input-placeholder,
.gsc-search-box-tools .gsc-search-box .gsc-input {
    font-size: 1.2em !important;
}
input.gsc-input::-moz-placeholder {
    font-size: 1.2em !important;
}
.gsst_a .gscb_a {
    font-size: 40px !important;
}
.gsc-webResult .gsc-result {
    background: #fff !important;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12)!important;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12)!important;
    padding: 10px !important;
}
.gsc-tabData.gsc-tabdActive {
    background: #f1f1f1 !important;
}
.gsc-control-cse .gsc-option-menu-container {
    width: 90px;
}
/***** START URDU *****/

@font-face {
    font-family: 'Noto Nastaliq Urdu';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/NotoNastaliqUrduDraft.eot");
    src: url("../fonts/NotoNastaliqUrduDraft.eot?#iefix") format('embedded-opentype'), url("../fonts/NotoNastaliqUrduDraft.woff2") format('woff2'), url("../fonts/NotoNastaliqUrduDraft.woff") format('woff'), url("../fonts/NotoNastaliqUrduDraft.ttf") format('truetype');
}
body.section-urdu,
.section-urdu footer,
.section-urdu input::-webkit-input-placeholder,
.section-urdu .slider .item .label .caption,
.section-urdu input[type=text],
.section-urdu input[type=password],
.section-urdu select,
.section-urdu textarea,
.section-urdu .btn,
.section-urdu .vod-slider.news .caption.trailer,
.section-urdu article .box.infograph .caption,
.section-urdu .gs-webResult.gs-result a.gs-title:link b,
.section-urdu .gs-webResult.gs-result a.gs-title:link,
.section-urdu #___gcse_0,
.section-urdu .gsc-table-cell-snippet-close,
.section-urdu .gsc-tabHeader,
.section-urdu .gsc-results .gsc-cursor-box,
.section-urdu .gsc-search-box-tools .gsc-search-box .gsc-input,
.section-urdu .article-hdr,
.section-urdu .teaser-tools,
.section-urdu blockquote,
.section-urdu article h2,
.section-urdu article p,
.section-urdu .navigate .head,
.section-urdu .main-submenu,
.section-urdu .menu-lead a,
.section-urdu footer .social,
.section-urdu .more-btn span,
.section-urdu .tm-card time b {
    font-family: 'Noto Nastaliq Urdu', serif !important;
}
body.section-urdu {
    font-size: 95%;
    line-height: 100%;
}
.section-urdu .slider .item .label .caption {
    font-size: 14px;
}
.section-urdu .vod-slider.news .caption.trailer {
    font-size: 100%;
}
.section-urdu article .box.infograph .caption {
    font-size: 15px;
}
.section-urdu .navigate .head {
    font-size: 134%;
}
.section-urdu .main-submenu {
    font-size: 17px;
}
.section-urdu .menu-lead a {
    font-size: 1.1em;
}
.section-urdu footer .social {
    font-size: 31px;
}
.section-urdu .more-btn span {
    font-size: 21px;
}
.section-urdu nav li {
    height: auto;
}
.section-urdu nav li.alhadath-nav {
    height: 21px;
}
.section-urdu header .live-streaming span {
    background-position: 100px -91px;
}
.section-urdu .news li:first-child .ttl,
.section-urdu .news-mod02 li:first-child .ttl {
    bottom: 5%;
}
.section-urdu .latest-news.with-thumbs .ttl {
    line-height: 110%;
}
.section-urdu .top-content .ttl {
    line-height: 150%;
}
.section-urdu .news-articles li .ttl,
.section-urdu .gallery li .ttl,
.section-urdu .topic a .ttl {
    line-height: 150%;
    height: 52px;
}
.section-urdu .more-btn {
    bottom: 28px;
}
.section-urdu .top-content li {
    padding-bottom: 23px;
    margin-bottom: 22px;
}
.section-urdu .dark .news-articles li {
    margin-bottom: 10px;
}
.section-urdu .box.gallery.custome-video-home li {
    font-size: 70%;
}
.section-urdu .box.gallery.custome-video-home li .ttl {
    height: 20px;
}
.section-urdu .slider .item .label .ttl {
    padding-bottom: 7px;
}
.section-urdu .slider .item .label {
    padding: 5px 10px 15px 20px;
}
.section-urdu .main-article .ttl,
.section-urdu .main-article .txt {
    line-height: 200%;
}
.section-urdu .opinions .ttl {
    margin: 10px 0 15px 0;
}
.section-urdu .area-25 .latest-news .ttl {
    line-height: 260%;
}
.section-urdu .article-hdr h1 {
    font-size: 25px;
    padding-bottom: 15px;
}
.section-urdu .article-hdr h2 {
    font-size: 21px;
}
.section-urdu .article-hdr time {
    font-size: 10px;
    line-height: 200%;
    margin-bottom: 5px;
}
.section-urdu .teaser-tools ul .share {
    padding-bottom: 15px;
}
.section-urdu article p {
    font-size: 20px;
    line-height: 200%;
}
.section-urdu article.bigger p {
    font-size: 24px;
}
.section-urdu .tooltip {
    line-height: 40%;
}
.section-urdu .ordered,
.section-urdu .unordered {
    line-height: 200%
}
.section-urdu .ordered li {
    padding: 10px 0px;
}
.section-urdu .navigate .txt {
    height: 55px;
    line-height: 200%;
    font-size: 85%;
}
.section-urdu .article-card p {
    line-height: 200%;
    padding-top: 10px;
}
.section-urdu .author-overview p {
    font-size: 110%;
    line-height: 220%;
}
.section-urdu .writers .author,
.section-urdu .top-writers .author,
.section-urdu .writers .ttl,
.section-urdu .top-writers .ttl {
    padding: 10px 10px;
    line-height: 150%;
}
.section-urdu .story-content p {
    line-height: 200%;
}
.section-urdu .box.services {
    line-height: 200%;
}
.section-urdu .breaking-news .lbl {
    font-size: 26px;
}
.section-urdu .news-mod02 li .ttl {
    margin-top: 0px;
    height: 65px;
    line-height: 200%;
}
.section-urdu .top-info {
    padding-bottom: 15px;
}
.section-urdu .tm-card .breaking {
    line-height: 160%;
}
.section-urdu .tm-sequence ul li a {
    line-height: 200%;
}
/***** FINISH URDU *****/

.section-aswaq .moveD li {
    padding: 0 0.6em;
}
.section-aswaq .moveD li.submenu {
    overflow: visible;
}
.gsc-search-box-tools .gsc-search-box td.gsc-input {
    border: none;
    padding: 0;
}
div#___gcse_0 {
    overflow: auto;
    width: 100%;
    margin: 0 auto;
    padding: 0 10% 90px;
}
#___gcse_0 .gsc-adBlock {
    display: none;
}
.gsc-control-wrapper-cse .gsc-search-box .gsc-input tbody,
.gsc-control-wrapper-cse .gsc-search-box .gsc-input tbody .gsib_a {
    width: 100%;
}
.gsc-orderby-container,
.gsc-result-info-container {
    padding-top: 20px
}
/**Lazy Loading**/
img.lazy {
	opacity: 0.5;
}
img.load-image {
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
/**Lazy Loading**/
.gsc-results .gsc-cursor {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-direction: row-reverse;
}
.gs-no-results-result .gs-snippet,
.section-vod .gsc-control-cse {
    border: none !important;
    background-color: transparent !important;
}
/*theme Updates for VOD  Important Needed*/

.section-vod .gsc-search-box-tools .gsc-search-box .gsc-input {
    background-color: #141313 !important;
    padding: 0px !important;
    border-radius: 0 !important;
}
.section-vod table.gsc-input {
    border: none !important;
    overflow: hidden !important;
    border-bottom: 1px solid #e4e4e4 !important;
}
/*theme Updates for VOD  Important Needed*/

/* Moving thumbnail */

.teaser-video {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.teaser-img img {
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    opacity: 1;
}
.teaser-video video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}
.teaser-video.playing video {
    opacity: 1;
}
.teaser-video.playing .video-icon {
    visibility: hidden;
}
.teaser-video .cover {
    overflow: hidden;
}
.box.latest-news.with-thumbs .teaser-video video {
    width: 18%;
    float: right;
    height: 60px;
    z-index: -1;
}
.box.latest-news.with-thumbs .teaser-video.playing video {
    z-index: 0;
}
/* Moving thumbnail */

/****** Photo Gallery Slider ******/

.carousel {
    position: relative;
}
.full-blk .box.carousel {
    margin-bottom: 0;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.carousel-open:checked + .carousel-item {
    position: static;
    opacity: 100;
}
.carousel-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    width: 100%;
    height: 100%;
}
.carousel-item img {
    display: block;
    height: auto;
    width: 100%;
}
.carousel-control {
    border-radius: 50%;
    cursor: pointer;
    display: none;
    font-size: 60px;
    font-family: Tahoma;
    line-height: 105%;
    position: absolute;
    top: 50%;
    width: 70px;
    height: 70px;
    z-index: 10;
    -webkit-transform: translate(0, -50%);
    cursor: pointer;
    transform: translate(0, -50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.carousel-control.prev {
    text-align: left;
    right: -30px;
    padding-left: 15px;
}
.carousel-control.next {
    text-align: right;
    left: -30px;
    padding-right: 15px;
}
#carousel-1:checked ~ .control-1,
#carousel-2:checked ~ .control-2,
#carousel-3:checked ~ .control-3,
#carousel-4:checked ~ .control-4,
#carousel-5:checked ~ .control-5,
#carousel-6:checked ~ .control-6,
#carousel-7:checked ~ .control-7,
#carousel-8:checked ~ .control-8,
#carousel-9:checked ~ .control-9,
#carousel-10:checked ~ .control-10,
#carousel-11:checked ~ .control-11,
#carousel-12:checked ~ .control-12,
#carousel-13:checked ~ .control-13,
#carousel-14:checked ~ .control-14,
#carousel-15:checked ~ .control-15,
#carousel-16:checked ~ .control-16,
#carousel-17:checked ~ .control-17,
#carousel-18:checked ~ .control-18,
#carousel-19:checked ~ .control-19,
#carousel-20:checked ~ .control-20,
#carousel-21:checked ~ .control-21,
#carousel-22:checked ~ .control-22,
#carousel-23:checked ~ .control-23,
#carousel-24:checked ~ .control-24,
#carousel-25:checked ~ .control-25,
#carousel-26:checked ~ .control-26,
#carousel-27:checked ~ .control-27,
#carousel-28:checked ~ .control-28,
#carousel-29:checked ~ .control-29,
#carousel-30:checked ~ .control-30,
#carousel-31:checked ~ .control-31,
#carousel-32:checked ~ .control-32,
#carousel-33:checked ~ .control-33,
#carousel-34:checked ~ .control-34,
#carousel-35:checked ~ .control-35 {
    display: block;
}
.carousel-indicators {
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.carousel-indicators li {
    width: auto;
    height: auto;
    max-height: 200px;
    max-width: 20%;
    overflow: hidden;
}
.carousel-indicators li img {
    width: 100%;
    height: 100%;
}
.carousel-bullet {
    cursor: pointer;
    display: block;
}
.img-gal-info {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
}
.img-gal-ttl,
.img-gal-info .caption {
    position: absolute;
    display: block;
    right: 0;
    padding: 20px;
    width: 100%;
}
.img-gal-ttl {
    bottom: 30px;
    font-size: 126%;
}
.img-gal-ttl a {
    padding: 10px 0;
}
.img-gal-info .caption {
    bottom: 0;
    font-weight: normal;
}
.area-25 .img-gal-ttl,
.area-25 .img-gal-info .caption {
    padding: 10px;
}
.area-25 .img-gal-ttl {
    bottom: 25px;
    font-size: 110%;
}
.area-25 .carousel-control {
    font-size: 30px;
    line-height: 120%;
    width: 40px;
    height: 40px;
}
.area-25 .carousel-control.prev {
    right: -20px;
    padding-left: 10px;
}
.area-25 .carousel-control.next {
    left: -20px;
    padding-right: 10px;
}
/****** Photo Gallery Slider ******/

/****** Article Timeline ******/

.section-timeline #body-text,
.section-timeline .area-75 .box.news {
    width: 69%;
    float: left;
}
.section-timeline .area-75 .box.news {
    margin-top: 30px;
}
.section-timeline .area-75 .box.news li:first-child,
.section-timeline .area-75 .box.news li:first-child img {
    width: 100%;
}
.section-timeline .area-75 .box.news li {
    float: none;
    width: 49%;
    margin: 10px 0 0 0;
}
.tm-sequence {
    width: 30%;
    float: right;
    margin-bottom: 30px;
}
.tm-sequence.fixed {
    position: fixed;
    top: 80px;
    width: 17%;
}
.tm-sequence .ttl {
    font-size: 170%;
    font-weight: bold;
    line-height: 190%;
}
.tm-sequence ul {
    overflow: visible;
    margin: 15px 5px 0 0;
}
.tm-sequence ul li {
    padding: 10px;
    position: relative;
    overflow: visible;
    margin-right: 5px;
    cursor: pointer;
}
.tm-sequence ul li::before {
    content: "";
    position: absolute;
    right: -11px;
    top: 15px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.tm-sequence ul li a {
    font-weight: normal;
    font-size: 90%;
}
.tm-sequence ul li a time {
    font-size: 120%;
    font-weight: bold;
    display: block;
    padding-bottom: 5px;
}
.tm-card {
    margin: 10px 0 30px 0;
    padding: 0 0 10px 0;
    clear: both;
    overflow: hidden;
}
.tm-card time b {
    font-size: 150%;
    font-weight: bold;
    font-family: 'Cairo', sans-serif;
    padding-left: 10px;
}
.tm-card time {
    font-family: Tahoma;
    font-size: 11px;
    width: 100%;
    clear: both;
    display: block;
    padding-bottom: 15px;
}
.tm-card .breaking {
    float: right;
    padding: 5px 10px;
    clear: both;
    margin-bottom: 10px;
    font-size: 125%;
}
.tm-card p {
    width: 100%;
    clear: both;
}
.tm-card ul.social {
    float: right;
}
.tm-card ul.social li {
    width: 42px;
    height: 42px;
    float: right;
    -webkit-transform-origin: 40px 40px;
    transform-origin: 40px 40px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.tm-card .caption {
    float: left;
    padding-top: 15px;
}
.tm-card h1,
.tm-card h1 a {
    font-size: 120%;
    margin-bottom: 5px;
    line-height: 150%;
}
.tm-card h2,
.tm-card h2 a {
    font-size: 100%;
}
.tm-card .author-overview img {
    width: 13%;
}
.tm-card .author-overview h1,
.tm-card .author-overview h2 {
    width: 84%;
}
.tm-card a,
.tm-card img {
    width: 100%;
    display: block;
}
.tm-card p a {
    display: inline;
}
.tm-card h1 {
    margin-bottom: 15px;
}
.bem-gradient {
    z-index: 3;
}
.box.news .ttl,
.box.news .video-icon {
    z-index: 3;
}
.box.news .ttl {
    right: 0;
}
.area-25 .box.latest-news {
    position: relative;
    padding-bottom: 50px;
}
.area-25 .box.latest-news.with-thumbs {
    padding-bottom: 0;
}
.latest-news__wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.latest-news__wrapper .time {
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
}
.article-media .article-teaser,
.article-media .teaser-tools {
    width: 45%;
    float: right;
    margin-left: 26px;
}
.article-media .article-hdr {
    width: 53%;
    float: left;
}
.article-media .teaser-tools {
    clear: both;
}
.article-media .box.tags {
    width: auto;
}
/* Special video */

.special-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.special-video__media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-left: 26px;
}
.area-50 .special-video__info.article-hdr h3 {
    font-size: 20px;
}
/* Special video */

.vid-caro:hover .img-gal-info {
    display: none;
}
.vid-caro video {
    width: 100%;
}
.area-25 .more-btn {
    position: relative;
    bottom: 10px;
    background: #FFF;
    padding: 10px 0;
}
.main-streaming {
    position: fixed;
    bottom: 0;
    width: 400px;
    left: 10px;
    z-index: 9999;
}
.main-streaming__close {
    background: #6e2968;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    padding-right: 10px;
    line-height: 30px;
    font-size: 18px;
    cursor: pointer;
    float: right;
}
.main-streaming__header {
    background: #fff;
    color: red;
    display: inline-block;
}
.main-streaming__title {
    padding: 0 20px;
    text-align: center;
    line-height: 30px;
}
.inpage-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding-bottom: 30px;
}
.inpage-video .inpage-video-teaser {
    position: relative;
    margin-left: 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -webkit-flex-shrink: 0;
    width: 49%
}
.inpage-video .inpage-video-teaser img,
.inpage-video .inpage-video-teaser video {
    width: 100%;
}
.inpage-video .info .ttl {
    font-weight: bold;
    font-size: 285%;
    display: inline-block;
    line-height: 150%;
    text-align: center;
    margin: 20px 0 80px 0;
}
.inpage-video .info div p {
    font-size: 150%;
    padding: 20px 0;
    line-height: 150%;
}
.info_js_handle a > *,
.hajj-lang a > *{
    pointer-events: none;
}
/***Hajj Section updates***/
.section-hajj nav{
    height: auto;
    height: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.section-hajj header{
    margin-bottom: 20px;
}
.section-hajj  .submenu.current-section ul{
    display: none
}
.section-hajj .main-header{
    height: 436px;
    padding-top: 0;
}
.section-hajj .main-header .main-content{
    height:435px;
}
.hajj-nav{
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 0 10px;
    right: 0;
}
.hajj-nav > ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
            justify-content: flex-start;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    background: #6e2968;
    color:#fff;
}
.hajj-nav li{
    padding: 0 20px;
    font-size: 17px;
}
.section-hajj .latest-news li > a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
            justify-content: flex-start;
}
.section-hajj .latest-news .time{
    width: auto;
    border: none;
    text-align: right;
    font-family: inherit;
}
.section-hajj .latest-news .region{
    padding: 4px 7px;
    font-size: 13px;
}
.section-hajj .latest-news .more-btn{
    position: static;
}
.section-hajj .latest-news .current-date{
    background:#f5f5f5;
}
.section-hajj .language-overlay{
    position: fixed;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    color:#fff;

}
.section-hajj .language-overlay.hide{
    display:none;
}
.section-hajj .language-overlay .content-lead{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
    direction: ltr;
    font-size: 25px;
}
.section-hajj .language-overlay .content-lead a{
    color:#fff;
}
.section-hajj .language{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: baseline;
        align-content: baseline;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
margin-top: 23px;
width: 100%;
}
.section-hajj .language a{
    color: #6d2968;
    display: block;
    background: #fff;
    border-radius: 10px;
    margin: 0 10px;
    border:5px solid transparent;
    width: 160px;
    height: 80px;
    line-height: 71px;
    text-align: center;
    font-size: 20px;
    margin-bottom:10px;
}
.section-hajj .language a:hover{
 border:5px solid #6d2968;
}
.section-hajj .hajj-lang{
    margin-right: auto;
}
.section-hajj .hajj-lang .lang-lead{
    font-size: 13px;
}
.section-hajj .hajj-lang svg{
    fill: #fff;
    width: 25px;
    height: 24px;
    padding: 3px;
    border-radius: 6px;
}
.ifram-data{
    visibility: hidden;
}
/**Aswaq suggestions list**/
.suggestions {
    position: relative;
    display: inline-block;
  }

  .suggestions-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    left: 0;
    right: 0;
    top: 105px;
  }
  .suggestions-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
  }
  .suggestions-items div:hover {
    background-color: #e9e9e9;
  }
  .current-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
  }
/**Aswaq suggestions list**/

/** Adevertisement Wrapper DLS dsable **/
.advertisement-wrapper .ad-title {
    display: none;
}
