
@charset "UTF-8";
:root {
  --red-flat-bg: #D2122E;
  --red-flat2-bg: #f7444e;
  --blue-flat2-bg: #002c3e;
  --blue-flat-bg: #00308F;
  --blue-flat-bg-ticker: #2c3968;
  --red-flat-bg-category: #D2122E;
  --red-flat-text-category: #FFFFFF;
 --color-settings-color: #757575;
 --color-settings-bg: #f3f5f9;
 --color-settings-border: #dbdade;
}
@font-face {
  font-family: 'Janna LT';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://components.alarab.com/assets/fonts/JannaLT-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Janna LT BOLD';
  font-display: swap;
  src: url(https://components.alarab.com/assets/fonts/Janna-LT-Bold.woff2) format('ttf');
}	

@font-face {
  font-family: 'Frutiger75';
  font-display: swap;
  font-style: normal;
  font-weight: 750;
  src: url(https://components.alarab.com/assets/fonts/Frutiger75.woff2) format('woff2');
}
@font-face {
  font-family: 'Frutiger65';
  font-style: normal;
  font-weight: 650;
  font-display: swap;
  src: url(https://components.alarab.com/assets/fonts/Frutiger65.woff2) format('woff2');
}	
@font-face {
  font-family: 'Frutiger55';
  font-style: normal;
  font-weight: 550;
  font-display: swap;
  src: url(https://components.alarab.com/assets/fonts/Frutiger55.woff2) format('woff2');
}	
@font-face {
  font-family: 'Frutiger45';
  font-style: normal;
  font-weight: 450;
  font-display: swap;
  src: url(https://components.alarab.com/assets/fonts/Frutiger45.woff2) format('woff2');
}	

.cube {width:40%;}
.LTR {direction:LTR}
 /* GLOBAL STYLES */
		/**---------------------
		  *
		  * Resets
		  *
		  *---------------------**/
		figure{margin: 0}
		*{box-sizing: border-box}
		button{background: none; border: none}
		a{text-decoration: none}
		:focus{outline: 0;}
		ul{padding-right: 20px}

		/**---------------------
		  *
		  * Global Styles
		  *
		  *---------------------**/
		html{padding:0;
		margin:0;}
		body{font-size: 1.8rem;  -webkit-font-smoothing: antialiased; color: #000; 
		padding:0;
		margin:0;
    color: #000;
    outline: none ;
    -moz-outline-style: none;
    -webkit-tap-highlight-color: transparent ;
    direction: rtl;

		
		}
		.wrap { padding: 0px; margin: auto;  position: relative; width: 320px; display:table; BACKGROUND:#fff;}

		.font-1, html{font-family: Tahoma}

		.text-center{text-align: center}
		.margin-0{margin: 0}
		.margin-top-0{margin-top: 0}
		.margin-bottom-0{margin-bottom: 0}
		.minus-margin-top-bottom-15{margin-top: -15px; margin-bottom: -15px}

		.space{height: 10px}
		.space-2{height: 20px}
		.space-3{height: 30px}

		.divider{margin: 0;}
		.divider-30{margin: 30px 0;}
		.divider.colored{height: 1px; background: rgba(0,0,0,.07)}
		.divider-30.colored{height: 1px; background: rgba(0,0,0,.07)}

		.pull-left{float: left}
		.pull-right{float: right}

		.clearfix:after,
		.clearfix:before {
			display: table;
			content: "";
			line-height: 0
		} .clearfix:after {clear: both}

		h2{margin-bottom: 7.5px}
		p{margin: 7.5px 0 0;}
		small{font-size: 1rem; line-height: 1}


		h1,h2,h3,h4,h5,h6{
			font-weight: 500;
			line-height: 1.4;
			color: #000;
		}

		h1,.h1{font-size: 2.7rem}
		h2,.h2{font-size: 1.9rem}
		h3,.h3{font-size: 1.7rem}
		h4,.h4{font-size: 1.5rem}
		h5,.h5{font-size: 1.3rem}
		h6,.h6{font-size: 1rem}

		a,
		.primary-color{color: #000}
		.secondary-color{color: #141414}
		.light-color{color: #FFF}
		.light-color-2{color: rgba(255,255,255,.54)}
		.dark-color{color: #333030;}
		.ocean-color{color: #2b90d9;}
		.grass-color{color: #3ac569;}
		.salmon-color{color: #ff7473;}
		.sun-color{color: #feee7d;}
		.alge-color{color: #79a8a9;}
		.flower-color{color: #353866;}

		.primary-bg{background-color: #c10000}
		.secondary-bg{background-color: #442672}
		.light-bg{background-color: #fff;}
		.dark-bg{background-color: #333030;}
		.ocean-bg{background-color: #2b90d9;}
		.grass-bg{background-color: #3ac569;}
		.salmon-bg{background-color: #ff7473;}
		.sun-bg{background-color: #feee7d;}
		.alge-bg{background-color: #79a8a9;}
		.flower-bg{background-color: #353866;}

		.circle{border-radius: 50%}

		[dir="rtl"] .pull-left{float: right}
		[dir="rtl"] .pull-right{float: left}
		body {text-align: right}

		.text-center{text-align: center}

		code {
			padding: .2rem .4rem;
			font-size: 90%;
			color: #bd4147;
			background-color: #f7f7f9;
			border-radius: .25rem;
		}

		/**---------------------
		  *
		  * Header Styles
		  *
		  *---------------------**/
		.fixed-header header {
    width: 100%;
    height: 53px;
    display: inline-block;
    z-index: 16;
    margin: 0;
    padding: 0;
    background: #fff;
    /* padding: 24px 24px 0 24px; */
    top: 0;
    width: 100%;
    position: fixed;
    left: 0;
		}

		.fixed-header{
		/*	padding-top: 55px;*/	
		}
		
		header{
			position: relative;
			background:#FFF
		}
		header h1 {font-size:11px;color:#FFF;font-weight:bold;padding:0;margin:0;float:right;width:45%;line-height:25px;font-size:13px;text-align:center;margin-top:4.5%;}
header span {		
color: #767676;
			font-size: 20px;
			line-height: 45px;
			height: 50px;
			padding: 0 4px;
			margin: 0;
			font-weight:normal;
				font-variant-numeric: diagonal-fractions;
				float:right

			}
.deg:after {
    content: "\00b0"
}
.deg{
color: #767676;
font-size: 14px;
display: inline-block;
font-family: arial;

}
.wi{color:#20AFB8;width: 100%;

text-align: center;

display: inline-block;

font-size: 17px;



line-height: 1;

height: auto;

float: right;margin-top:3px;}
		header .fa{
			color: #767676;
			font-size: 20px;
			line-height: 50px;
			height: 55px;
			padding: 0 5px;
			margin: 0;
			font-weight:normal;


		}
		.topFast {width: 100%;
    background: #f9f9f9;
    display: inline-block;
    float: right;
    position: relative;
	border-bottom:1px #e8e8e8 solid;
	padding-top:3px ;
	padding-bottom:3px ;
	}
		.topFast div.selected {}
		.topFast div {width:20%;float:right;LINE-HEIGHT:30PX;HEIGHT:45PX;}
		.topFast div a{width:100%;text-align:center;display:inline-block}
		.topFast div a span{margin-top:5px;width:100%;text-align:center;display:inline-block;font-size:13px;line-height:1;height:auto;float:right;color:#757575}
		.topFast div a i{width:100%;text-align:center;display:inline-block;font-size:23px;-webkit-text-stroke: 1px #FFF;color:#000;line-height:1;height:auto;float:right}
		.topFast div.selected a span{color:#757575}
		.topFast div.selected a i{color:#757575;}
		header .fa-heart {color:#757575}
		.news-carousel .amp-carousel-button { display: none }
		header .fast_nav .amp-carousel-button { display: none }
		header .fast_nav .topLinks{ font-size:14px;margin-left:55px; padding-top:4px;margin-right:10px}
.navbar {
  overflow: hidden;
  background-color: #333;
  font-family: Arial;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {

position: absolute;
top:5px;
left:5px;
z-index: 1;
text-decoration: none;
display: block;
font-size:18px;
}

/* Dropdown button */
.dropdown .dropbtn {
     font-size: 23px;
    border: none;
    outline: none;
    color: #fff;
    text-shadow: 1px 1px #000;
    line-height: 1.2;
    background: #000;
    padding: 0;
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    background: #000;
background-color:rgba(0, 0, 0, 0.5);    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
}



		.button{
			overflow: hidden;
			float: left;
			width:20%;
			padding: 10px;
			cursor: pointer;
			user-select: none;
			transition: all 60ms ease-in-out;
			text-align: center;
			white-space: nowrap;
			text-decoration: none;
			text-transform: capitalize;

			border: 0 none;
			border-radius: 4px;

			font-size: 1.3rem;
			font-weight: 500;
			line-height: 1.3;

			-webkit-appearance: none;
			-moz-appearance:    none;
			appearance:         none;
		}

		.button-large{
			padding: 10px 15px;
			font-size: 1.7rem;
		}

		.button-small{
			padding: 7px 13px;
			font-size: 1.1rem;
		}

 .page {
    display: inline-block;
    padding:8px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
	line-height:1.1
}

.page:hover, .page.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.page.active {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}

.page.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);
}

.pagination.dark {
    background: #414449;
    color: #feffff;
}

.page.dark {
    border: solid 1px #32373b;
    background: #3e4347;
    box-shadow: inset 0px 1px 1px rgba(255,255,255, .1), 0px 1px 3px rgba(0,0,0, .1);
    color: #feffff;
    text-shadow: 0px 1px 0px rgba(0,0,0, .5);
}

.page.dark:hover, .page.dark.gradient:hover {
    background: #3d4f5d;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#547085), to(#3d4f5d));
    background: -moz-linear-gradient(0% 0% 270deg,#547085, #3d4f5d);
}

.page.dark.active {
    border: none;
    background: #2f3237;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .1);
}

.page.dark.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#565b5f), to(#3e4347));
    background: -moz-linear-gradient(0% 0% 270deg,#565b5f, #3e4347);
}       
/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #e1e1e1;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  left:0
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

		header .fast_nav {border-top:1px #ccc solid;width:100%;background:#FFF;display:inline-block;float:right;padding-bottom:5px;}
		header .fast_nav ul {padding:0;width:98%;margin:0 1% 0 1% ;display:inline-block;background:#ccc}
		header .fast_nav ul li{
			float:right;
	width:auto;
	display:inline-block;
	border-bottom:1px #2F2F2F solid;
	margin:0 32px 0px 12px;
			
		}
header .fast_nav a {
	color:#444;
	display:inline-block;
	text-decoration:none;
	font-size:10px;
	text-align:center;
	width:auto;
	padding-left:5px;
	padding-right:5px;
	line-height:1;
	border-bottom:1px #ccc solid;
	padding-bottom:3px;
	font-weight:bold;
}	
header .fast_nav a:first-child {
	color:#c10000;
	
	border-bottom:1px #c10000 solid;
}
.simi_main {
       width: 100%;
    display: inline-block;
    position: relative;
    height: 80px;
	margin-bottom:10px;
}
.simi_main:nth-child(1) {
	background-color: #DE1A1A;
}
.simi_main:nth-child(2) {
	background-color: #1417AC;
}
.simi_main:nth-child(3) {
	background-color: #DE1A1A;
}
.simi_main:nth-child(4) {
	background-color: #0c1c3a;
}
.simi_main:nth-child(5) {
	background-color: #45474a;
}
.flexing {
    display: flex;
    flex-direction: column;	
}
.sphr {border-bottom: 1px #EAEAEA solid;
    height: 1px;
    width: 100%;
    display: inline-block;
    float: left;
    margin-bottom: 2%;

}
.simi_main .imgarticle{
	position:absolute;
	top:0;
	right:0;
	width:125px;
}
.simi_main .text{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	padding-right:138px;
	padding-left:18px;
}
.simi_main a img.article{
	width:38%;
	float:right;
	border-left:1px #fff solid;
}
.simi_main a amp-img {
		
}
.news-carousel-item {width:30%}
.news-carousel-item-caption {

    display: block;
    background-color: #FFF;
    padding: 10px 0 0;
    line-height: 1;
	direction:RTL;
	width:140px;
	height:50px;

}
.news-carousel-item amp-img {

    display: block;

}

.news-carousel-item-caption span {

    font-size: 1.1rem;
    opacity: .54;

}
.news-carousel-item-caption h5 {
	width:100%;
	display:block;
    font-size: 1.1rem;
    opacity: .54;

}
.connews {width:98%;display:block;background:#F8F8F8;height:70px;padding:1%;}

.nwsitem {display:inline-block;width:140px;margin-left:10px;}
.newscar {width:100%;display:inline-block;direction:LTR}
.simi_main .iconv{
width: 25px;
position: absolute;
z-index: 1;
color: #F34235;
text-decoration: none;
display: block;
text-align: left;
font-size: 23px;
top: 6px;
left: 6px;
line-height: 1;
opacity: 0.9;
filter: alpha(opacity=90);
text-shadow: 1px 1px #000;
background: #000;
text-align: center;
height: 25px;
border-radius:3px;
padding:1px;

}
.simi_main .stitle {
    color: #ffffff;
    margin: 0px 12px 0px 0;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 32px;
    margin-top: 8px;
    width: 100%;
    float: left;
    /* height: 100%; */
    font-weight: bold;
    font-weight: 500;
    position: relative;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Tajawal';
    letter-spacing: -0.5px;
    line-height: 22px;
	
	outline: none !important;
    -moz-outline-style: none;
    -webkit-tap-highlight-color: transparent !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    overflow: hidden;
    text-align: right;
    -webkit-line-clamp: 3;

}
.simi_main .ssdata {
font-size: 13px;
font-weight: normal;
color: #717171;
line-height: 1.3;
display: inline-block;
margin-top: 2px;
float:left;
width:100%;
font-family:tahoma;
margin-top:2%;
margin-left:1%;
text-decoration:none;
display:none;
}	


.simi_main_bottom {
    width: 100%;
    display: inline-block;
    float: left;
    margin-bottom: 3%;
	border-bottom:1px #ccc solid;
	padding-bottom:2%;
	
	
}

.simi_main_bottom a.imgarticle{
	position:relative;
display: inline-block;
width: 38%;
float: right;
}
.simi_main_bottom a img.article{
	width:38%;
	float:right;
	border-left:1px #fff solid;
}
.simi_main_bottom a amp-img {
	
	border-left:1px #fff solid;
	
}
.simi_main_bottom .iconv{
    width: 30px;
    height: 21px;
    position: absolute;
    top: 5%;
    right: 3%;
    z-index: 1;
	color:#FFF;
	text-decoration:none;
	display:block
}
.simi_main_bottom .stitle {
font-size: 13px;
font-weight: bold;
color: #000;
line-height: 1.5;
display: inline-block;
float:left;
width:59%;
margin-top:3%;
margin-left:1%;
text-decoration:none;
height:59%;

}
.simi_main_bottom .ssdata {
font-size: 13px;
font-weight: normal;
color: #141414;
line-height: 1.3;
display: inline-block;
margin-top: 2px;
float:left;
width:59%;
height:40%;
font-family:tahoma;
margin-top:2%;
margin-left:1%;
text-decoration:none;
}
	
.nono{margin:0;padding:1%} 	#logo{
			height: 33px;
			width:75px;
			display: inline-block;
			position: absolute;
			left: 50%;
			-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
			margin-top:10px;
		}		

	#articlelogo{
	width: 75px;
	height:55px;
	line-height:55px;
    display: inline-block;
    position: relative;
    float: right;
    margin-top: 0;
	vertical-align:middle;
	text-align:center;
	line-height:	40px;
	padding: 0 5px;
	display: table-cell;
    vertical-align: middle;
}
#articlelogo amp-img{ margin-top:10px}		

		/**---------------------
		  *
		  * Sidebar Styles
		  *
		  *---------------------**/
		#mainSideBar{
			min-width: 300px;
			padding-bottom: 30px;
			background:#FFF
		}

		#mainSideBar > div:not(.divider){
			padding: 17px 20px;
		}

		#mainSideBar figure{
			width: 300px;
			max-width: 100%;
			padding: 0 20px;
			position: relative;
		}

		#mainSideBar button{
			position: absolute;
			left: 20px;
			top: 20px;
		}

		#mainSideBar amp-img{
			margin-bottom: 5px;
		}

		#mainSideBar h3,
		#mainSideBar h5{
			margin: 0;
			line-height: 1.5;
		}

		#menu{margin-top: 15px}
		#menu div{padding: 0}

		#menu h6,
		#menu a{
			color: inherit;
			font-size: 1.3rem;
			font-weight: 300;
			padding:0;
			border: none;
		}

		#menu a,
		#menu span{
			padding: 14px 53px 14px 20px;
			display: block;
			color: #333;
			position: relative;

			-webkit-transition: all ease-in-out .2s;
			transition: all ease-in-out .2s;
		}

		#menu section[expanded] > h6 span{
			background-color: rgba(0,0,0,.06);
			color: #c10000;
		}

		#menu h6 span:after{
			position: absolute;
			left: 20px;
			top: 0;
			font-family: 'FontAwesome';
			font-size: 12px;
			line-height: 47px;
			content: '\f0dd';
		}

		#menu i,
		#mainSideBar li i{
			font-size: 1.7rem;
			position: absolute;
			right: 20px;
			color:#c10000
		}
		#panel-logo{
			display: inline-block;
		    height: 33px;
		    line-height: 62px;
			margin-top:3%;
		}

		#panel-logo amp-img{
			margin: 0;
		}

		#panel-search{
			background-color:#0e0e0e;
			margin: 0 -20px;
			padding: 0 20px;
		}

		#panel-search input{
			border: none;
			background: none;
			outline: none;
		    height: 55px;
		    line-height: 55px;
			color: #FFF;
			width: 100%;
			font-size:15px;
		}

		#panel-search input[type="submit"]{
			display: none;
		}

		.social-ball{
			font-size: 1.6rem;
			display: inline-block;
			text-align: center;
			line-height: 30px;
			height: 30px;
			width: 30px;
			border-radius: 50%;
			color: #FFF;
			margin-right: 5px;
		}

		.social-ball.fa-facebook{background-color: #4867AA}
		.social-ball.fa-twitter{background-color: #00ACED}
		.social-ball.fa-linkedin{background-color: #0177B5}
		.social-ball.fa-behance{background-color: #010103}
		.social-ball.fa-dribbble{background-color: #E04C86}

		/**---------------------
		  *
		  * Grid
		  *
		  *---------------------**/
		[class*="col-"]{margin-bottom: 20px;}.container-fluid{margin-right:auto;margin-left:auto;padding-top:21px;}.row{margin-right:0px;margin-left:0px}.row:after,.row:before{display:table;content:" "}.row:after{clear:both}.container-full,.container-full [class*="col-"]{padding-left: 0; padding-right: 0;}.container-full .row{margin-left:0; margin-right:0;}.no-gap [class*="col-"]{padding-right: 0;padding-left: 0;margin-bottom: 0;}.no-gap.row{margin-right: 0; margin-left: 0;}.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-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:0px;padding-left:0px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}@media (min-width:768px){.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{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}}
        /* /GLOBAL STYLES */
.container-fluid-article{padding-right:2px;padding-left:2px;margin-right:auto;margin-left:auto;}
        /* INDEX PAGE STYLES */

        /**---------------------
		  *
		  * Title Normal
		  *
		  *---------------------**/
		.normal-title{
			margin: 0;
		}

		.normal-title h2{
			margin: 0;
			line-height: 1.4;
			width:100%;
			padding:1%;
			color:#999;
			font-family: Droid Arabic Naskh;
			font-size:13px;
			font-weight:bold;
		}

        /**---------------------
          *
          * Icon Info Box
          *
          *---------------------**/
		.image-info-box{
			position: relative;
		}

		.image-info-box .preview{
			display: block;
			position: absolute;
			top: 0;
			right: 0;
			padding: 3px;
			border: 1px solid rgba(0,0,0,.06)
		}

		.image-info-box amp-img{
			display: block;
		}

		.image-info-box .details{
			margin-right: 105px;
		}

		.image-info-box h2{
			line-height: 1.6;
			margin: 0 0 5px;
			font-family: Tahoma;
			font-weight: normal;
			text-align: right;
			font-size:14px

		}

		.image-info-box p{
			margin: 0 0 5px;
			font-size: 1.2rem;
		}

		.image-info-box .meta a{
			font-size: 1.1rem;
			opacity: 1;
			display: block;
			float: right;
			color:#0B68AD
		}

		.image-info-box .meta a:last-child{
			float: left;
			background:#C10000;
			color:#FFF;
			font-family:tahoma;
			padding-right:5px;
			padding-left:5px;
		}

		.image-info-box .meta a:not(:first-child){
			margin-right: 7px;
		}

        /**---------------------
		  *
		  * Small News Item
		  *
		  *---------------------**/
		.small-news-item{
			position: relative;
		}

		.small-news-item .preview,
		.small-news-item amp-img{
			display: block;
		}

		.small-news-item h2{
			line-height: 1.3;
			margin: 10px 0 5px;
		}

		.small-news-item .meta a{
			font-size: 1.1rem;
			opacity: .54;
			display: block;
			float: right;
		}

		.small-news-item .meta a:not(:first-child){
			margin-right: 7px;
		}

        /**---------------------
		  *
		  * Full Video Preview News Item
		  *
		  *---------------------**/
		.full-video-preview-news-item h2{
			margin: 10px 0
		}
		.full-video-preview-news-item .meta a{
			font-size: 1.2rem;
			opacity: .54;
			display: block;
			float: right;
		}

		.full-video-preview-news-item .meta a:not(:first-child){
			margin-right: 7px;
		}

		.full-video-preview-news-item .meta a:last-child{
			float: left;
		}

        /**---------------------
          *
          * News Carousel
          *
          *---------------------**/


        /**---------------------
          *
          * Grid Gallery with Lightbox
          *
          *---------------------**/
		.lightbox-item-with-caption figcaption{display: none;}
		.lightbox-item-with-caption amp-img{display: block;}
		.amp-image-lightbox-caption{padding: 15px}

 
      .amp-carousel-button {
      visibility: visible;
	  color:#FFF;
	  background-color:rgba(0,0,0,1);
	  top:10%
      }
      .carousel2 .slide amp-img > img{
      object-fit: contain;
      }
.carousel-preview amp-img {float:right;}
.carousel-preview button {float:right;padding:0;width:16.4%;margin-bottom:2px;margin:0.1%}
  /* Wrapper that hosts the video and the overlay */
  .video-player {
    position: relative;
    overflow: hidden;
  }

  /* Overlay fills the parent and sits on top of the video */
  .click-to-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .poster-image {
    position: absolute;
    z-index: 1;
  }

  .poster-image img {
    object-fit: cover;
  }

  .video-title {
    position: absolute;
    z-index: 2;

    /* Align to the top left */
    top: 0;
    left: 0;

    font-size: 1.3em;
    background-color: rgba(0,0,0,0.8);
    color: #fafafa;
    padding: 0.5rem;
    margin: 0px;
  }

      #movie_container {
 
        padding-top: 100px;
 
        margin: auto auto;
 
        height: 213px;
 
        width: 393px;
 
      }
  .play-icon {
    position: absolute;
    z-index: 2;

    width: 100px;
    height: 100px;

    background-image: url(https://ampbyexample.com/img/play-icon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;

    /* Align to the middle */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    cursor: pointer;
    opacity: 0.9;
  }

  .play-icon:hover, .play-icon:focus {
    opacity: 1;
  }
      .carousel2 amp-img {
      width: 100%;
      }

      .caption {
		position: relative;
      bottom: 0;
      left: 0;
      right: 0;
      padding-left: 12px;
      padding-right: 12px;
      }
       .amp-carousel-button .amp-carousel-button-prev {
  position: absolute;
  top: 10%;
  left: 0;
}
.amp-carousel-button .amp-carousel-button-next {
  position: absolute;
  top: 10%;
  right: 0;
}

.entery-title {
    color: rgba(0,0,0,0.87);
    margin: 0;
    direction: RTL;
    font-weight: 800;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: 0;
    line-height: 32px;
    padding-top: 8px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 900;
    font-family: 'Tajawal';
    letter-spacing: -0.5px;
}

.entery-desc {
    letter-spacing: 0;
    line-height: 32px;
    padding-top: 12px;
    padding-right: 10px;
    padding-left: 10px;
    margin: 0;
    direction: RTL;
    color: rgba(0,0,0,0.87);
    font-weight: 400;
    font-size: 17px;
    font-weight: normal;
    font-family: system-ui;
    font-size: 16px;
    line-height: 20px;
}

        /* /INDEX PAGE STYLES */
.scroll {
width:100%;
height:40px;
border-bottom:3px #c10000 solid;
}		

.section {
    width: 100%;
    position: relative;
    margin-top: 15px;
    padding: 0;
    margin: 0;
}
.section .categories:last-childe {
	float:right;
	width:480px;
	height:auto;
	display:inline-block;
	padding-left:9px;
	border-right:0px #ccc solid;
}
.cat {
	width:99%;
	display:inline-block;
	margin:0.5%
}
.cat .top {
width:100%;
background:#D22E2E;
display:inline-block;
float:right;
margin-bottom:1%;
}
.cat .top a  {
	text-decoration:none;
	color:#FFF;
}
.cat .top a h2 {
	color:#FFF;
	padding:0;
	padding-right:8px;
	margin:8px;
	font-size:13px;
	float:right;
}
.cat .top a.more_items {
	color:#FFF;
	padding:0;
	padding-left:8px;
	margin:5px;
	font-size:11px;
	float:left;
	font-family:tahoma;
}
.cat .top a.more_items i{
	margin-right:5px;
	font-size:9px;
}
.cat .main {
	width:100%;
	border-bottom:1px #ccc solid;
	padding-bottom:4px;
	margin-bottom:8px;
	float:right
}
.cat .main {
width: 468px;
display: inline-block;
float: left;
margin-bottom: 10px;
float: right;
background: #ebebeb;
box-shadow: -1px 8px 10px -8px rgba(0,0,0,0.75);
padding: 5px;
border: 1px #ccc solid;
	
}

.cat .main a.imgarticle{
	position:relative;
display: inline-block;
width: 150px;
float: right;
}
.cat .main a img.article{
	width:150px;
	float:right;
	border-left:1px #fff solid;
}
.cat  .main  a img.iconv{
    width: 30px;
    height: 21px;
    position: absolute;
    top: 53px;
    right: 8px;
    z-index: 1;
	display:block
}
.cat  .main a.stitle {
font-size: 13px;
font-weight: bold;
color: #000;
line-height: 1.3;
display: inline-block;
margin-top: 5px;
float:left;
width:300px;
margin-top:13px;
margin-left:10px;
text-decoration:none;
}
.cat  .main a.ssdata {
font-size: 12px;
font-weight: normal;
color: #141414;
line-height: 1.3;
display: inline-block;
margin-top: 6px;
float:left;
width:300px;
font-family:tahoma;
margin-left:10px;
text-decoration:none;
}
.cat .catHighlights{
width: 100%;
display: inline-block;
background: #FFF;
color: #FFF;
position: relative;
float: right;
margin-bottom: 1%;
}
.cat .catHighlights:last-child{margin-left:0}


.cat .catHighlights .catimg{
	width:30%;
	float:right;

	
}
.cat .catHighlights img.iconv{
    width: 30px;
    height: 21px;
    position: absolute;
    top:53px;
    right: 8px;
    z-index: 1;
}
.cat .catHighlights span,.cat .catHighlights div{
	width:90%;
	padding:5%;
	display:inline-block;
	float:right;
	padding-bottom:0
}
.cat .catHighlights div{
	font-weight:bold;
	font-size:12px;
	margin-top:5px;
	margin-bottom:5px;
	float: right;
	height:60px;
	width:59%;
	float:left

}
.cat .catHighlights div span{
	width:auto;
	padding:0;
	margin:0;
	font-family:Droid Arabic Naskh;
	line-height:1.3;
	padding-bottom:4px;
	float: right;
	height:auto;
}
.cat .catHighlights span{
padding-top:0;
line-height:1.2;
font-family:tahoma;
line-height: 1.3;
font-size:12px;
float: right;
padding-bottom:8px;
color:#c10000;
height:35px;
text-decoration:none;
}
.cat .catHighlights span a {
	text-decoration:none;
	color:#303030
}
.cat .catHighlights .shadow {
width: 155px;
background: #fff;
padding: 0;
margin: 0;
float: right;
border-top:1px #ccc solid;
height:auto
}
.cat .subcats {
width: 99%;
padding: 1%;
display: inline-block;
border: 1px #D6D4D4 solid;
border-left:0;
border-right:0;
border-bottom:1px #c10000 solid;
}
.cat .subcats a{
	text-decoration:none;
	color:#004B98;
	display:inline-block;
	font-size:11px;
	margin-right:3px;
	float:right;
}

.cat .subcats a i{
	margin-left:3px;
	color:#000;
	margin-top:5px;
}
.redmail-logo {
    width: 28px;
}

.fot_nav_cont {
    transition: all 0.25s ease-in-out 0s;
    background: #f2f2f2;
    width: 100%;
    height: 77px;
    left: 0px;
    z-index: 2;
    bottom: -92px;
    width: 100%;
    position: fixed;
    left: 0;
    display: flex;
    flex-direction: row;
    padding-bottom: 25px;
    box-shadow: -2px -1px 4px 0px #a1a1a1;
	display:none

}
.navappear {
    bottom: 0;
    left: 0;
	    z-index: 2;

}
.navdisappear {
    bottom: -90px;
    left: 0;
	    z-index: 2;

}
.fot_nav_cont div {
    display: block;
    flex-direction: row;
    /* height: 100%; */
    width: 100%;
    /* background: #FFF; */
    text-align: center;
    align-items: center;
    align-content: center;
    font-size: 11px;
    color: #757575;
	line-height:20px;
}
.fot_nav_cont a div i{
    font-size: 25px;
    color: #333;
}
.fot_nav_cont a {
    display: inline-block;
    width: 100%;
    height: 100%;
    align-items: center;
    align-content: center;
    text-align: center;
    position: relative;
    padding: 12px;
	    color: #757575;
 
    font-size: 15px;
    font-weight: 600;

    font-weight: 900 !important;
    font-family: Frutiger65;
}
.header2021cont {
    background: #FFF;
    width: 100%;
    height: 53px;
    left: 0px;
    z-index: 12;
    top: 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
}
.header2021 {
	background: #FFF;
    width: 100%;
    height: 53px;
    z-index: 2;
    width: 100%;
	display: inline-block;
	position:relative;

}
.header2021 .head-icon{
	font-size:25px;
}
.weather-widget {
    float: left;
    width: 11%;
	margin-top: 11px;
	padding-right: 2%;
}
.weather-widget-inner {
    float: right;
    margin-right: 1%;
}
.header2021 .weather-widget .weather-icon {
    width: 26px;
    position: relative;
    right: 4px;
    top: 0px;
}
.weather-widget small {
	float: left;
    font-size: 10px;
    position: absolute;
    left: 5px;
    color: #000;
	display:none
}
.redmail-logo {
    width: 28px;
}
.redmail-icon {
    float: left;
    text-align: center;
margin-top: 12px;
    padding-left: 1%;
    width: 11%;
    line-height: 13px;
    color: #222;
    text-decoration: none;
}
.main-logo-icon {
    text-align: center;
    width: 52%;
    height: 50px;
    float: left;
}
.main-logo-icon-image {
    margin-top: 12px;
    height: 28px;
}
.main-logo-icon-image path {
	fill:#ca2828
}
.main-logo-icon-category {
    text-align: right;
    width: 48%;
    float: left;
	height:auto
}
.main-logo-icon-image-category {
    margin-top: 11px;
    height: 24px;
}
.main-logo-icon-image-category path {
	fill:#FFF
}
.nav-up .main-logo-icon-image-category path {
	fill:var(--red-flat-bg);
}

.nav-up .back-icon-category path, .nav-up .nagish-icon-category  path{
	fill:var(--color-settings-color);
}
div.scrollmenu.nav-up {
	transition: all 0.25s ease-in-out 0s;
	position: fixed;
	top:-52px;left:0;
    box-shadow: 0px 0px 3px -1px black;

}
div.scrollmenu.stiblize {
	transition: all 0.25s ease-in-out 0s;
	position: fixed;
	top:52px;left:0;
    box-shadow: 0px 0px 3px -1px black;

}
div.scrollmenu.nav-down {
	transition: all 0.19s ease-in-out 0s;
	position: fixed;
	top:0px;left:0;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: 22%;
    background-color: white;
    

}
.menu-wrapper {
float: right;
    text-align: center;
    margin-top: 12px;
    width: 11%;
    line-height: 13px;
    color: black;
    text-decoration: none;
}

div.scrollmenu {
	float: left;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    background-color: #fff;
    height: auto;
    margin-top: 0px;
    position: relative;
    z-index: 15;
    overflow-y: hidden;
	margin-top:0px;
	display:inline-block;
	min-height:52px;
	transition: all 0.25s ease-in-out 0s;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: 22%;
    background-color: white;

	
}
.appear {
		transition: all 0.25s ease-in-out 0s;
top:0;
}
.disappear {
background:#FFF;
		transition: all 0.25s ease-in-out 0s;
top:-52px
}
.disappear .scrollmenu {
	    float: left;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    background-color: #fff;
    height: auto;
    margin-top: 0px;
    position: relative;
    z-index: 500;
    overflow-y: hidden;
    margin-top: 0px;
    display: inline-block;
    min-height: 52px;
    transition: all 0.25s ease-in-out 0s;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 22%;
    background-color: white;
    box-shadow: -2px 1px 4px 0px #a1a1a1;
}
div.scrollmenu a {
    color: #757575;
    /* display: -webkit-inline-box; */
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 600;
    line-height: 48px;
    /* margin-right: 8px; */
    /* padding: 0 8px; */
    text-align: center;
    /* text-transform: uppercase; */
    text-decoration: none;
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
    color: #7a7a7a;
    font-size: 15px;
    font-weight: 600;
    padding-right: 10px;
    font-weight: 900 !important;
    font-family: Frutiger65;
}
div.scrollmenu a.active_now{
    color: #000;
   /* border-bottom: 3px solid #c40002;*/
    top: 0px;
	padding-bottom:5px;
	font-weight: bold;

}
.gsc-results-wrapper-overlay {
	

-webkit-overflow-scrolling: touch
}
.exit-inboard-icon {
    color: #ffffff;
    position: absolute;
    left: 20px;
    top: 20px;
    opacity: 0.85;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    display: block;
    width: 30px;
    height: 30px;
	text-shadow: 1px 1px 7px #000;

}
.exit-inboard-icon2 {
    color: #ffffff;
    position: absolute;
    left: 10px;
    top: 10px;
    opacity: 0.85;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    display: block;
    width: 30px;
    height: 30px;
	text-shadow: 1px 1px 7px #000;
}
.exit-inboard-icon {
  top: 30px !important;
}
.inboard-adunit-container {
  width: 100%;
  height: auto;
  text-align: center;
  color: black;
  position: relative;
  text-decoration: none !important;
  text-align:center;
  display: flex;
}
#mobile_search {
    display: none;
    position: fixed;
    left: 0;
    top: 40px;
    padding-bottom: 12px;
    z-index: 1000;
}

.story {padding:1%;}
.amp-image-lightbox {z-index:3000}
    .instagram-media {
     position: static !important;
    }
	.insta {display:none;width:100%;}
.float{
	position:fixed;
	width:75px;
	height:75px;
	bottom:85px;
	left:20px;
	/*background-color:#0C9;*/
	color:#FFF;
	border-radius:50px;
	text-align:center;
	z-index:2000
}

.my-float{
	margin-top:22px;
}
.jw-preview {background:none;}
.jw-state-idle .jw-controls {background:none;}
.msticky {
    background-color: #D9E4EC;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 2000;
    width: 100%;
    height: 50px;
    -webkit-box-shadow: 0px -2px 2px 2px rgba(0,0,0,0.51);
    -moz-box-shadow: 0px -2px 2px 2px rgba(0,0,0,0.51);
    box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.51);
	text-align:center;
}
.ad-slot {width:100%;text-align:center;padding-top:2%;border-bottom:1px #efefef solid;padding-bottom:2%;margin-bottom:2%}
.ad300250 { 
    display: inline-block;
    position: relative;}
.status {
position: absolute;
width: 100%;
background-color: black;
color: white;
top: 6px;
left: 6px;
font-size: 16px;
z-index: 1;
background: #F34235;
text-align: right;
padding-right:5px;
width:auto;
padding:2px;
padding-left:10px;padding-right:10px;
border-radius:3px;
}
.cerea {		border-bottom:1px #d70011 solid;
}

.rightspace {margin-right:15px}
.main_Arti {
	
	    width: 100%;
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
    direction: rtl;
    text-align: right;
	
}
.timingInfo {	
    padding-right: 10px;
    padding-left: 10px;
    margin: 0;
    direction: RTL;
    color: rgba(0,0,0,0.67);
    font-weight: 400;
    font-size: 12px;
    font-weight: normal;
    margin-top: 8px;
    padding-top: 8px;
    font-family: system-ui;
}
	.main_Arti .mImg {width:100% !important;display:inline-block}
	.main_Arti img {width:100% !important}
.sharing_net {width:40px;float:left;color:#3B5998;text-align:left;font-size:25px;}
.timingInfo i {margin-left:2%;color:#767676;    font-size: 15px;}
.timingInfo a {color: #006cff;  }
.cube {width:30%;}
.LTR {directio:LTR}
.fullad {width:100%;height:100%;position:fixed;z-index:3000;box-sizing:unset;background:#ebebeb;top:0;background:#F9FEFF}
}
.close-classic:after {
  content: 'X'; /* ANSI X letter */
}

.close-thin:after {
  content: '×'; /* UTF-8 symbol */
}
.close-thik {background:#f44336;color:#FFF;border:#FFF 1px solid;padding: 1.5%;top:2%;padding-bottom:1%;left:10px;text-align:center;line-height:1}
.close-thik:after {
  content: '✖'; /* UTF-8 symbol */
}
.amp-fit-text {line-height:1.75}
.round-button {
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    color: #f5f5f5;
    text-align: center;
    text-decoration: none;
    background: #ca2828;
    box-shadow: 0 0 3px red;
    font-size: 30px;
    font-weight: bold;
    top: 10px;
    right: 1%;
    position: absolute;
    z-index: 2000;

}
.round-button:hover {
    background: #262626;
}
.advgreen {background-image: linear-gradient(to right top, #051937, #123460, #1b528c, #1e73ba, #1296eb);}
.simi_main.advgreen .stitle {color:#FFF;}
.simi_main.advgreen .ssdata {color:#efefef;}
.insta {display:inline-block}
.container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 18%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.container2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 50%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.news-item .story  {
	margin:0;
	padding:0;
}
.ad300250 {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 25px;
    background: #f9f9f9;
    padding-top: 10px;
    padding-bottom: 10px;
	height:auto
}
.ad30050 {
    width: 100%;
	height:50px;
    display: inline-block;
    position: relative;
    margin-bottom: 25px;
    background: #f9f9f9;
    padding-top: 10px;
    padding-bottom: 10px;
	height:auto;
	display:inline-block;
	position:relative;
}

.row {
	    margin-top: 15px;
    display: inline-block;
    direction: rtl;
	text-align:right;
	position:relative;
}
.padding10 {
	padding-right:10px;
	padding-left:10px;
}
.nomargin {
	margin:0px;
	
}
.ticker-container {
	height: 38px;
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
	background-color: #333;
	color: white;
	/*background-color: white;
	color: black;*/
	
	
}
.sectionheader {	
    font-size: 2rem;
    width: 100%;
    padding-right: 1.5%;
    padding-left: 1.5%;
    line-height: 3rem;
    position: sticky;
    position: relative;
    display: inline-block;
    margin-top: 18%;
    margin-bottom: 10px;
	
}
.sectionheader h1 {
margin: 0;
    font-size: 0.7em;
    font-weight: 600;
    letter-spacing: 0;
    color: #141414;
	
}
#ticker-wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	height: 800px;
	position: relative;
	transition: all 1500ms ease-in;
}

#ticker-wrapper li {
	display: block;
	height: 80px;
	width: 100%;
	margin-bottom: 0.3em;
	position: relative;
}

#ticker-wrapper li:nth-child(even) {
	background: #f5f5f5;
}

#ticker-wrapper li figure {
	width: 80px;
	height: 80px;
	float: left;
	margin: 0;
	padding: 0;
}

#ticker-wrapper li figure img {
	display: block;
	width: 100%;
	height: 100%;
}

#ticker-wrapper li h3 {
	float: right;
	margin: 0;
	padding-top: 2em;
	padding-right: 0.5em;
	font-size: 1em;
}
.ticker-container .ticker-caption {
	height: 100%;
	width: 20%;
	background-color: #EC0B43;
	display: table;
	position: absolute;
	color: white;
	font-size: 12px;
	float:right;
	display:none;
	font-weight:bold;	
}
.ticker-container .ticker-caption p {
	height: inherit;
	width: inherit;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	font-size:15px
}
.ticker-container ul {
	list-style: none;
	padding: 0;
	height: auto;
	width:100%;
	float:right;
	margin:0;
}
.ticker-container ul div {
    overflow: hidden;
    position: absolute;
    display: inline;
    width: 98%;
    left: -100%;
    height: 100%;
    transition: 0.25s ease-in-out;
    font-size: 13px;
    right: 100%;
    width: 100%;
    padding: 5px;
    font-family: 'Tajawal';
    font-weight: 700;
	padding-top:7px
}
.ticker-container ul div b {
color:#999
}
.ticker-container ul div.ticker-active {
	right:0;
	left:0;
	transition: 0.25s ease-in-out;
}
.ticker-container ul div.not-active {
	left:-100%;
}
.ticker-container ul div.remove {
	/*top: 90px;*/
	/*color:#EC0B43*/
	right:-100%;
}
.ticker-container ul div li {
	padding: 5px 0;
}
.ticker-container ul div li a {
	color: #9ecae1;
	display:none
}
/*
.lazy {
    background-image:    url(/assets/logosc.jpg);
    background-size:     cover;                     
    background-repeat:   no-repeat;
    background-position: center center; 
}*/












	
 header .subcatsfloat {
	 /*display:none;*/
 }
 header .subcatsfloat {
	display:block;
	position: absolute;
    top: 13px;
    left: 13px;
    width: auto;
	}
	
header .subcatsfloat a:last-child {
	padding-top:0;float:left;margin-left:0;padding-left:0;margin-top:0;
	border:0px;margin-top:6px;}
	header .subcatsfloat a:last-child img{ width:22px;opacity:0 ;}
header .subcatsfloat a {
	
		background: none;
    width: auto;
    height: auto;
    padding: 2px;
    padding-left: 9px;
    padding-right: 9px;
    color: #757575;
    text-decoration: none;
    margin-left: 3px;
    margin-right: 3px;
    display: inline-block;
    float: right;
    animation: none;
    font-weight: bold;
    margin-top: 5px;
    border: none;
    border: 1px #757575 solid;
    border-radius: 3px;
}

	
	header.fixedheader .subcatsfloat {
	display:block;
	position: absolute;
    top: 13px;
    left: 13px;
    width: auto;
	}
	
header.fixedheader .subcatsfloat a:last-child {
	padding-top:0;float:left;margin-left:0;padding-left:0;margin-top:0;
	border:0px;margin-top:6px;}
	header.fixedheader .subcatsfloat a:last-child img{ width:22px;opacity:1 }
header.fixedheader .subcatsfloat a {
	
		background: none;
    width: auto;
    height: auto;
    padding: 2px;
    padding-left: 9px;
    padding-right: 9px;
    color: #efefef;
    text-decoration: none;
    margin-left: 3px;
    margin-right: 3px;
    display: inline-block;
    float: right;
    animation: none;
    font-weight: bold;
    margin-top: 5px;
    border: none;
    border: 1px #5a5ad8 solid;
    border-radius: 3px;
}




	 header.fixedheader::before {
    content: '';
    position: absolute;
    top: 0;
      height: 52px;
    width: 100%;
    pointer-events: none;
	background: #000066;
	opacity:0.9
}




 

 header.fixedheader a strong {
    font-size: 18px;
    font-weight: bold;
    padding-top: 1px;
    z-index: 1;
    height: auto;
    padding: 0;
    margin: 0;
    line-height: 2;
    width: auto;
    margin-bottom: 10px;
    margin-top: 10px;
	color: #FFF;
border-bottom:2px #fb1d41  solid;
}

 header.fixedheader  a  {
	background:none;
	 /*animation: background-fade 0.1s forwards;*/
	 border-bottom:1px #5a5ad8  solid;
	 height: 52px;
}

   
.fixed{
    position:fixed;
    top:0px;
}
.paddingtop{
    padding-top:20px;
}
		 .video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 30px;
		 }
.video-thumbnail:before {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f01d";
    font-family: FontAwesome;
    font-size: 100px;
    color: #fff;
    opacity: .8;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  }
.video-thumbnail:hover:before {
    color: #eee;
  }
.hotnewsvideoIcon {
	width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: 10px;
    margin-top: 80px;
    fill: #FFF;
}.hotnewsvideoIconsecoundry {
	width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: 10px;
    margin-top: 80px;
	fill:#757575
}.clock {
	background:url(mobile_assets/icons/clock.png);
	width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: 13px 13px;
    display: block;
    float: right;
	-webkit-tap-highlight-color: transparent !important;
	margin-top:1px;
	margin-left:6px;
}
 .mainstoryvideoIcon {
	width: 26px;
    height: 26px;
    fill: #fff;
    display: block;
    -webkit-tap-highlight-color: transparent !important;
    margin-left: 6px;
    margin-top: -30px;
    position: absolute;
    top: 200px;
    left: 6px;

}
.heading {
    font-size: 1.56rem;
    line-height: 110%;
    margin: 0;
    padding: .5rem;
    color: #fff;
    background: #32b472;
    text-align: center;
    width: 98%;
    padding: 2%;
    margin: 0;
}
.row .col.s4 {
width:auto}
.textonimage {
position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.newsul {
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
}
.regularitembigovertext::before {
    content: '';
    background-image:linear-gradient(to bottom, rgba(12,12,0,0.01) 20%, #0c0c0c );
    position: absolute;
    bottom: 0;
    height: 38%;
    width: 100%;
    pointer-events: none;
	z-index:5;
}
.m_cat_img {
	display: block;
    top: 0px;
    position: relative;
    padding-bottom: 71.42%;
    height: 0;
    overflow: hidden;
}
.m_cat_img  img {
width: 100%;
    position: absolute;
    top: 0;
    left: 0;

}
.regularitembigovertextc .body, .regularitembigovertextc p, .regularitembigovertext .body, .regularitembigovertext p {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
	padding-bottom:5px;
	z-index:5
}
.m-button {
	z-index:1
}
 .regularitembigovertext {
    position: relative;
    margin-bottom: 5px;
    padding: 0;
	border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;	
}

 .regularitembigovertext figure {
    width: 100%;
display: block;
margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.regularitembigovertext .body strong, .regularitembigovertext p strong {
    padding: 0 0 0 8px;
    color: rgba(255,255,255,0.91);
    font-weight: 600;
    font-size: 23px;
    letter-spacing: 0;
    line-height: 10px;
    padding-top: 24px;
    font-family: 'Tajawal';
}
.crinfo {
	
	    background: none;
    color: #f9f9f9;
    font-size: 10px;
    padding: 0;
    /* line-height: 0; */
    height: 0;
    margin-top: 13px;
    display: contents;
	
}
.regularitembigovertextc .body small, .regularitembigovertextc p small, .regularitembigovertext .body small,.regularitembigovertext p small {
    color: #ffffff;
    display: block;
    margin: 4px 0 0 0;
	width:65%;
	float:right;
}
.regularitembigovertext .body small span,  .regularitembigovertext p small span {
    color: #ffffff;
	display:inline-block
}
.regularitembigovertext img {

    width: 100%;

}
.sectionTitle {
    z-index: 1;
	display: block;
	position:relative
}
.sectionTitle a[href^="javascript"] {
    pointer-events: none;
}
.sectionTitle a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 12px 0 0;
	text-decoration: none;
	/*background-image:linear-gradient(to left, #f0f2f5 29%, #e9ebee 67%)*/

}
.sectionTitle a::before {
   /* content: '';
    display: block;
    border-right: 6px solid #141414;
    width: 30px;
    height: 30px;
    margin-left: 4px;
	right:0;
	position:absolute*/
}
.sectionTitle a strong {
    color: #006cff;
    font: normal 3.1rem/3.6rem YonitBold;
    width: auto;
    font-size: 20px;
    padding-top: 1px;
	font-weight: 900;
	
}
.regularitemsmall,  .collaborationitem,  .advertisingItem {
    display: grid;
    grid-template-columns: auto 120px;
    grid-template-rows: auto;
    align-items: center;
    padding: 8px 0;
    margin: 0 15px;
    border-bottom: 1px solid rgba(228,228,229,0.7);
}
 .regularitemsmall .body,  .regularitemsmall p,  .collaborationitem div,  .collaborationitem p,  .advertisingItem div,  .advertisingItem p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font: normal 1.5rem/1.8rem OpenSansHebrewRegular;
    padding-left: 10px;
}
.regularitemsmall>.body strong,  .regularitemsmall p strong,  .collaborationitem>div strong,  .collaborationitem p strong,  .advertisingItem>div strong,  .advertisingItem p strong {
color: rgba(0,0,0,0.87);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0;
	font-family:'Tajawal';
    padding-top: 24px;
}
.regularitemsmall a img {
    display: block;
    position: relative;
}
.regularitemsmall a  {
position: relative;
    display: block;
	line-height: 1;
}

.regularitemsmall>div small,  .regularitemsmall p small,  .collaborationitem>div small,  .collaborationitem p small,  .advertisingItem>div small,  .advertisingItem p small {
display: block;
    font-size: 1rem;
    margin: 4px 0 0 0;
    color: #444;
	line-height:1
}
ul li>div small span,  ul li p small span {
    display: inline-block;
}
ul li>div small span,  ul li p small .copywriterimage {
    display: inline-block;
	width:35px;
	
}
.regularitemsmall>div small a {
	color:#006cff
}
.regularitemsmall>div small {
	float:right;
	width:95%;
}
.advertisingItem>figure {
    width: 120px;
	    display: block;
		margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.regularitemsmall [play-sign],  .collaborationitem [play-sign],  .advertisingItem [play-sign] {
    display: inline-block;
    position: relative;
}
.regularitemsmall [play-sign] img,  .collaborationitem [play-sign] img,  .advertisingItem [play-sign] img {
    display: block;
}
ul li a img {    width: 100%;
}
.sectionFooter .more-link {
    padding: 12px 0;
	display:inline-block;
	display:none;
}
.sectionFooter .more-link a {
    color: #000066;
	display:inline-block;
	font-weight:900;
	float:right;
	margin-left:15px;
	margin-top:3px;
}
.sectionFooter .more-link img {
	float:left;
	width:28px;
}

.sectionFooter {
    margin: 0 15px;
	    padding: 0 15px;
    font-family: YonitMedium;
    font-size: 14px;
    text-align: left;
   /*border-bottom: 1px solid rgba(228,228,229,0.7);*/
    width: initial;
}
ul li>div small span, section ul li p small span {
    display: contents;
	width:70%;
}
 .devider {padding-left:3px;padding-right:3px;display:iline-block;font-size:0.6rem;font-weight:bold;width:100%}
 .title-theme-none {
	 background:none;color:#141414
 }
 
.match-actions {
  display: -webkit-box;
  display: flex;
  margin-left: auto;
}
.section .hom_cat_bar .back-icon {color:var(--color-bg-secondary);margin-top:14px}
.section .hom_cat_bar {
display: block;
    width: 100%;
    height: 100px;
    margin: 0;
    padding: 0;
    border: 0;
    transition: top 0.2s ease-in-out;
    top: 0px;
    z-index: 2;
    position: absolute;
    opacity: 1;
	background: linear-gradient(to top, rgba(12,12,0,0) 30%, #0c0c0c );
	}
	.section .hom_cat_bar.free {
		height:55px;
		background:none;
	}
.section .hom_cat_bar.nav-down {
    transition: bottom 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-out;
    top: 0px;
	position:absolute;
} .section .hom_cat_bar.nav-up {
    transition: bottom 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-out;
    top: 0px;
	position:absolute;
	transition: background-color 300ms linear;
    background-color: rgba(255, 255, 255, 1 );
    border-bottom-color: rgba(205, 205, 205, 1);
    box-shadow: rgba(0, 0, 0, 0) 0px 40px 30px -14px inset;
    border-bottom: 1px solid #FFF;
    transition: top 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-out;
    top: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .25);
} 
.section .hom_cat_bar .match-status {
    position: absolute;
    /* top: 14px; */
    /* right: 11px; */
    color: #006cff;
    background: none;
    /* background-color: var(--red-flat-bg-category); */
    color: #f9f9f9;
    font-family: 'Frutiger65';
    font-size: 22px;
    padding: 12px;
  }
.section .hom_cat_bar .match-status:before {
/*	content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: currentColor;
    border-radius: 50%;
    margin-left: 8px;
	*/
}
.section .hom_cat_bar .match-status-live {
  background-color: var(--color-bg-alert);
  color: var(--color-text-alert);
  padding: 8px 12px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  line-height: 1;
  margin-right: auto;
	width:auto;
    top: 14px;
    right: 11px;
	position:absolute
  }
.section .hom_cat_bar .match-status-live:before {
	content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: currentColor;
    border-radius: 50%;
    margin-left: 8px;
	
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}
.back-icon-wrapper{
    padding: 9px;
    left: 0;
    position: absolute;
    color: #FFF;
    font-size: 19px;
    padding: 15px;
}
.back-icon-wrapper-alarab{
padding:12px;
padding-right:9px;
padding-left:9px;
float:left;
width:38px;
text-align:center;
}
.back-icon-category {
    color: white;
    font-size: 6.5vw !important;
}
.match-status {
  background-color: var(--color-bg-alert);
  color: var(--color-text-alert);
  padding: 8px 12px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  line-height: 1;
  margin-right: auto;
}
.match-status a {
 font-weight: 600;
  font-size: 19px;	
    color: #FFF;

}
.match-status:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #F0e;
  border-radius: 50%;
  margin-left:5px;
  display:none;
}
.stickyff {
position: fixed;
top: 0; 
z-index:10
} 
.followMeBar {

}
.followWrap {
	width:100%;
	height:auto;
	position:absolute
}
.followMeBar.fixed {
  position: fixed;
  top: 48px;
  z-index: 12;
      width: 100%;
}
.followMeBar.fixed.absolute {
 
}
.followMeBar.fixed  .hom_cat_bar  {
	background:#1417AC;
	height:35px;
	    transition: bottom 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-out;
}
.followMeBar.fixed  .hom_cat_bar .back-icon-wrapper {
	padding:8px;
}
.followMeBar.fixed  .hom_cat_bar .match-status a  {
	font-size:15px;
}
.followMeBar.fixed  .hom_cat_bar .match-status  {
	padding:8px;
}
.adunit {
	width:100%;
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
}