body{
	background-color:#ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px;
	color: #000000;  
	font-weight: 400; 
	font-family: 'Assistant';
	font-size: 20px;
	line-height:30px;
	direction:rtl;
}

.Roboto {font-family: 'Roboto';}

._ltr { direction:ltr !important; text-align: left;}

li { margin-bottom: 10px;}
figure {padding:0; margin:0;}
iframe {
	display:block;
	margin:0px auto;
	
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
table, td, tr { padding:0px 0px 0px 0px !important; margin: 0px auto; border-collapse:collapse !important; border:none !important; border-spacing:0px 0px !important;}
img { 
    display:block;
	padding:0px;
	margin:0px;
	
}
.TextAlign {text-align: right;}
address {text-decoration: none; font-style: normal; }
abbr {text-decoration: none; font-style: normal; }

.HideBullets {list-style:none;}


.PayPop {background-color:#ffffff; display: inline-block; float: none; min-width: 500px; width: 70%; }
.ContentImageIFrame {height: 80vh; max-height: 80vh; width: inherit;}

.Chk {width: 20px; height: 20px; border-radius: 5px;}

.NoCursor {cursor: default;}

.Pic { border:1px #aeaeae solid; }

.Hand { cursor:pointer;}
.NoBorder { border:none;}
.DInline { display:inline-block;}
.DBlock { display:block;}

ul,ol {margin-right: 20px; margin-left: 20px;}

.Footer {
 background-image: url(/pics/new/footer.png);
	background-size: cover;
	width: 100%;
	height: 100px;
	background-position: center bottom;
	position: fixed;
	
	bottom:0;
	z-index: 1;
}

.Logo_ {display: inline-block; float: none; margin-bottom: 60px;}

.Topic {
 display: inline-block;
	float: none;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 24px;
	font-weight: 500;
}
.TopicImg {width: 280px;}

.Topic figcaption {margin-top: 10px;}

.Topics {
  display: inline-block;
		width: 100%;
		height: auto;
		text-align: center;
		margin-top: 150px;
		
}
.Topics_In {
 width: auto;
	display: inline-block;
	float: none;
}

.Footer {

}

 a:focus.Close div, a:hover.Close div {
  outline: solid 1px #e1e1e1;
  line-height: inherit;
 }
	

.CloseDiv {position: absolute; right: 20px; margin-top: 10px; }
.CloseDiv:after { content:'\2715'; font-size: 36px; color: #ffffff;}


.Line { height:1px; background-color:#aeaeae;}



.Banner {
    width:100%; 
	   text-align:center;
	   display:inline-block;
	
	
	height: calc(100vh - 150px);
    height: -o-calc(100vh - 150px);
    height: -webkit-calc(100vh - 150px);
    height: -moz-calc(100vh - 150px);
	
	
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	
	
	background-color: #000000;
	
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.19);
	overflow: hidden;
}

.BannerPages {
    width:100%; 
	   text-align:center;
	   display:inline-block;
	
	
	height: 50vh;
  
	
	background-position:top center;
	background-size:cover;
	background-repeat:no-repeat;
	
	
	background-color: #000000;
	
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.19);
	overflow: hidden;
}



@-moz-keyframes spin { 
  0%   { -moz-transform: rotate(35deg); }
	 100% { -moz-transform: rotate(0deg); } 
	}
@-webkit-keyframes spin { 
  0%   { -webkit-transform: rotate(15deg); } 
		100% { -webkit-transform: rotate(0deg); } 
	}
@keyframes spin { 
 0%   { -webkit-transform: rotate(35deg); transform:rotate(35deg); }
	100% { -webkit-transform: rotate(0deg); transform:rotate(0deg); } 
}

.TextAlignCenter {text-align: center;}

.Content {
	width:90%;
	text-align:center;
	display:inline-block;
}

.Content2 {
	width:60%;
	min-width: 600px;
	text-align:center;
	display:inline-block;
}


.Full {
	width:100%;
	min-width: 760px;
	text-align:center;
	display:block;
	margin: 0px;
	padding: 0px;
}

.HeaderSep {
 height: 60px;
	display: inline-block;
}
.Header_Outer {
    width:100%; 
	text-align:center;
	display:inline-block;
	position: fixed;
	z-index: 100000;
	background-image:url('/pics/header.png');
	height:53px;
	width:100%;
	background-repeat:repeat-x;
	top:0;
	left:0;
	right: 0;
	
	overflow: hidden;
}

.BGImage {
  background-image:url('/pics/new/bg.jpg');
		background-position: center center;
		background-size: cover;
		width: 100%;
		height: 100vh;
}
.Header {
  width:90%;
  display:inline-block;
  line-height: 70px;
}

.FooterSep {
 height: 70px;
}
.Footer {font-size: 16px;}

.LogoDiv {
  display:inline-block;
  float: right;
  
}

.MainMenu {
  display:inline-block;
  float: left;
  line-height: inherit;
  
}

.Header .Logo {
 height:68px;
}
.Header_ .Logo {
 height:50px;
}

.MenuDiv {
  display: inline;
  float:left;
}
.MenuItem {
  display: inline-block;
  float: right;
		height: 40px;
		line-height: 40px;
		padding-left: 20px;
		padding-right: 20px;
		color: #39393a;
		margin-top: 17px;
		-moz-transition: 
		background-color 700ms linear,
			   color 700ms linear;
	-webkit-transition: 
		background-color 700ms linear,
			   color 700ms linear;
	-o-transition: 
		background-color 1000ms linear,
			   color 700ms linear;
	transition: 
		background-color 1000ms linear,
			   color 700ms linear;
}
a:hover .MenuItem {
  display: inline-block;
  float: right;
		height: 40px;
		line-height: 40px;
		padding-left: 20px;
		padding-right: 20px;
		color: #e81c23;
		margin-top: 17px;
		-moz-transition: 
		background-color 700ms linear,
			   color 700ms linear;
	-webkit-transition: 
		background-color 700ms linear,
			   color 700ms linear;
	-o-transition: 
		background-color 1000ms linear,
			   color 700ms linear;
	transition: 
		background-color 1000ms linear,
			   color 700ms linear;
}
.MenuItemSelected {
  display: inline-block;
  float: right;
		height: 40px;
		line-height: 40px;
		padding-left: 20px;
		padding-right: 20px;
		border-radius: 20px;
		color: #ffffff;
		background-color: #e81c23;
		margin-top: 17px;
		-moz-transition: 
		background-color 700ms linear,
			   color 700ms linear;
	-webkit-transition: 
		background-color 700ms linear,
			   color 700ms linear;
	-o-transition: 
		background-color 1000ms linear,
			   color 700ms linear;
	transition: 
		background-color 1000ms linear,
			   color 700ms linear;
}
a:hover .MenuItemSelected {
  display: inline-block;
  float: right;
		height: 40px;
		line-height: 40px;
		padding-left: 20px;
		padding-right: 20px;
		border-radius: 20px;
		color: #ffffff;
		background-color: #39393a;
		margin-top: 17px;
		-moz-transition: 
		background-color 700ms linear,
			   color 700ms linear;
	-webkit-transition: 
		background-color 700ms linear,
			   color 700ms linear;
	-o-transition: 
		background-color 1000ms linear,
			   color 700ms linear;
	transition: 
		background-color 1000ms linear,
			   color 700ms linear;
}


.ContentSep { height: 30px;}

.ContentText {
  display: inline-block;
  float: right;
  width: 55%;
  margin-left: 5%;
  text-align: right;
}

.ContentSmallText {
  display: inline-block;
  float: none;
  width: 100%;
  
  text-align: right;
}

.ContentImage {
  display: inline-block;
  float: left;
  width: 35%;
  margin-right: 5%;
}

.ContentImageImage {
  width: 100%;
}
.ContentImageImageSmall {
  width: 22%;
		display: inline-block;
		float: right;
		margin: 5px;
}
.SmallPicDiv {display: inline-block; float: right; border: 1px #e1e1e1 solid;}


.BoldText {
 font-weight: 500;
	font-size: 20px;
}

a.Button div {
 line-height: 40px;
	height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff;
	background-color: #e81c23;
	
	text-align: center;
	
	
	border-radius: 20px;
}
a:hover.Button div {
 box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.19);
	line-height: 40px;
	height: 40px;
	
	color: #ffffff;
	background-color: #000000;
	
	text-align: center;
	margin-top: 0;
	display: inline-block;
	border-radius: 20px;
}
a:focus.Button div {
box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.19);
		line-height: 40px;
	height: 40px;
	
	color: #ffffff;
	background-color: #000000;
	
	text-align: center;
	margin-top: 0;
	display: inline-block;
	border-radius: 20px;
}


.FormTopic {width: 100%; text-align: center; display: block; margin-bottom: 15px;}
.FormTopicTextBox {
  width: 100%;
		max-width: 350px;
		height: 30px;
		font-family: 'Assistant';
		font-weight: 500;
		border: 1px #e1e1e1 solid;
		border-radius: 5px;
		background-color: cornsilk;
}
.FormTopicTextBox_ {
  width: 100%;
		max-width: 350px;
		height: 30px;
		font-family: 'Assistant';
		font-weight: 500;
		border: 1px #e1e1e1 solid;
		border-radius: 5px;
		background-color: #ff0000;
}
.FormTopicTextBox2 {
  width: 100%;
		max-width: 100%;
		height: 120px;
		max-height: 120px;
		font-family: 'Assistant';
		font-weight: 500;
		border: 1px #e1e1e1 solid;
		border-radius: 5px;
		background-color: cornsilk;
}


.FormTopicTextBox:focus, .FormTopicTextBox_:focus, .FormTopicTextBox2:focus, .PageNumberTxt:focus, .SearchBox:focus {
 outline: outset;
}

.FormTopicTable {width: 100%;}


	 
.SepTop3 { height:3px;}	 
.SepTop10 { height:10px;}
.SepTop40 { height:40px;}
.SepTop120 { height:120px;}

.Sep5 {width:5px;}
.Sep10 {width:10px;}
.Sep20 {width:20px;}

.Title { color:#000000; font-size:26px; line-height:30px;}
.Title_ { color:#000000; font-size:26px; line-height:30px; text-align: center;}
h2 {font-size:18px; line-height:24px;}
h3 {font-size:16px; line-height:20px;}



.GalleryImage {
	   max-width:100%;
	   max-height: calc(100vh - 70px);
    max-height: -o-calc(100vh - 70px);
    max-height: -webkit-calc(100vh - 70px);
    max-height: -moz-calc(100vh - 70px);
	}
.PopupHolder {
	 text-align:center;
	 margin-left:auto;
  margin-right:auto;
	 position: fixed;
  display:block;
  z-index:190
}
.GalleryWindow {
 
 display:inline-block;
 
 width: 100%;
 height:100vh;
 background-color:#000000;
 background-color:rgba(0,0,0,0.8);
 
 overflow:hidden;
 text-align:center;	
	position: fixed;
	z-index: 20;
}

.GalleryWindow_In {
 
 /*width: 96vw;
 height:100vh;
	display:inline-block;
 
 margin-left:auto; 
 margin-right:auto;
	text-align:center;*/
}

.GalleryBigImagesHolder {
 width:auto;
	height: auto;
	position: fixed;
	display: block;
	margin-left: auto;
	margin-right: auto;
	left:0;
	right: 0;
}
.GalleryPopupTable {
 width:auto;
	height: auto;
	max-width: 700px;
	min-width: 700px;
 min-height: 250px;
	
	max-height: 70vh;
	background-color: #ffffff;
 
	overflow: auto;
	
	top:120px;
	position: fixed;
	display: block;
	float: none;
	padding: 20px;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	left:0;
	right: 0;
}
.GalleryPopupTable2 {
 width:auto;
	height: auto;
	max-width: 700px;
	min-width: 700px;
 
	
	max-height: 70vh;
	background-color: #ffffff;
 
	overflow: auto;
	
	top:120px;
	position: fixed;
	float: none;
	display: block;
	padding: 20px;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	left:0;
	right: 0;
}

.GalleryPopupContent {display: inline-block; width: inherit; text-align: center;}
.GalleryPopupContent2 {display: inline-block; width: inherit; text-align: right;}

.ImageBig {
  max-width: 90%;
		
		max-height: calc(100vh - 150px);
  max-height: -o-calc(100vh - 150px);
  max-height: -webkit-calc(100vh - 150px);
  max-height: -moz-calc(100vh - 40150px0px);
		display: inline-block;
		float: none;
}

#GalleryBigImages {
 width: 100%;
	text-align: center;
}

.PrevPanel {
	font-size:150px; 
	margin:15px; 
	color:#FFF; 
	position:absolute; 
	z-index:3000;
	
	left: 20px;

	
	top: calc(50vh - 75px);
    top: -o-calc(50vh - 75px);
    top: -webkit-calc(50vh - 75px);
    top: -moz-calc(50vh - 75px);
	
}
.NextPanel {
	font-size:150px; 
	margin:15px; 
	color:#FFF; 
	position:absolute; 
	z-index:3000;
	right: 20px;
    
	
	top: calc(50vh - 75px);
    top: -o-calc(50vh - 75px);
    top: -webkit-calc(50vh - 75px);
    top: -moz-calc(50vh - 75px);
}




.Hide {display:none;}
.Show1 {
	-webkit-animation: fadein 2s forwards; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s forwards; /* Firefox < 16 */
        -ms-animation: fadein 2s forwards; /* Internet Explorer */
         -o-animation: fadein 2s forwards; /* Opera < 12.1 */
            animation: fadein 2s forwards;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


.Grow1 {
	-webkit-animation: gobig2 1s forwards; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: gobig2 1s forwards; /* Firefox < 16 */
        -ms-animation: gobig2 1s forwards; /* Internet Explorer */
         -o-animation: gobig2 1s forwards; /* Opera < 12.1 */
            animation: gobig2 1s forwards;
}

@keyframes gobig2 {
    from { transform:  rotate(0deg) scaleX(0) scaleY(0) ; }
    to   { transform:  rotate(0deg) scaleX(1) scaleY(1) ; }
}

/* Firefox < 16 */
@-moz-keyframes gobig2 {
    from { transform:  rotate(0deg) scaleX(0) scaleY(0) ; }
    to   { transform:  rotate(0deg) scaleX(1) scaleY(1) ; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes gobig2 {
    from { transform:  rotate(0deg) scaleX(0) scaleY(0) ; }
    to   { transform:  rotate(0deg) scaleX(1) scaleY(1) ; }
}

/* Internet Explorer */
@-ms-keyframes gobig2 {
    from { transform:  rotate(0deg) scaleX(0) scaleY(0) ; }
    to   { transform:  rotate(0deg) scaleX(1) scaleY(1) ; }
}

/* Opera < 12.1 */
@-o-keyframes gobig2 {
    from { transform:  rotate(0deg) scaleX(0) scaleY(0) ; }
    to   { transform:  rotate(0deg) scaleX(1) scaleY(1) ; }
}






a:link {
	
	text-decoration: none;
	color: #000000;
}
a:visited {
	
	text-decoration: none;
	color: #000000;
}
a:hover {
	
	text-decoration: none;
	color: #96b532;
}
a:active {
	
	text-decoration: none;
	color: #000000;
}
a:focus {
	
	text-decoration: none;
	color: #96b532;
	outline: outset 1px #e1e1e1;
}
a {
	
	text-decoration: none;
	color: #000000;
}

a.FB span {
	
	font-weight: bold; 
	
	text-decoration: none;
	color: #4d4e5c;
}
a.FB span b{
	
	font-weight: bold; 
	
	text-decoration: none;
	color: #a90000;
}

