@import url(http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

*{
}
a{ 
	text-decoration:none;
}
img{ 
	border:none;
}
input{ 
	outline:none; 
	border:none;
}

body{ 
	
	font-family:'Droid Arabic Kufi', serif; 
	position:relative;
	width:100%;
	background-image:url(../images/body_bg.png);
	background-repeat:repeat;
	margin:0;
	padding:0;
	position:relative;
}

.content{
	float:right;
	position:relative;
	width:100%;
	height:100%;
}
.top_border{
	float:right;
	position:absolute;
	width:100%;
	height:50px;
	background-color:#2a3c52;
	top:0;
}
.main{
	margin:auto;
	position:relative;
	width:970px;
}
header{
	float:right;
	position:relative;
	width:100%;
	height:92px;
}
.top{
	float:right;
	position:relative;
	width:100%;
	height:50px;
}
.menus{
	float:right;
	position:relative;
	width:100%;
	height:40px;
	background-color:#f9f9fa;
	border-bottom:3px solid #2a3c52;
}
.slider{
	float:right;
	position:relative;
	width:680px;
	height:335px;
	background-color:#2a3c52;
	margin-bottom:18px;
}
.logo{
	float:right;
	position:absolute;
	right:0;
	top:-50px;
	width:346px;
	height:90px;
	background-image:url(../images/logo.png);
	background-position:center;
	background-repeat:no-repeat;
	z-index:20;
	background-color:#fcfcfc;
}
.menu{
	float:left;
	position:relative;
	width:624px;
	height:40px;
}
.in_page{
	float:right;
	position:relative;
	width:100%;
	min-height:200px;
	margin-top:15px;
	margin-bottom:15px;
}
.right_side{
	float:right;
	position:relative;
	width:680px;
	min-height:200px;
	height:auto;
}
.projects{
	float:right;
	position:relative;
	width:100%;
	height:335px;
	background-color:#ffffff;
	border:1px solid #DFDFE2;
	overflow:hidden;
}
.showcase-content-container{
	width:100% !important;
}
.activities2 .showcase{
	width:100% !important ;
	height:220px;
	margin:0;
}
.showcase-button-wrapper{
	top:-22px;
	position:absolute;
	left:10px;
	
}
.showcase-button-wrapper .active{
	background-color:#d0322b;
}
.showcase-button-wrapper span{
	float:right;
	position:relative;
	margin-left:3px;
	background-color:#cccccc ;
	width:9px;
	height:9px;
	border-radius:50%;
	cursor:pointer;
	color:transparent;
}


.activities{
	float:left;
	position:relative;
	width:270px;
	height:338px;
	background-color:#ffffff;
	border:1px solid #d7d7d7;
}
.activities2{
	float:right;
	position:relative;
	width:100%;
	min-height:20px;
}
.activities2 .cont{
	width:90%;
	min-height:55px;
	padding:3px 5% 3px;
	border-bottom:1px solid #eeeeee;
	background-color:#fff;
	float:right;
	position:relative;
	direction:rtl;
}
.activities2 .cont .thumb{
	float:right;
	position:relative;
	height:55px;
	width:60px;
	margin-left:10px;
	background-color:#2a3c52
;
	overflow:hidden;
}
.activities2 .cont .thumb img{
	float:right;
	position:relative;
	width:100%;
	height:100%;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	opacity:0.8;
}
.activities2 > a:last-child{
	border:none;
}
.activities2 .cont:hover .thumb img{
	transform: scale(1.3);
	-ms-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-o-transform: scale(1.3);
	-moz-transform: scale(1.3);
	opacity:1;
}
.activities2 .cont:hover .tit{
	color:#2a3c52
;
}
.activities2 .cont:hover .auther{
	color:#d91f15;
}
.activities2 .cont:hover{
	background-color:#F5F5F5;
}


.reports2 .cont .thumb{
	float:right;
	position:relative;
	height:55px;
	width:60px;
	margin-left:10px;
	background-color:#2a3c52;
	overflow:hidden;
}
.reports2 .cont .thumb img{
	float:right;
	position:relative;
	width:100%;
	height:100%;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	opacity:0.8;
}
.reports2 .cont:hover .thumb img{
	transform: scale(1.3);
	-ms-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-o-transform: scale(1.3);
	-moz-transform: scale(1.3);
	opacity:1;
}
.report_cont{
	float:right;
	position:relativee;
	width:100%;
	display:none;
}



.activities2 .cont .tit{
	direction:rtl;
	text-align:right;
	font-size:12px;
	line-height:22px;
	color:#223042;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	font-family:'Droid Arabic Naskh',serif;
	float:right;
	position:relative;
	width:89%;
	margin-bottom:5px;
	
}
.activities2 .cont .auther{
	direction:rtl;
	text-align:right;
	font-size:12px;
	clear:both;
	line-height:20px;
	color:#2a3c52
;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	font-family:'Droid Arabic Naskh',serif;
	margin-right:5px;
}
.date{
	float:right;
	position:relative;
	bottom:3px;
	font-size:11px;
	color:#d0322b;
	height:20px;
	width:50%;
	margin-right:25px;
}
.date span{
	font-family:Arial, Helvetica, sans-serif;
	float:right;
	position:relative;
	line-height:20px;
	width:70%;
}
.date i{
	float:right;
	position:relative;
	font-size:16px;
	margin-left:5px;
	line-height:20px;
}

.reports2 .date2{
	margin-right:0;
	width:50%;
}

.date2{
	float:right;
	position:relative;
	font-size:11px;
	color:#999999;
	height:20px;
	width:80%;
	margin-right:25px;
}
.date2 span{
	font-family:Arial, Helvetica, sans-serif;
	float:right;
	position:relative;
	line-height:20px;
	width:70%;
}
.date2 i{
	float:right;
	position:relative;
	font-size:16px;
	margin-left:5px;
	line-height:20px;
}

.reports2{
	float:right;
	position:relative;
	width:330px;
	height:253px;
	background-color:#ffffff;
	margin-top:15px;
	border:1px solid #DFDFE2;
	overflow:hidden;
}


.reports{
	float:left;
	position:relative;
	width:330px;
	height:253px;
	background-color:#ffffff;
	margin-top:15px;
	border:1px solid #DFDFE2;
}
.tit i{
	float:right;
	position:relative;
	width:20px;
	color:#526072;
	text-align:center;
	line-height:35px !important;
	height:35px;
	font-size:18px;
	margin-left:5px;
	-webkit-transform: rotate(-110deg);
	-moz-transform: rotate(-110deg);
	-ms-transform: rotate(-110deg);
	-o-transform: rotate(-110deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}
.reports .title3 {
	background:#d0322b;
}
.reports .title3 .icon{
	color:#fff;
}
.reports .title3 .linke span{
	color:#fff;
}
.ads{
	float:right;
	position:relative;
	width:100%;
	height:65px;
	margin-top:15px;
}
.ads img{
	float:right;
	position:relative;
	width:100%;
	height:65px;
}
.album{
	float:right;
	position:relative;
	width:100%;
	height:170px;
	background-color:#f9f9fa;
	margin-top:15px;
}
.left_side{
	float:left;
	position:relative;
	width:272px;
	min-height:200px;
	height:auto;
}
.poll{
	float:right;
	position:relative;
	width:100%;
	height:215px;
	background-color:#fff;
	border:1px solid #dfdfe2;
}
.qu{
	float:right;
	position:relative;
	width:252px;
	height:160px;
	margin-right:10px;
	margin-top:10px;
}
.qu img{
	float:right;
	position:relative;
	width:100%;
	height:100%;
}
.left_ads{
	float:right;
	position:relative;
	width:100%;
	height:102px;
	margin-top:17px;
	border:1px solid #dfdfe2;
}
.left_ads img{
	float:right;
	position:relative;
	width:100%;
	height:100%;
}
.articles{
	float:right;
	position:relative;
	width:100%;
	height:333px;
	background-color:#fff;
	margin-top:15px;
	overflow:hidden;
}
.videos{
	float:right;
	position:relative;
	height:170px;
	width:100%;
	margin-top:15px;
	background-color:#f9f9fa;
}
footer{
	float:right;
	position:relative;
	width:100%;
	height:220px;
	
}
.top_footer{
	float:right;
	position:relative;
	width:100%;
	height:187px;
	background-color:#223042;
}
.footer_cont{
	margin:auto;
	height:187px;
	width:970px;
	position:relative;
}
.bottom_footer{
	float:right;
	position:relative;
	width:100%;
	height:33px;
	background-color:#1c2c3b;
}
.bottom_footer span{
	float:right;
	position:relative;
	width:100%;
	height:33px;
	line-height:33px;
	text-align:center;
	color:#79838c;
	font-size:12px;
	font-family:'Droid Arabic Naskh', serif; 
}
.title3{
	float:right;
	position:relative;
	width:100%;
	height:34px;
	border-bottom:1px solid #dfdfe2;
	background-image:url(../images/title.jpg);
	background-repeat:repeat-x;
}
.title3 .linke{
	float:right;
	position:relative;
	padding-right:10px;
	height:34px;
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.red{
	padding-left:10px;
	background-color:#d0322b;
	
}
.activities2 .cont .data2{
	float:right;
	position:relative;
	width:15px;
	line-height:30px !important;
	text-align:center;
	color:#2A3C52;
	margin-left:10px;
}
.red span{
	color:#fff !important;
}

.linke span{
	float:right;
	position:relative;
	line-height:34px;
	color:#444444;
	font-size:14px;
}
.icon{
	float:right;
	position:relative;
	line-height:34px !important;
	width:20px;
	text-align:center;
	height:34px;
	font-size:18px;
	color:#444444;
	margin-left:10px;
}
.more{
	float:left;
	position:relative;
	height:34px;
	width:34px;
	background-color:#2a3c52
;
	line-height:34px !important;
	text-align:center;
	color:#fff;
	font-size:17px;
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.more:hover{
	background-color:#444444;
}
.article{
	float:right;
	position:relative;
	width:100%;
	min-height:50px;
}
.report{
	float:right;
	position:relative;
	width:100%;
	min-height:50px;
}
.report .cont{
	width:92%;
	height:59px;
	padding:7px 4% 6px;
	border-bottom:1px solid #eeeeee;
	background-color:#fff;
	float:right;
	position:relative;
	direction:rtl;
}
.report >div:last-child{
	border:none;
}
.report .cont:hover .tit{
	color:#2a3c52
;
}
.report .cont:hover .auther{
	color:#db251b;
	font-size:12px;
}
.report .cont:hover{
	background-color:#F5F5F5;
}
.report .cont .tit{
	direction:rtl;
	text-align:right;
	font-size:12px;
	line-height:20px;
	color:#223042;
	font-family:'Droid Arabic Naskh',serif;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
}
.report .cont .auther{
	direction:rtl;
	text-align:right;
	font-size:11.4px;
	clear:both;
	line-height:20px;
	color:#D0322B;	
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	margin-right:5px;
}




.article .cont{
	width:90%;
	min-height:55px;
	padding:8px 5% 6px;
	border-bottom:1px solid #eeeeee;
	background-color:#fff;
	float:right;
	position:relative;
	direction:rtl;
}
.article .cont .thumb{
	float:right;
	position:relative;
	height:55px;
	width:60px;
	margin-left:10px;
	background-color:#2a3c52
;
	overflow:hidden;
}
.article .cont .thumb img{
	float:right;
	position:relative;
	width:100%;
	height:100%;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	opacity:0.8;
}
.article > a:last-child{
	border:none;
}
.article .cont:hover .thumb img{
	transform: scale(1.3);
	-ms-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-o-transform: scale(1.3);
	-moz-transform: scale(1.3);
	opacity:1;
}
.article .cont:hover .tit{
	color:#2a3c52
;
}
.article .cont:hover .auther{
	color:#222222;
}
.article .cont:hover{
	background-color:#F5F5F5;
}
.article .cont .tit{
	direction:rtl;
	text-align:right;
	font-size:11.4px;
	line-height:19px;
	color:#222222;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	
}
.article .cont .auther{
	direction:rtl;
	text-align:right;
	font-size:12px;
	clear:both;
	line-height:20px;
	color:#d0322b;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
.video{
	float:right;
	position:relative;
	width:246px;
	height:150px;
	margin-top:10px;
	background-color:#393939;
	margin-right:12px;
}
.video img{
	float:right;
	position:relative;
	height:100%;
	height:100%;
	opacity:0.5;
	transition: all 0.7s;
	-moz-transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
}
.video:hover img{
	opacity:1;
}
.video:hover .vidoe_icon{
	color:#cc181e;
}
.vidoe_icon{
	position:absolute;
	z-index:2;
	font-size:55px;
	color:#000;
	width:100%;
	height:100%;
	line-height:150px !important;
	text-align:center;
	transition: all 0.7s;
	-moz-transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
}
.more_videos{
	position:absolute;
	left:-51px;
	width:68px;
	height:34px;
	line-height:34px;
	top:80px;
	background-color:#ffffff;
	z-index:3;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	transition: all 0.7s;
	-moz-transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	
}
.more_videos:hover{
	color:#fff;
	background-color:#2a3c52
;
}
.more_videos:hover i{
	color:#fff;
}
.more_videos:hover span{
	color:#fff;
}
.more_videos i{
	float:right;
	position:relative;
	height:34px;
	line-height:34px !important;
	width:20px;
	text-align:center;
	color:#444444;
	font-size:18px;
	margin-right:5px;
	transition: all 0.7s;
	-moz-transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
}
.more_videos span{
	float:right;
	position:relative;
	direction:rtl;
	font-size:13px;
	margin-right:3px;
	color:#444444;3
	transition: all 0.7s;
	-moz-transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;

}
.image{
	float:right;
	position:relative;
	width:100%;
	height:103px;
	margin-top:16px;
}
.thumbs{
	float:right;
	position:relative;
	height:103px;
	width:136px;
	overflow:hidden;
	background-color:#393939;
	
}
.thumbs img{
	float:right;
	position:relative;
	height:100%;
	width:100%;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	opacity:0.5;
	
}

.thumbs:hover img{
	transform: scale(1.5);
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	-moz-transform: scale(1.5);
	opacity:1;
}
.ei-slider{
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 335px;
	margin: 0 auto;
}
#tab{
	float:right;
	position:relative;
	width:100%;
	height:34px;
	background-color:#d0322b;
	margin:0;
	padding:0;
}
#tab li{
	float:right;
	position:relative;
	padding:0 12px;
	line-height:34px;
	height:34px;
	list-style:none;
	color:#fff;
	
}
#tab li a{
	color:#fff;
	line-height:34px;
	direction:rtl;
	font-size:13px;
}
.active{
	background-color:#fff;
}
.active a{
	color:#2A3C52 !important;
}

#tab2{
	float:right;
	position:relative;
	width:100%;
	height:34px;
	border-bottom:1px solid #dfdfe2;
	background-image:url("../images/title.jpg");
	background-repeat:repeat-x;
}
#tab2 li{
	float:right;
	position:relative;
	padding:0 5.3px;
	line-height:33px;
	height:33px;
	list-style:none;
	color:#222222;
	border-top:3px solid transparent;
	
}
#tab2 li a{
	color:#222222;
	line-height:34px;
	direction:rtl;
	font-size:12px;
}
.active2{
	background-color:#fff;
	border-top:3px solid #3c7ab5 !important;
}

