@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/DroidKufi-Regular.eot');
  src: url('fonts/DroidKufi-Regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/DroidKufi-Regular.woff2') format('x-woff2'),
       url('fonts/DroidKufi-Regular.woff') format('woff'),
       url('fonts/DroidKufi-Regular.ttf') format('truetype');
}
@font-face 
{
	font-family: 'Droid Arabic Naskh regular';
	src: url('fonts/DroidNaskh-Regular.eot');
	src: url('fonts/DroidNaskh-Regular.eot?#iefix') format('embedded-opentype'),
	url('fonts/DroidNaskh-Regular.woff') format('woff'),
	url('fonts/DroidNaskh-Regular.ttf') format('truetype'),
	url('fonts/DroidNaskh-Regular.svg#Droid Arabic Naskh regular') format('svg');
	font-weight: normal;
	font-style: normal;
} 
@font-face 
{
	font-family: 'Droid Arabic Naskh bold';
	src: url('fonts/DroidNaskh-Bold.eot');
	src: url('fonts/DroidNaskh-Bold.eot?#iefix') format('embedded-opentype'),
	url('fonts/DroidNaskh-Bold.woff') format('woff'),
	url('fonts/DroidNaskh-Bold.ttf') format('truetype'),
	url('fonts/DroidNaskh-Bold.svg#Droid Arabic Naskh bold') format('svg');
	font-weight: normal;
	font-style: normal;
} 


@font-face 
{
	font-family: 'Greta Arabic';
	src: url('fonts/Greta_Arabic_Light.eot');
	src: url('fonts/Greta_Arabic_Light.eot?#iefix') format('embedded-opentype'),
	url('fonts/Greta_Arabic_Light.woff') format('woff'),
	url('fonts/Greta_Arabic_Light.ttf') format('truetype'),
	url('fonts/Greta_Arabic_Light.svg#Greta Arabic') 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: #fff;
    direction: rtl;
    font-family: 'Droid Arabic Naskh regular';	
	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 {
	text-align:center;
	background:#056160;
	height:143px;
}
.header .logo {
    height: 46px;
    width: 147px;
    margin: 20px -55px 20px 0;
    display: inline-block;
}
.header .logo a {
    display: block;
    height: 46px;
    width: 147px;}
/*************************/
#aajel_news {
    background: #e10024 none repeat scroll 0 0;
    color: #fff;
    display: table;
    min-height: 56px;
    width: 100%;
}
#aajel_news .aajel_title {
    background: #be001e none repeat scroll 0 0;
    font-family: Droid Arabic Kufi;
    font-size: 15pt;
    padding: 10px;
    width: 65px;
}
#aajel_news span {
    display: table-cell;
    font-size: 12pt;
    line-height: 140%;
    padding: 10px 10px 10px 5px;
    vertical-align: middle;
}
/*********************/
.menubar {
    background:  #009E9D repeat-x scroll 0 0;
    height: 37px;
    line-height: 37px;
    margin: 0 9px;
    overflow: hidden;
    text-align: center;
    
}
.menu {
    display: inline-block;
    height: 33px;
    line-height: 33px;
    margin:2px 0;
    list-style: outside none none;
    overflow: hidden;
}
.menu li {
    display: block;
    float: right;
    padding: 0 7px;
}
.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: 11pt;
    height: 46px;
    position: relative;
    white-space: nowrap;
}
.menu li:hover {
    background: #F7941D none repeat scroll 0 0;
}
/***************/
.navigation {
  width: 200px;
  height: 100%;
  position: fixed;
  top: 0;
  left: -200px;
  bottom: 0;
  z-index: 999;
  list-style: none;
  background: #033B3B;
  overflow-y: auto;
overflow-x: hidden;
}

.nav-item {
  width: 200px;
  border-bottom: 1px solid #056160;
}

.nav-item:hover {
	background-color:#056160;
}
.nav-item a {
 color: white;
    display: block;
    font-family: Droid Arabic Kufi;
    font-size: 10pt;
    padding: 5px 10px;
    text-decoration: none;
}

.site-wrap {
  position: relative;
}
.nav-trigger {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
label[for="nav-trigger"] {
    //background-image: url("images/nav-trigger.png");
    //background-repeat: no-repeat;
    cursor: pointer;
    height: 32px;
    position: absolute;
    left: 15px;
    top: 25px;
    width: 32px;
    z-index: 2;
}
label[for="nav-trigger"] .line{
	background-color: #fff;
    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;
}

.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: 35px;
    line-height: 35px;
    margin: 20px 0 4px;
    text-align: center;
    width: 100%;
}
.page_number_body {
    color: #fff;
    background-color: #1a1a1a;
    display: inline-block;
    font-size: 16pt;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}
.selected_page_number_body {
    background: #056160 none repeat scroll 0 0 ;
    color: #ffffff;
    display: inline-block;
    font-size: 16pt;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}
.footer {
    background: #1A1A1A none repeat scroll 0 0;
    color: #fff;
    line-height: 100%;
    margin: 0;
    min-height: 77px;
    padding: 8px 15px 8px 9px;
}
.copy_right {
   color: #fff;
    font-family: Droid Arabic Naskh Bold;
    font-size: 7pt;
    float:right;
}
.copy_right img {
    display: block;
    width:88px;
    height:28px;
    margin-bottom:7px;
}
.takamul {
    display: inline-block;
    float: left;
    height: 22px;
    margin: 34px 0 0;
    overflow: hidden;
}
.news_body {
	padding: 30px 20px;
}
.news_body_img
{
	width:100%;
	margin: auto 15px auto;
}
.news_body .title
{
	color: #505050;
    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 #00c4b5 solid;
}
/************/
.news_list {
    line-height: 0;
    margin: 0 auto 33px;
}
.news_list div {
    background-color: #fff;
    clear: both;
    display: table;
    line-height: 0;
    margin-bottom: 1px;
    padding: 20px 0;
    width: 100%;
}
.news_list div img {
    display: block;
    float: right;
    margin-left: 10px;
    width: 30%;
}
.news_list div a {
    color: #333333;
    display: inline-block;
    font-size: 12pt;
    line-height: 120%;
    margin: 0;
    width: 100%;
}
.story_date {
	color: #727272;
    font-size: 14px;
    line-height: 100%;
}
.news_list div a:hover {
    color: #009E9D;
}
.path {
    color: #2f2f2f;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 0 0 5px;
    font-weight:normal;
}
.path a {
     color: #2f2f2f;
    font-family: Droid Arabic Kufi;
    font-size: 12px;
}
.path a:hover {
    color: #ed1c24;
}
.contact_form {
    margin: 15px;
}
.contact_form form {
    display: inline-block;
    width: 100%;
}
.contact_form p {
    font-family: Droid Arabic Naskh bold;
    font-size: 13pt;
    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 #c4c4c4;
    font-size: 14px;
    height: 35px;
    margin-bottom: 5px;
    padding: 0 10px;
    width: 100%;
}
.contact_form textarea {
    background-color: #fafafa;
    border: 1px solid #c4c4c4;
  
    font-size: 14px;
    height: 190px;
    margin-bottom: 5px;
    padding: 10px;
    resize: none;
    width: 100%;
}
.contact_form .contact_submit {
    background-color: #056160;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: droid arabic kufi;
    font-size: 18px;
    height: 37px;
    line-height: 37px;
    margin-bottom: 40px;
    width: 90px;
}
.contact_form .contact_submit:hover {
	 background-color: #c97718;
}
iframe#st_gdpr_iframe {
    left: auto !important;
    right: -5000px;
}

