@charset "utf-8";
.main_wrap{position:relative; margin:0 auto; width:1000px; background:inherit}
.header_wrap{min-height:150px; background-color:#003; repeat-x}
.header_wrap .main_wrap{height:150px}

.lang_scroll{position:relative; width:44px; height:20px; background:url(../images/lang_scroll_bg.png) no-repeat 0 3px}
.lang_scroll a{position:absolute; left:0; top:0; width:20px; height:20px; background:url(../images/lang_scroll.png);  -webkit-transition: left 0.2s linear; -moz-transition: left 0.2s linear; -o-transition: left 0.2s linear; -ms-transition: left 0.2s linear; transition: left 0.2s linear}
.lang_scroll:hover a{left:24px}
.search_wrap{width:250px; border:1px solid #b6b4b4}
.search_txt{width:210px; height:26px; background:#FFF}
.search_btn{width:35px; height:26px; background:#0da618 url(../images/search.png) center center no-repeat}

.nav_top a{float:right; margin-right:15px; text-decoration:underline; color:#666}
.nav_top a:hover{text-decoration:none;}
.nav_top a:nth-child(1){margin-right:50px}

.social_media_top a{width:32px; height:32px; background:url(../Images/social_media.png) no-repeat 0 0}
.social_media_top a.twitter{background-position:-32px 0}
.social_media_top a.youtube{background-position:-64px 0}

.menu_wrapper{height:40px; border-bottom:#0da618 4px solid}
.menu_wrapper2{height:40px; border-bottom:#0da618 4px solid; margin-bottom:10px}
.menu_wrapper .main_wrap{height:40px; border:inherit}
.menu_wrap{height:40px}
.menu_wrap > li{float:left; position:relative; padding:12px 55px 0 15px; height:28px; overflow:hidden}
.menu_wrap > li:hover{overflow:visible; background:#0da618; -webkit-transition: background 0.5s ease-in-out; -moz-transition: background 0.5s ease-in-out; -o-transition: background 0.5s ease-in-out; -ms-transition: background 0.5s ease-in-out; transition: background 0.5s ease-in-out}
.menu_wrap > li:hover a{color:#FFF}
.menu_wrap li a{color:#414141; font-family:'font_family'; font-weight:bold; font-size:15px}
.menu_sub_wrap{position:absolute; top:40px; right:0; width:200px; background:#eee; opacity:0.6; filter:alpha(opacity=60); z-index:999; border-bottom:#0da618 4px solid}/* what filter:alpha(opacity=60) 999 */
.menu_sub_wrap > li{float:right; width:100%; border-bottom:1px solid #929292; position:relative}
.menu_sub_wrap > li:last-child{border:none}
.menu_sub_wrap > li:last-child{background:none}
.menu_sub_wrap a{display:block; padding:10px 0; text-align:center; color:#414141 !important}/*when doing !important */
.menu_sub_wrap a:hover{background:#0da618; color:#FFF !important}

ul.menu_subs{display:none; position:absolute; top:0; right:200px; width:200px; background:#eee; z-index:999; border-bottom:#0da618 4px solid; border-right:#FFF 1px solid}
ul.menu_subs li{float:right; width:100%; border-bottom:1px solid #929292; position:relative}

.menu_sub_wrap > li:hover > ul{display:block}
ul.menu_subs > li:hover > ul{display:block}

.banner_wrap{width:994px; border:3px solid #e6e6e6; border-top:none}
.banner_right, .banner_left{position:absolute; top:140px}
.banner_right{right:-20px}
.banner_left{left:-20px}
.banner_wrap img{height:300px !important}


.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	font-family: 'font_family'; font-size:16px; background:#538687;
	color:#fff;
	width:980px;
	padding:5px 10px;
	z-index:8;
	overflow: hidden;
	display: none;
	opacity: 0.8;
	filter:alpha(opacity=8);
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:40%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}

.theme-default .nivoSlider {
	position:relative;
	float:right; width:100%; height:100%;
	background:#FFF url(../images/loading.gif) no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	width:100%; height:100%;
	display:none;
}

.theme-default .nivo-controlNav {
	display:none;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:42px;
	height:42px;
	background:url(../Images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-42px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption a {
    color:#fff;
}

.wrapper img{border:1px solid #b7b7b7; padding:4px; width:95px; height:95px}
						                                								
.slide{width:480px; min-height:150px}
.slide > p{float:right; width:300px}
.slide img{position:absolute; top:0; left:20px; border:1px solid #b7b7b7; padding:4px; width:150px !important; height:95px !important}
#slider-stopper{display:none}

.footer_wrap{border-top:4px solid #0da618}
.footer_wrap .main_wrap{border:inherit; margin-top:-4px}
.nav_footer a{margin:0 8px; color:#d6c3b4; font-family:'font_family'; font-size:14px; color:#414141}
.nav_footer a:hover{color:#0da618}

.article_wrap img{border:2px solid #CCC; padding:1px; max-width:600px}

.news_archive img{width:100px; padding:4px; box-shadow:2px 2px 2px 0 #b7c1c1}

.page{float:right; margin:20px 0 0 3px; padding:3px 10px 5px 10px; background:#c0bebe; color:#FFF}
.page:hover{background:#0da618}
.page_active{background:#0da618}

.gallery_fig a{margin:0 5px 5px 20px; padding:1px; width:200px; height:120px; border:#79820f 4px solid}
.gallery_fig a img{width:100%; height:100%}
.gallery_fig a > div{z-index:2; opacity:0.8; filter:alpha(opacity:80); position:absolute; left:1px; top:1px; padding:10px; width:180px; height:100px; overflow:hidden; background:#79820f; color:#FFF}

.view_img , .play_video{display:block; margin-right:70px; width:35px; height:35px}
.view_img{background:url('../Images/view.png')}
.play_video{background:url('../Images/youtube.png') no-repeat left 0}

.form_wrap{float:right; margin:20px 20px 0 0; width:90%; list-style:none}
.form_wrap li{float:right; margin-top:20px; width:100%; list-style:none}
.form_wrap .form_txt_box{float:right; padding:0 10px 0 0; width:40%; height:30px; background:#f0efef; box-shadow:inset 1px 1px 1px #b7b8b8; border-radius:10px}
.form_wrap .form_area_txt{float:right; padding:10px 10px 0 0; width:90%; height:130px; max-width:90%; max-height:130px; min-width:90%; min-height:130px; background:#f0efef; box-shadow:inset 1px 1px 1px #b7b8b8; border-radius:15px}

.btn_{margin:20px 0 0 0; padding:10px 35px; color:#FFF; background:#79820f}

.table_result{border:1px solid #d2d2d2; border-bottom-color:#9a9a9a}
.table_header{height:45px; background:#79820f}

.results_form input{float:right; width:80%; height:35px; text-align:center; font-family:'font_family'; font-size:20px; color:#333; background:#d1d1d1; border-radius:5px}
.results_form select{float:right; width:100%; height:35px; text-align:center; font-family:'font_family'; font-size:17px; color:#333; background:#d1d1d1; border-radius:5px; padding:5px 0}
.results_form select option{padding:5px 0}
/* تنسيقات محتوى الصحفة من هنا) */

.box1 { float:left;clear:both;text-align:center;padding-top:50px;}
.box1 ul {list-style:none;margin:0;padding:0;}
.box1 ul li { float:left; }

.bgimage ul li {
	float:left;
	width:250px;
	background:url(../images/bg.text.jpg) no-repeat scroll center center;
	height:180px;
	border:0;
	list-style:none;
	text-align:center;}

.box2 {float:left;clear:both;font-size:18px;}
.box2 ul {list-style:none; text-align:center;}
.box2 ul li { float:left; padding-top:20px; margin-bottom:50px;}


.un2{background-color:#003;color:#FFF;border-bottom:12px; padding-top:10px; position:fixed;
 margin-top:500px; width:100%}

.menu80_wrapper{height:50px; border-bottom:#0da618 4px solid; font-size:20px; text-align:center}
.margin_t_22 { width:100px; height:100px}
.text{ color:#003; font-size:16px;font-family:"Arial Black", Gadget, sans-serif; padding-top:10px}
.one{background-color:#003;  width:48%; height:60px; display:inline-block; margin-left:20px;
 padding-bottom:25px; padding-top:25px; margin-bottom:150px; font-size:14px; text-align:left; 
 font-family:Verdana, Geneva, sans-serif}


 