.contents{
	float:right;
	position:relative;
	width:100%;
	display:none;
}


.project{
	float:right;
	position:relative;
	width:100%;
}
.projectcont{
	float:right;
	position:relative;
	width:185px;
	min-height:260px;
	margin-top:20px;
	margin-right:30px;
}
.projectcont:hover .tit2{
	color:#d0322b
;
}
.projectcont:hover .details{
	color:#000;
}
.projectcont:hover .mores{
	color:#2A3C52 ;
}
.projectcont:hover .thumb2{
}
.projectcont:hover .thumb2 img{
	transform: scale(1.5);
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	-moz-transform: scale(1.5);
	opacity:0.3;
}

.tit2{
	float:right;
	position:relative;
	width:100%;
	line-height:19px;
	direction:rtl;
	text-align:center;
	font-size:13px;
	color:#2A3C52;
}
.details{
	float:right;
	position:relative;
	direction:rtl;
	text-align:justify;
	width:100%;
	color:#444444;
	font-family:'Droid Arabic Naskh',serif;
	font-size:11.5px;
	line-height:20px;
}
.thumb2{
	float:right;
	position:relative;
	width:100%;
	height:115px;
	margin:10px 0;
	overflow:hidden;
	background-color:#223042;
}
.thumb2 img{
	float:right;
	position:relative;
	width:100%;
	height:100%;
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.mores{
	line-height:20px;
	direction:rtl;
	color:#D0322B;
	font-size:11.5px;
	font-family:'Droid Arabic Naskh',serif;
	margin-right:5px;
}
.view{
	position:absolute;
	width:100%;
	height:100%;
	z-index:2;
	text-align:center;
	line-height:115px !important;
	color:#fff;
	font-size:35px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
	bottom:-150px;
}
.projectcont:hover .view{
	bottom:0;
}
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background: rgba(0,0,0,0.9);
	color: #fff;
	text-align: center;
	line-height: 400px;
}
.ei-slider-large{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
	margin:0;
	padding:0;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
	list-style:none;
}
.ei-slider-large li img{
	width: 100% !important;
	height:335px !important;
	float:right;
	position:relative;
	margin-top:0 !important;
}
.ei-title{
	position: absolute;
	right: 0px;
	bottom: 69px;
	
}
.ei-title h2, .ei-title h3{
	text-align: right;
}
.ei-title h2{
	font-size: 13px;
	line-height: 22px;
	color: #fff;
	direction:rtl;
	text-align:right;
	opacity:1 !important;
	float:right;
	width:275px;
	background-color:rgba(42,60,82,0.9);
	padding:5px 10px;
	font-weight:normal;
	font-family:'Droid Arabic Naskh',serif;
	font-weight:bold;
	
	
}
.ei-title .links{
	font-size: 13px;
	line-height: 22px;
	color: #fff;
	direction:rtl;
	text-align:right;
	opacity:1 !important;
	float:right;
	width:275px;
	background-color:rgba(42,60,82,0.9);
	padding:10px;
}
.ei-slider-thumbs{
	height: 6px;
	margin: 0 auto;
	position: relative;
	padding:0;
}
.ei-slider-thumbs li{
	position: relative;
	float: right;
	height: 100%;
	list-style:none;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	right: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
	background: #393939;
	background:#d0322b;
	
}
.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	background: #2a3c52 ;
	width: 100.5%;
	height: 100%;
	cursor: pointer;
	-webkit-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover{
	background-color: #d0322b;
}
.ei-slider-thumbs li img{
	position: absolute;
	bottom: 0;
	opacity: 0;
	z-index: 999;
	width: 94%;
	height:60px;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(255,255,255,0.3))
            );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	
	border:2px solid #fff;
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	bottom: 10px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}



