html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background: #dbd0cb;
	
	color: #545454;
	
	font-family: Tahoma;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Droid Arabic Kufi', Arial;
}
h2 {
	padding: 0px 0px 20px 0px;
	font-size: 10px;
}
p, ol, ul {
	margin-top: 0px;
}
p {
	line-height: 180%;
}
strong {
	color: #2C2C2C;
}
a {
	color: #2C2C2C;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
img.border {
}
img.alignleft {
	float: left;
}
img.alignright {
	float: right;
}
img.aligncenter {
	margin: 0px auto;
}
hr {
	display: none;
}
.shadow{
	box-shadow: none;
	margin: 0px;
}
/** WRAPPER */
#wrapper {
	overflow: hidden;
	width: 100%;
	margin: auto auto 50px auto;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,.2);
}
.container {
	width: 100%;
	margin: 0px auto;
}
.clearfix {
	clear: both;
}
/** HEADER */
.header {
	display: none;
	text-align: center;
	overflow: hidden;
	height: 150px;
	background: #a8532d;
}

/* Style navigation menu links */
.nav-container{
	width: 100%;
	display: block;
  background-color: #dbd0cb;
}
/* Style the navigation menu */
.topnav {
	font-weight: bold;
  overflow: hidden;
  background-color: #333;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}
/*the switch from arabic to english*/
.arabicAlign{
	text-align: right;
}
.englishAlign{
	text-align: left;
}
.topnav a.iconArabic{
	left: 0;

}
.iconEnglish{
	right: 0;
    
}

.topnav a {
  color: white;
  padding: 14px 15px;
  text-decoration: none;
  font-size: 110%;
  display: block;
}
.topnav i{
    padding-top: 1%;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: #a8532d;
  display: block;
  position:absolute;
    margin-top: 0.12%;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color:#dbd0cb;
  color: black;
}

/* Style the active link (or home/logo) */
.nav-active {
  background-color: #a8532d;
  color: white;
}
/** PAGE */
#page {
	overflow: hidden;
	width: 95%;
	margin: 0 2%;
	padding: 5px 0px;
	border-bottom: 1px solid #DEDEDE;
}
#page h2 {
}
#page a{
    color: #929389;
}
/** CONTENT */
#content {
	float: left;
	width: 100%;
}
#content h2 {
	font-size: 120%;
}
#content h3 {
	font-size: 110%;
    margin: 2px 2px 5px 2px;
}
#content p {
    text-align:justify;
    font-size: 105%;
}
#content a {
	font-size:105%;
	font-weight:bold;
}
.video-view{
	width: 100%;
	height: 300px;
}
/* news content */
.news {
	margin-bottom: 30px;
	margin-top: 50px;
}
.news p{
	font-weight: bold;
		font-size: 105%;
		padding: 10px 10px 20px 0px;
		border-bottom: 3px solid #DEDEDE
}
.eng img {
	float: right;
}
.arb img {
	float: left;
}
.news img {
	width: 20px;
	height: 20px;
	margin: 3px;
}
/** 2 boxes content **/
.box-content{
    position: relative;
     width: 95%;
    margin: 2%;
}
.boxesdown{
	align-content: center;
   position: relative;
    display: inline-block;
	 width: 45%;
    margin: 2%;
}
.wFull{
	width: 100%;

}

.boxesdown img{
	height: 100px;
	width: 100%;
}
.boxesdown p{
	text-align: center;
}
#box {
     width: 45%;
    margin: 5px;
    
}
#box p{
    text-align: center;
}

/** SIDEBAR */
#sidebar {
	width: 100%;
}
#sidebar p{
	font-size:105%;
	}
/** tables **/
#table {
	width: 100%;;
}
/* Footer */
#footer {
	overflow: hidden;
	margin: 0px 0px;
	padding: 5px 0px;
	border-top: 5px solid #6d6d6d;
}
#footer p {
	padding: 0px 5px;
	text-align: center;
	font-size:80%;
}
#footer a {
	color: #ffffff;
}
/* Three Column */
#three-column {
	overflow: hidden;
	margin: 0px 10px;
	padding: 10px 0px;
}
#three-column a{
		font-size:105%;
}
#three-column #tbox1 {
	width: 100%;
}
#three-column #tbox2 {
	padding-top: 5px;
	width: 100%;
}
#three-column #tbox3 {
padding-top: 5px;
	width: 100%;
}
/* List Style 1 */
ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.style1 li {
	padding: 10px 0px 15px 0px;
	border-top: 1px solid #DEDEDE;
}
ul.style1 a {
	text-decoration: none;
	color: #545454;
}
ul.style1 a:hover {
	text-decoration: underline;
}
ul.style1 .first {
	padding-top: 0px;
	border-top: none;
}
/* List style 2 */
ul.style2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.style2 li {
	padding: 25px 0px 15px 0px;
	border-top: 1px solid #DEDEDE;
}
ul.style2 .first {
	padding-top: 15px;
	border-top: 1px solid #DEDEDE;
}
ul.style2 h3 {
	padding: 0px 0px 10px 0px;
}
ul.style2 h3 a {
	text-transform: none;
	color: #373737;
}
ul.style2 a {
	text-decoration: none;
	color: #919191;
}
ul.style2 a:hover {
	text-decoration: underline;
}
/* Button Style 1 */
.button-style {
	display: inline-block;
	margin-top: 20px;
	padding: 7px 20px;
	background: #CF4A41;
	border-radius: 5px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
		font-family: 'Droid Arabic Kufi', Arial;

}
.search2{
    width: 250px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('searchicon.png');
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}
input[type=text]:focus {
    width: 100%;
}
img.alignright {
	float: right;
}
img.alignleft {
	float: left;
}
/** WRAPPER */
/** HEADER */
/* Logo */
#logo {
	
	padding: 4px 5px 0px 0px;
}
#logo h1 {
	padding: 1px 0px 0px 3px;
}
#logo h3 {
	padding: 3px 0px 0px 3px;
}
/* Menu */
#menu {
	
	padding: 5px 0px 0px 4px;
}
#menu ul {
	
}
#menu li {
	
}
#menu a {
	margin-right: 1px;
	padding: 2px 3px 2px 0px;
}
/** PAGE */
/** CONTENT */
#content {

}
/** SIDEBAR */
#sidebar {

}
/* Footer */
/* Three Column */
#three-column #tbox1 {

	margin-left: 0px;
	border-bottom: 1px solid #DEDEDE;
}
#three-column #tbox2 {
	border-bottom:  1px solid #DEDEDE;
	margin-top: 5px;

}
#three-column #tbox3 {
	margin-top: 5px;
	text-align: center;
	

}
/* List Style 1 */
/* List style 2 */
/* Button Style 1 */

/* slides */
/* Caption text */
.mySlides img{
  height: 40%;
}
.slideshow-container {
  max-width: 100%;
    height: 40%;
  position: relative;
  margin: auto;
}
#text {
  color: #f2f2f2;
    width: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.4);
  font-size: 100%;
  padding: 8px 12px;
  position: absolute;
  bottom: 0px;
    border-radius: 0px 0px 3px 3px;
  
  text-align: center;
}
#text.etext {
    
      
}
#text a{
      
    color: #f2f2f2;
}

