
/* font */
@font-face{
font-family: m;
src:url("../fonts/DroidKufi-Bold.ttf");
}
@font-face{
font-family: c;
src:url("../fonts/DroidKufi-Regular.ttf");
}
h2,h3,a, p, pre{
font-family: c;
color:#000;
font-size: 1em;
line-height: 160%;
}

pre{
	background-color: #fff;
}
img{
	max-width: 100%;
}
td{
	padding: 4px;
}
/* reset */
.navbar, .col-sm-6 , .row, nav, header, footer,article,aside,
col,
a,h1,h2,html,body,ul,li,p, div, img{  /* more elements should be added*/
margin: 0px;
padding: 0px;
}
.dropdown-menu{
	background-color:  #101F73;
	
}


a , a:hover{
text-decoration: none;
}

body{
	direction: rtl;
}
ul{
	list-style: none;
}
hr{
	margin-top: 0.3em;
}
.container{
	background-color: #eee;
}
/* Header */
header{
	width: 100%;
	min-height: 70px;
	background-color: #eee;
	color: #444;
	text-align:right;	
}

.centerIt{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#logo-id{
 	width: 15%;
 	vertical-align: top;
 	margin-top: 10px;
 	margin-right:5%;
 	float:right;
 }
 #logo-id img{
 	width: 70px;
 }
 #head-text{
 	width:60%; 
 	float:right;
 }
  #head-text small{
 	font-size: 0.6em;
 	font-family:m;
 	 color: #999;
 }
   #header{
   	text-align:center;
   	font-size: 2.3em;
 	font-family:m;
 	color: #1F80A6;
 }

 @media screen and (max-width: 991px){
 	 #head-text small{
	 	font-size: 0.6em;
	 	font-family:m;
	 	 color: #999;
	 }
	 #header{
	   	text-align:center;
	   	font-size: 1.7em;
	 	font-family:m;
	 	color: #1F80A6;
	 }
	 #subHeader{
	 	text-align:center;
	 	font-size: 0.8em;
		letter-spacing: 0.4em;
		font-style: italic;
		color: #1F80A6;
		margin: -20px;
	}
	#date{
	padding-top: 20px;
	padding-left: 20px;
	}

 }

 #subHeader{
 	text-align:center;
 	font-size: 0.8em;
	letter-spacing: 0.4em;
	font-style: italic;
	color: #1F80A6;
	margin: -20px;

}

#date{
	float:left; 
	margin-left:5%;
}

/* navigation bar */

.navbar-default{
	clear: both;
margin-bottom: 2px;
background-color: #101F73;
border: none;
}

#myNavbar ul li.active a{
color: #101F73;
}



.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover 
{
font-weight: bold;
color: #101F73;
}

#myNavbar ul li a{
	color:#fff;
	font-size: 1.1em;
}

/********** Five images style *******/
.fiveImages{
	float: right; 
	margin: 0px;
	border-bottom: 1px solid #ddd;
}
#FiveImages-big-img{
	/*width:600px;*/
	max-height: 350px;
	margin-right: auto;
	margin-left: auto;
	display: block;

}

#FiveImages-big-text{
	/*width: 100%;*/
	margin-top: 0px;
	background-color:#fff;
	font-size: 1em;
	height: 78px;
	padding: 6px;
	font-weight: bold; 
	margin: 0px;
	overflow: hidden;
}

.FiveImages-small-img{
	width: 99%;
	height: 138px;
	padding:2px;
	display: block;
	margin: 0 auto;

}

.FiveImages-small-text{
	/*width: 100%;*/
	height: 80px;
	margin-top: 0px;
	background-color:#fff;
	font-size: 0.9em;
	padding: 4px;
	font-weight: bold; 
	overflow: hidden;
	margin: 0px;
}

.4img-container{
	width:80px; height:auto; overflow:hidden; float:right;margin-left:4px; display:inline-block;
}

/* three columns style*/
.header{
	text-align: center;
	background-color: #101F73;
	padding: 8px 0px;
	margin-bottom: 2px;
	border: 1px solid #eee;
}
.header a{
	color: #fff;
}


.Sec-header{
	color :#101F73;
	padding-bottom: 6px;
}

@media screen and (max-width: 480px) {
	.article-header-img{
		max-height: 140px;
	}
}


.article-header-img{
	width: 99%;
	max-height: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2px;
	display: block;
}

.list-group{
	background-color: #fff;
}
.headerList{
	list-style: disc;
	font-size: 2em;
	margin-right : 1em; 
	margin-bottom: -0.5em;
	color: #666;
}


#more{
	text-align: left;
	margin-left: 14px;
	font-weight: bold;
	margin-top: 10px;
}

.news-img{
	float:right;
	width:4em;
	height:4em; 
	margin-left:0.25em;
}

/*footer */

footer{
	clear: both;
	display: block;
	width: 100%;
	height: 200px;
	background-color: #8080CC;
	text-align: center;
	border-top: 3px solid black;
}

footer .fa{
 font-size: 36px;
 color:#fff;
padding-top: 10px;
padding-bottom: 10px;
}

footer .fa-youtube-square:hover{
 color:red;
}

footer .fa-facebook-square:hover{
	color:blue;
}
/* report  */
#article-header{
width:100%;
height: auto;
border-bottom: 2px solid #eee;
text-align: right;
font-weight: bold;
font-size: 1.6em;
padding: 6px;
color:#101F73;
background-color: #fff;
}
#article-img{
width: 100%;
height: auto;
border-top: 2px solid #eee;
border-bottom: 2px solid #eee;
}
#article-body{
text-align: right;
font-weight: normal;
font-size: 1em;
border-top: 2px solid #eee;
border-bottom: 2px solid #eee;
background-color: #fff;
}
#article-body p{
padding: 4px 10px;
}
#article-footer{
width:100%;
min-height: 40px;
text-align:center;
font-size: 0.8em;
background-color: #fff;
clear:both;
}
/* News & Article */

.article-side-img{
	float: left;
	vertical-align: middle;
}