.sitemap2{
	float:right;
	position:relative;
	width:300px;
	min-height:20px;
	height:auto;
}
.siteLink{
	float:right;
	position:relative;
	width:191px;
	min-height:10px;
	margin-right:5px;
}
.link{
	float:right;
	position:relative;
	width:150px;
	height:20px;
	line-height:20px;
	text-align:right;
}
.link:hover a{
	color:#E8E8E8;
}
.link:hover span{
	color:#fff;
}
.link a{
	float:right;
	position:relative;
	direction:rtl;
	text-align:right;
	color:#e2e3e7;
	font-size:11px;
	-webkit-transition: all 0.5s ease-in-out;
	  -moz-transition: all 0.5s ease-in-out;
	  -o-transition: all 0.5s ease-in-out;
	  transition: all 0.5s ease-in-out;
	line-height:20px;
}
.link span{
	float:right;
	position:relative;
	direction:rtl;
	text-align:center;
	color:#929292;
	font-size:9px;
	float:right;
	line-height:20px;
	margin-left:5px;
	-webkit-transition: all 0.5s ease-in-out;
	  -moz-transition: all 0.5s ease-in-out;
	  -o-transition: all 0.5s ease-in-out;
	  transition: all 0.5s ease-in-out;	
}
.tit3{
	float:right;
	position:relative;
	direction:rtl;
	text-align:right;
	width:100%;
	line-height:30px;
	height:30px;
	font-size:15px;
	color:#e2e3e7;
	margin-top:13px;
	margin-bottom:8px;
}

.footer_title{
	float:right;
	position:relative;
	white-space:45px;
	width:100%;
}
.contact{
	float:left;
	position:relative;
	width:270px;
	height:100%;
}
.address{
	float:right;
	position:relative;
	margin-right:17px;
	width:100%;
	line-height:30px;
	height:30px;
	direction:rtl;
	text-align:right;
	color:#929292;
	font-size:11px;
	margin-top:10px;
}
.address span{
	float:right;
	position:relative;
	font-size:18px;
	padding-left:10px;
	margin-top:5px;
	color:#929292;
}
.phone{
	float:right;
	position:relative;
	height:25px;
	line-height:25px;
	color:#e2e3e7;
	width:100%;
	margin-top:5px;
	direction:rtl;
	text-align:right;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
.phone span{
	font-size:20px;
	color:#e2e3e7;
	float:right;
	position:relative;
	margin-right:3px;
	margin-left:10px;
	width:20px;
	text-align:center;
}
.mail span{
	font-size:19px;
	color:#e2e3e7;
	float:right;
	position:relative;
	width:30px;
	text-align:center;
	margin-left:5px;
	line-height:30px;
}
.address2{
	float:right;
	position:relative;
	height:30px;
	line-height:30px;
	color:#e2e3e7;
	margin-top:5px;
	margin-right:5px;
	font-size:11px;
	width:100%;
	text-align:right;
	direction:rtl;
}
.address2 span{
	float:right;
	position:relative;
	line-height:30px;
	font-size:23px;
	margin-left:13px;
	color:#e2e3e7;
}
.mobile{
	float:right;
	position:relative;
	height:25px;
	line-height:25px;
	color:#e2e3e7;
	background-image:url(../images/mobile.png);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:30px;
	margin-right:5px;
	width:100%;
	direction:rtl;
	text-align:right;
}

.mail{
	float:right;
	position:relative;
	height:30px;
	line-height:30px;
	color:#e2e3e7;
	background-image:url(../images/message.png);
	background-position:right center;
	background-repeat:no-repeat;
	width:100%;
	text-align:right;
}


.footer_title h1{
	float:right;
	position:relative;
	direction:rtl;
	text-align:right;
	font-size:14px;
	color:#e2e3e7;
	height:30px;
	line-height:30px;
	margin-bottom:-1px;
	font-weight:normal;
	width:85px;
	transition: all 1.3s;
	-moz-transition: all 1.3s;
	-webkit-transition: all 1.3s;
	-o-transition: all 1.3s;
	margin-top:13px;
}
.footer_title h1 a{
	color:#e2e3e7;
}
.footer_title h1:hover{
	width:100%;
}
.maillist{
	float:right;
	position:relative;
	min-height:50px;
	width:310px;
}
.tit4{
	float:right;
	position:relative;
	height:25px;
	line-height:25px;
	width:100%;
	font-size:12px;
	direction:rtl;
	text-align:right;
	color:#e2e3e7;
}
.tit4 span{
	color:#3c7ab5;
	font-size:14px;
}
.input{
	float:right;
	position:relative;
	height:40px;
	width:100%;
	margin-top:20px;
	background-color:#1c2c3b;
}
.btn:hover{
	background-color:#D0322B;
}
.btn{
	float:left;
	position:relative;
	width:40px;
	height:40px;
	background-color:#3c7ab5;
	border:none;
	cursor:pointer;
	line-height:40px !important;
	text-align:center;
	color:#fff;
	background-image:url(../images/mail.png);
	background-position:center;
	background-repeat:no-repeat;
	transition: all 0.7s;
	-moz-transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
}
.txt23{
	float:right;
	position:relative;
	width:250px;
	height:40px;
	background-color:transparent;
	border:none;
	direction:rtl;
	text-align:right;
	padding:0 10px;
	color:#fff;
	font-family:'Droid Arabic Kufi',serif;
	font-size:12px;
}
.nepras{
	position:absolute;
	left:0;
	bottom:-7px;
	width:95px;
	height:30px;
	background-image:url(../images/png.png);
	background-position:top;
	background-repeat:no-repeat;
	transition: all 0.7s;
	-moz-transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	z-index:5;
}
.nepras:hover{
	background-position:bottom;
}


#cssmenu ul {
	 margin: 0; 
	 padding: 0;
	 float:right;
	 position:relative;
	 }
#cssmenu li { margin: 0; padding: 0; list-style:none;}
#cssmenu a { margin: 0; padding: 0;}
#cssmenu ul {list-style: none;}
#cssmenu a {text-decoration: none;}
#cssmenu {
	 height: 40px;
	 width:100%;
	 float:right;
	 position:relative;
	 }


#cssmenu > ul > li {
    float:right;
    position: relative;
	border-left:1px solid #dfddd9;
	border-bottom:3px solid transparent;
}
#cssmenu > ul > li:hover{
	border-bottom:3px solid #d0322b;
}
#cssmenu > ul > li:hover a{
	color:#d0322b;
}
#cssmenu > ul > li:last-child {
	border-left:none;
}

#cssmenu > ul > li > a {
    color:#333333;
    font-size: 13px;
    line-height: 40px;
	height:40px;
	font-weight:bold;
	-webkit-transition: color .15s;
   -moz-transition: color .15s;
     -o-transition: color .15s;
        transition: color .15s;
		font-weight:normal;
}
#cssmenu > ul > li > a >span{
	padding-left:11px;
	padding-right:12px;
}

#cssmenu > ul > li:hover {color:#D0322B  ; }


#cssmenu > ul > li > ul {
    opacity: 0;
    visibility: hidden;
    padding: 5px 0 5px 0;
	background-color:#F9F9FA
 ;
    text-align: left;
    position: absolute;
    top: 55px;
    left: 50%;
    margin-left: -90px;
    width: 180px;
-webkit-transition: all .3s .1s;
   -moz-transition: all .3s .1s;
     -o-transition: all .3s .1s;
        transition: all .3s .1s;
-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
        border-radius: 5px;
-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
   -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
        box-shadow: 0px 1px 3px rgba(0,0,0,.4);
		z-index:5;
}

#cssmenu > ul > li:hover > ul {
    opacity: 1;
    top: 48px;
    visibility: visible;
	z-index:25;
}

#cssmenu > ul > li > ul:before{
    content: '';
    display: block;
    border-color: transparent transparent #F9F9FA
 transparent;
    border-style: solid;
    border-width: 10px;
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -10px;
	
}

#cssmenu > ul ul > li { position: relative;}
#cssmenu > ul ul > li:last-child a { border:none;}
#cssmenu > ul ul > .has-sub {
	background:url(../images/row2.png) left 15px center no-repeat;
}
#cssmenu > ul ul ul > .has-sub {
	background:url(../images/row2.png) left 15px center no-repeat;
}
#cssmenu ul ul a{
    color:#2A3C52;
    font-size: 13px;
    text-align:center;
	width:100%;
	height:30px;
	font-weight:normal;
	  padding-bottom:5px;
    display: block;
