@font-face {
	font-family: 'DroidArabicKufi';
	src: url('fonts/DroidArabicKufi.eot');
	src: url('fonts/DroidArabicKufi.eot?#iefix') format('embedded-opentype'), url('fonts/DroidArabicKufi.woff') format('woff'), url('fonts/DroidArabicKufi.ttf') format('truetype'), url('fonts/DroidArabicKufi.svg#DroidArabicKufi') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	background: url(../images/page_bg.jpg) center center;
	background-size: cover;
	font-family: Tahoma, Geneva, sans-serif;
	color: #777777;
	font-size: 13px;
}
a {
	text-decoration: none;
}
img {
	border: none;
	outline: none;
}
.clear {
	clear: both;
}
h1 {
	color: #71A638;
	font-size: 22px;
}
.wrapper {
	background: #FFF;
	box-shadow: 0 0 5px #666;
	margin: 0 auto;
	width: 1280px;
}
header {
	position: absolute;
	width: 1280px;
	top: 0;
	z-index: 1000;
}
.logo {
	position: absolute;
	margin: 16px 0 0 20px;
}
.top_nav {
	float: right;
	margin: 0 10px 0 0;
}
.lang {
	float: left;
	font-family: 'DroidArabicKufi';
	font-size: 14px;
	border-right: 1px #AAAAAA solid;
	margin: 37px 0 0 0;
	padding: 5px 18px 5px 0;
}
.lang a {
	color: #71A638;
}
.lang a:hover {
	color: #4F7335;
}
.contact_icon {
	font-size: 14px;
	float: left;
	margin: 0 -1px;
}
.contact_icon a {
	display: block;
	color: #A6C882;
    padding: 9px 18px 10px 32px;
	/*padding: 42px 18px 10px 32px;*/
	background: url(../images/contact_icon.png) 7px 42px no-repeat;
}
.contact_icon a:hover {
	background: #71A738 url(../images/contact_icon.png) -231px 42px no-repeat;
	color: #fff;
}
.contact_icon a.active {
	background: #71A738 url(../images/contact_icon.png) -231px 42px no-repeat;
	color: #fff;
}

.search_bar {
    float: left;
    margin: 5px 0 0;
    padding: 0 0 0 18px;
}

/*.search_bar {
	margin: 37px 0 0 0;
	float: left;
	border-left: 1px #AAAAAA solid;
	padding: 0 0 0 18px;
}*/
.search_bar form {
	border: 1px #71A638 solid;
	border-radius: 3px;
	background: #FFF;
	box-shadow: inset 1px 2px 7px #ccc;
}
.search_input {
	background: none;
	float: left;
	font-size: 14px;
	border: none;
	color: #BABABA;
	font-style: italic;
}
.search_btn {
	background: url(../images/header_sprite.png) -4px 2px no-repeat;
	cursor: pointer;
	border: none;
	margin: 2px 5px 0 0;
}
.search_event_btn {
	background: url(../images/search_event.png)0 0 no-repeat;
	cursor: pointer;
	border: none;
	margin: 22px 0 0 8px;
	width: 12px;
	height: 12px;
}
nav {
	background: rgba(255, 255, 255, 0.83);
	height: 86px;
	margin: 100px 0 0 0;
}
/*#nav {
	margin-left: 319px;
	padding-left: 0px;
	font-size: 16px;
}*/
#nav {
	margin-left: 270px;
	padding-left: 0px;
	font-size: 16px;
}


