body{
	direction:rtl;
	overflow-x:hidden;/*	Hide some bugs .. like TreeMenuAr	*/
	margin:0;/*	You can remove it .. but no need to change it	*/
	font-family:face_sys_font_bein;
	font-weight:normal;
	font-size:24px;
	color:#555;
	background:#FFF url('BG.png') repeat-x top;
}
select,option,button{
	font-family:face_sys_font_bein;
}
pre{
	font-family:"Times New Roman",Times,serif;
	font-weight:bold;
	font-size:14px;
	color:#F60;
}
a{
	text-decoration:none;
	color:#039;
}
a:hover{
	color:#069;
	text-decoration:underline;
}
#FullPage{
	display:none;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-ms-transition:all .2s ease;
	-o-transition:all .2s ease;
	transition:all .2s ease;
}
.Page_Ar #FullPage{/*	Page is ready	*/
	display:block;
	height:100%;
}
.PageSize{
	width:1000px;
}
body:before{
	content:'';
	display:block;
	height:600px;
	background:url('Loading.gif') center no-repeat;
}
.Page_Ar body:before{/*	Page is ready	*/
	display:none;
}
/*
.Contents{
	padding:0 5px;
}
*/
.Page_Ar .PageSize{
	text-align:right;
}
.Page_En .PageSize{
	text-align:left;
}
.HeaderLine{
	background:#89b01b;
	height:6px;
}
.FooterLine{
	background:#89b01b;
	color:#FFF;
	line-height:40px;
}
.HeaderArea{
	padding:15px 0;
	height:160px;
	background:url('Logo.png') center no-repeat;
}
.HeaderArea .icons{
	float:left;
	display:block;
	width:40px;
	height:40px;
	margin-right:15px;
	cursor:pointer;
	-webkit-border-radius:100%;
	border-radius:100%;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
}
.HeaderArea .icons:HOVER{
	-webkit-border-radius:0;
	border-radius:0;
}
/*
.HeaderArea div a{
	float:right;
	display:block;
	width:300px;
	height:100px;
	line-height:100px;
	font-size:48px;
	background:#e08f26;
	color:#FFF;
	text-align:center;
}
*/
#icon_LinkedIn{
	background:url('iconLinkedIn.png');
	background-size:cover;
}
#icon_YouTube{
	background:url('iconYouTube.png');
	background-size:cover;
}
#icon_GooglePlus{
	background:url('iconGooglePlus.png');
	background-size:cover;
}
#icon_FaceBook{
	background:url('iconFaceBook.png');
	background-size:cover;
}
#icon_Twitter{
	background:url('iconTwitter.png');
	background-size:cover;
}
#icon_Instegram{
	background:url('iconInstegram.png');
	background-size:cover;
}
/*
#icon_Snapchat{
	background:url('iconSnapchat.png');
	background-size:cover;
}
*/
#TopMenu{
	background:#89b01b;
	height:50px;
}
#TopMenu a{
	font-size:22px;
	line-height:50px;
	padding:0 15px;
	text-shadow:0 0 5px #000;
	color:#FFF;
	text-decoration:none;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
}
#TopMenu a:HOVER{
	color:#000;
	text-shadow:0 0 3px #FFF;
	background:rgba(255,255,255,0.4);
	-webkit-box-shadow:0 0 3px 0 #000;
	box-shadow:0 0 3px 0 #000;
}
#MainBanner{
	margin-top:30px;
	height:400px;
	background-position:center;
	background-size:cover;
}
#MainBanner a{
	display:block;
	width:100%;
	height:100%;
}
.TitleArea{
	margin-top:30px;
	background:#CCC url('BG.jpg') top center repeat-x;
}
.TitleArea .TitleS{
	background:url('TitleR.png');
	width:16px;
}
.TitleArea .TitleC{
	font-size:22px;
	color:#a8cf38;
	line-height:29px;
	background:#FFF;
	padding:0 15px;
}
.TitleArea .TitleE{
	background:url('TitleL.png');
	width:16px;
}
.BG1{
	background:url('BG1.jpg');
	background-size:cover;
}
.BG2{
	background:url('BG2.jpg');
	background-size:cover;
}
.BG3{
	background:url('BG3.jpg');
	background-size:cover;
}
.Footer{
	background:#F5F5F5;
	padding:20px 0;
	color:#888;
	font-size:20px;
}
.Footer a{
	display:block;
	color:#888;
	line-height:30px;
}
.Footer a:HOVER{
	color:#89b01b;
}
.Footer h1{
	font-size:24px;
	color:#000;
	line-height:30px;
}
.Footer td{
	padding:0 20px;
}
.Footer td td{
	vertical-align:middle;
	font-size:14px;
	padding:3px;
	color:#444;
}
.Footer td td font{
	color:#AAA;
}
.Footer td td div{
	color:#C30;
}