-webkit-transition: background-color .1s;
   -moz-transition: background-color .1s;
     -o-transition: background-color .1s;
        transition: background-color .1s;
		text-align:right;
		direction:rtl;
		border-bottom:1px solid #C1D3E9;
}

#cssmenu ul ul a > span{
width:100%;
	line-height:25px;
	text-align:center;
	float:right;
	position:relative;
	padding-top:5px;
}

#cssmenu ul ul a:hover {background-color: rgb(250,250,250); color:#2a3c52;}

#cssmenu ul ul ul ul{
	right: 20px;
}
#cssmenu ul ul ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -16px;
    right: 206px;
    padding: 10px 0 10px 0;
    background-color:#F9F9FA
 ;
    text-align: left;
    width: 160px;
-webkit-transition: all .3s;
   -moz-transition: all .3s;
     -o-transition: all .3s;
        transition: all .3s;
-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
        border-radius: 5px;
-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
   -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
  
        box-shadow: 0px 1px 3px rgba(0,0,0,.4);
}





#cssmenu ul ul > li:hover > ul { opacity: 1; right: 185px; visibility: visible;  top:10px;}
#cssmenu ul ul ul > li:hover > ul { opacity: 1; right: 163px; visibility: visible; top:10px;}


#cssmenu ul ul a:hover{
    background-color: rgb(250,250,250); color:#066370;
}

.home2{
	float:right;
	position:relative;
	height:40px;
	width:42px;
	background-position:center;
	background-repeat:no-repeat;
	-webkit-transition: background .15s;
   -moz-transition: background .15s;
     -o-transition: background .15s;
        transition: background .15s;
		background-color:#d0322b !important;
		background-image:none !important;
}
.home2:hover{
	background:#2a3c52 !important;
}
.home2 a{
	width:100% !important;
	height:100%;
	background-image:url(../images/s6.png) !important;
	background-position:center;
	background-repeat:no-repeat;
	float:right;
	position:relative;
}
.home2 span{
	width:100% !important;
	height:40px;
	padding:0 !important;
	float:right;
	position:relative;
	text-align:center;
	line-height:40px !important;
	font-size:30px;
	color:#fff;
}
.search_bx{
	float:left;
	position:relative;
	width:290px;
	height:30px;
	margin-top:10px;
}
.btn2{
	float:left;
	position:relative;
	height:30px;
	width:30px;
	border:none;
	background-color:#3c7ab5 ;
	color:transparent;
	background-image:url(../images/search.png);
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
	-webkit-transition: background .15s;
   -moz-transition: background .15s;
     -o-transition: background .15s;
        transition: background .15s;
}
.btn2:hover{
	background-color:#d0322b;
}
.txt2{
	float:right;
	position:relative;
	width:130px;
	padding:0 10px;
	background-color:#fff;
	border:none;
	height:30px;
	direction:rtl;
	text-align:right;
	font-family:'Droid Arabic Kufi',serif;
	font-size:12px;
	color:#323232;
}
.social{
	position:absolute;
	width:35px;
	min-height:50px;
	top:2px;
	left:-55px;
}
.tube{
	float:right;
	position:relative;
	width:35px;
	height:35px;
	line-height:35px !important;
	text-align:center;
	background-color:#da251c;
	color:#fff;
	font-size:20px;
	-webkit-transition: background .15s;
   -moz-transition: background .15s;
     -o-transition: background .15s;
        transition: background .15s;
		margin-bottom:5px;
}
.tube:hover{
	color:#fff;
	background-color:#2A3C52;
}

.rss{
	float:right;
	position:relative;
	width:35px;
	height:35px;
	line-height:35px !important;
	text-align:center;
	background-color:#FF6600;
	color:#fff;
	font-size:20px;
	-webkit-transition: background .15s;
   -moz-transition: background .15s;
     -o-transition: background .15s;
        transition: background .15s;
		margin-bottom:5px;
}
.rss:hover{
	color:#fff;
	background-color:#2A3C52;
}
.face{
	float:left;
	position:relative;
	width:35px;
	height:35px;
	line-height:35px !important;
	text-align:center;
	background-color:#3B5998;
	color:#fff;
	font-size:20px;
	-webkit-transition: background .15s;
   -moz-transition: background .15s;
     -o-transition: background .15s;
        transition: background .15s;
		margin-bottom:5px;
}
.face:hover{
	color:#fff;
	background-color:#2A3C52;
}
.twitter{
	float:left;
	position:relative;
	width:35px;
	height:35px;
	line-height:35px !important;
	text-align:center;
	background-color:#0084B4;
	color:#fff;
	font-size:20px;
	-webkit-transition: background .15s;
   -moz-transition: background .15s;
     -o-transition: background .15s;
        transition: background .15s;
		margin-bottom:5px;
}
.twitter:hover{
	color:#fff;
	background-color:#2A3C52;
}
.english{
float:left;
	position:relative;
	width:35px;
	height:35px;
	line-height:35px !important;
	text-align:center;
	background-color:#223042;
	color:#fff;
	font-size:20px;
	-webkit-transition: background .15s;
   -moz-transition: background .15s;
     -o-transition: background .15s;
        transition: background .15s;
		margin-bottom:5px;
		font-family:Tahoma, Geneva, sans-serif;
}
.english:hover{
	color:#223042;
	background-color:#fff;
}
.today{
	float:right;
	position:relative;
	direction:rtl;
	text-align:right;
	line-height:50px;
	color:#999999;
	font-size:12px;
}

.jcarousel-wrapper {
	float:right;
    position: relative;
	width:100%;
	height:103px;
	overflow:hidden;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 90%;
	float:right;
	margin-right:5%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
   width: 136px !important;
	margin-left:8px;
	margin-right:8px;
	height:103px;
    float:left;
   
}

.jcarousel img {
    display: block;
    max-width: 100%;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 24px;
    width: 30px;
    height: 52px;
    text-align: center;
    text-decoration: none;
	color:transparent;
}

.jcarousel-control-prev {
    left: -1px;
	background-image:url(../images/prev-horizontal.png);
	background-position:right;
	background-repeat:no-repeat;
}
.jcarousel-control-prev:hover{
	background-position:left;
}
.jcarousel-control-next:hover{
	background-position:left;
}

