<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face 
{
	font-family: 'DIN Next LT Arabic Medium';
	src: url('fonts/DINNextLTArabic-Medium.eot');
	src: url('fonts/DINNextLTArabic-Medium.eot?#iefix') format('embedded-opentype'),
	url('fonts/DINNextLTArabic-Medium.woff') format('woff'),
	url('fonts/DINNextLTArabic-Medium.ttf') format('truetype'),
	url('fonts/DINNextLTArabic-Medium.svg#DIN Next LT Arabic Medium') format('svg');
}
@font-face 
{
	font-family: 'DIN Next LT Arabic Bold';
	src: url('fonts/DINNextLTArabic-Bold.eot');
	src: url('fonts/DINNextLTArabic-Bold.eot?#iefix') format('embedded-opentype'),
	url('fonts/DINNextLTArabic-Bold.woff') format('woff'),
	url('fonts/DINNextLTArabic-Bold.ttf') format('truetype'),
	url('fonts/DINNextLTArabic-Bold.svg#DIN Next LT Arabic Bold') format('svg');

}
@font-face 
{
	font-family: 'DIN Next LT Arabic Light';
	src: url('fonts/DINNextLTArabic-Light.eot');
	src: url('fonts/DINNextLTArabic-Light.eot?#iefix') format('embedded-opentype'),
	url('fonts/DINNextLTArabic-Light.woff') format('woff'),
	url('fonts/DINNextLTArabic-Light.ttf') format('truetype'),
	url('fonts/DINNextLTArabic-Light.svg#DIN Next LT Arabic Light') format('svg');

}


* {
margin:0;
padding:0
}

*,:before,:after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}
.clear, .clearfix::after {
    clear: both;
}