#nav li {
	list-style: none;
	display: block;
	float: left;
	/*	height: 40px;
*/	position: relative;
	text-align: center;
	border-lefts: 1px solid #FFFFFF;
	border-right: 1px solid #CFBFBC;
}
#nav li:last-child, #nav li:last-child a {
	border-right: none;
}
#nav li a {
	/*padding: 35px 20px;*/
	padding: 35px 5px;
	margin: 0px 0;
	text-decoration: none;

	/*height: 40px;*/
	transition: padding 0.5s, border 0.5s;
	color: #553716;
}
#nav li:hover a {
	font-weight: bold;
	padding: 50px 0 20px;
	border-bottom: 2px #543715 solid;
	transition: padding 0.5s, border 0.5s;
	-webkit-transition: padding 0.5s, border 0.5s;
}
#nav ul {
	padding: 0px;
	width: 862px;
}
#nav ul.depart {
	background: #fff;
	padding: 0px;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	width: 925px;
	left: -210px;
	padding: 20px 20px;
}
#nav li a {
	display: block;
}
#nav ul.depart li {
	border-right: 1px #ddd solid;
	width: 159px;
	font-size: 12px;
	padding: 8px 8px;
	text-align: left;
	/* float: left; */
	min-height: 24px;
}
#nav ul li {
	border-right: none;
	font-size: 14px;
	text-align: left;
	float: left;
}
#nav ul li a {
	padding: 24px !important;
	border-bottom: none !important;
	color: #FFF;
	font-weight: normal !important;
	background: url(../images/menu_bg_bar.png) 0 50% no-repeat;
	opacity:0.84;
}
#nav ul li:last-child a {
	border-right: none;
}
#nav ul li:hover a {
	border-bottom: 2px #FFFFFF solid !important;
	padding: 30px 24px 18px 24px !important;
	opacity: 1;	
}
#nav ul.depart li a {
	border-right: none;
	color: #533714;
	padding: 0 !important;
	border-bottom: none !important;
	font-weight: normal !important;
	background:none;
}
#nav ul.depart li:hover a {
	padding: 0 !important;
	border: none;
	font-weight: normal !important;
}
.alphabets {
	width: 800px;
	margin: 0px auto 20px auto;
	display: block;
}
.alphabets a {
	display: inline-block !important;
	padding: 5px 0 !important;
	border-bottom: 3px #fff solid !important;
	border-right: none !important;
	font-weight: normal !important;
	width: 15px;
}
.alphabets a:hover {
	border-bottom: 3px #4F7335 solid !important;
	color: #4F7335 !important;
	font-weight: bold !important;
}
#nav ul li:last-child {
	border-bottom: none;
}
#nav ul li:last-child a {
	border-bottom: none;
}
/* Sub menus */
#nav ul {
	display: none;
	visibility: hidden;
	position: absolute;
	top: 86px;
	left: -234px;
	z-index: 1;
	padding: 1px 0 0 0;
}
/* Third-level menus */
#nav ul ul {
	top: 64px;
	left: 0px;
	width: 187px;
	display: none;
	visibility: hidden;
	background: #553716;
}
#nav ul ul li {
	float: none;
}
#nav ul ul li a {
	border: none !important;
	padding: 10px !important;
}
#nav ul li a ul li a {
	border: none !important;
	padding: 10px !important;
}
/* Fourth-level menus */
#nav ul ul ul {
	top: 0px;
	left: 170px;
	display: none;
	visibility: hidden;
	border: 1px solid #DDDDDD;
}
#nav ul li {
	display: block;
	visibility: visible;
}
#nav li:hover > ul {
	display: block;
	visibility: visible;
}
.depart_width {
	/*width: 186px;*/
	width: 150px;
}
.doc_width {
	/*width: 148px;*/
	width: 125px;
}
.about_width {
	/*width: 137px;*/
	width: 117px;
}
.edu_width {
	/*width: 188px;*/
	width: 160px;
}
.visitor_width {
	/*width: 146px;*/
	width: 130px;
}
.visitor_width ul {
	left: -300px !important;
	width: 597px !important;
}
.media_width {
	/*width: 150px;*/
	width: 130px;
}
.media_width ul {
	left: -139px !important;
	width: 281px !important;
}
.brown_bar {
	background: rgba(85, 55, 22, 0.78);
	height: 65px;
	border-radius: 0 0 20px 20px;
}
.magazine_btn {
	background: #71A738 url(../images/magazine_buller.png) 91% 52% no-repeat;
	position: absolute;
	margin: 10px 0 0 20px;
	border-radius: 10px;
}
.magazine_btn a {
	background: url(../images/magazine_bg.png) 0px 6px no-repeat;
	color: #EEEEEE;
	font-size: 15px;
	background-size: 103%;
	padding: 15px 28px;
	float: left;
}
.body_content {
	padding: 50px 0;
}
.home_content_left {
	width: 934px;
	float: left;
	margin: 0 0 0 13px;
}
.home_content_right {
	width: 301px;
	float: right;
	margin: 0 13px 0 0;
}
.hot_line_box {
	width: 301px;
	float: left;
}
.panel_heading {
	background: url(../images/leaves_pattern.png) right no-repeat;
	margin: 0 0 10px 0;
}
.icon_emergency {
	background: url(../images/content_sprtite.png) 0 6px no-repeat;
	padding: 11px 0 11px 46px;
}
.hotline_box_number {
	background: url(../images/hotline_pattern_bg.png);
	border: 1px #71A738 solid;
	box-shadow: 0 0 5px #BBBBBB;
	border-top: 5px #71A738 solid;
	font-size: 30px;
	text-align: center;
	color: #543715;
	display: table-cell;
	vertical-align: middle;
	height: 100px;
	width: 300px;
	border-radius: 0 0 15px 15px;
}
.magazine_btn_home {
	background: #4F7335 url(../images/magazine_bg.png) center center no-repeat;
	border-radius: 10px;
	font-size: 20px;
	margin: 10px 0 0 0;
}
.magazine_btn_home a {
	background: url(../images/magazine_buller.png) 80% 85% no-repeat;
	color: #EEEEEE;
	display: block;
	padding: 20px 0 0 39px;
}
.awards_box {
	width: 270px;
	float: left;
	margin: 0 28px;
}
.icon_awards {
	background: url(../images/content_sprtite.png) 0 -90px no-repeat;
	padding: 11px 0 11px 46px;
}
.award_box_btm {
	background: #EEEEEE url(../images/awards_bg.png) bottom no-repeat;
	border: 1px #EFE4DA solid;
	box-shadow: 0 0 5px #BBBBBB;
	border-top: 5px #71A738 solid;
	font-size: 14px;
	color: #543715;
	padding: 35px 28px 82px 28px;
	line-height: 17px;
}
.award_box_btm span {
	margin: 0 0 0 3px;
}
.icon_news {
	background: url(../images/content_sprtite.png) 0 -186px no-repeat;
	padding: 11px 0 11px 46px;
}
.news_box_btm {
	background: #EEEEEE;
	border: 1px #EFE4DA solid;
	box-shadow: 0 0 5px #BBBBBB;
	border-top: 5px #71A738 solid;
	font-size: 14px;
	color: #543715;
	padding: 33px 27px;
	line-height: 17px;
		min-height: 104px;
}
.news_box_btm h2 {
	color: #533714;
	font-size: 18px;
	margin: 0 0 10px 0;
}
.news_box_btm p {
	font-size: 13px;
	color: #777777;
	line-height: 19px;
}
.news_box_btm a {
	font-weight: bold;
	font-size: 12px;
	color: #533714;
	float:right;
}
.doc_form {
}
.icon_doc {
	background: url(../images/content_sprtite.png) 0 -285px no-repeat;
	padding: 11px 0 11px 55px;
}
.doc_form_btm {
	background: #EEEEEE;
	border: 1px #EFE4DA solid;
	box-shadow: 0 0 5px #BBBBBB;
	border-top: 5px #71A738 solid;
	padding: 0 15px;
}
.input_doc_form {
	font-size: 18px;
	color: #BBBBBB;
	border-radius: 5px;
	border: 1px #71A738 solid;
	box-shadow: inset 0 0 5px #BBBBBB;
	padding: 1.5% 5%;
	width: 90%;
	margin: 20px 0 0 0;
}
.area_doc_form {
	font-size: 18px;
	color: #BBBBBB;
	border-radius: 5px;
	border: 1px #71A738 solid;
	box-shadow: inset 0 0 5px #BBBBBB;
	padding: 1.5% 5%;
	width: 90%;
	height: 110px;
	margin: 20px 0 0 0;
	resize: none;
	font-family: Tahoma, Geneva, sans-serif;
}
.select_doc_form {
	font-size: 18px;
	color: #BBBBBB;
	border-radius: 5px;
	border: 1px #71A738 solid;
	box-shadow: inset 0 0 5px #BBBBBB;
	padding: 1.5% 4%;
	width: 100%;
	margin: 20px 0 0 0;
}
.button_doc_form {
	background: #4F7335 url(../images/magazine_buller.png) 62% 50% no-repeat;
	color: #EDEDED;
	width: 100%;
	border: none;
	padding: 5px 0;
	border-radius: 10px;
	font-size: 24px;
	margin: 20px 0;
	cursor: pointer;
}
.news_large_box {
	margin: 31px 0 0 0;
}
.icon_news_main {
	background: url(../images/news_icon.png) 10px 7px no-repeat;
	padding: 11px 0 11px 70px;
}
.news_box_inner {
	width: 270px;
	float: left;
	margin: 0 0 0 32px;
}
.news_large_box_btm {
	background: #EEEEEE;
	border: 1px #EFE4DA solid;
	box-shadow: 0 0 5px #BBBBBB;
	border-top: 5px #71A738 solid;
	font-size: 14px;
	color: #543715;
	padding: 33px 0;
	line-height: 17px;
}
.news_large_box_btm h2 {
	color: #533714;
	font-size: 18px;
	margin: 0 0 10px 0;
}
.news_large_box_btm p {
	font-size: 13px;
	color: #777777;
	line-height: 19px;
}
.news_large_box_btm a {
	font-weight: bold;
	font-size: 12px;
	color: #533714;
}
footer {
	border-top: 1px #553716 solid;
	background: #FFF;
}
.footer_wrapper {
	border-top: 3px #553716 solid;
	margin: 0 auto;
	width: 1280px;
	padding: 13px 0 50px 0;
}
.footer_left {
	float: left;
}
.social_list {
	float: left;
    margin: 6px 0 0;
}
.social_list li {
	float: left;
}
.social_list li a {
	float: left;
	display: block;
	width: 26px;
	height: 22px;
}
.social_list li a.fb {
	background: url(../images/footer_sprite.png) 0 0 no-repeat;
}
.social_list li a.insta {
	background: url(../images/footer_sprite.png) 0 -46px no-repeat;
}
.social_list li a.youtube {
	background: url(../images/footer_sprite.png) 0 -95px no-repeat;
}
.social_list li a.twitter {
	background: url(../images/footer_sprite.png) 0 -143px no-repeat;
}
.social_list li a.share {
	background: url(../images/footer_sprite.png) 0 -194px no-repeat;
}
.footer_list {
	float: left;
	margin: -13px 0 0 0;
}
.footer_list li {
	float: left;
	border-right: 1px #BBBBBB solid;
}
.footer_list li:last-child {
	border: none;
}
.footer_list li a {
	color: #543715;
	font-size: 13px;
	padding: 18px 12px 12px 12px;
	float: left;
	display: block;
}
.footer_list li a:hover {
	color: #fff;
	background: #553716;
}
.footer_list li a.active {
	color: #fff;
	background: #553716;
}
.icon_mobile_app {
	background: url(../images/footer_sprite.png) 6px -239px no-repeat;
	padding: 18px 12px 12px 36px !important;
}
.icon_mobile_app:hover {
	background: #553716 url(../images/icon_mobile_h.png) 12px 4px no-repeat !important;
}
.icon_mobile_app.active {
	background: #553716 url(../images/icon_mobile_h.png) 12px 4px no-repeat !important;
}
.footer_right {
	float: right;
	font-size: 10px;
	color: #543715;
	padding: 15px 0 0 0;
}
/*----------------About Profile-------------*/
.about_container {
	padding: 0 40px;
}
.about_large {
	/*font-size: 18px;
	color: #523713;*/
}
.about_large span {
	font-size: 55px;
	font-family: Arial, Helvetica, sans-serif;
}
.about_col {
	float: left;
	width: 45%;
	margin: 0 5% 0 0;
	font-size: 14px;
	color: #777777;
}
.about_col p {
	margin: 15px 0;
	line-height: 17px;
}
/*---------------About Mission------------*/
.mission_bg {
	background: url(../images/mission_bg.png);
	width: 1095px;
	height: 726px;
	margin: -380px 0 0 -545px;
	position: relative;
	left: 50%;
	z-index: 100;
}
.mission_box {
	width: 738px;
	border-bottom: 1px #533714 solid;
	padding: 0 0 60px 0;
/*	font-size: 25px;*/
	color: #523713;
	margin: 0 auto 0 auto;
	overflow: hidden;
	position: relative;
	top: 55%;
}
.mission_box span {
	font-size: 55px;
	font-family: Arial, Helvetica, sans-serif;
}
/*----------------About Core-------------*/
.core_container {
	padding:0 20px;
}
.core_col {
	float: left;
	width: 569px;
	margin: 0 0 0 45px;
}
.core_box {
	border-bottom: 1px #4F7335 solid;
	padding: 25px 0;
	background: url(../images/core_leaves.png) 100% 80% no-repeat;
}
.core_box h1 {
	font-size: 20px;
	color: #4D7233;
	margin: 0 0 18px 0;
}
.core_box p {
	color: #777777;
	font-size: 14px;
	line-height: 17px;
}
/*----------------About Team-------------*/
.team_container {
}
.team_container h1 {
	padding: 0 40px;
	font-size: 25px;
	color: #553716;
}
.team_col {
	float: left;
	width: 96.8%;
	margin: 0 0 0 3.2%;
}
.team_box {
	border-bottom: 1px #4F7335 solid;
	padding: 25px 0 5px 0;
	background: url(../images/core_leaves.png) 100% 80% no-repeat;
	width: 581px;
	float: left;
	margin: 0 38px 0 0;
}
.team_box h1 {
	font-size: 20px;
	color: #4D7233;
	margin: 20px 0 0 0;
	padding: 0;
}
.team_box h1 a {
	color: #4D7233;
}
.team_box h2 {
	font-size: 16px;
	color: #533714;
	margin: 5px 0 0 0;
}
.team_box p{
	color:#777777;
	font-size:14px;
	line-height:17px;
	margin:15px 0 0 0;
}
/*.team_box p, .team_box strong, .team_box span {
	color: #777777 !important;
	font-size: 14px !important;
	line-height: 17px !important;
	font-family: Tahoma !important;
	text-transform: capitalize !important;
	text-align: left !important;
}*/
.team_image {
	float: left;
	margin: 0 15px 0 0;
	min-height: 128px;
}
.team_image img {
/*width:88px;
	height:117px;*/
}
.team_view {
	float: right;
	font-size: 14px;
	clear: both;
}
.team_view a {
	background: url(../images/brown_bullet.png) 100% 4px no-repeat;
	padding: 0 11px 0 0;
	color: #777777;
}
.team_detail_left {
	width: 340px;
	float: left;
	background: url(../images/core_leaves.png) right bottom no-repeat;
	margin: 40px 0 0 40px;
	padding: 0 0 30px 0;
}
.back_btn {
	font-size: 12px;
	margin: 0 0 0 40px;
}
.back_btn a {
	color: #533714;
	background: url(../images/brown_bullet_back.png) 17px 7px no-repeat;
	border: 1px #CCCCCC solid;
	padding: 4px 50px;
	box-shadow: 1px 1px 5px #666;
	text-align: center;
	cursor:pointer;
}
.team_detail_top {
	/*display: table-row;*/
}
.team_detail_img {
	/*display: table-cell;*/
	float: left;
}
.team_detail_img img {
	margin: 0 0 0 10px;
}
.team_detail_data {
	/*display: table-cell;
	vertical-align: bottom;
	word-break: break-all;*/
	
	float: left;
	padding: 0 0 0 0px;
	width: 240px;
	margin: 20px 0 0 0;
}
.team_detail_left h1 {
	color: #4C7233;
	font-size: 20px;
	padding: 0;
	margin: 0 0 0 10px;
}
.team_detail_left h2 {
	color: #523713;
	font-size: 16px;
	margin: 0 0 0 10px;
}
.team_detail_left h2 a {
	color: #523713;
}
.download_cv_btn {
	background: #553716;
	box-shadow: 0 0 5px #666;
	float: left;
	border-radius: 5px;
	clear:both;
	margin: 15px 0;
}
.download_cv_btn a {
	background: url(../images/magazine_buller.png) 92% 50% no-repeat;
	padding: 10px 60px;
	float: left;
	color: #EDEDED;
	font-size: 15px;
}
.team_detail_right {
	float: right;
	width: 830px;
	color: #777777;
	font-size: 14px;
	margin: 30px 40px 0 0;
}
.team_detail_right p {
	margin: 15px 0 0 0;
	line-height: 17px;
}
.management_email {
	margin: 20px 0 0 10px !important;
	font-size: 14px !important;
}
.management_email a {
	color: #533714;
}
/*-------------------About Partners-------------*/
.partners_image {
	float: left;
	margin: 0 15px 0 0;
	min-height: 117px;
}
.partners_image img {
	min-width: 88px;
	max-height: 117px;
}
.partner_box {
	border-bottom: 1px #4F7335 solid;
	padding: 25px 0 5px 0;
	background: url(../images/core_leaves.png) 100% 80% no-repeat;
	float: left;
	width: 569px;
	min-height: 132px;
	margin: 0 49px 0 0;
}
.partner_box h1 {
	font-size: 25px;
	color: #543715;
	margin: 0 0 0 0;
	padding: 0;
	min-height: 70px;
}
/*--------------------About Career--------------------*/
.career_container {
	padding: 0 40px;
}
.career_box {
	border-bottom: 1px #4F7335 solid;
	padding: 25px 0 10px 0;
	margin: 50px 0 0 0;
	background: url(../images/core_leaves.png) 100% 80% no-repeat;
}
.career_box h1 {
	font-size: 25px;
	color: #543715;
	margin: 0 0 10px 0;
	padding: 0;
}
.career_box p {
	line-height: 18px;
	padding: 0 100px 0 0;
}
.career_form {
	margin: 18px 0 0 0;
	overflow: hidden;
	width: 100%;
}
.career_small {
	width: 280px;
	float: left;
	margin: 20px 21px 0 0;
}
.career_small.last {
	margin-right: 0;
}
.career_small label {
	font-size: 12px;
	color: #4E7234;
	width: 100%;
}
.career_small input[type="text"] {
	width: 100%;
	background: #fff;
	box-shadow: inset 1px 1px 2px #ccc;
	border: 1px #CCCCCC solid;
	margin: 5px 0 0 0;
	padding: 3px 0;
	color: #888888
}
.career_small select {
	width: 100%;
	background: #fff;
	box-shadow: inset 1px 1px 2px #ccc;
	border: 1px #CCCCCC solid;
	margin: 5px 0 0 0;
	padding: 2px 0;
	color: #888888;
	font-style: italic;
}
.career_large {
	width: 890px;
	float: left;
	margin: 20px 0 0 0;
}
.career_large label {
	font-size: 12px;
	color: #4E7234;
	width: 100%;
	float: left;
}
.career_large input[type="text"] {
	width: 88%;
	background: #fff;
	box-shadow: inset 1px 1px 2px #ccc;
	border: 1px #CCCCCC solid;
	margin: 5px 0 0 0;
	padding: 3px 0;
	color: #888888;
	float: left;
}
.fileUpload {
	position: relative;
	overflow: hidden;
	float: left;
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.browse_btn {
	
	color: #fff;
	padding: 0 0;
	margin: 5px 0 0 0;
}
.uploadMessage{
	color: #666;
margin: -21px 0 0 6px;
position: absolute;
}
.career_area {
	width: 100%;
	margin: 20px 0 0 0;
}
.career_area label {
	font-size: 12px;
	color: #4E7234;
	width: 100%;
}
.career_area textarea {
	width: 99%;
	background: #fff;
	height: 145px;
	box-shadow: inset 1px 1px 2px #ccc;
	border: 1px #CCCCCC solid;
	margin: 5px 0 0 0;
	padding: 3px 0;
	color: #888888;
}
/*-----------------Department-----------------*/
.department_container {
	padding: 0 40px;
}
.department_container h1 {
	color: #523713;
	font-size: 18px;
	font-weight: bold;
}
.department_container h2 {
	color: #4E7234;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
}
.department_container span {
	color: #4E7234;
	font-size: 14px;
	line-height: 18px;
}
.department_container p {
	margin: 20px 0 0 0;
	line-height: 17px;
	font-size: 14px;
}
/*.leaf_list {
	margin: 20px 0 0 40px;
	font-size: 16px;
	color: #4E7234;
}*/
.leaf_list {
	background: url(../images/leaf_list.png) 0 3px no-repeat;
	padding: 0px 0 15px 32px;
	line-height: 19px;
	color: #4E7234;
	font-size: 16px;
}
.department_heading {
	border-bottom: 1px #4F7335 solid;
	color: #523713;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 20px 40px 0 40px;
}
/*---------------------medical education-----------------*/
.med_edu_header {
	overflow: hidden;
}
.med_edu_header_left {
	float: left;
}
.med_edu_header_left h1 {
	font-size: 20px;
	padding: 0;
	color: #4D7233;
}
.med_edu_header_left h2 {
	font-size: 16px;
	color: #533714;
	margin: 6px 0 0 0;
}
.med_edu_header_right {
	float: right;
	text-align: right;
}
/*------------------Patents value--------------*/
.patients_list {
	font-size: 16px;
	font-weight: bold;
	color: #71583D;
	margin: 0 0 0 30px;
	list-style: decimal;
}
.patients_list li {
	padding: 10px 0;
	line-height: 21px;
}
.patients_list span {
	color: #777777;
	font-size: 16px;
	font-weight: normal;
}
/*------------------Visting Hours---------------------*/
.visting_hours {
	background: url(../images/mission_bg.png) center center no-repeat;
	width: 100%;
	overflow: hidden;
	background-size: 100% 100%;
	margin: -62px 0 -89px 0;
	padding: 62px 0 47px 0;
}
.visitors_column {
	width: 43%;
	margin: 0 0 0 5%;
	line-height: 18px;
	float: left;
}
.visitors_row {
	font-size: 16px;
	color: #543715;
	margin: 0 0 20px 0;
	overflow: hidden;
}
.visitors_label {
	float: left;
	width: 250px;
}
.visitors_timings {
	float: left;
	font-weight: bold;
}
.visitors_column p {
	color: #777777;
	font-size: 14px;
	margin: 5px 0 0 0;
}
.visitors_column span {
	color: #543715;
	font-size: 14px;
	font-weight: bold;
}
/*------------------Services---------------*/
.service_box {
	line-height: 18px;
	margin: 0 40px 40px 40px;
}
.service_box h1 {
	color: #4D7233;
	font-size: 20px;
}
.service_box h2 {
	color: #533714;
	font-size: 16px;
	margin: 5px 0;
}
.service_box h2 span {
	display: inline-block;
	margin: 0 0 0 40px;
}
.service_box p {
	font-size: 12px;
	color: #444444;
}
/*----------------Contact---------------*/
.contact_main {
}
.contact_form {
	margin: 18px 0 0 0;
	overflow: hidden;
}
.contact_small {
	width: 226px;
	float: left;
	margin: 20px 16px 0 0;
}
.contact_small.last {
	margin-right: 0;
}
.contact_small label {
	font-size: 12px;
	color: #4E7234;
	width: 100%;
}
.contact_small input[type="text"] {
	width: 100%;
	background: #fff;
	box-shadow: inset 1px 1px 2px #ccc;
	border: 1px #CCCCCC solid;
	margin: 5px 0 0 0;
	padding: 3px 0;
	color: #888888
}
.contact_small select {
	width: 100%;
	background: #fff;
	box-shadow: inset 1px 1px 2px #ccc;
	border: 1px #CCCCCC solid;
	margin: 5px 0 0 0;
	padding: 2px 0;
	color: #888888;
	font-style: italic;
}
.contact_area {
	width: 100%;
	margin: 20px 0 0 0;
}
.contact_area label {
	font-size: 12px;
	color: #4E7234;
	width: 100%;
}
.contact_area textarea {
	width: 99%;
	background: #fff;
	height: 145px;
	box-shadow: inset 1px 1px 2px #ccc;
	border: 1px #CCCCCC solid;
	margin: 5px 0 0 0;
	padding: 3px 0;
	color: #888888;
}
.contact_send_btn {
	background: #82B250;
	font-size: 12px;
	color: #fff;
	float: right;
	padding: 4px 35px;
	border: none;
	margin: -2px 10px 0 0;
	cursor: pointer;
}
.contact_reset_btn {
	background: #AAAAAA;
	font-size: 12px;
	color: #fff;
	float: right;
	padding: 4px 35px;
	border: none;
	margin: -2px 5px 0 0;
	cursor: pointer;
}
.map_container {
	float: left;
}
.contact_address {
	float: left;
	color: #4D7233;
	font-size: 16px;
	margin: 20px 0 0 20px;
	line-height: 25px;
}
.contact_address h1 {
	font-size: 16px;
	font-weight: bold;
}
.contact_address p {
	margin: 0 0 0 30px;
}
.contact_address a {
	color: #4D7233;
}
/*------------------------Mobile app--------------*/
.mobile_app_container {
}
.mobile_app_container p {
	font-size: 14px;
	color: #777777;
	line-height: 22px;
	margin: 15px 0 0 0;
}
.mobile_app_container_left {
	width: 46%;
	float: left;
	margin: 0 0 0 40px;
}
.mobile_app_container_right {
	float: right;
}
.mobile_app_intro {
	background: url(../images/core_leaves.png) right no-repeat;
	font-size: 18px;
	color: #523713;
}
.mobile_app_intro span {
	font-size: 55px;
	font-family: Arial, Helvetica, sans-serif;
}
.app_buttons {
	margin: 40px 0 0 0;
}
.app_button {
	float: left;
	margin: 0 20px 0 0;
	transition: opacity 0.25s ease-in-out;
}
.app_button:hover {
	opacity: 0.7;
	transition: opacity 0.25s ease-in-out;
}
/*--------------Testimonials------------------*/
.testi_box {
	border-bottom: 1px #4F7335 solid;
	padding: 45px 0 25px 0;
	background: url(../images/core_leaves.png) 100% 30px no-repeat;
	line-height: 20px;
}
.testi_box p {
	color: #777777;
	font-size: 14px;
	margin: 10px 0 0 0;
}
.testi_box .title {
	color: #523713;
	font-size: 14px;
	display: block;
	margin: 15px 0 0 0;
}
.testi_form {
	margin: 0 40px;
}
/*------------------------Useful Links------------------------------*/
.useful_links_container {
	margin: 0 40px;
}
.link_box {
	border-bottom: 1px #553716 solid;
	background: url(../images/link_leaves.png) right center no-repeat;
	overflow: hidden;
	padding: 40px 0 25px 0;
}
.link_left {
	font-size: 22px;
	color: #523713;
	float: left;
}
.link_left a {
	color: #523713;
}
.link_right {
	color: #777777;
	font-size: 14px;
	float: left;
	padding: 6px 30px;
}
/*----------------------Sitemap-----------------*/
.sitemap_list {
}
.sitemap_list li {
	border-bottom: 1px #553716 solid;
	padding: 15px 7px;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
}
.sitemap_list li ul li {
	background: url(../images/leaf_list.png) 0 10px no-repeat;
	font-size: 18px;
	border-bottom: none;
	margin: 10px 0;
	padding: 7px 7px 7px 34px;
}
.sitemap_list li ul li:nth-child(1) {
		border-top: 1px #553716 solid;
}
.sitemap_list li ul li ul li {
	background: none;
	font-size: 16px;
	margin: 0px 0;
	padding: 2px 7px 2px 24px;
	font-style: italic;
	border-top:none !important;
}
.sitemap_list li a {
	color: #553716;
}
.sitemap_list li ul li a {
	color: #4E7234;
}
.sitemap_list li ul li ul li a {
	color: #71A638;
}
.about_col {
	color: #777777;
	float: left;
	font-size: 14px;
	margin: 0 5% 0 0;
	width: 100%;
}
.sentMsg {
	color: #71A738;
	display: none;
	/* font-family: tahoma; */
	font-size: 16px;
	height: 14px;
	font-weight: bold;
	/* position: absolute; */
	/* width: 209px;*/
}
.loader {
	background-image: url("../images/newLoader.gif");
	background-repeat: no-repeat;
	border: medium none;
	display: none;
	height: 36px;
	left: 50%;
	position: relative;
	top: 36%;
	width: 35px;
	z-index: 10 !important;
}
#askYourDoctor .missed {
	border: 1px solid red;
}
.connection {
	height: 40px;
	position: relative;
	width: auto;
}
.about_col {
	color: #777777;
	float: left;
	font-size: 14px;
	margin: 0 3% 0 2%;
	width: 45%;
}
.tweeter {
	cursor: pointer;
	float: left;
	height: 40px;
	padding-left: 5px;
	padding-top: 12px;
	position: relative;
	width: 104px;
}
.likeThis, .dontLike, .plus, .envoyerParEmail, .goLeft, .goRight, .print, .drapeau, .inbox, .searchThisPUB, .fb {
	color: #aaaaaa;
	cursor: pointer;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.fb {
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
	height: 40px;
	padding-top: 12px;
	position: relative;
	width: 75px;
}
.share {
	background-image: url("../images/share.png");
	background-position: -5px 8px;
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
	height: 40px;
	margin-top: 2px;
	position: relative;
	width: 69px;
}
.print {
	background-image: url("../images/Print.png");
	background-position: 1px 10px;
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
	height: 40px;
	margin-top: 2px;
	position: relative;
	width: 66px;
}
.share a {
	display: block;
	height: 17px;
	text-decoration: none;
	width: 100px;
	z-index: 10;
}
.resultSent {
	color: #666;
	font-family: Tahoma;
	font-size: 15px;
	height: auto;
	position: relative;
	width: 88%;
	margin: 0 3%;
	background: #E0ECFF;
	padding: 1%;
}
.addYourTestimonial .remark {
	bottom: 37px;
	height: 20px;
	right: 34px;
	width: 139px;
}
#contactUsnAddress .remark, .addYourTestimonial .remark {
	bottom: 37px;
	color: #999999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 20px;
	position: absolute;
	right: 10px;
	width: 139px;
}
#addYourTestimonial .sentMsg {
	color: #ca3e33;
	display: none;
	font-family: tahoma;
	font-size: 13px;
	height: 10px;
	left: 8px;
	position: absolute;
	top: 320px;
	width: 182px;
}
#addYourTestimonial .missed {
	border: 1px solid red;
}
#ContactUsPart .missed {
	border: 1px solid red;
}
/*------------Pop UP-----------------*/
.main_overlay {
	background: rgba(255,255,255,0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}
.awards_pop_box {
	background: #fff;
	width: 1170px;
	padding: 15px;
	position: absolute;
	top: 27.5%;
	left: 50%;
	display: none;
	margin: 0 0 0 -600px;
	box-shadow: 0 0 10px #ccc;
	z-index: 1001;
}
.awards_heading {
	background: url(../images/leaves_pattern.png) right no-repeat;
	margin: 30px 0 10px 40px;
	width: 247px;
	padding: 0 79px 0 0;
}
.icon_awards_pop_up {
	background: url(../images/content_sprtite.png) 0 -90px no-repeat;
	padding: 11px 0 11px 46px;
	border-bottom: 5px #71A738 solid;
}
.awards_close {
	background: url(../images/icon_close_popup.png);
	width: 34px;
	height: 34px;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
}
.awards_content {
	height: 850px;
}
.awards_row {
	margin: 60px 40px 0 40px;
}
.awards_row h1 {
	color: #553716;
	font-size: 22px;
	font-weight: normal;
	margin: 0px 0 10px 0;
}
.awards_row h2 {
	color: #543715;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px 0;
}
.awards_row p {
	color: #777777;
	font-size: 13px;
	line-height: 16px;
}
.awards_row img {
	float: left;
	margin: 0 15px 0 0;
	width: 200px;
	height: 150px;
}
/*------------Pop UP Announcement-----------------*/
.main_overlay1 {
	background: rgba(255,255,255,0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}
.awards_pop_box1 {
	background: #fff;
	width: 870px;
	padding: 15px;
	position: absolute;
	top: 27.5%;
	left: 50%;
	display: none;
	margin: 0 0 0 -435px;
	box-shadow: 0 0 10px #ccc;
	z-index: 1001;
}
.awards_heading1 {
	background: url(../images/leaves_pattern.png) 274px 0 no-repeat;
	margin: 30px 0 10px 40px;
	width: 90%;
	height: 49px;
	padding: 0 0 0 0;
	border-bottom: 1px #71A738 solid;
}
.icon_awards_pop_up1 {
	background: url(../images/content_sprtite.png) 0 -189px no-repeat;
	padding: 11px 0 17px 46px;
	width: 303px;
	border-bottom: 5px #71A738 solid;
	position: absolute;
}
.awards_close1 {
	background: url(../images/icon_close_popup.png);
	width: 34px;
	height: 34px;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
}
.awards_content1 {
	height: 600px;
}
.awards_row1 {
	margin: 60px 4% 0 4%;
	float: left;
	width: 92%;
}
.awards_row1 h1 {
	color: #553716;
	font-size: 22px;
	font-weight: normal;
	margin: 0px 0 10px 0;
}
.awards_row1 h2 {
	color: #543715;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px 0;
}
.awards_row1 p {
	color: #777777;
	font-size: 13px;
	line-height: 16px;
}
.awards_row1 img {
	float: left;
	margin: 0 15px 0 0;
	width:222px;
}

.main_overlay2 {
	background: rgba(255,255,255,0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}
.awards_pop_box2{
	background: #fff;
	width: 870px;
	padding: 15px;
	position: absolute;
	top: 27.5%;
	left: 50%;
	display: none;
	margin: 0 0 0 -435px;
	box-shadow: 0 0 10px #ccc;
	z-index: 1001;
}
.awards_heading2 {
	background: url(../images/leaves_pattern.png) 274px 0 no-repeat;
	margin: 30px 0 10px 40px;
	width: 90%;
	height: 49px;
	padding: 0 0 0 0;
	border-bottom: 1px #71A738 solid;
}
.icon_awards_pop_up2 {
	background: url(../images/content_sprtite.png) 0 -88px no-repeat;
	padding: 11px 0 17px 46px;
	width: 303px;
	border-bottom: 5px #71A738 solid;
	position: absolute;
}
.awards_close2 {
	background: url(../images/icon_close_popup.png);
	width: 34px;
	height: 34px;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
}
.awards_content2 {
	/*height: 600px;*/
}
.awards_row2 {
	margin: 60px 4% 60px 4%;
	float: left;
	width: 92%;
	font-size: 22px;
	color: #543715;
}
.awards_row2 h1 {
	color: #553716;
	font-size: 22px;
	font-weight: normal;
	margin: 0px 0 10px 0;
}
.awards_row2 h2 {
	color: #543715;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px 0;
}
.awards_row2 p {
	color: #777777;
	font-size: 13px;
	line-height: 16px;
}
.awards_row2 img {
	float: left;
	margin: 0 15px 0 0;
	width:222px;
}
.career_small .missed {
	border: solid 1px red !important;
}
/*.mission_box > p {
	font-size: 25px;
	color: #523713;
	quotes: "“" "”";
	padding: 0 0 0 27px;
	line-height: 30px;
}
.mission_box > p:before {
	content: open-quote;
	margin: 45px 0 0 0;
	font-size: 55px;
	margin-top: 1%;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	margin: 0.5% 0 0 -3.45%;
}
.mission_box > p:after {
	content: close-quote;
	font-size: 55px;
	margin-top: 1%;
	position: absolute;
	margin: 1% 0 0 0.75%;
	font-family: Arial, Helvetica, sans-serif;
}*/
.about_large > p {
/*	font-size: 18px;
	color: #523713;
	quotes: "“" "”";
	padding: 0 0 0 27px;
	line-height: 30px;
	text-indent: 28px;*/
}
.about_large > p:before {
	/*content: open-quote;
	margin: 45px 0 0 0;
	font-size: 55px;
	margin-top: 1%;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	margin: 0.5% 0 0 -4.25%;*/
}
.about_large > p:after {
/*	content: close-quote;
	font-size: 55px;
	margin-top: 1%;
	position: absolute;
	margin: 0.5% 0 0 -1.45%;
	font-family: Arial, Helvetica, sans-serif;*/
}
.core_message {
	width: 738px;
	border-bottom: 1px #533714 solid;
	padding: 0 0 60px 0;
	font-size: 25px;
	color: #523713;
	clear: both;
	margin: 60px auto 0 auto;
	overflow: hidden;
	text-align: center;
}
.core_message span {
	font-style: italic;
	font-weight: bold;
}
.core_message > p {
	font-size: 25px;
	color: #523713;
	quotes: " '' " " '' ";
	padding: 0 0 0 27px;
	line-height: 30px;
}
.core_message > p:before {
	content: open-quote;
	margin: 45px 0 0 0;
	font-size: 55px;
	margin-top: 1%;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	margin: 0.5% 0 0 -2.45%;
}
.core_message > p:after {
	content: close-quote;
	font-size: 55px;
	margin-top: 1%;
	position: absolute;
	margin: 0.5% 0 0 0.75%;
	font-family: Arial, Helvetica, sans-serif;
}
/* for calendar*/
.ui-datepicker-header {
	/*  background-image: url("../images/backgroundforCalendaR.png");
    background-repeat: no-repeat;
   
    left: -9px;
    position: absolute;
    top: -23px;
    width: 169px;
    z-index: 3;
	*/
	height: 16px;
	margin: 5px 0 0 0;
}
.ui-datepicker-prev {
	background-image: url("../images/right.png");
	background-repeat: no-repeat;
	display: block;
	height: 18px;
	/*  left: 5px;
    position: absolute;
    top: 6px;*/
	width: 16px;
	float: left;
	cursor: pointer;
}
.ui-datepicker-next {
	background-image: url("../images/left.png");
	background-repeat: no-repeat;
	display: block;
	height: 18px;
	/* right: 0;
    position: absolute;
    top: 5px;*/
	float: right;
	width: 16px;
	cursor: pointer;
}
.ui-datepicker-next span, .ui-datepicker-prev span {
	display: none;
}
.ui-datepicker-title {
	color: #82b250;
	/* font-family: "Trebuchet MS"; */
	font-size: 14px;
	height: 15px;
	text-align: center;
	text-align: ce;
	left: 1px;
	float: left;
	top: 6px;
	width: 217px;
}
.ui-datepicker-week-end {
	/*color: #82b250;
	font-family: "Trebuchet MS";
	font-size: 10px;*/
	text-align: center;
	color: #454545;
	
	/* font-family: "Trebuchet MS"; */
	/* font-size: 12px; */
	height: 16px;
	margin-left: 8px;
	margin-top: 3px;
	position: relative;
	text-align: left;
	/* width: 19px; */
	padding: 4px 0 0 0;
}
.ui-state-default {
	color: #454545;
	display: block;
	/* font-family: "Trebuchet MS"; */
	/* font-size: 12px; */
	height: 16px;
	margin-left: 8px;
	margin-top: 3px;
	position: relative;
	text-align: left;
	/* width: 19px; */
	padding: 4px 0 0 0;
}
.ui-state-active {
	background: #CCC;
}
.ui-datepicker-calendar {
	color: #543715;
	/* font-family: "Trebuchet MS"; */
	font-size: 12px;
	height: 100px;
	margin-top: 5px;
	position: relative;
	text-align: center;
	width: 248px;
}
#BodyCal td.ui-state-highlight a.ui-state-default {
	background-color: #33A2C8 !important;
	background-image: none;
	color: white;
	margin: 0;
	padding: 0;
	position: inherit;
}
#BodyCal td a.ui-state-highlight {
	background-color: #82b250 !important;
	background-image: none;
	color: White;
	margin: 0;
	padding: 0;
}
#EventCalendar .CalendarSearch {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
 *display:inline;
	vertical-align: top;
	height: 326px;
	letter-spacing: normal;
	overflow: hidden;
	padding-left: 44px;
 *padding-left: 48px;
	padding-top: 84px;
	width: 200px;
	word-spacing: normal;
}
#EventCalendar .TitleDate {
	display: block;
}
.CalendarSearch {
	display: block;
	height: 100px;
}
.viewCalendar {
	/*height: 153px;*/
	/* position: absolute; */
	width: 249px;/* margin: 0 0 0 35px; */
}
.viewCalendar2 {
	height: 153px;
	/* position: absolute; */
	width: 249px;/* margin: 0 0 0 35px; */
}
.searchBySearch {
	cursor: pointer;
	background: #82B250;
	color: #fff;
	padding: 7px 22px;
	margin: 4px 0 0 0;
	display: block;
	float: left;
}
.searchBy {
	float: right;
	width: 650px;
}
.searchBy .byDate {
	background-image: url("../images/byDate.png");
	background-repeat: no-repeat;
	margin: 13px 0 0 7px;
	height: 15px;
	float: left;
	width: 63px;
}
.searchBy .byLocation {
	background-image: url(../images/byLocation.png);
	background-repeat: no-repeat;
	height: 22px;
	margin: 13px 0 0 7px;
	width: 63px;
	float: left;
}
.DetailsInput {
	float: left;
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #cccccc;
	box-shadow: 1px 1px 2px #ccc inset;
	color: #888888;
	margin: 5px 0 0;
	padding: 3px 0;
	width: 200px;
}
#BodyCal1 td.ui-state-highlight a.ui-state-default {
	background-color: #82B250 !important;
	background-image: none;
	color: White;
}
#BodyCal1 td a.ui-state-highlight {
	background-color: #82B250 !important;
	background-image: none;
	color: White;
}
#nav li .active {
	font-weight: bold;
	padding: 50px 0 20px;
	border-bottom: 2px #543715 solid;
	transition: padding 0.5s, border 0.5s;
	-webkit-transition: padding 0.5s, border 0.5s;
}
#nav ul li .active {
	border-bottom: 2px #FFFFFF solid !important;
	padding: 30px 24px 18px 24px !important;
}
.magazinetitle {
	color: #fff;
	font-size: 23px;
	margin: 15px 0 10px 67px;
	position: absolute;
	line-height: 33px;
}
/*-------------------------------------------*/
.event_box_top {
	position: absolute;
	margin: -55px 0 0 360px;
}
.event_box_field {
	float: left;
	width: 239px;
	margin: 0 10px 0 0;
}
.event_box_field label {
	font-size: 12px;
	color: #fff;
	display: block;
}
.event_box_field select {
	width: 100%;
	background: #fff;
	box-shadow: inset 1px 1px 2px #ccc;
	border: 1px #CCCCCC solid;
	margin: 5px 0 0 0;
	padding: 2px 0;
	color: #888888;
	font-family: Tahoma, Geneva, sans-serif;
}
.event_box_calendar {
	width: 100%;
	background: #fff url(../images/icon_calendar.png) 98% 50% no-repeat;
	box-shadow: inset 1px 1px 2px #ccc;
	border: 1px #CCCCCC solid;
	margin: 5px 0 0 0;
	padding: 5px 5px;
	color: #888888;
}
.calendar_container {
	border: 1px #CCCCCC solid;
	position: absolute;
	display: none;
	width: 249px;
	top: 17px;
	background: #fff;
	text-align: center;
}
.calendar_seperator {
	height: 1px;
	font-size: 1px;
	background: #553716;
	width: 200px;
	margin: 0 auto;
}
.career_submit {
	float: right;
	font-size: 14px;
	/* clear: both; */
	margin: 10px 10px 8px 0;
	padding: 0 0 0 0;
	
}
.career_submit a {
	background: url(../images/brown_bullet.png) 100% 4px no-repeat;
	padding: 0 11px 0 0;
	color: #777777;
	cursor: pointer;
}
 @media all and (min-width:1000px) and (max-width:1280px) {
.wrapper {
	width: 990px;
}
header {
	width: 990px;
}
h1 {
	color: #71A638;
	font-size: 18px;
}
.logo img {
	width: 175px;
}
nav {
	height: 59px;
	margin: 90px 0 0 0;
}
#nav {
	margin-left: 209px;
	font-size: 13px;
}
#nav li a {
	padding: 22px 10px;
}
#nav li:hover a {
	padding: 34px 20px 10px 20px;
}
.depart_width {
	width: 153px;
}
.doc_width {
	width: 119px;
}
.about_width {
	width: 100px;
}
.edu_width {
	width: 156px;
}
.visitor_width {
	width: 122px;
}
.media_width {
	width: 126px;
}
#nav ul {
	top: 59px;
}
#nav ul.depart {
	width: 806px;
	left: -191px;
	padding: 10px 0;
}
.alphabets a {
	width: 11px;
}
#nav ul.depart li {
	width: 144px;
	font-size: 13px;
}
.brown_bar {
	height: 50px;
}
.magazine_btn {
	background: #71A738;
	position: absolute;
	margin: 8px 0 0 10px;
	border-radius: 10px;
}
.magazine_btn a {
	background: url(../images/magazine_bg.png) 0px 6px no-repeat;
	font-size: 13px;
	background-size: 100%;
	padding: 10px 23px;
}
#nav ul li {
	font-size: 12px;
}
#nav ul li a {
	padding: 19px !important;
}
#nav ul li:hover a {
	padding: 28px 19px 8px 19px !important;
}
#nav ul ul {
	top: 50px;
}
#nav ul {
	left: -212px;
	width: 721px;
}
.visitor_width ul {
	left: -268px !important;
}
.media_width ul {
	left: -126px !important;
}
.home_content_left {
	width: 734px;
}
.hot_line_box {
	width: 237px;
}
.hotline_box_number {
	font-size: 26px;
	height: 75px;
	width: 300px;
}
.magazine_btn_home {
	font-size: 16px;
}
.awards_box {
	width: 240px;
	float: left;
	margin: 0 10px;
}
.award_box_btm {
	background-size: 100% auto;
	font-size: 12px;
	padding: 24px 28px 45px 28px;
}
.news_box_btm {
	padding: 15px 17px;
}
.news_box_btm a {
	font-size: 11px;
}
.news_box_btm p {
	font-size: 11px;
	color: #777777;
	line-height: 16px;
}
.news_box_inner {
	width: 224px;
	margin: 0 0 0 20px;
}
.news_large_box_btm p {
	font-size: 11px;
	line-height: 16px;
}
.news_large_box_btm a {
	font-size: 11px;
}
.home_content_right {
	width: 214px;
}
.input_doc_form {
	font-size: 14px;
	margin: 15px 0 0 0;
}
.select_doc_form {
	font-size: 14px;
	margin: 10px 0 0 0;
}
.area_doc_form {
	font-size: 14px;
	margin: 10px 0 0 0;
}
.button_doc_form {
	font-size: 17px;
}
.footer_wrapper {
	width: 990px;
}
#nav li .active {
	padding: 34px 20px 10px 20px
}
#nav ul li .active {
	padding: 28px 19px 8px 19px !important;
}
.mission_bg {
	width: 989px;
	background-size: 100% 100%;
	height: 744px;
	margin: -413px 0 0 -494px;
}
.body_content {
	padding: 30px 0;
}
.team_box {
	width: 48%;
	margin: 0 2% 0 0;
}
.partner_box {
	width: 48%;
	margin: 0 2% 0 0;
}
.team_box h1 {
	font-size: 18px;
}
.team_box h2 {
	font-size: 14px;
}
.team_box p, .team_box strong, .team_box span {
	font-size: 12px !important;
}
.team_image img {
	width: 83px;
}
.career_small {
	width: 218px;
	margin: 20px 11px 0 0;
}
.career_large input[type="text"] {
width: 84%;
}
.career_large {
width: 678px;
}
.event_box_top {
margin: -47px 0 0 212px;
}
}
.event_detail_page {
color: #777777;
font-size: 14px;
margin: 30px 40px 0 40px;
}
.phonecls
{
    direction:ltr;
}
.contentnews
{
 max-height: 116px;
overflow: hidden;
}

/*------------------------------*/
.top_nav{
	float:right;
	margin:37px 0 0 0;
}
.lang {
float: left;
font-family: 'DroidArabicKufi';
font-size: 14px;
margin: 3px 0 0 20px;
}
.volunteer_logo{
	float:left;
	margin: -18px 15px 0 15px;
    cursor: pointer;
}