.jcarousel-control-next {
    right: -1px;
	background-image:url(../images/next-horizontal.png);
	background-position:right;
	background-repeat:no-repeat;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
.vote{
	float:right;
	position:relative;
	width:250px;
	min-height:50px;
	margin-right:10px;
	margin-top:15px;
	
}
.vote_title{
	float:right;
	position:relative;
	width:100%;
	min-height:32px;
	background-color:#d91f15;
	margin-bottom:10px;
}
.vote_title span{
	float:right;
	position:relative;
	line-height:20px;
	padding-top:5px;
	padding-right:10px;
	padding-left:5px;
	color:#fff;
	font-size:12px;
	direction:rtl;
	text-align:right;
}
.row{
	float:right;
	position:relative;
	min-height:25px;
	direction:rtl;
	line-height:25px;
	width:100%;
	margin-top:5px;
}
.radio{
	float:right;
	position:relative;
	margin-right:10px;
	border:none;
	background:transparent;
	margin-top:8px;
}
.resulte{
	float:right;
	position:relative;
	margin-right:10px;
	line-height:25px;
	direction:rtl;
	text-align:right;
	font-size:12px;
	color:#222222;
}
.row2{
	float:right;
	position:relative;
	width:100%;
	min-height:30px;
	border-top:1px solid #e5e5e7;
	margin-top:15px;
	
	
}
.vote_btn{
	float:left;
	position:relative;
	margin-top:10px;
	width:85px;
	height:25px;
	color:#fff;
	font-size:12px;
	background-color:#393939;
	border:none;
	font-family:'Droid Arabic Naskh',serif;
	font-weight:bold;
	cursor:pointer;

}
.vote_btn:hover{
	background-color:#d91f15;
}
.num{
	float:right;
	position:relative;
	width:60%;
	min-height:25px;
	margin-top:10px;
}
.num i{
	float:right;
	position:relative;
	line-height:25px !important;
	width:20px;
	text-align:center;
	font-size:15px;
	color:#777777;
}
.num2{
	float:right;
	position:relative;
	margin-right:5px;
	line-height:25px;;
	direction:rtl;
	text-align:right;
	color:#777777;
	font-family:'Droid Arabic Naskh',serif;
	font-size:11px;
	width:70%;
	
}

.news{
	float:right;
	position:relative;
	height:40px;
	width:100%;
	margin-bottom:15px;
	background-color:#ffffff;
	margin-top:4px;
	border:1px solid #dadada;
}
.news_title{
	float:right;
	position:relative;
	width:147px;
	height:40px;
	background-image:url(../images/news.png);
	background-position:center left;
	background-repeat:no-repeat;
	font-size:14px;
	color:#d0322b;
	line-height:40px;
	text-align:center;
}
.news_title:hover{
	color:#2a3c52;
}
.news_title:hover i{
	color:#2a3c52;
}
.news_title i{
	float:right;
	position:relative;
	width:20px;
	height:40px;
	line-height:40px !important;
	text-align:center;
	color:#d0322b;
	margin-right:10px;
	margin-left:10px;
	font-size:18px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);

filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.news_title span{
	float:right;
	position:relative;
}

.marq{
	float:right;
	position:relative;
	width:760x;
	height:40px;
}
.marq marquee{ 
	float:right; 
	height:40px;  
	width:803px;  
}
.marq marquee div{
	 width:100%; 
	 height:100%; 
	 float:right;
	 position:relative;
	 line-height:40px;
 }
.marq marquee div a{ 
	color:#666666;
	line-height:40px; 
	font-family:'Droid Arabic Naskh',serif;
	font-size:13px;
	font-weight:bold;
	padding-right:45px;
	padding-left:10px;
	direction:rtl;
	text-align:right;
	overflow:hidden;
	 background:url(../images/icon.png) right center no-repeat;
	 margin-right:40px;
	 
	
 }
.marq marquee div a:last-child{
	background:none;
}
 .marq marquee div a span{
	 height:40px;
	 width:10px;
	 background:url(../images/icon.png) right center no-repeat;
	 float:right;
	 position:relative;
 }



.marq marquee div a:hover{
  color:#d0322b}
  
  
  .flash{
	float:right;
	position:relative;
	height:31px;
	width:31px;
}
.flash2{
	float: left;
    height: 31px;
    margin-left: 20px;
    margin-top: 20px;
    position: relative;
    width: 31px;
}
.msg{
	float:right;
	position:relative;
	width:100%;
	height:25px;
}
.msg2{
	float:right;
	position:relative;
	width:100%;
	height:25px;
}
.success_alert{
	float:right;
	position:relative;
	width:87%;
	line-height:25px;
	font-size:11px;
	padding-right:10%;
	background-image:url(../images/full.png);
	background-position:center right;
	background-repeat:no-repeat;
	color:#78b13d;
	margin-right:3%;
}
.erorr_alert{
	float:right;
	position:relative;
	width:87%;
	line-height:25px;
	font-size:11px;
	background-image:url(../images/empty.png);
	background-position:center right;
	background-repeat:no-repeat;
	padding-right:10%;
	color:#d83a41;
	margin-right:3%;
}
.success_alert span{
	float:right;
	position:relative;
}
.erorr_alert span{
	float:right;
	position:relative;
}



  
  .subpage{ float:right; position:relative; width:100%; min-height:500px;  margin:auto;   -webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;}

.subpage .title{ width:71%; float:right; height:36px; background:#fafafa; border-bottom:#ccc dotted 1px; }



/***************************************************/

 .newspage{ 
 			float:right; width:71%;  position:relative; background-color:#fff; min-height:814px; padding-bottom:20px; }
	   .newspage .nitems{ float:right; direction:rtl; text-align:right; min-height:125px; background-color:#FDFDFD; width:96%; margin:auto; padding:13px; background:#faafa; border-bottom:#EFEFEF dotted 1px; border-top:#EFEFEF dotted 1px; padding-bottom:5px; padding-top:5px ; margin-top:10px; }

	 

	   .newspage .nitems p{ direction:rtl; line-height:22px; color:#666;  margin-bottom:5px; margin-right:10px; font-weight:normal; font-size:12px; font-family:'Droid Arabic Naskh',serif;}
	    .newspage .nitems p span{ color:#18946d;}
		.newspage .nitems .thumb img{ height:100%; width:100%;}
	   .newspage .nitems .thumb{ width:160px; height:125px; float:right; margin-left:15px; position:relative; overflow:hidden;}
	   .newspage .nitems .share{background:#fafafa; height:34px;  width:100%; border:#ccc dotted 1px; color:#888; font-size:17px; margin-bottom:15px;}
	    .newspage .nitems .share span a{ color:#999;}
		  
		   .share span a:hover{ color:#11a376;}
	   .newspage .nitems .share span{ color:#666; padding-right:10px; margin-right:0; border-left:#ccc dotted 1px; padding-left:10px; padding-bottom:0; padding-top:0;  }
	     .newspage .nitems .share span:hover{ background:#eee;}

	   .newspage .nitems h2{ text-align:right; font-weight:normal; font-size:13px; line-height:20px; margin-bottom:5px; color:#223042; }
	   .newspage .nitems .news_link{ text-align:right;  position:relative; width:100%; font-size:15px;line-height:26px; margin-bottom:10px; color:#333; }
		  
	   .newspage .nitems:hover .thumb .d-v{ display:block; bottom:0;}
	   .newspage .nitems .thumb .d-v{ position:absolute; bottom:-10px; left:0; background:#D0322B; padding:5px;  padding-left:0; color:#fff; z-index:9999; display:none ;-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;}
	   .newspage .nitems .thumb .d-v span{ float:left; position:relative; color:#fff; font-size:10px; border-left:#fff solid 1px; padding-left:10px; padding-right:10px;}
	    .newspage .nitems .thumb .d-v span:first-child{ border:none;}
	   .newspage .nitems .thumb .d-v span i{ margin-right:5px; font-size:12px;}
	   .newspage .nitems .readmore{ width:92px; height:30px;margin-top:15px; }
	   .a_demo_one {
		   
	line-height:25px;
	padding:10px;
	padding-bottom:5px;
	padding-top:5px;
	position:relative;
	font-size:11px;
	text-decoration:none;
	color:#fff;
	background:#223042;
	font-weight:normal;
	float:left;
	
}
.a_demo_one:hover{ background:#D0322B; color:#fff;}

.paging{ 
position:relative; 
float:right; 
margin-top:10px; 
width:99%; 
text-align:center;  
border-top:#ccc  dotted 1px; 
padding-top:10px;
margin-right:5px;
 }
.paging a{ float:right; text-align:center; width:25px; height:25px; display:inline-block; line-height:25px; margin-left:5px; background:#fafafa; border:#ccc dotted 1px; color:#666; -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;}

.paging span.active{ float:right; text-align:center; width:25px; height:25px; display:inline-block; line-height:25px; margin-left:5px; background:#A2080B; border:#fff dotted 1px; color:#fff; -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;}
	

	.paging a.active{	color:#fff;
	border: solid 1px #048d3e;
	background:#006ea1;
	-webkit-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
	-moz-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
	box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;}
		.paging a:hover{	color:#fff;
	border: solid 1px #fff;
	background:#A2080B;
	-webkit-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
	-moz-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
	box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;}

	
/**********************/

.newspage .nitems .thumb a{
	direction:rtl;
	text-align:right;
	font-size:12px;
	line-height:18px;
}
.newspage .nitems .thumb .vedioicon{
	left:30%;
	top:25%;
}


.newspage .nitems2 .thumb a{
	direction:rtl;
	text-align:right;
	font-size:12px;
	line-height:18px;
	float:right;
	position:relative;
	height:100%;
	width:100%;
}
.newspage .nitems2 .thumb a img{
	float:right;
	position:relative;
	width:100%;
	height:100%;
}
.newspage .nitems2 .thumb .vedioicon{
	left:38%;
	top:30%;
}



 .newspage .nitems2{ direction:rtl; min-height:125px; width:96%; margin:auto; padding-right:0; padding-left:0;  background:#faafa; padding-bottom:5px; padding-top:5px ; margin-top:10px; }


	   .newspage .nitems2 section{ 
	   	float:right; 
		width:100%; 
		position:relative;
		 direction:rtl; 
		 line-height:30px; 
		 color:#282828;
		 margin-right:0 !important;
		 text-indent:0 !important;
		 margin-bottom:5px; font-family:Arial, Helvetica, sans-serif !important;}
                 
                .newspage .nitems2 section p, .newspage .nitems2 section ol li {
                font-size:14px !important;
}

                .newspage .nitems2 section p span, .newspage .nitems2 section ol li span {
                font-size:14px !important;
}

	    
	 
	   .newspage .nitems2 .thumb{
		   border:2px solid #CCCCCC;
	   float: right; margin-bottom:15px;
	   margin-top:10px;
    height: 220px;
    margin-right: 156px;
    overflow: hidden;
    position: relative;
    width: 350px;}
	   .newspage .nitems2 .share{background:#fafafa; height:34px;  width:100%; border:#ccc dotted 1px; color:#888; font-size:17px; margin-bottom:15px;}
	    .newspage .nitems2 .share span a{ color:#999;}
		  .newspage .nitems2 .share span a:hover{ color:#11a376;}
	   .newspage .nitems2 .share span{ float:none; font-size:17px; color:#666; padding-right:10px; margin-right:0; margin-left:0; border-left:#ccc dotted 1px; padding-left:10px; padding-bottom:0; padding-top:0;  }
	     .newspage .nitems2 .share span:hover{ background:#eee;}

	   .newspage .nitems2 h2{ margin-top:5px; text-align:center; float:right; font-weight:normal;
	   position:relative; width:100%; font-size:17px;  line-height:26px; margin-bottom:10px; color:#D0322B; }
		  
	   .newspage .nitems2 .thumb:hover .d-v{ display:block; bottom:0;}
	   .newspage .nitems2 .thumb .d-v{ position:absolute; bottom:-10px; left:0; background:#223042; padding:5px;  padding-left:0; color:#fff; z-index:9999; display:none ;-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;}
	   .newspage .nitems2 .thumb .d-v span{ width:auto; margin:0;float:left; position:relative; color:#fff; font-size:12px; border-left:#fff solid 1px; padding-left:10px; padding-right:10px;}
	    .newspage .nitems2 .thumb .d-v span:first-child{ border:none;}
	   .newspage .nitems2 .thumb .d-v span i{ margin-right:5px; font-size:12px;}
	   .newspage .nitems2 .readmore{ width:92px; height:30px;margin-top:15px; }
.paging a span{
	float: right;
    font-size: 15px;
    height: 25px;
    line-height: 25px;
    position: relative;
    text-align: center;
    width: 25px;

}
.paging ul{
	min-width:200px;
	margin:auto;
	height:25px;
	position:relative;
}

.page_not_found{
	float:right;
	position:relative;
	width:100%;
	min-height:30px;
	line-height:30px;
	margin-top:20px;
	direction:rtl;
	text-align:center;
	color:#333;
}
.protitle{ width:98.5%; margin:auto; border-bottom:#D0322B solid 2px; margin-top:20px; float:right;}

.pro_album{ float:right; position:relative; width:100%; min-height:195px;padding-bottom:10px; margin:auto; margin-top:10px; margin-bottom:10px;}
	.pro_album .thumb{ width:200px !important; height:130px !important; float:right !important; margin:10px !important; margin-left:0 !important; margin-bottom:0 !important; border:#ddd solid 2px;}
	.pro_album .thumb img{ width:100%; height:100%;}
	.pro_album .thumb:hover{ border:#B7010A solid 2px;}
	.protitle h2 span{
		float:right;
		position:relative;
		line-height:20px;
		margin-left:10px;
		color:#fff !important;
		width:20px !important;
	}
	.protitle h2{
	width:16% !important;
}
.protitle h2{ line-height:20px; background:#D0322B; color:#fff !important;
float:right; direction:rtl width:150px; font-size:15px !important; padding:5px 20px !important; color:#fff; margin-bottom:0 !important;}

.attch{
	float:right;
	position:relative;
	line-height:25px;
	direction:rtl;
	text-align:right;
	width:90%;
	font-family:'Droid Arabic Kufi';
	font-size:14px;
	color:rgba(183,1,10,1);
	margin:10px;
	margin-top:0;
	margin-bottom:0;
}
.attch:hover{
	color:#333;
}
.attch span{
	float:right;
	position:relative;
	line-height:25px;
	font-size:20px;
	margin-left:10px;
	width:20px !important;
}
.attch:hover{
	color:rgba(183,1,10,1);
}
.attch:hover span{
	color:rgba(183,1,10,1);
}

.subpage .title a{ float:right; padding-left:15px; padding-right:15px; line-height:36px; color:#888; border-left:#ccc dotted 1px; display:block;}
.subpage .title a:hover{ background:#eee; color:#333;}
.subpage .title a.active{background:#eee; color:#333;}
.share2{
	float:left;
	position:relative;
	height:24px;
	margin-top:7px;
	margin-left:5px;
	width:560px;
}
.contact_form{ width:600px; float:right; padding-left:10px;  margin-top:30px; margin-right:20px;}

#contact_us{
	width:95%;
	float:right;
	margin-right:2.5%;
	min-height:200px;
	padding-bottom:30px;
	
}

#contact_us h1{
	text-align:right;
	font-size:16px;
	padding-bottom:5px;
	margin-bottom:5px;
	font-weight:normal;
}
#contact_us form{
	width:100%;
	margin:auto;
	
}
#contact_us form input{
	width:100%;
	height:40px;
	 background: #fafafa;

	border:#e7e7e7  solid 1px;
	margin:auto;
	direction:rtl;
	padding-right:10px;
	color:#666;
	margin-top:10px;
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
#contact_us form input:focus{ outline:none; 	height:40px;	background:#fff; color:#333;}
#contact_us form  input[type="button"]{
	width:130px;
	height:40px;
	float:left;
	cursor:pointer;
	color:#fff;
	text-align:center;
	padding-left:5px;
	padding-bottom:2px;
	-webkit-transition: none;
     -moz-transition: none;
       -o-transition:none;
      -ms-transition: none;
          transition:none;
		  background: #D91F15;
		  border:#eee solid 3px;
		  transition: all 0.3s;
	-moz-transition: all 0.3s; 
	-webkit-transition: all 0.3s; 
	-o-transition: all 0.3s;
	font-size:16px;
	font-family:'Droid Arabic Kufi',serif;
	cursor:pointer;
}
#contact_us form  input[type="submit"]:hover{ background:#333;}
#contact_us form textarea{
	outline:none;
	resize:none;
text-shadow: 1px 1px 1px #fff;
	width:100%;
	height:196px;
	background: #fafafa;
	border:#e8e8e8  solid 1px;
	margin:auto;
	text-align:right;
	padding-right:10px;
	color:#666;
	margin-top:10px;
	color:#666;
	text-shadow: 1px 1px 1px #fff;
}
.contact_info{ float:left; width:300px; padding-right:20px;  margin-top:30px; margin-left:20px;}
#register{ width:80%; height:365px; margin:auto; margin-left:5px; background:#fafafa url(../images/mapbg.png) bottom no-repeat; padding:30px; padding-top:10px; margin-top:15px; border:#ccc dotted 1px;}
.contact_info h1{
	text-align:right;
	font-size:16px;
	padding-bottom:5px;
	margin-bottom:5px;
	font-weight:normal;
}
#register h3{  font-size:12px; display:block; padding-right:35px; color:#888; border-bottom:#e9e9e9 solid 1px; text-align:right; font-weight:normal; margin:0; }
#register h3.map{ background:url(../images/map.png) right top no-repeat; margin-top:20px; margin-bottom:0; padding-bottom:10px; }
#register h3.tel{ background:url(../images/telephon.png) right no-repeat; line-height:40px;}
#register h3.fax{ background:url(../images/fax2.png) right no-repeat; line-height:40px;}
#register h3.mobile2{ background:url(../images/mobbile.png) right no-repeat; line-height:40px;}
#register h3.email{ background:url(../images/email-icon.png) right no-repeat; direction:rtl; line-height:40px; }
.share2{
	float:left;
	position:relative;
	height:24px;
	margin-top:7px;
	margin-left:5px;
	width:500px;
}
#register h3.email a{
	color:#888;
}


#photos_b{ 
	width:210px; 
	min-height:170px; 
	background:#adadad; 
	float:right;
	margin-right:10px;
 	padding:3px; 	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; margin-top:15px; -webkit-box-shadow: 0 8px 6px -6px #666;
	   -moz-box-shadow: 0 8px 6px -6px #666;
	        box-shadow: 0 8px 6px -6px #666;
			 transition: background 0.5s;
			-moz-transition: background 0.5s; 
			-webkit-transition: background 0.5s; 
			-o-transition: background 0.5s;
			cursor:pointer;
			position:relative;
			overflow:hidden;
			}
#photos_b:hover{ 
  background: #444;
 
 }
			
#photos_b h2{
	display:block;
	padding-bottom:5%;
	padding-top:5%;
	line-height:20px;
	color:#FFF; 
	width:90%;
	height:90%;
	padding-left:5%;
	padding-right:5%;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	position:absolute;
	bottom:-205px;
	right:0;
	font-weight:normal;
	background-color:rgba(34,48,66,0.8);
/*	background-color:rgba(0,0,0,0.5);*/
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
	  }
#photos_b:hover h2{
	
	bottom:0;
	
}
#photos_b h2 a{ color:#FFF;}
#photos_b .thumb{ width:100%; height:170px; background:#eee; position:relative}
#photos_b .thumb img{ width:100%; height:100%;}
#photos_b .photocount { float:right; direction:rtl; margin-left:5px; color:#FFF;font-family:Arial, Helvetica, sans-serif; font-size:15px; text-align:right; font-weight:bold; width:120px; line-height:35px; height:35px; margin-bottom:8px; border-bottom:#b0d9fe dashed 1px;margin-right:5px; }
#photos_b .photocount  img{ width:24px; height:20px; }
#photos_b .date { float:right; color:#FFF; font-size:15px; line-height:26px; font-weight:bold; text-align:right; width:120px; height:35px; margin-bottom:5px;border-bottom:#b0d9fe dashed 1px;  margin-right:5px;}
#photos_b .date img{ width:24px; height:25px; margin-top:-2px;  }
#photos_gallry{ width:100%; margin:auto; position:relative; margin-top:13px;}
#photos_gallry .imgthumb{ 
width:215px; 
height:150px; 
float:right;
 margin-right:7px;
  margin-top:7px; 
  margin-left:0;
   background:#223042; 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
		  overflow:hidden;
		  position:relative;}
#photos_gallry .imgthumb img{ width:100%; height:100%; -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;}
#photos_gallry .imgthumb:hover img{	transform: scale(1.1);
	-ms-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	-o-transform: scale(1.4);
	-moz-transform: scale(1.4);
	opacity:0.4;
filter:alpha(opacity=80);}
#photos_b .viewcont {
	 text-align:right; 
	 float:right; 
	 color:#FFF; 
	 font-size:15px; 
	 line-height:26px; 
	 width:120px;
	 font-weight:bold;
	}
#photos_gallry .imgthumb .more5{
	color: #FFFFFF;
    font-size: 30px;
    left: 90px;
    position: absolute;
    top: 200px;
    z-index: 2;
	 -webkit-transition: all  0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all  0.3s;
    transition: all  0.3s;
}
#photos_gallry .imgthumb .various{
	float:right;
	position:relative;
	width:100%;
	height:100%;
}
#photos_gallry .imgthumb:hover .more5{
	 top: 60px;
}
#photos_b .viewcont img{ width:24px; height:20px; margin-right:5px; margin-top:-2px; }
.dat{
	 font-size: 65px;
    left: 20px;
    position: absolute;
    top: -10px;
	color:#029CC7;
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
#photos_b:hover .dat{
	top:-70px;
	
}
.d{
	color: #FFFFFF;
    left: 20px;
    line-height: 12px;
    position: absolute;
    top: 1px;
    width: 46px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
#photos_b:hover .d{
	color:transparent;
}

.y{
	color: #FFFFFF;
    left: 20px;
    line-height: 12px;
    position: absolute;
    top: 14px;
    width: 46px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
#photos_b:hover .y{
	color:transparent;
}

#photos_b:hover .dat{
	color:#029CC7;
}
#photos_b .imgthumb a{
	position:relative;
	width:100%;
	height:100%;
	float:right;
}

.links6{
	float:right;
	position:relative;
	width:100%;
	min-height:50px;
	margin-top:13px;
}
.links6 .links6{
	float:right;
	position:relative;
	min-height:35px;
	width:48%;
	margin-right:1%;
	background-color:#999;
	margin-top:10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	background: #f8f8f8; /* Old browsers */
		background: -moz-linear-gradient(top, #f8f8f8 0%, #efefef 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #f8f8f8 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #f8f8f8 0%,#efefef 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #f8f8f8 0%,#efefef 100%); /* IE10+ */
		background: linear-gradient(to bottom, #f8f8f8 0%,#efefef 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
	direction:rtl;
	text-align:right;
	font-size:13px;
	line-height:35px;
	color:#666666;
	 -webkit-transition: all 0.5s ease-in-out;
	  -moz-transition: all 0.5s ease-in-out;
	  -o-transition: all 0.5s ease-in-out;
	  transition: all 0.5s ease-in-out;
}
.links6 .links6:hover{
	background:#F8F8F8;
	color:rgba(183,1,10,1);
}
.links6 .links6 span{
	float:right;
	position:relative;
	width:20px;
	line-height:35px;
	text-align:center;
	direction:rtl;
	color:#fff;
	background: rgba(183,1,10,1);
background: -moz-linear-gradient(top, #cc1d14) 0%, #D91F15 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #cc1d14), color-stop(100%, #D91F15));
background: -webkit-linear-gradient(top, #cc1d14 0%, #D91F15 100%);
background: -o-linear-gradient(top, #cc1d14 0%, #D91F15 100%);
background: -ms-linear-gradient(top, #cc1d14 0%, #D91F15 100%);
background: linear-gradient(to bottom, #cc1d14 0%, #D91F15 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1d14', endColorstr='#D91F15', GradientType=0 );
	font-size:18px;
	padding-right:5px;
	padding-left:5px;
	border-top-right-radius:5px;
	-o-border-top-right-radius:5px;
	-ms-border-top-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	-o-border-bottom-right-radius:5px;
	-ms-border-bottom-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-bottom-right-radius:5px;
	margin-left:5px;


}
.newspage .home2{
	float:right;
	position:relative;
	width:100%;
	line-height:30px;
	direction:rtl;
	text-align:center;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#B7010A;
	background:none !important;
}
.newspage .home2:hover{
	color:#000;
}
.contact_form .success_alert{
	padding-right:5%;
}
.contact_form .erorr_alert{
	padding-right:5%;
}
.search_key{
	position:relative;
	margin-top:10px;
	margin-right:10px;
	color:#333; 
	direction:rtl;
	font-size:15px;
	font-weight:normal;
}
.waiting{
	left:90px;
	position:absolute;
	height:32px;
	width:32px;
	top:10px;
}
.error{
	position:absolute;
	bottom:-10px;
	left:0;
}
.error span{
	float:right;
	position:relative;
	width:272px;
	line-height:30px;
	text-align:center;
	color:#fff;
	font-size:12px;
	background-color:rgba(200,12,2,0.8);
	background-image:url(../images/error.png);
	background-position:right 5px center;
	background-repeat:no-repeat;
}
.subpage .left_side{
	margin-top:-38px;
}
.subpage .poll{
	margin-top:15px;
}
.newspage .nitems:hover .a_demo_one{
	background:#D0322B; color:#fff;
}
.newspage .nitems:hover{
	background-color:#fff;
}
.register3{
	float:right;
	position:relative;
	width:175px;
	line-height:35px;
	height:35px;
	margin-right:240px;
	margin-top:20px;
	direction:rtl;
	text-align:center;
	margin-bottom:20px;
	color:#fff;
	background-color:#D0322B;
	border-radius:5px;
}
.register3:hover{
	background-color:#223042;
}


.register{
	float:right;
	position:relative;
	min-height:200px;
	width:100%;
}
.register h1{
	font-size:17px;
	font-weight:normal;
	float:right;
	position:relative;
	direction:rtl;
	text-align:right;
	width:96%;
	padding-right:2%;
	margin-top:20px;
	color:#D0322B;
}

.register2{
	float:right;
	position:relative;
	margin-top:30px;
	width:100%;
	min-height:200px;
}

.name{
	float:right;
	position:relative;
	line-height:30px;
	direction:rtl;
	padding-right:15px;
	font-size:13px;
	font-family:'Droid Arabic Naskh',serif;
	width:110px;
	font-weight:bold;
}
.txt{
	position:relative;
	height:30px;
	width:290px;
	margin-right:10px;
	direction:rtl;
	text-align:right;
	padding-right:10px;
	padding-left:10px;
	float:right;
	background-color:#FCFCFC;
	border:1px solid #E1E1E1;
	color:#4B4B4B;
}
.txt:focus{
	background-color:#fff;
}
.reg{
	float:right;
	position:relative;
	width:98%;
	min-height:30px;
	margin-bottom:5px;
	padding-bottom:5px;
	margin-right:2%;
	border-bottom:1px solid #F4F4F4;
}
.reg div{
	float:right;
	position:relative;
	width:98%;
	min-height:30px;

}
.radio{
	float:right;
	position:relative;
	min-height:30px;
	width:200px;
}
.radio span{
	padding-right:5px;
	padding-left:10px;
	float:right;
	font-size:13px;
	font-weight:bold;
	font-family:'Droid Arabic Naskh',serif;

}
.rdio2{
	float:right;
	position:relative;
	margin-top:5px;
	margin-left:3px;
}
.select{
	float:right;
	position:relative;
	width:210px;
	height:30px;
	direction:rtl;
	text-align:right;
	padding-top:7px;
}
.select option{
	line-height:30px;
	border-bottom:1px solid #F5F5F5;
	padding-bottom:5px;
	color:#666;
}
.register_btn{
	
	 width:100px; 
	 height:30px; 
	 float:left; 
	 color:#fff;
	 float:left;
	 -webkit-transition: all 0.3s ease-in-out;
	  -moz-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
	  background-color:#029CC7;
	   cursor:pointer;
	   font-family:'Droid Arabic Kufi';
	   margin-left:50px;
}
.register_btn:hover{
	background-color:#E8443F;
}
.textarea{
	float:right;
	position:relative;
	height:50px;
	width:580px;
	resize:none;
	
	float:right;
	background-color:#FCFCFC;
	border:1px solid #E1E1E1;
	margin-right:20px;
	margin-top:10px;
	margin-bottom:10px;
	direction:rtl;
	text-align:right;
	padding:5px;
	
}
.textarea:focus{
	background-color:#fff;
}
.check{
	float:right;
	position:relative;
	min-height:25px;
	direction:rtl;
	width:98%;
	margin-right:2%;
	line-height:25px;
	font-size:13px;
	font-weight:bold;
	font-family:'Droid Arabic Naskh',serif;
}
.inpt{
	float:right;
	position:relative;
	margin-top:5px;
	margin-left:5px;
}
#name{
	width:100px;
}
.eng{
	direction:ltr !important;
	text-align:left;
}
.problem5{
	float:right;
	position:relative;
	width:72% !important;
	display:none;
}
#show1 , #show2{
	display:none;
}
.files2{
	direction:rtl;
	position:relative;
	height:30px;
	width:290px;
	margin-right:10px;
	text-align:right;
	float:right;
	background-color:#FCFCFC;
	border:1px solid #E1E1E1;
	color:#969696;
}
.files:focus{
	background-color:#fff;
}
.main_ads{
	z-index:5;
	max-width:100%;
	max-height:100%;
}
.main_ads img{
	float:right;
	position:relative;
	width:100%;
	height:100%;
}
.sound_inside{
			float:right;
			position:relative;
			min-height:235px;
			width:100%;
		}
		.press_tit{
			float:right;
			position:relative;
			height:30px;
			width:90%;
			border-right:solid 15px #f58220 ;
			padding-right:10px;
		}
		.press_tit a{
			float:right;
			position:relative;
			line-height:30px;
			height:30px;
			color:#35312e;
			direction:rtl;
			text-align:right;
			font-size:16px;
			width:200px;
		}
		.press_tit a:hover{
			color:#f58220;
		}
		.sound_inside .sound2{
			float:right;
			position:relative;
			width:100%;
			height:37px;
			background-image:url(../images/border.png);
			background-position:top;
			background-repeat:repeat-x;
			background-color:#35312E;
			
		}
		.sound_inside .sound2 h1{
			float:right;
			position:relative;
			line-height:37px;
			height:37px;
			direction:rtl;
			text-align:right;
			padding-right:5px;
			width:550px;
			border-left:1px solid #2b2826;
			color:#fff !important;
			font-size:11px !important;
			-webkit-transition: all 0.3s;
			-moz-transition: all  0.3s;
			-o-transition: all  0.3s;
			transition: all  0.3s;
			margin-top:0 !important;
		}
		 .sound_inside .down span{
			margin-right:10px;
		}
		 .sound_inside  .down{
			 width:40px;
			  text-align:center;
		}
		.down{
			float:right;
			position:relative;
			width:30px;
			height:37px;
			border-left:1px solid #2b2826;
			border-right:1px solid #413c38;
		}
		.down:hover span{
			color:#F58220;
		}
		.down span{
			float:right;
			position:relative;
			line-height:37px;
			color:#444444;
			font-size:20px;
			margin-right:4px;
			 -webkit-transition: all 0.3s;
			-moz-transition: all  0.3s;
			-o-transition: all  0.3s;
			transition: all  0.3s;
		}
		.Listening{
			float:right;
			position:relative;
			width:30px;
			height:37px;
			border-right:1px solid #413c38;
			 -webkit-transition: all 0.3s;
			-moz-transition: all  0.3s;
			-o-transition: all  0.3s;
			transition: all  0.3s;
			cursor:pointer;
		}
		.Listening:hover span{
			color:#F58220;
		}
		.Listening span{
			float:right;
			position:relative;
			line-height:37px;
			color:#444444;
			font-size:20px;
			margin-right:7px;
			 -webkit-transition: all 0.3s;
			-moz-transition: all  0.3s;
			-o-transition: all  0.3s;
			transition: all  0.3s;
		}
		.Listening2{
			float:right;
			position:relative;
			width:30px;
			height:37px;
			border-right:1px solid #413c38;
			 -webkit-transition: all 0.3s;
			-moz-transition: all  0.3s;
			-o-transition: all  0.3s;
			transition: all  0.3s;
			cursor:pointer;
			display:none;
		}
		.Listening2:hover span{
			color:#444444;
		}
		.Listening2 span{
			float:right;
			position:relative;
			line-height:37px;
			color:#F58220;
			font-size:18px;
			margin-right:8px;
			 -webkit-transition: all 0.3s;
			-moz-transition: all  0.3s;
			-o-transition: all  0.3s;
			transition: all  0.3s;
		}
		
		.advance_search{
	float:right;
	position:relative;
	width:98%;
	background-color:#FAFAFA;
	padding:10px 0;
	margin-bottom:10px;
	border:1px solid #EEE;
	margin-right:1%;
	min-height:50px;
	


}
.advance_search h1{
	float:right;
	position:relative;
	width:98%;
	line-height:20px;
	direction:rtl;
	text-align:right;
	font-size:18px;
	font-weight:normal;
	padding-right:1%;
	color:#283741;
}
.advance_search h1 i{
	float:right;
	position:relative;
	font-size:25px;
	width:25px;
	margin-left:10px;
	
}
.tit22{
	float:right;
	position:relative;
	width:27%;
	padding:0 5px;
	margin-top:15px;
}
.advance_search p{
	float:right;
	position:relative;
	width:98%;
	line-height:20px;
	direction:rtl;
	text-align:right;
	font-size:11px;
	font-weight:normal;
	padding-right:1%;
		color:#283741;
}
.list{
	float:right;
	position:relative;
	width:210px;
	height:25px;
	overflow:hidden;
	background-image:url(../images/select-bg.png);
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#fff;
	border:1px solid #EEE;
	margin-top:9px;
	margin-left:20px;
	
}
.list select{
	float:right;
	position:relative;
	width:233px;
	padding-right:6px;
	padding-left:5px;
	height:25px;
	direction:rtl;
	text-align:right;
	background: transparent;
	border:none;
	color:#878787;
	font-size:13px;
	line-height:25px;
	font-size:13px;
}
.list select:hover{
	-moz-box-shadow: 0 0 3px 1px #cdcdcd;
	-webkit-box-shadow: 0 0 3px 1px #cdcdcd;
	box-shadow: 0 0 3px 1px #cdcdcd;
}
.list select option{
	padding-right:10px;
	line-height:25px;
	border-bottom:1px solid #F5F5F5;
	padding-top:5px;
	padding-bottom:5px;
}



.list2{
	float:right;
	position:relative;
	width:330px;
	height:30px;
	overflow:hidden;
	background-image:url(../images/select-bg.png);
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#fff;
	border:1px solid #EEE;
	margin-top:9px;
	
}
.list2 select{
	float:right;
	position:relative;
	width:353px;
	padding-right:6px;
	padding-left:5px;
	height:30px;
	direction:rtl;
	text-align:right;
	background: transparent;
	border:none;
	color:#333;
	font-size:13px;
	line-height:30px;
	font-size:13px;
	font-family:'Droid Arabic Kufi',serif;
}
.list2 select:hover{
	-moz-box-shadow: 0 0 3px 1px #cdcdcd;
	-webkit-box-shadow: 0 0 3px 1px #cdcdcd;
	box-shadow: 0 0 3px 1px #cdcdcd;
}
.sub{
	padding-right:25px !important;
	font-size:12px;
	border-bottom:1px solid #F5F5F5;
	color:#5D5D5D;
}
.list2 select option{
	padding-right:10px;
	font-size:13px;
	border-bottom:1px solid #F5F5F5;
	font-family:'Droid Arabic Naskh',serif;
	font-weight:bold;
}
.txt5{
	float:right;
	position:relative;
	width:136px;
	height:30px;
	background:#fff;
	border:none;
	margin-top:10px;
	border:1px solid #EEEEEE;
	direction:rtl;
	text-align:right;
	padding-right:10px;
	padding-left:10px;
	margin-left:15px;
	font-family:'Droid Arabic Kufi',serif;
	font-size:13px;
	color:#333333;

}
#search2{
	float:left;
	position:relative;
	width:60px;
	height:30px;
	color:#fff;
	background-color:#D0322B ;
	font-family:'Droid Arabic Kufi',serif;
	font-size:13px;
	margin-left:30px;
	cursor:pointer;
}
.contr{
	float:right;
	position:relative;
	width:100%;
}
.waiting{
	position:absolute;
	left:45px;
	top:10px;
}
.beta{
	position:absolute;
	top:52px;
	left:1%;
	line-height:30px;
	color:#fff;
	z-index:5;
	font-size:11px;
	width:100px;
	height:90px;
	background-image:url(../images/beta.png);
	background-position:center;
	background-repeat:no-repeat;
	/*border-radius:5px;
	-moz-border-radius:5px;-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;*/
}
.face_box{
	float:right;
	position:relative;
	width:100%;
	min-height:215px;
	background-color:#fff;
	border:1px solid #dfdfe2;
	margin-top:15px;
}
.face_cont{
	float:right;
	position:relative;
	width:252px;
	margin-right:10px;
	margin-top:10px;
}
.searchs{
	float:left;
	position:relative;
	width:185px;
	height:30px;
}
.icon5{
	float:right;
	position:relative;
	padding-left:10px;
	padding-right:10px;
	line-height:30px;
	color:#fff;
	font-size:11px;
}
.icon5:hover{
	color:#00B3F0;
}
.icon5 i{
	float:right;
	position:relative;
	width:15px;
	line-height:30px !important;
	margin-left:5px;
	font-size:14px;
}
#tabs{
	padding:0;
	margin:0;
	position:relative;
}
#tabs li{
	float:right;
	position:relative;
	border-left:1px solid #E9E9E9;
	list-style:none;
	
}
#tabs li a{
	background-color:#d0322b;
	color:#fff;
}
#tabs li a span{
	color:#fff;
	padding-left:10px;
}
.active3 a{
	background:#FFF !important;
	color:#d0322b;
}
.active3 a span{
	color:#d0322b !important;
}
.conts{
	float:right;
	position:relative;
	width:100%;
	display:none;
	overflow:hidden;
}
.english2{
	position:absolute;
	left:-100px;
	height:25px;
	line-height:25px;
	width:75px;
	text-align:center;
	background-color:#d0322b;
	color:#fff;
	top:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	border-bottom-right-radius:5px;
	-o-border-bottom-right-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-ms-border-bottom-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	-moz-border-bottom-left-radius:5px;
	-ms-border-bottom-left-radius:5px;
	-o-border-bottom-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
}
.english2:hover{
	color:#223042;
	background:#d0322b;
	background-image:url(../images/title.jpg);
	background-repeat:repeat-x;
}
	