html,body
{
    width: 100%;
    height:100%;
    font-size: 16px;  
}
body 
{
    background-color: #f8f8f9;
    direction: rtl;
    font-family: 'DIN Next LT Arabic Medium';	
	color:#000;
	font-size:12pt;
    margin: 0;
    padding: 0;  
}
:focus 
{
    outline: 0 none;
}
a, a:link, a:active, a:visited, a:hover 
{
    text-decoration: none;
}
img 
{
    border: medium none;
    max-width:100%;
}
.header {
	background: #fff none repeat scroll 0 0;
    height: 124px;
    text-align: center;
}
.header .logo {
    height: 58px;
    width: 198px;
    margin: 18px auto 0;
    display: inline-block;
}
.header .logo a {
    display: block;
    height: 58px;
    width: 198px;
}
/*************************/
#aajel_news {
    background: #e10024 none repeat scroll 0 0;
    color: #fff;
    display: table;
    font-family: DIN Next LT Arabic Medium;
    min-height: 56px;
    padding: 0;
    width: 100%;
}
#aajel_news .aajel_title {
    background: #be001e none repeat scroll 0 0;
    font-size: 16pt;
    padding: 10px;
    width: 65px;
}
#aajel_news span {
    display: table-cell;
    font-size: 13pt;
    line-height: 1.4;
    padding: 10px 10px 10px 5px;
    vertical-align: middle;
}
/*********************/
.menubar {
    background: #0e0e72 none repeat scroll 0 0;
    height: 37px;
    line-height: 37px;
    overflow: hidden;
}
.menu {
    height: 37px;
    line-height: 27px;
    list-style: outside none none;
    overflow: hidden;
    padding: 2px 4px 1px 0px;
}
.menu li {
    display: block;
    float: right;
    height: 33px;
    padding: 0 5px;
}
.menu li:first-child {
}
.menu li a, .menu li a:link, .menu li a:active, .menu li a:visited {
    color: #fff;
    display: block;    
    font-size: 12pt;
    height: 33px;
    position: relative;
    white-space: nowrap;
}
.menu li:hover {
    background: #2da1d9 none repeat scroll 0 0;
}
.menu li:hover a {
    color: #fff;
}
/***************/
.navigation {
  width: 200px;
  height: 100%;
  position: fixed;
  top: 0;
  left: -200px;
  bottom: 0;
  z-index: 999;
  list-style: none;
  background: #999;
  overflow-y: auto;
  overflow-x: hidden;
}
.nav-item {
  width: 200px;
  border-bottom: 1px solid #e5e5e5;
}
.nav-item:hover {
	background-color:#59595C;
}
.nav-item a {
 	color: white;
    display: block;
    font-family: DIN Next LT Arabic Medium;
    font-size: 12pt;
    padding: 5px 10px;
    text-decoration: none;
}
.site-wrap {
  position: relative;
}
.nav-trigger {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
label[for="nav-trigger"] {
    cursor: pointer;
    height: 32px;
    position: absolute;
    left: 15px;
    top: 9px;
    width: 32px;
    z-index: 2;
}
label[for="nav-trigger"] .line{
	background-color: #E70000;
    border-radius: 5px;
    display: block;
    height: 4px;
    margin-bottom: 4px;
    -webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition : all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.nav-trigger + label, .navigation {
	-webkit-transition: left 0.2s;
	-moz-transition: left 0.2s;
	-o-transition : left 0.2s;
	transition: left 0.2s;
}
.nav-trigger:checked + label {
  left: 200px;
  position:fixed;

}
.nav-trigger:checked + label .top
{
	position: absolute; top: 8px; transform: rotate(45deg);
}
.nav-trigger:checked + label .middle
{
	display:none;
}
.nav-trigger:checked + label .bottom
{
	position: absolute; top: 8px; transform: rotate(-45deg);
}

.nav-trigger:checked ~ .site-wrap {
  //left: 200px;

}
.nav-trigger:checked ~ .navigation{
	left:0;
}
/*******************************/
.footer {
    background: #fff none repeat scroll 0 0;
    color: #000;
    line-height: 100%;
    margin: 0;
    padding: 7px;
	text-align: center;
	border-top:2px #ebebeb solid;
	min-height: 90px;
}
.copy_right {
   color: #000;
    font-size: 9.5pt;
    line-height: 30px;
    font-family:DIN Next LT Arabic Bold;
}
.takamul {
    display: inline-block;
    height: 27px;
    margin: 10px 0 0;
    overflow: hidden;
}
/************************************/
.new
{
	margin-bottom: 13px;
    padding: 0;
      width: 100%;
      margin:0 auto;
      background-color:#fff;
}
.arts_list  {
	background: #d1d1d1 none repeat scroll 0 0;
    border: 1px solid #b3b3b3;
    margin: 5px 10px 25px;
    padding:7px 0;
}
.news_list li {
    border-bottom: 1px solid #dcdcdc;
    margin: 0 7px;
}
.arts_list li{
	border: 2px solid transparent;
    list-style: outside none none;
    margin: 0 15px;
    padding: 7px;
}
.arts_list li:hover{
	background-color:#fff;
	border-color:#73337d;
}
.news_list li img{
    display: block;
    float: right;
    height: 75px;
    margin-left: 10px;
    width: 100px;
}
.arts_list li img {
	 display: block;
    float: right;
    height: 50px;
    margin-left: 10px;
    width: 55px;

}
.news_list li a {
     color: #282828;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 10px;
    width: 100%;}
.arts_list li a{
	display: inline-block;
    width: 100%;
}
.arts_list li .writer_name{	
	 color: #000;
    display: block;
    font-family: FRUTIGER_BOLD;
    font-size: 12pt;
    line-height: 120%;
}
.writer_name
{
	  color: #f7941e;
    font-family: Droid Arabic Kufi;
    font-size: 13pt;
    margin-bottom: 15px;}

.arts_list li .art_title{
	color: #000;
    display: block;
    font-size: 12pt;
    line-height: 120%;
}
.pages {
      background: #fff none repeat scroll 0 0;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    margin: 0;
    text-align: center;
    width: 100%;
}
.page_number_body {
    color: #000;
    display: inline-block;
    font-size: 16pt;
    height: 42px;
    line-height: 42px;
    text-align: center;
    width: 45px;
}
.selected_page_number_body {
    background: #1c75bc;
	color: #ffffff;
	display: inline-block;
	font-size: 16pt;
	height: 42px;
	line-height: 42px;
	text-align: center;
	width: 45px;
}
.news_body {
	padding: 10px 7px;
	background:url(images/shadow.jpg) transparent repeat-x scroll center top;

}
.news_body_img
{
	width:100%;
	margin: auto 15px auto;
}
.news_body .title
{
	color: #e60c02;
    font-family: Droid Arabic Naskh bold;
    font-size: 14pt;
    line-height: 150%;
    margin-bottom: 15px; 
}

.news_body .title2
{
	color: #333;
	margin: 0 0 15px;
    font-size: 18px;
}
.stroy_date, .stroy_source
{
	font-size:10pt;
	float:right;
	margin:0 0 5px;
	width:100%;
	color:#727272;
}
.related_list
{
	padding:0;
}
.related_list li a
{
	color:#000;
}
.stroy_text
{
	margin:0 0 20px 0;
	color:#000;
	
	font-size: 16.5px;
    line-height: 170%;
}
.stroy_text img
{
	width:90%;
	margin:5px 5% 5px;
}

.writer_image
{
	float:left;
	width:100px;
	margin-right: 5px;
}
/**********/
.latest_news_item {
    border-bottom: 1px solid #B2B2B2;
}
.submain_news{
	border:1px #B2B2B2 solid;
	margin:0 10px 25px;
	background-color:#f0f0f0;
}
.submain_news .latest_news_item:last-child{
	border-bottom-width:0;
}
.latest_news_item:hover {
    background-color: #fff;
    
}
.latest_news_item a {
    color: #282828;
    display: inline-block;
    font-family: FRUTIGER_BOLD;
    font-size: 17px;
    line-height: 140%;
    padding: 15px 10px;
    width: 100%;
    border:2px transparent solid;
}
.latest_news_item img {
    float: right;
    height: 60px;
    margin-left: 10px;
    width: 95px;
}
.latest_news_item a:hover {
    color: #000000;
     border:2px #eaeaea solid;
}
/************/
.news_list {
    line-height: 0;
    margin: 0 auto;
}
.news_list div {
    background-color: #fff;
    clear: both;
    display: table;
    line-height: 0;
    margin-bottom: 1px;
   
    width: 100%;
}
.news_list div img {
    display: block;
    float: right;
    margin-bottom: 5px;
    margin-left: 10px;
    padding: 3px;
    width: 30%;
}
.news_list div a {
    display: inline-block;
    line-height: 1.4;
    margin: 0;
    width: 100%;
    color: #000;
    font-family: DIN Next LT Arabic Medium;
    font-size: 12pt;
     padding: 10px;
}
.story_date {
	color: #727272;
    font-size: 11px;
    line-height: 100%;
}
.news_list div a:hover {
   background-color: #F8F8F8;
}
.path {
    color: #2f2f2f;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 0 0 5px;
    font-weight:normal;
}
.path a {
     color: #2f2f2f;
    font-family: tahoma;
    font-size: 12px;
}
.path a:hover {
    color: #ed1c24;
}
.contact_form {
    margin: 15px;
}
.contact_form form {
    display: inline-block;
    width: 100%;
}
.contact_form p {
	font-size: 16pt;
	margin-bottom: 30px;
	text-align: center;
}
.contact_form .field_name {

    font-size: 10.5pt;
    margin-top: 10px;
    margin-bottom: 5px;
}
.contact_form input[type="text"] {
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 1px #e4e4e4 inset;
    font-size: 14px;
    height: 35px;
    margin-bottom: 5px;
    padding: 0 10px;
    width: 100%;
}
.contact_form textarea {
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 1px #e4e4e4 inset;
  
    font-size: 14px;
    height: 190px;
    margin-bottom: 5px;
    padding: 10px;
    resize: none;
    width: 100%;
}
.contact_form .contact_submit {
    background-color: #2b3483;
    border: 0 none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: DIN Next LT Arabic Medium;
    font-size: 16pt;
    height: 45px;
    line-height: 100%;
    margin-bottom: 40px;
    width: 105px;
}
.contact_form .contact_submit:hover {
	background-color: #2DA1D9;
}
iframe#st_gdpr_iframe {
    left: auto !important;
    right: -5000px;
}

</pre></body></html>