.Footer .RowDiv{
	padding:5px 0;
}
.Footer textarea,input[type=text]{
	width:167px;
}
#MailList input[type=text]{
	width:170px;
}
#MailList select{
	width:150px;
}
#MailList #MailListMobile{
	width:110px;
}
/*---------- Template Styles ----------*/
.CanYouShow0{
	opacity:0;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}
.CanYouShow1{
	opacity:1;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
}
.PagingTable{
	border-collapse:collapse;
}
.PagingTable td{
	padding:0;
}
.PagingR:HOVER:BEFORE,.PagingL:HOVER:BEFORE{
	content:'';
	display:block;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	width:100%;
}
.PagingTD{
	overflow:hidden;
	background:#FFF;
}
.PagingT{
	background:url('PagingT.png') center no-repeat;
}
.PagingB{
	background:url('PagingB.png') center no-repeat;
}
.PagingT,.PagingB{
	height:50px;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	-khtml-opacity:.5;
	opacity:.5;
	cursor:pointer;
}
.PagingT:HOVER,.PagingB:HOVER{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}
.PagingShow{
	position:relative;/*	IE	*/
	white-space:nowrap;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}
.PagingBlock{
	overflow:hidden;
	float:right;
	text-align:right;
	color:#444;
	white-space:normal;
}
.PagingBlock:HOVER{
	color:#000;
	text-decoration:none;
}
.PagingBlock h1{
	color:#e08f26;
	white-space:nowrap;
	font-size:38px;
}
.PagingBlock img{
	border:0;
}
#Manager,#Word{
	overflow:hidden;
	height:500px;
	font-size:32px;
	text-shadow:0 0 5px #FFF;
}
#Manager .PagingBlock,#Word .PagingBlock{
	position:inherit;
	float:none;
}
#Manager .PagingBlock{
	text-align:center;
	height:200px;
	padding:150px 0;
}
#Word .PagingBlock{
	height:300px;
	padding:100px 0;
}
#Manager img,#Word img{
	float:right;
}
#Word img{
	padding-left:25px;
}
#Partener img{
	vertical-align:middle;
	padding:5px;
}
#Video .PagingR,#Photo .PagingR{
	width:20px;
	cursor:pointer;
	background:url('PagingR.png');
	background-size:contain;
}
#Video .PagingL,#Photo .PagingL{
	width:20px;
	cursor:pointer;
	background:url('PagingL.png');
	background-size:contain;
}
#Video .PagingR:HOVER:BEFORE,#Video .PagingL:HOVER:BEFORE,#Video .PagingShow,#Photo .PagingR:HOVER:BEFORE,#Photo .PagingL:HOVER:BEFORE,#Photo .PagingShow{
	height:64px;
}
#Video img,#Photo img{
	padding-top:4px;
}
#News{
	margin:30px 0;
}
/*
#News .PagingR,#Article .PagingR{
	width:50px;
	cursor:pointer;
	background:url('PagingR.png') center no-repeat;
}
#News .PagingL,#Article .PagingL{
	width:50px;
	cursor:pointer;
	background:url('PagingL.png') center no-repeat;
}
#News .PagingR:HOVER:BEFORE,#News .PagingL:HOVER:BEFORE,#News .PagingShow,#Article .PagingR:HOVER:BEFORE,#Article .PagingL:HOVER:BEFORE,#Article .PagingShow{
	height:160px;
}
*/
#News .PagingBlock,#Article .PagingBlock{
	width:330px;
	max-width:330px;
	height:300px;
}
#News .PagingBlock img,#Article .PagingBlock img{
	position:relative;
	margin-bottom:-300px;
	top:0;
	right:0;
	width:100%;
	height:100%;
	opacity:0.1;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-ms-transition:all .2s ease;
	-o-transition:all .2s ease;
	transition:all .2s ease;
}
#News .PagingBlock:HOVER img,#Article .PagingBlock:HOVER img{
	opacity:1;
}
#News .PagingBlock h1,#Article .PagingBlock h1{
	font-size:28px;
}
#News .PagingBlock div,#Article .PagingBlock div{
	font-size:22px;
}
#News .PagingBlock h1,#News .PagingBlock div,#Article .PagingBlock h1,#Article .PagingBlock div{
	padding:0 10px;
	opacity:1;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-ms-transition:all .2s ease;
	-o-transition:all .2s ease;
	transition:all .2s ease;
}
#News .PagingBlock:HOVER h1,#News .PagingBlock:HOVER div,#Article .PagingBlock:HOVER h1,#Article .PagingBlock:HOVER div{
	opacity:0;
}
/* ---------- start(banner7) ---------- */
#Sliders{
	overflow:hidden;
}
#Sliders #SlidersShow{
}
/* ---------- end(banner7) ---------- */
